
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Sawarabi+Gothic&display=swap");
@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  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 */
}
/**
 * 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 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in 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.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  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"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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;
}
/**
 * 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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* 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;
}
/*汎用*/
div[class^=pr2023_][class*=_forgot] button, div[class^=pr2023_][class*=_contact] button, dialog.pr2023_modal:modal > .containers > section.member_address_delete button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_forgot] button.white, div[class^=pr2023_][class*=_contact] button.white, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_forgot] button.white:hover, div[class^=pr2023_][class*=_contact] button.white:hover, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_forgot] button.orange, div[class^=pr2023_][class*=_contact] button.orange, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.orange:hover, div[class^=pr2023_][class*=_contact] button.orange:hover, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_forgot] button.red, div[class^=pr2023_][class*=_contact] button.red, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.red:hover, div[class^=pr2023_][class*=_contact] button.red:hover, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_forgot] button.green, div[class^=pr2023_][class*=_contact] button.green, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_forgot] button.pbpink, div[class^=pr2023_][class*=_contact] button.pbpink, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.pbpink:hover, div[class^=pr2023_][class*=_contact] button.pbpink:hover, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_forgot] button.disable, div[class^=pr2023_][class*=_contact] button.disable, dialog.pr2023_modal:modal > .containers > section.member_address_delete button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_forgot] a.abtn, div[class^=pr2023_][class*=_contact] a.abtn, dialog.pr2023_modal:modal > .containers > section.member_address_delete a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_forgot] a.abtn.white, div[class^=pr2023_][class*=_contact] a.abtn.white, dialog.pr2023_modal:modal > .containers > section.member_address_delete a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_forgot] a.abtn.white:hover, div[class^=pr2023_][class*=_contact] a.abtn.white:hover, dialog.pr2023_modal:modal > .containers > section.member_address_delete a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_forgot] span.req, div[class^=pr2023_][class*=_contact] span.req, dialog.pr2023_modal:modal > .containers > section.member_address_delete span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=text].design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common:focus, div[class^=pr2023_][class*=_contact] textarea.design_common:focus, dialog.pr2023_modal:modal > .containers > section.member_address_delete textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder, div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] select.design_common, div[class^=pr2023_][class*=_contact] select.design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_forgot] select.design_common:focus, div[class^=pr2023_][class*=_contact] select.design_common:focus, dialog.pr2023_modal:modal > .containers > section.member_address_delete select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] select.design_common::placeholder, div[class^=pr2023_][class*=_contact] select.design_common::placeholder, dialog.pr2023_modal:modal > .containers > section.member_address_delete select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember img, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers > div.image > img, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.image > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_zerodelete > label, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  font-size: 18px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .desc, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > p, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > p, dialog.pr2023_modal:modal > .containers > section.member_address_delete > .body > p, dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons > div, dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.caution, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul > li > a, dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.detail > table td, dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_decide_block > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_decide_block2 > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_batchchg_block > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section[class^=_1_] p, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete textarea.design_common {
  font-size: 13px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div > i {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a:hover, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a:hover, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a:hover, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div:hover, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div:hover, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div:hover, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a:hover, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a:hover, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a:hover, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div:hover, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div:hover, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div:hover, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a:hover > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a:hover > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a:hover > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div:hover > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div:hover > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div:hover > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a:hover > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a:hover > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a:hover > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div:hover > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div:hover > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div:hover > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement, .pr2023_body_pp_order._2_guestinput > .containers > .announcement {
  background-color: #FFE8EF;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address, .pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_], .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_], .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button, .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
.slowstart {
  visibility: hidden;
}
svg.symbol_diffinition {
  display: none;
}
.marker {
  background: linear-gradient(to top, #eaeea2 0%, #eaeea2 40%, transparent 40.01%, transparent 100%);
}
input, select {
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
i[class^=fa-]:not(.vanilla) {
  width: 1.5em;
  height: 1.5em;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 3em;
}
.TX_red {
  color: #e8383d;
}
.TX_blue {
  color: #0068b7;
}
.TX_green {
  color: #00a968;
}
dialog.pr2023_modal:modal {
  display: block;
  background-color: #FFF;
  border: none;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  word-break: break-all;
}
dialog.pr2023_modal:modal.layer1 {
  z-index: 20000;
}
dialog.pr2023_modal:modal.layer2 {
  z-index: 30000;
}
dialog.pr2023_modal:modal > i.fa-xmark {
  position: absolute;
  z-index: 20003;
  color: #AEAEAE;
  cursor: pointer;
}
dialog.pr2023_modal:modal > i.fa-xmark:hover {
  color: #FE7236;
}
dialog.pr2023_modal:modal > .containers > section {
  display: none;
}
dialog.pr2023_modal:modal > .containers > section > .head {
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > .name {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 2rem;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products {
  list-style: none;
  display: grid;
  gap: 1rem;
  justify-content: center;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li {
  border: solid 1px #AEAEAE;
  border-radius: 2rem;
  display: none;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li:hover {
  background-color: #FFE8EF;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a {
  text-decoration: none;
  color: #222;
  display: grid;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div {
  line-height: 1;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.name {
  text-align: center;
  grid-area: name;
  font-weight: bold;
  line-height: 1.4;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price {
  text-align: center;
  grid-area: price;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price > span {
  font-weight: bold;
  line-height: 1;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price > span:nth-of-type(1) {
  font-size: 15px;
  margin-right: 0.5em;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price_campaign {
  grid-area: price_campaign;
  line-height: 1;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.caption {
  grid-area: caption;
  font-size: 13px;
  text-align: left;
}
dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.extra {
  grid-area: extra;
  text-align: right;
  font-size: 13px;
}
dialog.pr2023_modal:modal > .containers > section.pb_aboutmember a {
  color: #FE7236;
}
dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .head {
  line-height: 1;
  font-weight: bold;
}
dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body {
  margin-bottom: 3em;
}
dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .desc > img {
  margin: 0 0.5em;
}
dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers {
  text-align: center;
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a {
  padding: 0.5em;
}
dialog.pr2023_modal:modal > .containers > section.pb_beforeorder a, dialog.pr2023_modal:modal > .containers > section.beforecontact a {
  color: #FE7236;
}
dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > p, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > p {
  margin-top: 20px;
}
dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers {
  text-align: center;
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a {
  padding: 0.5em 1.5em;
}
dialog.pr2023_modal:modal > .containers > section.member_address_delete {
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section.member_address_delete > .body > .jump > .ctrl_member_address_delete {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section.member_address_delete > .body > .jump > .ctrl_member_address_delete > button {
  margin: 30px 30px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body {
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_navi {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_navi > label {
  border: dashed 3px #FE7236;
  background-color: #FFF;
  color: #FE7236;
  width: 75%;
  height: 10rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_navi > label > input.upload_images {
  display: none;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_navi > label > img {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_navi > label > i {
  font-size: 1.5em;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons {
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons > div {
  margin: 1em 0;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons > div.buttons {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info {
  display: flex;
}
dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div {
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.confirm {
  color: #E60012;
  font-weight: bold;
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.chk_antipu {
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.chk_antipu > label {
  font-size: 13px;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.chk_antipu > label:hover {
  color: #FE7236;
}
dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.chk_antipu > label > input {
  margin-right: 0.5em;
}
dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.ctrl_delete {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.ctrl_delete > button {
  margin: 20px 20px;
}
dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div {
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.confirm {
  color: #E60012;
  font-weight: bold;
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.chk_antipu {
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.chk_antipu > label {
  font-size: 13px;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.chk_antipu > label:hover {
  color: #FE7236;
}
dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.chk_antipu > label > input {
  margin-right: 0.5em;
}
dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.ctrl_decide {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.ctrl_decide > button {
  margin: 0 20px;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg .disable {
  opacity: 0.25;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg .disable * {
  pointer-events: none;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div {
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.caution {
  color: #E60012;
  font-weight: bold;
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_zerodelete {
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_zerodelete > label {
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_zerodelete > label:hover {
  color: #FE7236;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_zerodelete > label > input {
  margin-right: 0.5em;
  width: 18px;
  height: 18px;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products {
  list-style: none;
  display: grid;
  gap: 1rem;
  justify-content: center;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li {
  border: solid 1px #AEAEAE;
  display: none;
  height: 100%;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div {
  line-height: 1;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.name {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.head, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.head {
  cursor: pointer;
  line-height: 1;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.head:hover, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.head:hover {
  color: #FE7236;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.head > input, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.head > input {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > svg, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > svg {
  width: 67.5px;
  height: 22.5px;
  cursor: pointer;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > svg > use, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > svg > use {
  transition: all 75ms linear;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > svg > use:nth-of-type(1), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > svg > use:nth-of-type(1) {
  fill: #8f8f8f;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > svg > use:nth-of-type(2), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > svg > use:nth-of-type(3), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > svg > use:nth-of-type(2), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > svg > use:nth-of-type(3) {
  fill: #FFF;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > svg > use:nth-of-type(2), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > svg > use:nth-of-type(2) {
  visibility: visible;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > svg > use:nth-of-type(3), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > svg > use:nth-of-type(3) {
  visibility: hidden;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > svg > use:nth-of-type(4), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > svg > use:nth-of-type(4) {
  fill: #FFF;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > input, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > input {
  display: none;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > input:checked + svg > use:nth-of-type(1), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > input:checked + svg > use:nth-of-type(1) {
  fill: #1BA196;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > input:checked + svg > use:nth-of-type(2), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > input:checked + svg > use:nth-of-type(2) {
  visibility: hidden;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > input:checked + svg > use:nth-of-type(3), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > input:checked + svg > use:nth-of-type(3) {
  visibility: visible;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.ctrl > label > input:checked + svg > use:nth-of-type(4), dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.ctrl > label > input:checked + svg > use:nth-of-type(4) {
  transform: translateX(66%);
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl {
  display: grid;
  grid-template-columns: max-content auto max-content;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.minus, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.plus {
  background-color: #AEAEAE;
  cursor: pointer;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.minus > i, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.plus > i {
  pointer-events: none;
  font-size: 1.5em;
  color: #FFF;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.minus:hover, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.plus:hover {
  background-color: #8f8f8f;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.input {
  max-width: 7rem;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.input > input {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  border: solid 1px #AEAEAE;
  border-width: 1px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  width: 100%;
  height: 22.5px;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.input > input::-webkit-inner-spin-button, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_].bat_quantity > .ctrl > div.input > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options {
  font-size: 13px;
  line-height: 1;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > i {
  color: #8f8f8f;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul {
  list-style: none;
  display: flex;
  margin: 20px 0 40px;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul > li {
  line-height: 1;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul > li > a {
  color: #FE7236;
  line-height: 1.4;
  padding: 0 0.5em;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul > li:not(:last-of-type) {
  border-right: solid 1px #222;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul {
  margin: 0;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul > li {
  color: #FE7236;
  padding: 0 0.5em;
  cursor: pointer;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul > li:hover {
  text-decoration: underline;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.ctrl_batchchg {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.ctrl_batchchg > button {
  margin: 20px 20px;
}
dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div {
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.detail > table {
  margin: 0 auto;
  border-collapse: collapse;
}
dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.detail > table td:nth-of-type(1) {
  padding: 0.5em 1em;
}
dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.detail > table td:nth-of-type(2) {
  padding: 0.5em 1em 0.5em 0;
  text-align: right;
  width: 5em;
}
dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.detail > table > tfoot td {
  background-color: #F8F8F8;
}
dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.confirm {
  color: #222;
  font-weight: bold;
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.ctrl_decide {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.ctrl_decide > button {
  margin: 20px 20px;
}
dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div {
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.confirm {
  color: #E60012;
  font-weight: bold;
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.chk_antipu, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.chk_antipu, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.chk_antipu {
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.chk_antipu > label, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.chk_antipu > label, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.chk_antipu > label {
  font-size: 13px;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.chk_antipu > label:hover, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.chk_antipu > label:hover, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.chk_antipu > label:hover {
  color: #FE7236;
}
dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.chk_antipu > label > input, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.chk_antipu > label > input, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.chk_antipu > label > input {
  margin-right: 0.5em;
}
dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.ctrl_batchchg_zerodelete, dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.ctrl_batchchg_change, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.ctrl_batchchg_zerodelete, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.ctrl_batchchg_change, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.ctrl_batchchg_zerodelete, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.ctrl_batchchg_change {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.ctrl_batchchg_zerodelete > button, dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.ctrl_batchchg_change > button, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.ctrl_batchchg_zerodelete > button, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.ctrl_batchchg_change > button, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.ctrl_batchchg_zerodelete > button, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.ctrl_batchchg_change > button {
  margin: 20px 20px;
}
dialog.pr2023_modal:modal > .containers > section._1_decide_block > .body > div, dialog.pr2023_modal:modal > .containers > section._1_decide_block2 > .body > div, dialog.pr2023_modal:modal > .containers > section._1_batchchg_block > .body > div {
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section._1_decide_block > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_decide_block2 > .body > div.confirm, dialog.pr2023_modal:modal > .containers > section._1_batchchg_block > .body > div.confirm {
  color: #222;
  font-weight: bold;
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section._1_decide_block > .body > div.ctrl_batchchg_zerodelete, dialog.pr2023_modal:modal > .containers > section._1_decide_block > .body > div.ctrl_batchchg_change, dialog.pr2023_modal:modal > .containers > section._1_decide_block2 > .body > div.ctrl_batchchg_zerodelete, dialog.pr2023_modal:modal > .containers > section._1_decide_block2 > .body > div.ctrl_batchchg_change, dialog.pr2023_modal:modal > .containers > section._1_batchchg_block > .body > div.ctrl_batchchg_zerodelete, dialog.pr2023_modal:modal > .containers > section._1_batchchg_block > .body > div.ctrl_batchchg_change {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
dialog.pr2023_modal:modal > .containers > section._1_decide_block > .body > div.ctrl_batchchg_zerodelete > button, dialog.pr2023_modal:modal > .containers > section._1_decide_block > .body > div.ctrl_batchchg_change > button, dialog.pr2023_modal:modal > .containers > section._1_decide_block2 > .body > div.ctrl_batchchg_zerodelete > button, dialog.pr2023_modal:modal > .containers > section._1_decide_block2 > .body > div.ctrl_batchchg_change > button, dialog.pr2023_modal:modal > .containers > section._1_batchchg_block > .body > div.ctrl_batchchg_zerodelete > button, dialog.pr2023_modal:modal > .containers > section._1_batchchg_block > .body > div.ctrl_batchchg_change > button {
  margin: 10px;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > h3 {
  font-size: 20px;
  line-height: 1;
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers > div.desc > p {
  font-size: 13px;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers > div.image {
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers > div.image > img {
  max-width: 50rem;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > .view {
  border: solid 1px #222;
  margin: 20px auto 10px;
  max-width: 80rem;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > .view > .unit {
  font-size: 15px;
  line-height: 1.8;
  padding: 1rem 1rem 0;
  line-height: 1;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > .view > .image {
  display: grid;
  place-items: center;
  padding: 1rem;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > .view > .image > img {
  display: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw {
  list-style: none;
  display: grid;
  font-size: 13px;
  grid-template-columns: repeat(auto-fit, minmax(8em, 1fr));
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw > li {
  margin: 0.5em;
  font-size: 13px;
  border: solid 1px #222;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 1;
  padding: 0.5em 1em;
  cursor: pointer;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw > li.current {
  background-color: #FE7236;
  color: #FFF;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table {
  margin: 40px auto 20px;
  border-collapse: collapse;
  width: 100%;
  max-width: 80rem;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table td, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table th {
  margin: 0;
  line-height: 1.4;
  border: solid 1px #222;
  text-align: center;
  padding: 0.5em;
  font-size: 15px;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table td > .accent, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table th > .accent {
  line-height: 1.4;
  font-weight: bold;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table th {
  background-color: #F8F8F8;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tbody > tr > td:first-of-type {
  background-color: #F5F5F5;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td {
  border: none;
  padding-right: 0;
  padding-bottom: 0;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers {
  text-align: right;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > h2 > .containers {
  font-size: 20px;
  line-height: 1;
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot .containers {
  display: none;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > h3 {
  font-size: 20px;
  line-height: 1;
  margin: 20px 0;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.desc > p {
  font-size: 13px;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.desc > p:nth-of-type(2) {
  margin: 10px 0;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.image {
  text-align: center;
}
dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.image > img {
  max-width: 50rem;
}
dialog.pr2023_modal::backdrop {
  background-color: rgba(143, 143, 143, 0.75);
}
.alert {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5;
}
.alert-dismissable, .alert-dismissible {
  position: relative;
}
.alert-dismissable > .close, .alert-dismissible > .close {
  position: absolute;
  top: 14px;
  right: 10px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  font-size: 10px;
}
body {
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  color: #222;
  font-size: 10px;
}
* {
  margin: 0;
  padding: 0;
  line-height: 0;
  box-sizing: border-box;
}
a {
  text-decoration: underline;
}
pre {
  background-color: transparent;
  border: none;
  padding: 16px 0;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
label {
  margin-bottom: 0;
  font-weight: normal;
}
h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  margin: 0;
}
input, select, textarea {
  font-size: 13px;
  color: #222;
}
ul {
  margin-bottom: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  font-weight: bold;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
見出し

ページ内で見出しとして機能する要素のスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 1.1
*/
/*
見出し

商品紹介等で利用される、一般的な見出しのスタイルです。

ex [商品詳細ページ　商品見出し部分](http://demo3.ec-cube.net/products/detail/27)

Markup:
.ec-headingTitle マトリョーシカ

Styleguide 1.1.1
*/
.ec-headingTitle {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: normal;
  color: #525263;
}
.mark {
  background-color: initial;
}
/*
ページヘッダ

各種ページで用いられるページヘッダのデザインです。

ex [利用規約ページ　ページヘッダ部](http://demo3.ec-cube.net/help/agreement)

Markup:
.ec-pageHeader
  h1 利用規約

Styleguide 1.1.2
*/
/*
.ec-pageHeader h1{
  margin: 0 0 8px;
  border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ccc;
  padding: 8px 0 12px;
  font-size: 16px;
  font-weight: bold;
  @include media_desktop {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 16px 48px;
    padding: 8px;
    font-size: 32px;
    font-weight: bold;
  }
}
  */
/*
サブ見出し

利用規約など、文字主体のページで用いられるサブ見出しです。

ex [利用規約ページ サブ見出し部分](http://demo3.ec-cube.net/help/agreement)

Markup:
.ec-heading 第1条 (会員)

Styleguide 1.1.3
*/
.ec-heading {
  margin: 24px 0;
}
/*
サブ見出し(太字)

文字主体のページで用いられるサブ見出しの太字のスタイルです。

ex [プライバシーポリシー サブ見出し部分](http://demo3.ec-cube.net/help/privacy)

Markup:
.ec-heading-bold 個人情報の定義

Styleguide 1.1.4
*/
.ec-heading-bold {
  margin: 16px 0;
  font-size: 16px;
  font-weight: bold;
}
/*
背景付き見出し

マイページ注文履歴等で用いられる背景付きの見出しです。

ex [ご注文履歴詳細　背景付き見出し部分](http://demo3.ec-cube.net/mypage/history/1063)

Markup:
.ec-rectHeading
  h2 配送情報
.ec-rectHeading
  h2 お支払について

Styleguide 1.1.5
*/
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3,
.ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
  background: #F3F3F3;
  padding: 8px 12px;
  font-size: 20px;
  font-weight: bold;
}
/*
メッセージ見出し

ユーザが行った操作に対する、完了報告やエラー表示のページで使用される見出しのスタイルです。

ex [注文完了 ログイン後、カートに商品を入れ注文完了まで行う](http://demo3.ec-cube.net/shopping/)

Markup:
.ec-reportHeading
  h2 ご注文ありがとうございました

Styleguide 1.1.6
*/
.ec-reportHeading {
  /*
  width: 100%;
  border-top: 1px dotted #ccc;
  margin: 20px 0 30px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  @include media_desktop {
    border-top: 0;
    font-size: 32px;
  }
  h1, h2, h3,
  h4, h5, h6,p {
    font-weight: bold;
    font-size: 24px;
    @include media_desktop {
      font-size: 32px;
    }
  }*/
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
文字装飾

文字装飾をするためのスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 1.2
*/
/*
テキストリンク

テキストリンクのスタイルです。

Markup:
a(href="#").ec-link さくらのクラウド

Styleguide 1.2.1
*/
.ec-link {
  color: #0092C4;
  text-decoration: none;
  cursor: pointer;
}
.ec-link:hover {
  color: #33A8D0;
  text-decoration: none;
}
/*
テキスト（太字）

テキストを太くするためのスタイルです。

Markup:
p.ec-font-bold この季節にぴったりな商品をご用意しました

Styleguide 1.2.2
*/
.ec-font-bold {
  font-weight: bold;
}
/*
テキスト（グレー）

テキストをグレーにするためのスタイルです。

Markup:
p.ec-color-grey 青色が美しい職人が仕上げた吹きガラス

Styleguide 1.2.3
*/
.ec-color-grey {
  color: #9a947e;
}
/*
テキスト（赤）

テキストを赤にするためのスタイルです。

Markup:
p.ec-color-red ¥ 2,728 税込
p.ec-color-accent ¥ 2,728 税込

Styleguide 1.2.4
*/
.ec-color-red {
  color: #DE5D50;
}
.ec-color-accent {
  color: #DE5D50;
}
/*
フォントサイズ

フォントサイズを指定するためのスタイルです。

Markup:
.ec-font-size-1 さわやかな日差しが過ごしやすい季節
.ec-font-size-2 さわやかな日差しが過ごしやすい季節
.ec-font-size-3 さわやかな日差しが過ごしやすい季節
.ec-font-size-4 さわやかな日差しが過ごしやすい季節
.ec-font-size-5 さわやかな日差しが過ごしやすい季節
.ec-font-size-6 さわやかな日差しが過ごしやすい季節


Styleguide 1.2.5
*/
.ec-font-size-1 {
  font-size: 12px;
}
.ec-font-size-2 {
  font-size: 14px;
}
.ec-font-size-3 {
  font-size: 16px;
}
.ec-font-size-4 {
  font-size: 20px;
}
.ec-font-size-5 {
  font-size: 32px;
}
.ec-font-size-6 {
  font-size: 40px;
}
/*
テキスト水平位置

テキストをセンタリングするためのスタイルです。

Markup:
p.ec-text-ac さわやかな日差しが過ごしやすい季節

Styleguide 1.2.6
*/
.ec-text-ac {
  text-align: center;
}
/*
価格テキスト

価格を表示するテキストです。

価格文字にスペースを取るほか、税込み等の表示を小さくする効果もあります。

spanを用いたインライン要素として利用します。

Markup:
div(style="color:#DE5D50;font-size:28px")
    span.ec-price
      span.ec-price__unit ¥
      span.ec-price__price 1,280
      span.ec-price__tax 税込

Styleguide 1.2.7
*/
.ec-price .ec-price__unit {
  font-size: 18px;
  font-weight: bold;
}
.ec-price .ec-price__price {
  display: inline-block;
  padding: 0 0.3em;
  font-size: 18px;
  font-weight: bold;
}
.ec-price .ec-price__tax {
  font-size: 12px;
}
/*
テキストの位置

テキストや、入れ子にしたインライン要素を
「左揃え」「中央揃え」「右揃え」に設定することができます。

Markup:
h3 左揃え
p.text-left
  | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt praesentium repellat sapiente suscipit, unde veniam! Doloribus error, expedita id impedit iusto qui sint totam? Aspernatur error facere possimus quam quos?
br
h3 中央揃え
p.text-center
  | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt praesentium repellat sapiente suscipit, unde veniam! Doloribus error, expedita id impedit iusto qui sint totam? Aspernatur error facere possimus quam quos?
br
h3 右揃え
p.text-right
  | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt praesentium repellat sapiente suscipit, unde veniam! Doloribus error, expedita id impedit iusto qui sint totam? Aspernatur error facere possimus quam quos?

Styleguide 1.2.8
*/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*
メッセージテキスト

ユーザが行った操作に対する、完了報告やエラー表示のページで使用されるテキストのスタイルです。

ex [注文完了 （ログイン後、カートに商品を入れ注文完了まで行う）](http://demo3.ec-cube.net/shopping/)

Markup:
.ec-reportHeading
  h2 ご注文ありがとうございました
p.ec-reportDescription
      | ただいま、ご注文の確認メールをお送りさせていただきました。
      br
      | 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。
      br
      | 今後ともご愛顧賜りますようよろしくお願い申し上げます。


Styleguide 1.2.9
*/
.ec-reportDescription {
  /*
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  */
}
/*
テキスト下部のスペース

テキストの下に余白を追加することができます。 .ec-para-normalで16pxの余白をつけることができます。

Markup:
p.ec-para-normal 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。
p.ec-para-normal 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。

Styleguide 1.2.10
*/
.ec-para-normal {
  margin-bottom: 16px;
}
/*@import "component/1.3.list";*/
/*
ボタンサイズ

ボタンサイズを変更するスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 2.1
*/
/*
通常ボタン

インラインの要素としてボタンを定義出来ます。

ex [トップページ　ボタン部分](http://demo3.ec-cube.net/)

Markup:
.ec-inlineBtn 住所検索
.ec-inlineBtn--primary もっと見る
.ec-inlineBtn--action カートに入れる
.ec-inlineBtn--cancel キャンセル

Styleguide 2.1.1
*/
.ec-inlineBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #525263;
  background-color: #F5F7F8;
  border-color: #ccc;
}
.ec-inlineBtn:focus, .ec-inlineBtn.focus, .ec-inlineBtn:active:focus, .ec-inlineBtn:active.focus, .ec-inlineBtn.active:focus, .ec-inlineBtn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn:hover, .ec-inlineBtn:focus, .ec-inlineBtn.focus {
  color: #525263;
  text-decoration: none;
}
.ec-inlineBtn:active, .ec-inlineBtn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn.disabled, .ec-inlineBtn[disabled], fieldset[disabled] .ec-inlineBtn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-inlineBtn:focus, .ec-inlineBtn.focus {
  color: #525263;
  background-color: #d7dfe3;
  border-color: #8c8c8c;
}
.ec-inlineBtn:hover {
  color: #525263;
  background-color: #d7dfe3;
  border-color: #adadad;
}
.ec-inlineBtn:active, .ec-inlineBtn.active, .open > .ec-inlineBtn.dropdown-toggle {
  color: #525263;
  background-color: #d7dfe3;
  background-image: none;
  border-color: #adadad;
}
.ec-inlineBtn:active:hover, .ec-inlineBtn:active:focus, .ec-inlineBtn:active.focus, .ec-inlineBtn.active:hover, .ec-inlineBtn.active:focus, .ec-inlineBtn.active.focus, .open > .ec-inlineBtn.dropdown-toggle:hover, .open > .ec-inlineBtn.dropdown-toggle:focus, .open > .ec-inlineBtn.dropdown-toggle.focus {
  color: #525263;
  background-color: #c2ced4;
  border-color: #8c8c8c;
}
.ec-inlineBtn.disabled:hover, .ec-inlineBtn.disabled:focus, .ec-inlineBtn.disabled.focus, .ec-inlineBtn[disabled]:hover, .ec-inlineBtn[disabled]:focus, .ec-inlineBtn[disabled].focus, fieldset[disabled] .ec-inlineBtn:hover, fieldset[disabled] .ec-inlineBtn:focus, fieldset[disabled] .ec-inlineBtn.focus {
  background-color: #F5F7F8;
  border-color: #ccc;
}
.ec-inlineBtn .badge {
  color: #F5F7F8;
  background-color: #525263;
}
.ec-inlineBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
.ec-inlineBtn--primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #5CB1B1;
  border-color: #5CB1B1;
}
.ec-inlineBtn--primary:focus, .ec-inlineBtn--primary.focus, .ec-inlineBtn--primary:active:focus, .ec-inlineBtn--primary:active.focus, .ec-inlineBtn--primary.active:focus, .ec-inlineBtn--primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--primary:hover, .ec-inlineBtn--primary:focus, .ec-inlineBtn--primary.focus {
  color: #525263;
  text-decoration: none;
}
.ec-inlineBtn--primary:active, .ec-inlineBtn--primary.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--primary.disabled, .ec-inlineBtn--primary[disabled], fieldset[disabled] .ec-inlineBtn--primary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-inlineBtn--primary:focus, .ec-inlineBtn--primary.focus {
  color: #fff;
  background-color: #479393;
  border-color: #2e6060;
}
.ec-inlineBtn--primary:hover {
  color: #fff;
  background-color: #479393;
  border-color: #438d8d;
}
.ec-inlineBtn--primary:active, .ec-inlineBtn--primary.active, .open > .ec-inlineBtn--primary.dropdown-toggle {
  color: #fff;
  background-color: #479393;
  background-image: none;
  border-color: #438d8d;
}
.ec-inlineBtn--primary:active:hover, .ec-inlineBtn--primary:active:focus, .ec-inlineBtn--primary:active.focus, .ec-inlineBtn--primary.active:hover, .ec-inlineBtn--primary.active:focus, .ec-inlineBtn--primary.active.focus, .open > .ec-inlineBtn--primary.dropdown-toggle:hover, .open > .ec-inlineBtn--primary.dropdown-toggle:focus, .open > .ec-inlineBtn--primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3b7b7b;
  border-color: #2e6060;
}
.ec-inlineBtn--primary.disabled:hover, .ec-inlineBtn--primary.disabled:focus, .ec-inlineBtn--primary.disabled.focus, .ec-inlineBtn--primary[disabled]:hover, .ec-inlineBtn--primary[disabled]:focus, .ec-inlineBtn--primary[disabled].focus, fieldset[disabled] .ec-inlineBtn--primary:hover, fieldset[disabled] .ec-inlineBtn--primary:focus, fieldset[disabled] .ec-inlineBtn--primary.focus {
  background-color: #5CB1B1;
  border-color: #5CB1B1;
}
.ec-inlineBtn--primary .badge {
  color: #5CB1B1;
  background-color: #fff;
}
.ec-inlineBtn--primary .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
.ec-inlineBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #DE5D50;
  border-color: #DE5D50;
}
.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--action:hover, .ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
  color: #525263;
  text-decoration: none;
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--action.disabled, .ec-inlineBtn--action[disabled], fieldset[disabled] .ec-inlineBtn--action {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
  color: #fff;
  background-color: #d33828;
  border-color: #93271c;
}
.ec-inlineBtn--action:hover {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active, .open > .ec-inlineBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #d33828;
  background-image: none;
  border-color: #cb3526;
}
.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus, .open > .ec-inlineBtn--action.dropdown-toggle:hover, .open > .ec-inlineBtn--action.dropdown-toggle:focus, .open > .ec-inlineBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}
.ec-inlineBtn--action.disabled:hover, .ec-inlineBtn--action.disabled:focus, .ec-inlineBtn--action.disabled.focus, .ec-inlineBtn--action[disabled]:hover, .ec-inlineBtn--action[disabled]:focus, .ec-inlineBtn--action[disabled].focus, fieldset[disabled] .ec-inlineBtn--action:hover, fieldset[disabled] .ec-inlineBtn--action:focus, fieldset[disabled] .ec-inlineBtn--action.focus {
  background-color: #DE5D50;
  border-color: #DE5D50;
}
.ec-inlineBtn--action .badge {
  color: #DE5D50;
  background-color: #fff;
}
.ec-inlineBtn--action .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
.ec-inlineBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #525263;
  border-color: #525263;
}
.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--cancel:hover, .ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
  color: #525263;
  text-decoration: none;
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--cancel.disabled, .ec-inlineBtn--cancel[disabled], fieldset[disabled] .ec-inlineBtn--cancel {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
  color: #fff;
  background-color: #3b3b47;
  border-color: #18181d;
}
.ec-inlineBtn--cancel:hover {
  color: #fff;
  background-color: #3b3b47;
  border-color: #363642;
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active, .open > .ec-inlineBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #3b3b47;
  background-image: none;
  border-color: #363642;
}
.ec-inlineBtn--cancel:active:hover, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:hover, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus, .open > .ec-inlineBtn--cancel.dropdown-toggle:hover, .open > .ec-inlineBtn--cancel.dropdown-toggle:focus, .open > .ec-inlineBtn--cancel.dropdown-toggle.focus {
  color: #fff;
  background-color: #2b2b34;
  border-color: #18181d;
}
.ec-inlineBtn--cancel.disabled:hover, .ec-inlineBtn--cancel.disabled:focus, .ec-inlineBtn--cancel.disabled.focus, .ec-inlineBtn--cancel[disabled]:hover, .ec-inlineBtn--cancel[disabled]:focus, .ec-inlineBtn--cancel[disabled].focus, fieldset[disabled] .ec-inlineBtn--cancel:hover, fieldset[disabled] .ec-inlineBtn--cancel:focus, fieldset[disabled] .ec-inlineBtn--cancel.focus {
  background-color: #525263;
  border-color: #525263;
}
.ec-inlineBtn--cancel .badge {
  color: #525263;
  background-color: #fff;
}
.ec-inlineBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
/*
ブロックボタン（全幅）

ボタンサイズは em で指定するため、テキストサイズの変更でボタンサイズを変更できます。

ex [商品詳細ページ　カートボタン部分](http://demo3.ec-cube.net/products/detail/30)

Markup:
p: .ec-blockBtn 住所検索
p: .ec-blockBtn--primary もっと見る
p: .ec-blockBtn--action カートに入れる
p: .ec-blockBtn--cancel キャンセル

Styleguide 2.1.2
*/
.ec-blockBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #525263;
  background-color: #F5F7F8;
  border-color: #ccc;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.ec-blockBtn:focus, .ec-blockBtn.focus, .ec-blockBtn:active:focus, .ec-blockBtn:active.focus, .ec-blockBtn.active:focus, .ec-blockBtn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn:hover, .ec-blockBtn:focus, .ec-blockBtn.focus {
  color: #525263;
  text-decoration: none;
}
.ec-blockBtn:active, .ec-blockBtn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn.disabled, .ec-blockBtn[disabled], fieldset[disabled] .ec-blockBtn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-blockBtn:focus, .ec-blockBtn.focus {
  color: #525263;
  background-color: #d7dfe3;
  border-color: #8c8c8c;
}
.ec-blockBtn:hover {
  color: #525263;
  background-color: #d7dfe3;
  border-color: #adadad;
}
.ec-blockBtn:active, .ec-blockBtn.active, .open > .ec-blockBtn.dropdown-toggle {
  color: #525263;
  background-color: #d7dfe3;
  background-image: none;
  border-color: #adadad;
}
.ec-blockBtn:active:hover, .ec-blockBtn:active:focus, .ec-blockBtn:active.focus, .ec-blockBtn.active:hover, .ec-blockBtn.active:focus, .ec-blockBtn.active.focus, .open > .ec-blockBtn.dropdown-toggle:hover, .open > .ec-blockBtn.dropdown-toggle:focus, .open > .ec-blockBtn.dropdown-toggle.focus {
  color: #525263;
  background-color: #c2ced4;
  border-color: #8c8c8c;
}
.ec-blockBtn.disabled:hover, .ec-blockBtn.disabled:focus, .ec-blockBtn.disabled.focus, .ec-blockBtn[disabled]:hover, .ec-blockBtn[disabled]:focus, .ec-blockBtn[disabled].focus, fieldset[disabled] .ec-blockBtn:hover, fieldset[disabled] .ec-blockBtn:focus, fieldset[disabled] .ec-blockBtn.focus {
  background-color: #F5F7F8;
  border-color: #ccc;
}
.ec-blockBtn .badge {
  color: #F5F7F8;
  background-color: #525263;
}
.ec-blockBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
.ec-blockBtn--primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #5CB1B1;
  border-color: #5CB1B1;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.ec-blockBtn--primary:focus, .ec-blockBtn--primary.focus, .ec-blockBtn--primary:active:focus, .ec-blockBtn--primary:active.focus, .ec-blockBtn--primary.active:focus, .ec-blockBtn--primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--primary:hover, .ec-blockBtn--primary:focus, .ec-blockBtn--primary.focus {
  color: #525263;
  text-decoration: none;
}
.ec-blockBtn--primary:active, .ec-blockBtn--primary.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--primary.disabled, .ec-blockBtn--primary[disabled], fieldset[disabled] .ec-blockBtn--primary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-blockBtn--primary:focus, .ec-blockBtn--primary.focus {
  color: #fff;
  background-color: #479393;
  border-color: #2e6060;
}
.ec-blockBtn--primary:hover {
  color: #fff;
  background-color: #479393;
  border-color: #438d8d;
}
.ec-blockBtn--primary:active, .ec-blockBtn--primary.active, .open > .ec-blockBtn--primary.dropdown-toggle {
  color: #fff;
  background-color: #479393;
  background-image: none;
  border-color: #438d8d;
}
.ec-blockBtn--primary:active:hover, .ec-blockBtn--primary:active:focus, .ec-blockBtn--primary:active.focus, .ec-blockBtn--primary.active:hover, .ec-blockBtn--primary.active:focus, .ec-blockBtn--primary.active.focus, .open > .ec-blockBtn--primary.dropdown-toggle:hover, .open > .ec-blockBtn--primary.dropdown-toggle:focus, .open > .ec-blockBtn--primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3b7b7b;
  border-color: #2e6060;
}
.ec-blockBtn--primary.disabled:hover, .ec-blockBtn--primary.disabled:focus, .ec-blockBtn--primary.disabled.focus, .ec-blockBtn--primary[disabled]:hover, .ec-blockBtn--primary[disabled]:focus, .ec-blockBtn--primary[disabled].focus, fieldset[disabled] .ec-blockBtn--primary:hover, fieldset[disabled] .ec-blockBtn--primary:focus, fieldset[disabled] .ec-blockBtn--primary.focus {
  background-color: #5CB1B1;
  border-color: #5CB1B1;
}
.ec-blockBtn--primary .badge {
  color: #5CB1B1;
  background-color: #fff;
}
.ec-blockBtn--primary .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
.ec-blockBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #DE5D50;
  border-color: #DE5D50;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--action:hover, .ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  color: #525263;
  text-decoration: none;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--action.disabled, .ec-blockBtn--action[disabled], fieldset[disabled] .ec-blockBtn--action {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  color: #fff;
  background-color: #d33828;
  border-color: #93271c;
}
.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #d33828;
  background-image: none;
  border-color: #cb3526;
}
.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus, .open > .ec-blockBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}
.ec-blockBtn--action.disabled:hover, .ec-blockBtn--action.disabled:focus, .ec-blockBtn--action.disabled.focus, .ec-blockBtn--action[disabled]:hover, .ec-blockBtn--action[disabled]:focus, .ec-blockBtn--action[disabled].focus, fieldset[disabled] .ec-blockBtn--action:hover, fieldset[disabled] .ec-blockBtn--action:focus, fieldset[disabled] .ec-blockBtn--action.focus {
  background-color: #DE5D50;
  border-color: #DE5D50;
}
.ec-blockBtn--action .badge {
  color: #DE5D50;
  background-color: #fff;
}
.ec-blockBtn--action .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
.ec-blockBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #525263;
  border-color: #525263;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus, .ec-blockBtn--cancel:active:focus, .ec-blockBtn--cancel:active.focus, .ec-blockBtn--cancel.active:focus, .ec-blockBtn--cancel.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus {
  color: #525263;
  text-decoration: none;
}
.ec-blockBtn--cancel:active, .ec-blockBtn--cancel.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--cancel.disabled, .ec-blockBtn--cancel[disabled], fieldset[disabled] .ec-blockBtn--cancel {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus {
  color: #fff;
  background-color: #3b3b47;
  border-color: #18181d;
}
.ec-blockBtn--cancel:hover {
  color: #fff;
  background-color: #3b3b47;
  border-color: #363642;
}
.ec-blockBtn--cancel:active, .ec-blockBtn--cancel.active, .open > .ec-blockBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #3b3b47;
  background-image: none;
  border-color: #363642;
}
.ec-blockBtn--cancel:active:hover, .ec-blockBtn--cancel:active:focus, .ec-blockBtn--cancel:active.focus, .ec-blockBtn--cancel.active:hover, .ec-blockBtn--cancel.active:focus, .ec-blockBtn--cancel.active.focus, .open > .ec-blockBtn--cancel.dropdown-toggle:hover, .open > .ec-blockBtn--cancel.dropdown-toggle:focus, .open > .ec-blockBtn--cancel.dropdown-toggle.focus {
  color: #fff;
  background-color: #2b2b34;
  border-color: #18181d;
}
.ec-blockBtn--cancel.disabled:hover, .ec-blockBtn--cancel.disabled:focus, .ec-blockBtn--cancel.disabled.focus, .ec-blockBtn--cancel[disabled]:hover, .ec-blockBtn--cancel[disabled]:focus, .ec-blockBtn--cancel[disabled].focus, fieldset[disabled] .ec-blockBtn--cancel:hover, fieldset[disabled] .ec-blockBtn--cancel:focus, fieldset[disabled] .ec-blockBtn--cancel.focus {
  background-color: #525263;
  border-color: #525263;
}
.ec-blockBtn--cancel .badge {
  color: #525263;
  background-color: #fff;
}
.ec-blockBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
/*
アイコンボタン

SVGアイコンを用いたアイコンボタンです。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>

Styleguide 2.2
*/
/*
アイコンボタン

閉じるなどSVGアイコンを用いたボタン装飾で利用します。

ex [ログイン画面　☓ボタン部分](http://demo3.ec-cube.net/mypage/login)

Markup:
a.ec-closeBtn
  .ec-icon
    img(src='/moc/icon/cross.svg', alt='close')

Styleguide 2.2.1
*/
.ec-closeBtn {
  cursor: pointer;
}
.ec-closeBtn .ec-icon img {
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
/*
アイコンボタン(○)

閉じるなどSVGアイコンを用いたボタン装飾で利用します。

ex [ログイン画面　☓ボタン部分](http://demo3.ec-cube.net/mypage/login)



ex [お届け先編集画面　☓ボタン部分](http://demo3.ec-cube.net/mypage/delivery)

Markup:
a.ec-closeBtn--circle
  .ec-icon
    img(src='/moc/icon/cross-white.svg', alt='close')

Styleguide 2.2.2
*/
.ec-closeBtn--circle {
  display: block;
  border: 0 none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  background: #B8BEC4;
  cursor: pointer;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
.ec-closeBtn--circle .ec-icon img {
  display: block;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
その他のボタン

通常のボタンや、アイコンボタン以外のボタンを定義します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 2.3
*/
/*
ページトップボタン

ページトップボタンを表示します

ex [商品詳細ページ　カートボタン部分](http://demo3.ec-cube.net/products/detail/30)

Markup:
.ec-blockTopBtn

Styleguide 2.3.1
*/
.ec-blockTopBtn {
  display: none;
  position: fixed;
  width: 120px;
  height: 40px;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
  background-color: #9da3a9;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, #pr2023_title > a > .logo > svg, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, .senddate, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member] textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img, #pr2023_mainmenu .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i, #pr2023_mainmenu .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div, #pr2023_mainmenu .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
フォーム部品(テキスト)

テキストや数値の入力項目に関する要素を定義します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 3.1
*/
/*
フォーム

`.ec-input` 要素は全ての入力項目に関する標準的なコンポーネントクラスです。


ex [会員情報編集画面　フォーム部分](http://demo3.ec-cube.net/mypage/change)

Markup:
p.ec-input
  input(type="number")
p.ec-input
  textarea(rows="6")

Styleguide 3.1.1
*/
.ec-input, .ec-birth, ec-select, .ec-telInput, .ec-zipInput, .ec-numberInput, .ec-halfInput {
  /*
  @include forms-reset;
  @include form-controls;
  input{
    height: 40px;
    margin-bottom: 10px;
    @include media_desktop {
      margin-bottom: 16px;
    }
  }
  textarea {
    height: auto;
    min-height: 100px;
  }
  p {
    line-height: 1.4;
  }
  */
}
.ec-input .ec-errorMessage, .ec-birth .ec-errorMessage, ec-select .ec-errorMessage, .ec-telInput .ec-errorMessage, .ec-zipInput .ec-errorMessage, .ec-numberInput .ec-errorMessage, .ec-halfInput .ec-errorMessage {
  font-size: 13px;
  color: #DE5D50;
}
.error.ec-input input, .error.ec-birth input, ec-select.error input, .error.ec-telInput input, .error.ec-zipInput input, .error.ec-numberInput input, .error.ec-halfInput input, .error.ec-input select, .error.ec-birth select, ec-select.error select, .error.ec-telInput select, .error.ec-zipInput select, .error.ec-numberInput select, .error.ec-halfInput select, .error.ec-input textarea, .error.ec-birth textarea, ec-select.error textarea, .error.ec-telInput textarea, .error.ec-zipInput textarea, .error.ec-numberInput textarea, .error.ec-halfInput textarea {
  margin-bottom: 5px;
  border-color: #CF3F34 !important;
  background: #FDF1F0 !important;
}
.error.ec-halfInput input, .error.ec-halfInput select, .error.ec-halfInput textarea {
  margin-bottom: 5px;
  border-color: #CF3F34 !important;
  background: #FDF1F0 !important;
}
.ec-checkbox .ec-errorMessage {
  font-size: 13px;
  font-weight: bold;
  color: #DE5D50;
}
.error.ec-checkbox input, .error.ec-checkbox label {
  border-color: #CF3F34;
  background: #FDF1F0;
}
.ec-errorMessage {
  font-size: 13px;
  color: #DE5D50;
  line-height: 1.2;
}
/*
フォーム（text２つ）

姓名など2つ入力させたい入力項目で使用します。

入力フォームを半分で用意したいときにも利用可能です。

ex [会員情報編集画面　フォーム部分](http://demo3.ec-cube.net/mypage/change)

Markup:
p.ec-halfInput
  input(type="text")
  input(type="text")
p.ec-halfInput
  input(type="text")

Styleguide 3.1.2
*/
.ec-halfInput input[type=text] {
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}
.ec-halfInput input[type=text]:first-child {
  margin-left: 0;
}
/*
数量ボタン

数量を表示するための小さなコンポーネントです。

数値表示に最適化するため、数字は右端揃えで表示されます。

ex [商品詳細画面　数量ボタン部分](http://demo3.ec-cube.net/products/detail/27)

Markup:
.ec-numberInput
  span 数量
  input(type="number",value="0")

Styleguide 3.1.3
*/
.ec-numberInput input[type=number] {
  display: inline-block;
  width: auto;
  max-width: 100px;
  text-align: right;
}
/*
郵便番号フォーム

数量を表示するための小さなコンポーネントです。

内部に input 要素を配置してコーディングします。

ex [会員情報編集画面　郵便番号部分](http://demo3.ec-cube.net/mypage/change)

Markup:
.ec-zipInput
  span 〒
  input(type="text")
.ec-zipInputHelp
  a(href="http://www.post.japanpost.jp/zipcode/" target="_blank")
    .ec-zipInputHelp__icon
      .ec-icon
        img(src='/moc/icon/question-white.svg', alt='')
    span 郵便番号検索
.ec-zipAuto
  a.ec-inlineBtn 郵便番号から自動入力

Styleguide 3.1.4
*/
.ec-zipInput {
  /*
  display: inline-block;
  input{
    display: inline-block;
        text-align: left;
    width: auto;
        max-width: 8em;
    font-size: 16px;
  }
  span{
    display: inline-block;
    padding: 0 5px 0 3px;
    margin-left:5px;
  }
  */
}
.ec-zipInputHelp {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 16px;
  vertical-align: baseline;
  line-height: 0;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -6px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}
.ec-zipInputHelp span {
  margin-left: 8px;
  display: inline-block;
  color: #0092C4;
  vertical-align: 3px;
}
.ec-zipAuto {
  margin-bottom: 16px;
}
.ec-zipAuto .ec-inlineBtn {
  font-weight: normal;
}
/*
電話番号ボタン

数量を表示するための小さなコンポーネントです。

内部に input 要素を配置してコーディングします。

ex [会員情報編集画面　電話番号部分](http://demo3.ec-cube.net/mypage/change)

Markup:
.ec-telInput
  input(type="text")

Styleguide 3.1.5
*/
.ec-telInput {
  /*
  input {
    max-width: 10em;
    text-align: left;
  }
  */
}
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, #pr2023_title > a > .logo > svg, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, .senddate, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member] textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img, #pr2023_mainmenu .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i, #pr2023_mainmenu .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div, #pr2023_mainmenu .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
フォーム部品(テキスト)

テキストや数値の入力項目に関する要素を定義します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 3.1
*/
/*
フォーム

`.ec-input` 要素は全ての入力項目に関する標準的なコンポーネントクラスです。


ex [会員情報編集画面　フォーム部分](http://demo3.ec-cube.net/mypage/change)

Markup:
p.ec-input
  input(type="number")
p.ec-input
  textarea(rows="6")

Styleguide 3.1.1
*/
.ec-input, .ec-birth, ec-select, .ec-halfInput, .ec-numberInput, .ec-zipInput, .ec-telInput {
  /*
  @include forms-reset;
  @include form-controls;
  input{
    height: 40px;
    margin-bottom: 10px;
    @include media_desktop {
      margin-bottom: 16px;
    }
  }
  textarea {
    height: auto;
    min-height: 100px;
  }
  p {
    line-height: 1.4;
  }
  */
}
.ec-input .ec-errorMessage, .ec-birth .ec-errorMessage, ec-select .ec-errorMessage, .ec-halfInput .ec-errorMessage, .ec-numberInput .ec-errorMessage, .ec-zipInput .ec-errorMessage, .ec-telInput .ec-errorMessage {
  font-size: 13px;
  color: #DE5D50;
}
.error.ec-input input, .error.ec-birth input, ec-select.error input, .error.ec-halfInput input, .error.ec-numberInput input, .error.ec-zipInput input, .error.ec-telInput input, .error.ec-input select, .error.ec-birth select, ec-select.error select, .error.ec-halfInput select, .error.ec-numberInput select, .error.ec-zipInput select, .error.ec-telInput select, .error.ec-input textarea, .error.ec-birth textarea, ec-select.error textarea, .error.ec-halfInput textarea, .error.ec-numberInput textarea, .error.ec-zipInput textarea, .error.ec-telInput textarea {
  margin-bottom: 5px;
  border-color: #CF3F34 !important;
  background: #FDF1F0 !important;
}
.error.ec-halfInput input, .error.ec-halfInput select, .error.ec-halfInput textarea {
  margin-bottom: 5px;
  border-color: #CF3F34 !important;
  background: #FDF1F0 !important;
}
.ec-checkbox .ec-errorMessage {
  font-size: 13px;
  font-weight: bold;
  color: #DE5D50;
}
.error.ec-checkbox input, .error.ec-checkbox label {
  border-color: #CF3F34;
  background: #FDF1F0;
}
.ec-errorMessage {
  font-size: 13px;
  color: #DE5D50;
  line-height: 1.2;
}
/*
フォーム（text２つ）

姓名など2つ入力させたい入力項目で使用します。

入力フォームを半分で用意したいときにも利用可能です。

ex [会員情報編集画面　フォーム部分](http://demo3.ec-cube.net/mypage/change)

Markup:
p.ec-halfInput
  input(type="text")
  input(type="text")
p.ec-halfInput
  input(type="text")

Styleguide 3.1.2
*/
.ec-halfInput input[type=text] {
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}
.ec-halfInput input[type=text]:first-child {
  margin-left: 0;
}
/*
数量ボタン

数量を表示するための小さなコンポーネントです。

数値表示に最適化するため、数字は右端揃えで表示されます。

ex [商品詳細画面　数量ボタン部分](http://demo3.ec-cube.net/products/detail/27)

Markup:
.ec-numberInput
  span 数量
  input(type="number",value="0")

Styleguide 3.1.3
*/
.ec-numberInput input[type=number] {
  display: inline-block;
  width: auto;
  max-width: 100px;
  text-align: right;
}
/*
郵便番号フォーム

数量を表示するための小さなコンポーネントです。

内部に input 要素を配置してコーディングします。

ex [会員情報編集画面　郵便番号部分](http://demo3.ec-cube.net/mypage/change)

Markup:
.ec-zipInput
  span 〒
  input(type="text")
.ec-zipInputHelp
  a(href="http://www.post.japanpost.jp/zipcode/" target="_blank")
    .ec-zipInputHelp__icon
      .ec-icon
        img(src='/moc/icon/question-white.svg', alt='')
    span 郵便番号検索
.ec-zipAuto
  a.ec-inlineBtn 郵便番号から自動入力

Styleguide 3.1.4
*/
.ec-zipInput {
  /*
  display: inline-block;
  input{
    display: inline-block;
        text-align: left;
    width: auto;
        max-width: 8em;
    font-size: 16px;
  }
  span{
    display: inline-block;
    padding: 0 5px 0 3px;
    margin-left:5px;
  }
  */
}
.ec-zipInputHelp {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 16px;
  vertical-align: baseline;
  line-height: 0;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -6px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}
.ec-zipInputHelp span {
  margin-left: 8px;
  display: inline-block;
  color: #0092C4;
  vertical-align: 3px;
}
.ec-zipAuto {
  margin-bottom: 16px;
}
.ec-zipAuto .ec-inlineBtn {
  font-weight: normal;
}
/*
電話番号ボタン

数量を表示するための小さなコンポーネントです。

内部に input 要素を配置してコーディングします。

ex [会員情報編集画面　電話番号部分](http://demo3.ec-cube.net/mypage/change)

Markup:
.ec-telInput
  input(type="text")

Styleguide 3.1.5
*/
.ec-telInput {
  /*
  input {
    max-width: 10em;
    text-align: left;
  }
  */
}
/*
フォーム部品(その他)

フォーム部品でテキストの入力以外の動作要素を定義します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>

Styleguide 3.2
*/
/*
ラジオ（水平）

水平に並ぶラジオボタンフィールドです。

各要素をlabelでくくって、コーディングします。

ex [新規会員登録画面　性別選択部分](http://demo3.ec-cube.net/entry)

Markup:
.ec-radio
  label
    input(type="radio")
    span 男性
  label
    input(type="radio")
    span 女性

Styleguide 3.2.2
*/
.ec-radio {
  /*
  label{
    margin-right:20px;
  }
  input{
    margin-right: 10px;
    margin-bottom: 10px;
  }
  span{
    font-weight: normal;
  }
  */
}
/*
ラジオ(垂直)

垂直に並ぶラジオボタンフィールドです。

各要素をlabelでくくって、コーディングします。

ex [購入画面 お支払方法](http://demo3.ec-cube.net/shopping)

Markup:
.ec-blockRadio
  label
    input(type="radio")
    span 郵便振替
  label
    input(type="radio")
    span 現金書留
  label
    input(type="radio")
    span 銀行振込
  label
    input(type="radio")
    span 代金引換

Styleguide 3.2.3
*/
.ec-blockRadio label {
  display: block;
}
.ec-blockRadio span {
  padding-left: 10px;
  font-weight: normal;
}
/*
セレクトボックス

数量を表示するための小さなコンポーネントです。

数値表示に最適化するため、数字は右端揃えで表示されます。

ex [新規会員登録画面　都道府県選択部分](http://demo3.ec-cube.net/entry)

Markup:
.ec-select
  select
    option 都道府県を選択
    option 北海道
    option 青森県
    option 岩手県
    option ...
.ec-select
  select
    option 選択して下さい
    option 公務員
    option コンサルタント
    option コンピュータ関連技術職
    option コンピュータ関連以外の技術職
    option ...

Styleguide 3.2.4
*/
/*
.ec-selects {
  margin-bottom: 20px;
  @include borderBottom;
}
.ec-select{
  @extend .ec-input;
  margin-bottom: 16px;
  select{
    display: inline-block;
    width: auto;
    max-width:100%;
    background-color: rgb(248, 248, 248);
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    &:focus {
      box-shadow: none;
    }
  }
  label{
    margin-right: 10px;
    font-weight: bold;
  }
  label:nth-child(3){
    margin-left: 10px;
    font-weight: bold;
  }
}
*/
.ec-select__delivery {
  display: block;
  margin-right: 16px;
}
.ec-select__time {
  display: block;
}
/*
生年月日選択

数量を表示するための小さなコンポーネントです。

数値表示に最適化するため、数字は右端揃えで表示されます。

ex [新規会員登録画面　生年月日選択部分](http://demo3.ec-cube.net/entry)

Markup:
.ec-birth
  select
    option ----
    option 1960
    option 1961
    option 1962
    option ...
  span /
  select
    option --
    option 01
    option 02
    option 03
    option ...
  span /
  select
    option --
    option 01
    option 02
    option 03
    option ...

Styleguide 3.2.5
*/
.ec-birth select {
  display: inline-block;
  width: auto;
  margin: 0 0 10px;
  background-color: #f8f8f8;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.ec-birth select:focus {
  box-shadow: none;
}
.ec-birth span {
  margin-left: 5px;
}
/*
チェックボックス （水平）

水平に並ぶチェックボックス フィールドです。

各要素をlabelでくくって、コーディングします。

ex [新規会員登録画面　利用規約](http://demo3.ec-cube.net/entry)

Markup:
.ec-checkbox
  label
    input(type="checkbox")
    span 利用規約に同意する

Styleguide 3.2.6
*/
.ec-checkbox label {
  display: inline-block;
}
.ec-checkbox input {
  margin-bottom: 10px;
}
.ec-checkbox span {
  font-weight: normal;
}
/*
チェックボックス (垂直)

垂直に並ぶチェックボックス フィールドです。

各要素をlabelでくくって、コーディングします。

Markup:
.ec-blockCheckbox
  label
    input(type="checkbox")
    span 利用規約に同意する

Styleguide 3.2.7
*/
.ec-blockCheckbox label {
  display: block;
}
.ec-blockCheckbox span {
  font-weight: normal;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
フォームラベル

フォームのラベルに関する要素を定義します。

sg-wrapper:
<div class="ec-registerRole">
  <div class="ec-off1Grid">
    <div class="ec-off1Grid__cell">
      <div class="ec-borderedDefs">
        <sg-wrapper-content/>
      </div>
    </div>
  </div>
</div>

Styleguide 3.3
*/
/*
ラベル

フォーム要素で利用するラベル要素です。

ex [お問い合わせページ　ラベル部分](http://demo3.ec-cube.net/contact)

Markup:
.ec-borderedDefs
  dl
    dt
      label.ec-label お名前
    dd
      .ec-input
        input(type="text")

Styleguide 3.3.1
*/
.ec-label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
/*
必須ラベル

必須文字を表示するラベル要素です。

ex [お問い合わせページ　必須ラベル部分](http://demo3.ec-cube.net/contact)


Markup:
.ec-borderedDefs
  dl
    dt
      label.ec-label お名前
        span.ec-required 必須
    dd
      .ec-input
        input(type="text")

Styleguide 3.3.2
*/
.ec-required {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: 2px;
  color: #DE5D50;
  font-size: 12px;
  font-weight: normal;
}
/*
アイコン

デフォルトテンプレートのアイコンは`.ec-icon`>`img`タグで使用することができます

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>

Markup:
include /assets/tmpl/elements/4.1.icon.pug
div(style="background-color: rgba(130,130,130,.15); padding: 20px;")
  +icon-all

Styleguide 4.1
*/
.ec-icon img {
  max-width: 80px;
  max-height: 80px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
グリッド

画面を12分割し、グリッドレイアウトに対応するためのスタイルです。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 5.1
*/
/*
2分割グリッド

画面 ２分割の　グリッドです。
Bootstrap の col-sm-6 相当のグリッドを提供します。

Markup:
.ec-grid2
  .ec-grid2__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid2__cell
  .ec-grid2__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid2__cell

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 5.1.1
*/
.ec-grid2 {
  display: block;
  margin: 0;
}
.ec-grid2 .ec-grid2__cell {
  position: relative;
  min-height: 1px;
}
.ec-grid2 .ec-grid2__cell2 {
  position: relative;
  min-height: 1px;
}
/*
3分割グリッド

画面　３分割の　グリッドです。


Markup:
.ec-grid3
  .ec-grid3__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid3__cell
  .ec-grid3__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid3__cell
  .ec-grid3__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid3__cell

Styleguide 5.1.2
*/
.ec-grid3 {
  display: block;
  margin: 0;
}
.ec-grid3 .ec-grid3__cell {
  position: relative;
  min-height: 1px;
}
.ec-grid3 .ec-grid3__cell2 {
  position: relative;
  min-height: 1px;
}
.ec-grid3 .ec-grid3__cell3 {
  position: relative;
  min-height: 1px;
}
/*
4分割グリッド

画面　４分割の　グリッドです。


Markup:
.ec-grid4
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid4__cell

Styleguide 5.1.3
*/
.ec-grid4 {
  display: block;
  margin: 0;
}
.ec-grid4 .ec-grid4__cell {
  position: relative;
  min-height: 1px;
}
/*
6分割グリッド

2つにまとめた cell2 や 3つをまとめた cell3 タグも使用可能です。


Markup:
.ec-grid6
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
.ec-grid6
  .ec-grid6__cell2(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell2
  .ec-grid6__cell2(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell2
  .ec-grid6__cell2(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell2
.ec-grid6
  .ec-grid6__cell3(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell3
  .ec-grid6__cell3(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell3

Styleguide 5.1.4
*/
.ec-grid6 {
  display: block;
  margin: 0;
}
.ec-grid6 .ec-grid6__cell {
  position: relative;
  min-height: 1px;
}
.ec-grid6 .ec-grid6__cell2 {
  position: relative;
  min-height: 1px;
}
.ec-grid6 .ec-grid6__cell3 {
  position: relative;
  min-height: 1px;
}
/*
中央寄せグリッド 10/12

左右にマージンを持つ、中央寄せグリッドを提供します。１２分の１０グリッドです

ex [ご利用規約ページ　本文](http://demo3.ec-cube.net/help/agreement)

Markup:
.ec-off1Grid
  .ec-off1Grid__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod

Styleguide 5.1.5
*/
.ec-off1Grid {
  margin: 0;
}
.ec-off1Grid .ec-off1Grid__cell {
  margin: 0;
}
/*
中央寄せグリッド 8/12

左右にマージンを持つ、中央寄せグリッドを提供します。１２分の８グリッドです


Markup:
.ec-off2Grid
  .ec-off2Grid__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod

Styleguide 5.1.6
*/
.ec-off2Grid {
  display: block;
  margin: 0;
}
.ec-off2Grid .ec-off2Grid__cell {
  margin: 0;
}
/*
中央寄せグリッド 6/12

左右にマージンを持つ、中央寄せグリッドを提供します。１２分の６グリッドです


Markup:
.ec-off3Grid
  .ec-off3Grid__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod

Styleguide 5.1.7
*/
.ec-off3Grid {
  display: block;
  margin: 0;
}
.ec-off3Grid .ec-off3Grid__cell {
  margin: 0;
}
/*
中央寄せグリッド 4/12

左右にマージンを持つ、中央寄せグリッドを提供します。１２分の４グリッドです


Markup:
.ec-off4Grid
  .ec-off4Grid__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod


Styleguide 5.1.8
*/
.ec-off4Grid {
  display: block;
  margin: 0;
}
.ec-off4Grid .ec-off4Grid__cell {
  margin: 0;
}
/*
グリッドオプション

グリッドのセルに対して「左寄せ」「中央寄せ」「右寄せ」のオプションを付与することができます。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>

Styleguide 5.1.9
*/
/*
グリッドセルの左寄せ

.ec-gridに.ec-grid--leftを付与すると内包してるセルを左寄せにすることができます。

Markup:
.ec-grid4.ec-grid--left
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell

Styleguide 5.1.10
*/
.ec-grid--left {
  justify-content: flex-start;
}
/*
グリッドセルの右寄せ

.ec-gridに.ec-grid--leftを付与すると内包してるセルを左寄せにすることができます。

Markup:
.ec-grid4.ec-grid--right
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell

Styleguide 5.1.11
*/
.ec-grid--right {
  justify-content: flex-end;
}
/*
グリッドセルの中央寄せ

.ec-gridに.ec-grid--leftを付与すると内包してるセルを左寄せにすることができます。

Markup:
.ec-grid4.ec-grid--center
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell

Styleguide 5.1.12
*/
.ec-grid--center {
  justify-content: center;
}
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
レイアウト

様々なレイアウトを変更する為のスタイル群です。

Styleguide 5.2
*/
/*
画像レイアウト

画像とテキストを水平に並べるレイアウトです。

画像は20%で表示されます。

ex [注文履歴 ログイン後→注文履歴ボタンを押下](http://demo3.ec-cube.net/mypage)

Markup:
.ec-imageGrid
  .ec-imageGrid__img: img(src="http://demo3.ec-cube.net/upload/save_image/0701113537_559351f959620.jpeg")
  .ec-imageGrid__content
    p.ec-font-bold ホーローマグ
    p ¥ 1,728 x 1

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 5.2.1
*/
.ec-imageGrid {
  display: table;
  border-top: 1px dotted #ccc;
  width: 100%;
}
.ec-imageGrid .ec-imageGrid__img {
  display: table-cell;
  padding: 10px;
  width: 100px;
}
.ec-imageGrid .ec-imageGrid__img img {
  width: 100%;
}
.ec-imageGrid .ec-imageGrid__content {
  vertical-align: middle;
  display: table-cell;
}
.ec-imageGrid .ec-imageGrid__content span {
  margin-left: 10px;
}
.ec-imageGrid .ec-imageGrid__content p {
  margin-bottom: 0;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
ログイン

主にログインフォームのスタイルを表示します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 6.1
*/
/*
ログインフォーム

ログインフォームを表示します。

ex [ログイン画面](http://demo3.ec-cube.net/mypage/login)

Markup:
include /assets/tmpl/elements/6.3.login.pug
+ec-login


Styleguide 6.1.1
*/
.ec-login {
  /*
  margin: 0 0 20px;
  padding: 30px 13% 20px;
  height: auto;
  background: #F3F4F4;
  box-sizing: border-box;
  @include media_desktop {
    margin: 0 16px;
    padding: 30px 13% 60px;
  }
  & &__icon {
    text-align: center;
  }
  .ec-icon{
    margin-bottom: 10px;
    img {
      width: 90px;
      height: 90px;
      display: inline-block;
    }
  }
  & &__input {
    margin-bottom: 40px;
    .ec-checkbox {
      span {
        margin-left: 5px;
        font-weight:normal;
      }
    }
  }
  & &__actions {
    color: #fff;
    @include reset_link();
  }
  & &__link {
    margin-top: 5px;
    margin-left: 0;
    @include media_desktop {
      margin-left: 20px;
    }
  }
  */
}
.ec-login .ec-errorMessage {
  color: #DE5D50;
  margin-bottom: 20px;
  line-height: 1.8;
}
/*
ゲスト購入

ゲスト購入ボタンとそのフォームを表示します。

ex [ゲスト購入画面](http://demo3.ec-cube.net/shopping/login)

Markup:
include /assets/tmpl/elements/6.3.login.pug
+ec-guest
hoge

Styleguide 6.1.2
*/
.ec-guest {
  display: table;
  margin: 0;
  padding: 13%;
  height: auto;
  box-sizing: border-box;
  background: #F3F4F4;
}
.ec-guest .ec-guest__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ec-guest .ec-guest__inner p {
  margin-bottom: 16px;
}
.ec-guest .ec-guest__actions {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.ec-guest .ec-guest__actions a {
  color: inherit;
  text-decoration: none;
}
.ec-guest .ec-guest__actions a:hover {
  text-decoration: none;
}
.ec-guest .ec-guest__icon {
  font-size: 70px;
  text-align: center;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, #pr2023_title > a > .logo > svg, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, .senddate, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img, #pr2023_mainmenu .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i, #pr2023_mainmenu .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div, #pr2023_mainmenu .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
div[class^=pr2023_][class*=_member] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_member] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_member] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_member] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_member] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_member] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_member] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_member] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_member] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_member] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_member] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_member] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_member] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_member] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_member] a.abtn.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_member] a.abtn.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_member] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_member] input[type=text].design_common, div[class^=pr2023_][class*=_member] input[type=email].design_common, div[class^=pr2023_][class*=_member] input[type=password].design_common, div[class^=pr2023_][class*=_member] input[type=tel].design_common, div[class^=pr2023_][class*=_member] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 0;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_member] input[type=text].design_common:focus, div[class^=pr2023_][class*=_member] input[type=email].design_common:focus, div[class^=pr2023_][class*=_member] input[type=password].design_common:focus, div[class^=pr2023_][class*=_member] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_member] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_member] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_member] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_member] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_member] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_member] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_member] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_member] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_member] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_member] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_member] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_member] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_member] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_member] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_member] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_member] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_member] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_member] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_member] select.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_member] input[type=radio]:hover {
  cursor: pointer;
}
div[class^=pr2023_][class*=_member] input[type=radio]:hover + label {
  color: #FE7236;
  cursor: pointer;
}
div[class^=pr2023_][class*=_member].pr2023_header_member {
  margin: 0 auto 20px;
  padding: 20px 0;
  box-sizing: content-box;
}
div[class^=pr2023_][class*=_member].pr2023_header_member > h1 {
  color: #FE7236;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_logout {
  margin-top: 20px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_logout button.logout {
  min-width: 15rem;
  font-size: 14px;
  border-radius: 10rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border: solid 0.1rem #8f8f8f;
  color: #222;
  background-color: #FFF;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_logout button.logout > i {
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  color: #8f8f8f;
  margin-right: 0.5em;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_logout button.logout:hover {
  border-color: #FE7236;
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_logout button.logout:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_card {
  background-color: #FFE484;
  border-radius: 0.8rem;
  margin-top: 20px;
  padding: 20px;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_card > div {
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_card > div > span {
  font-weight: bold;
  margin: 0 20px;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_menu > ul {
  list-style: none;
  display: grid;
  row-gap: 0.9rem;
  margin-top: 2.6rem;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_menu > ul > li {
  height: 4.4rem;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_menu > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #8f8f8f;
  line-height: 1;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.2rem 0.5rem;
  border-radius: 0.4rem;
  color: #222;
  text-decoration: none;
  background-color: #FFF;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_menu > ul > li > a:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_menu > ul > li.current > a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_header_member .member_menu > ul > li.logout > button {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member {
  margin: 20px 0;
  padding: 20px 0;
  box-sizing: content-box;
}
div[class^=pr2023_][class*=_member].pr2023_body_member h1 {
  color: #FE7236;
  line-height: 1;
  border-bottom: solid 0.3rem #DDD;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section {
  background-color: #F8F8F8;
  padding: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox {
  grid-area: loginbox;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers {
  max-width: 50rem;
  margin: 3rem auto;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > * input[type=email], div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > * input[type=password] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > *.autologin {
  cursor: pointer;
  font-size: 13px;
  display: block;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > *.login_execute {
  margin-top: 20px;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > *.login_execute > .support > a {
  word-wrap: break-word;
  font-size: 13px;
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.etcmenu {
  grid-area: etcmenu;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.etcmenu > .containers {
  max-width: 50rem;
  text-align: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.etcmenu > .containers > .ctrl_guestorder > button {
  margin: 20px auto;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.etcmenu > .containers > button.pbinv {
  margin: 20px auto;
  font-size: 14px;
  padding: 1rem;
  text-align: left;
  line-height: 1.4;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.2rem #222;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: solid 0.1rem #AEAEAE;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table {
  width: 100%;
  table-layout: fixed;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table td {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table th {
  text-align: left;
  padding-right: 1em;
  width: -moz-max-content;
  width: max-content;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table td.ctrl_order_detail {
  vertical-align: top;
  text-align: right;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog .ec-para-normal {
  font-size: 13px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .back {
  margin: 20px auto;
  text-align: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head {
  max-width: 80rem;
  margin: 20px auto;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th {
  text-align: left;
  vertical-align: top;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th::after {
  padding-left: 10px;
  content: ":";
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td {
  padding-left: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body {
  max-width: 80rem;
  margin: 20px auto;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section {
  margin: 40px auto;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section > h2 {
  line-height: 33px;
  font-size: 18px;
  border-bottom: dashed 1px #AEAEAE;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table {
  width: 100%;
  max-width: 70rem;
  margin: 10px auto;
  border-collapse: collapse;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td {
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #AEAEAE;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5px;
  padding-left: 10px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr td:not(:first-of-type) {
  text-align: right;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tfoot > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tfoot > tr > td {
  text-align: right;
  background-color: rgba(143, 143, 143, 0.25);
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tfoot > tr.total > th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tfoot > tr.total > td {
  background-color: #FFC;
  font-weight: bold;
  font-size: 18px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tfoot > tr.total > th dl, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tfoot > tr.total > td dl {
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tfoot > tr.total > th dl dd, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tfoot > tr.total > td dl dd {
  margin-left: 10px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td {
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #AEAEAE;
  background-color: rgba(255, 255, 255, 0.75);
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point > tbody > tr:nth-of-type(1) > th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point > tbody > tr:nth-of-type(1) > td {
  border-top: solid 1px #AEAEAE;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point > tbody > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point > tbody > tr > td {
  text-align: right;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point > tbody > tr.total > th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point > tbody > tr.total > td {
  background-color: #FFC;
  font-weight: bold;
  font-size: 18px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table {
  width: 100%;
  max-width: 70rem;
  margin: 10px auto;
  border-collapse: collapse;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #AEAEAE;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td {
  padding-left: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method {
  width: 100%;
  max-width: 70rem;
  margin: 10px auto;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th {
  text-align: left;
  vertical-align: top;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th {
  width: 7em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th::after {
  padding-left: 10px;
  content: ":";
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td {
  padding-left: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des {
  width: 100%;
  max-width: 70rem;
  margin: 10px auto;
  border-collapse: collapse;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td {
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #AEAEAE;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr td {
  padding-left: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard {
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: solid 1px #AEAEAE;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div.output_subject {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.company > .input > div > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.address > .input > .zipcode a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.mail > .input > div > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.password > .input > div > input[type=password] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.gender > .input, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.dm > .input {
  margin-bottom: 10px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.gender > .input > div > .design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.dm > .input > div > .design_common {
  position: relative;
  top: -5px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.gender > .input > div > .design_common > label, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.dm > .input > div > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.gender > .input > div > .design_common > label:hover, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.dm > .input > div > .design_common > label:hover {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .ctrl_go_confirm {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .ctrl_go_confirm > button {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard > .confirm {
  font-size: 15px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard > .confirm *[class^=confirm_] {
  font-size: 15px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .ctrl_go_apply {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .ctrl_go_apply > button {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_complete > .body {
  text-align: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_complete > .body > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_complete > .body > section.complete_text {
  margin-top: 40px;
  margin-bottom: 50px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_complete > .body > section.complete_text .ec-reportDescription {
  font-size: 15px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers.address_mypage > .body > .addresscard .ctrl_address_edit > button.act_address_decide {
  display: none;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers.address_mypage > .body > .addresscard.member {
  display: none;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers.address_mypage > .body > .addresscard tr.addresstype {
  display: none;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard > .confirm {
  font-size: 15px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard > .confirm *[class^=confirm_] {
  font-size: 15px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .ctrl_go_apply {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .ctrl_go_apply > button {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .ctrl_optout {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .ctrl_optout > button {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body {
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution {
  color: #E60012;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#gmo_payment_gateway_card_edit_navi {
  display: none;
}
#page_gmo_mypage_card_edit form .ec-pageHeader {
  display: none;
  margin: 0 auto 20px;
  padding: 20px;
  box-sizing: content-box;
}
#page_gmo_mypage_card_edit form .ec-pageHeader h1 {
  color: #FE7236;
  line-height: 1;
  border-bottom: solid 0.3rem #DDD;
}
#page_gmo_mypage_card_edit form .ec-mypageRole {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.white:hover {
  background-color: #F8F8F8;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.orange:hover {
  background-color: #e66730;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.red:hover {
  background-color: #b3000f;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.pbpink:hover {
  background-color: #cc3d68;
}
#page_gmo_mypage_card_edit form .ec-mypageRole button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
#page_gmo_mypage_card_edit form .ec-mypageRole a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
#page_gmo_mypage_card_edit form .ec-mypageRole a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
#page_gmo_mypage_card_edit form .ec-mypageRole a.abtn.white:hover {
  background-color: #F8F8F8;
}
#page_gmo_mypage_card_edit form .ec-mypageRole a.abtn.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
#page_gmo_mypage_card_edit form .ec-mypageRole a.abtn.orange:hover {
  background-color: #e66730;
}
#page_gmo_mypage_card_edit form .ec-mypageRole span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
#page_gmo_mypage_card_edit form .ec-mypageRole input[type=text].design_common, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=email].design_common, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=password].design_common, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=tel].design_common, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 0;
  margin-bottom: 8px;
}
#page_gmo_mypage_card_edit form .ec-mypageRole input[type=text].design_common:focus, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=email].design_common:focus, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=password].design_common:focus, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=tel].design_common:focus, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=number].design_common:focus {
  outline-color: #FE7236;
}
#page_gmo_mypage_card_edit form .ec-mypageRole input[type=text].design_common::-moz-placeholder, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=email].design_common::-moz-placeholder, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=password].design_common::-moz-placeholder, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=tel].design_common::-moz-placeholder, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
#page_gmo_mypage_card_edit form .ec-mypageRole input[type=text].design_common::placeholder, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=email].design_common::placeholder, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=password].design_common::placeholder, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=tel].design_common::placeholder, #page_gmo_mypage_card_edit form .ec-mypageRole input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
#page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
#page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common:focus {
  outline-color: #FE7236;
}
#page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
#page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common::placeholder {
  color: #8F8F8F;
}
#page_gmo_mypage_card_edit form .ec-mypageRole select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
#page_gmo_mypage_card_edit form .ec-mypageRole select.design_common:focus {
  outline-color: #FE7236;
}
#page_gmo_mypage_card_edit form .ec-mypageRole select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
#page_gmo_mypage_card_edit form .ec-mypageRole select.design_common::placeholder {
  color: #8F8F8F;
}
#page_gmo_mypage_card_edit form .ec-mypageRole input[type=radio]:hover {
  cursor: pointer;
}
#page_gmo_mypage_card_edit form .ec-mypageRole input[type=radio]:hover + label {
  color: #FE7236;
  cursor: pointer;
}
#page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole {
  margin-top: 15px;
}
#page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole .ec-para-normal {
  font-size: 15px;
}
#page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole > .ec-cardRole__actions {
  text-align: center;
}
#page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole > .ec-borderedDefs > dl > dt {
  font-size: 15px;
}
#page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole > .ec-borderedDefs > dl > dd {
  font-size: 15px;
}
#page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole > .ec-borderedDefs > dl > dd > div > span {
  line-height: 1;
  font-size: 13px;
}
#page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole > .ec-cardList {
  font-size: 13px;
  line-height: 1.5;
}
#page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole > .ec-cardList table tr > th {
  line-height: 1.2;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
商品掲載

トップページに商品掲載するスタイルガイド群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 7.1
*/
/*
商品アイテム（商品紹介B）

３項目横並びの商品アイテムを表示します。
必要に応じて商品詳細や、キャッチコピーなどを添えることが出来ます。

ex [トップページ　商品紹介部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/7.1.itembanner.pug
+ec-displayB

Styleguide 7.1.1
*/
.ec-displayB {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ec-displayB .ec-displayB__cell {
  width: 100%;
  margin-bottom: 16px;
}
.ec-displayB .ec-displayB__cell a {
  color: inherit;
  text-decoration: none;
}
.ec-displayB .ec-displayB__cell a:hover {
  text-decoration: none;
}
.ec-displayB .ec-displayB__cell:hover {
  text-decoration: none;
}
.ec-displayB .ec-displayB__cell:hover img {
  opacity: 0.8;
}
.ec-displayB .ec-displayB__cell:hover a {
  text-decoration: none;
}
.ec-displayB .ec-displayB__img {
  margin-bottom: 15px;
}
.ec-displayB .ec-displayB__catch {
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #9a947e;
}
.ec-displayB .ec-displayB__comment {
  margin-bottom: 14px;
  text-decoration: none;
  color: #525263;
  font-size: 14px;
}
.ec-displayB .ec-displayB__link {
  text-decoration: none;
  font-weight: bold;
  color: #9a947e;
}
/*
商品アイテム（商品紹介C）

４項目横並びの商品アイテムを表示します。

ex [トップページ　商品紹介部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/7.1.itembanner.pug
+ec-displayC
p hoge

Styleguide 7.1.2
*/
.ec-displayC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ec-displayC .ec-displayC__cell {
  width: 47%;
}
.ec-displayC .ec-displayC__cell a {
  color: inherit;
  text-decoration: none;
}
.ec-displayC .ec-displayC__cell a:hover {
  text-decoration: none;
}
.ec-displayC .ec-displayC__cell:hover a {
  text-decoration: none;
}
.ec-displayC .ec-displayC__cell:hover img {
  opacity: 0.8;
}
.ec-displayC .ec-displayC__img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.ec-displayC .ec-displayC__catch {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #9a947e;
}
.ec-displayC .ec-displayC__title {
  display: block;
  width: 100%;
  color: #525263;
}
.ec-displayC .ec-displayC__price {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #525263;
}
.ec-displayC .ec-displayC__price--sp {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #DE5D50;
}
/*
商品アイテム（商品紹介D）

６項目横並びの商品アイテムを表示します。

ex [トップページ　商品紹介部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/7.1.itembanner.pug
+ec-displayD

Styleguide 7.1.3
*/
.ec-displayD {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
.ec-displayD .ec-displayD__cell {
  width: 30%;
  margin-bottom: 8px;
}
.ec-displayD .ec-displayD__cell a {
  color: inherit;
  text-decoration: none;
}
.ec-displayD .ec-displayD__cell a:hover {
  text-decoration: none;
}
.ec-displayD .ec-displayD__cell:hover {
  text-decoration: none;
}
.ec-displayD .ec-displayD__cell:hover img {
  opacity: 0.8;
}
.ec-displayD .ec-displayD__img {
  display: block;
  width: 100%;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
検索・一覧表示

検索欄や、一覧表示に使用するスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 7.2
*/
/*
トピックパス

検索結果で表示されるトピックパスのスタイルです。

ex [商品一覧ページ　横並びリスト部分](http://demo3.ec-cube.net/products/list?category_id=&name=)

Markup:
include /assets/tmpl/elements/7.2.search.pug
+ec-topicpath

Styleguide 7.2.1
*/
.ec-topicpath {
  letter-spacing: -0.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  color: #0092C4;
}
.ec-topicpath .ec-topicpath__item a {
  color: inherit;
  text-decoration: none;
}
.ec-topicpath .ec-topicpath__item a:hover {
  text-decoration: none;
}
.ec-topicpath .ec-topicpath__divider {
  color: #000;
}
.ec-topicpath .ec-topicpath__item, .ec-topicpath .ec-topicpath__divider, .ec-topicpath .ec-topicpath__item--active {
  display: inline-block;
  min-width: 16px;
  text-align: center;
  position: relative;
  letter-spacing: normal;
}
.ec-topicpath .ec-topicpath__item--active {
  font-weight: bold;
}
.ec-topicpath .ec-topicpath__item--active a {
  color: inherit;
  text-decoration: none;
}
.ec-topicpath .ec-topicpath__item--active a:hover {
  text-decoration: none;
}
/*
ページャ

検索結果で表示される商品一覧のスタイルです。

ex [商品一覧ページ　ページャ部分](http://demo3.ec-cube.net/products/list?category_id=&name=)

Markup:
include /assets/tmpl/elements/7.2.search.pug
+ec-pager

Styleguide 7.2.2
*/
.ec-pager {
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
.ec-pager .ec-pager__item, .ec-pager .ec-pager__item--active {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
}
.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
  color: inherit;
  text-decoration: none;
}
.ec-pager .ec-pager__item a:hover, .ec-pager .ec-pager__item--active a:hover {
  text-decoration: none;
}
.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
  color: inherit;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none;
}
.ec-pager .ec-pager__item a:hover, .ec-pager .ec-pager__item--active a:hover {
  color: inherit;
}
.ec-pager .ec-pager__item--active {
  background: #F3F3F3;
}
.ec-pager .ec-pager__item:hover {
  background: #F3F3F3;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
カート

ショッピングカートに関するスタイルです。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 7.3
*/
/*
カートヘッダ

購入完了までの手順や、現在の状態を表示します。

ul 要素を用いたリスト要素としてマークアップします。

ex [カートページ　ヘッダ部分](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/7.3.cart.pug
+ec-progress

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 7.3.1
*/
.ec-progress {
  margin: 0 auto;
  padding: 8px 0 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
  list-style: none;
}
.ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}
.ec-progress .ec-progress__item:after {
  content: "";
  position: absolute;
  display: block;
  background: #525263;
  width: 100%;
  height: 0.25em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9 ;
  z-index: -1;
}
.ec-progress .ec-progress__item:last-child:after {
  display: none;
}
.ec-progress .ec-progress__number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  background: #525263;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
.ec-progress .ec-progress__label {
  font-size: 12px;
}
.ec-progress .is-complete .ec-progress__number {
  background: #5CB1B1;
}
.ec-progress .is-complete .ec-progress__label {
  color: #5CB1B1;
}
/*
カートナビゲーション

カートナビゲーションを表示します。　カートに追加された商品の個数も表示します。

ex [カートページ　ナビゲーション部分](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/11.2.header.pug
+ec-headerCart

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>


Styleguide 7.3.5
*/
.ec-cartNavi {
  display: inline-block;
  padding: 10px 0 0 20px;
  width: auto;
  color: black;
  background: transparent;
}
.ec-cartNavi .ec-cartNavi__icon {
  display: inline-block;
  font-size: 20px;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  animation: fadeIn 200ms linear 0s;
  position: relative;
}
.ec-cartNavi .ec-cartNavi__badge {
  display: inline-block;
  border-radius: 99999px;
  box-sizing: border-box;
  padding: 5px;
  height: 17px;
  font-size: 10px;
  line-height: 0.7;
  vertical-align: top;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  background-color: #DE5D50;
  position: absolute;
  left: 60%;
  top: -10px;
}
.ec-cartNavi .ec-cartNavi__price {
  display: none;
}
.ec-cartNavi.is-active .ec-cartNavi__icon:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.ec-cartNavi.is-active .ec-cartNavi__badge {
  display: none;
}
/*
カートナビゲーションのポップアップ(商品詳細)

カートナビゲーションのポップアップを表示します。カートに追加された商品の詳細が表示されます。

ex [カートページ　ナビゲーション部分](http://demo3.ec-cube.net/cart)

Markup:
div(style="height:350px;")
  // 上記のdivはスタイルガイド都合上、高さをもたせるため設置(mocでは不要)
  .is_active
    .ec-cartNavi
      .ec-cartNavi__icon
        img(src='/moc/icon/cart-dark.svg', alt='close')
      .ec-cartNavi__iconClose
        img(src='/moc/icon/cross-dark.svg', alt='close')
      .ec-cartNavi__badge 1
      .ec-cartNavi__label
        | 合計
        .ec-cartNavi__price ¥1920
    +b.ec-cartNaviIsset
      +e.cart
        +e.cartImage
          img(src='http://demo3.ec-cube.net/upload/save_image/0701104933_5593472d8d179.jpeg')
        +e.cartContent
          +e.cartContentTitle ミニテーブル
          +e.cartContentPrice ¥ 12,960
            +e.cartContentTax 税込
          +e.cartContentNumber 数量：1
      +e.action
        a.ec-blockBtn--action(href="/moc/guest/cart1") カートへ進む
        a.ec-blockBtn.ec-cartNavi--cancel キャンセル

Styleguide 7.3.6
*/
.ec-cartNaviIsset {
  display: none;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px;
  z-index: 20;
  position: absolute;
  right: 0;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 16px;
  padding-bottom: 32px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart:after {
  content: " ";
  display: table;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart:after {
  clear: both;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
  float: left;
  width: 45%;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage img {
  width: 100%;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  float: right;
  width: 55%;
  padding-left: 16px;
  text-align: left;
  box-sizing: border-box;
}
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
  color: #fff;
  margin-bottom: 8px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
  margin-bottom: 8px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice {
  font-weight: bold;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTax {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 2px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentNumber {
  font-size: 14px;
}
.ec-cartNaviIsset.is-active {
  display: block;
}
/*
カートナビゲーションのポップアップ(商品なし)

カートナビゲーションのポップアップを表示します。商品が登録されていない場合の表示です。

ex [カートページ　ナビゲーション部分](http://demo3.ec-cube.net/cart)

Markup:
div(style="height:170px;")
  // 上記のdivはスタイルガイド都合上、高さをもたせるため設置(mocでは不要)
  .is_active
    .ec-cartNavi
      .ec-cartNavi__icon
        img(src='/moc/icon/cart-dark.svg', alt='cart')
      .ec-cartNavi__iconClose
        img(src='/moc/icon/cross-dark.svg', alt='close')
      .ec-cartNavi__badge 1
      .ec-cartNavi__label
        | 合計
        .ec-cartNavi__price ¥1920
    .ec-cartNaviNull
      .ec-cartNaviNull__message
        p 現在カート内に
          br
          | 商品がございません。
    //+b.ec-cartNaviIsset
    //  +e.cart
    //    +e.cartImage
    //      img(src='http://demo3.ec-cube.net/upload/save_image/0701104933_5593472d8d179.jpeg')
    //    +e.cartContent
    //      +e.cartContentTitle ミニテーブル
    //      +e.cartContentPrice ¥ 12,960
    //        +e.cartContentTax 税込
    //      +e.cartContentNumber 数量：1
    //  +e.action
    //    a.ec-blockBtn--action(href="/moc/guest/cart1") カートへ進む
    //    a.ec-blockBtn キャンセル

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>


Styleguide 7.3.7
*/
.ec-cartNaviNull {
  display: none;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px;
  z-index: 3;
  position: absolute;
  right: 0;
}
.ec-cartNaviNull .ec-cartNaviNull__message {
  border: 1px solid #D9D9D9;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #F99;
}
.ec-cartNaviNull .ec-cartNaviNull__message p {
  margin: 0;
}
.ec-cartNaviNull.is-active {
  display: block;
}
/*
総計

会計時の合計金額、総計を表示します。

ex [カートページ　統計部分](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/7.3.cart.pug
+ec-totalBox

Styleguide 7.3.8
*/
.ec-totalBox {
  /*
  background:#F3F3F3;
  padding: 16px;
  margin-bottom: 16px;
  & &__spec{
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom:8px;
    dt{
      font-weight: normal;
      text-align: left;
    }
    dd{
      text-align: right;
    }
    & &__specTotal {
      color: $clrRed;
    }
  }
  & &__total{
    border-top: 1px dotted #ccc;
    padding: 8px 0;
    text-align: right;
    font-size: 14px;
    font-weight:bold;
  }
  & &__paymentTotal{
    padding: 8px 0;
    text-align: right;
    font-size: 14px;
    font-weight:bold;
    .ec-totalBox__price,
    .ec-totalBox__taxLabel{
        color: $clrRed;
    }
  }
  & &__price{
    margin-left: 16px;
    font-size: 16px;
    font-weight:bold;
    @include media_desktop {
      font-size: 24px;
    }
  }
  & &__taxLabel {
    margin-left: 8px;
    font-size: 12px;
    @include media_desktop {
      font-size: 14px;
    }
  }
  & &__taxRate {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom:8px;
    font-size: 10px;
    @include media_desktop {
      font-size: 12px;
    }
    dt{
      font-weight: normal;
      text-align: left;
      margin-right: 8px;
      &::before {
        content: "[ ";
      }
    }
    dd{
      text-align: right;
      &::after {
        content: " ]";
      }
    }
  }
  & &__pointBlock{
    padding: 18px 20px 10px;
    margin-bottom: 10px;
    background: #fff;
  }
  & &__btn {
    @include reset_link();
    color: #fff;
    .ec-blockBtn--action {
      font-size: 16px;
      font-weight: bold;
    }
    .ec-blockBtn--cancel {
      margin-top: 8px;
    }
  }
  */
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
お知らせ

新着情報やバナーなどの掲載項目を紹介していきます。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 8.1
*/
/*
新着情報

新着情報の掲載をします。

ex [トップページ　新着情報部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/8.1.info.pug
+ec-news

Styleguide 8.1.1
*/
.ec-news {
  margin-bottom: 16px;
  background: #F8F8F8;
}
.ec-news .ec-news__title {
  font-weight: bold;
  padding: 8px;
  font-size: 16px;
  text-align: center;
}
.ec-news .ec-news__items {
  padding: 0;
  list-style: none;
  border-top: 1px dotted #ccc;
}
/*
折りたたみ項目

折りたたみ項目を掲載します。

ex [トップページ　折りたたみ項目部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/8.1.info.pug
+b.ec-news
        +e.title 新着情報
        +e.UL.items
            +e.LI.item
                +b.ec-newsline.is_active
                    +e.info
                        +e.date 2016/09/29
                        +e.comment サイトオープンしました
                        +e.close
                            a.ec-closeBtn--circle
                                span.ec-closeBtn--circle__icon
                                    .ec-icon
                                        img(src='/moc/icon/angle-down-white.svg', alt='')
                    +e.description 一人暮らしからオフィスなどさまざまなシーンで あなたの生活をサポートするグッズをご家庭へお届けします！

Styleguide 8.1.2
*/
.ec-newsline {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 16px;
}
.ec-newsline .ec-newsline__info {
  width: 100%;
  padding: 16px 0;
}
.ec-newsline .ec-newsline__info:after {
  content: " ";
  display: table;
}
.ec-newsline .ec-newsline__info:after {
  clear: both;
}
.ec-newsline .ec-newsline__date {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.ec-newsline .ec-newsline__comment {
  display: inline-block;
  float: left;
}
.ec-newsline .ec-newsline__close {
  float: right;
  display: inline-block;
  text-align: right;
}
.ec-newsline .ec-newsline__close .ec-closeBtn--circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}
.ec-newsline .ec-newsline__description {
  width: 100%;
  height: 0;
  transition: all 0.2s ease-out;
}
.ec-newsline.is_active .ec-newsline__description {
  height: auto;
  transition: all 0.2s ease-out;
  padding-bottom: 16px;
}
.ec-newsline.is_active .ec-icon img {
  transform: rotateX(180deg);
}
/*@import "component/9.1.mypage";*/
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, #pr2023_title > a > .logo > svg, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, .senddate, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img, #pr2023_mainmenu .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i, #pr2023_mainmenu .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div, #pr2023_mainmenu .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
#pr2023_topanker {
  cursor: pointer;
  background-color: #FE7236;
  border-radius: 0.3rem;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 10001;
  width: 5.3rem;
  height: 5.3rem;
  opacity: 0;
  transition: all 150ms linear;
}
#pr2023_topanker > i {
  color: #FFF;
  width: inherit;
  height: inherit;
}
#pr2023_topanker:not(.active) {
  pointer-events: none;
}
#pr2023_topanker.active {
  opacity: 0.8;
}
#pr2023_topanker.active:hover {
  opacity: 1;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, #pr2023_title > a > .logo > svg, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, .senddate, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img, #pr2023_mainmenu .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i, #pr2023_mainmenu .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div, #pr2023_mainmenu .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
#pr2023_breadcrumb a {
  text-decoration: underline;
}
.ec-layoutRole #pr2023_breadcrumb > ul {
  list-style: none;
  box-sizing: content-box;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem auto;
  padding: 1rem 20px;
}
.ec-layoutRole #pr2023_breadcrumb > ul > li {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.ec-layoutRole #pr2023_breadcrumb > ul > li > span.beyond {
  height: 1em;
  width: 2em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ec-layoutRole #pr2023_breadcrumb > ul > li > a, .ec-layoutRole #pr2023_breadcrumb > ul > li > span:not(.beyond) {
  line-height: 1;
}
.ec-layoutRole #pr2023_breadcrumb > ul > li > a {
  color: #222;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, #pr2023_title > a > .logo > svg, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img, #pr2023_mainmenu .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i, #pr2023_mainmenu .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div, #pr2023_mainmenu .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
.senddate.basic {
  margin: 0;
  word-break: keep-all;
  border: solid 1px #8f8f8f;
  display: grid;
}
.senddate.basic > div {
  text-align: center;
  line-height: 1;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.senddate.basic > div.title {
  grid-area: title;
  width: 100%;
  font-weight: bold;
  background-color: #F8F8F8;
  padding: 10px 20px;
  display: block;
  line-height: 1.4;
}
.senddate.basic > div.title > p {
  text-align: left;
  font-weight: normal;
  line-height: 1.4;
  background-color: #FFE8EF;
  padding: inherit;
}
.senddate.basic > div.header {
  grid-area: header;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
.senddate.basic > div.dateblock {
  grid-area: dateblock;
}
.senddate.basic > div.dateblock > .datebody {
  padding: 10px 20px;
}
.senddate.basic > div.dateblock > .datebody > .svname {
  text-align: center;
  line-height: 1.5;
}
.senddate.basic > div.dateblock > .datebody > .date {
  font-weight: 900;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
}
.senddate.basic > div.dateblock > .datebody > .date > span {
  line-height: 1;
  font-size: 1.5em;
}
.senddate.basic > div.dateblock > .datebody > .date > span.month, .senddate.basic > div.dateblock > .datebody > .date > span.date {
  font-size: 2em;
}
.senddate.basic > div.caution {
  grid-area: caution;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.5;
  color: #FE7236;
  padding: 10px 20px;
}
.senddate.basic > div.jump {
  grid-area: jump;
}
.senddate.basic > div.jump > a {
  color: #FE7236;
  line-height: 1;
}
.senddate.basic > div.jump > a > i {
  font-size: 1em;
  width: auto;
  height: 1em;
}
.senddate.basic.pb.rb-light > .dateblock > .datebody:nth-of-type(2) {
  display: none;
}
.senddate.basic.pb > .header, .senddate.basic.pb > .caution {
  display: none;
}
.senddate.basic.pb.rb-art > .dateblock > .datebody:nth-of-type(1) {
  display: none;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, #pr2023_title > a > .logo > svg, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img, #pr2023_mainmenu .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i, #pr2023_mainmenu .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div, #pr2023_mainmenu .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
.pr2023_modal button[class^=act_], .pr2023_modal button[class^=close_], *[id$=_pp_order] button[class^=act_], *[id$=_pp_order] button[class^=close_], *[class$=_pp_order] button[class^=act_], *[class$=_pp_order] button[class^=close_] {
  cursor: pointer;
  font-size: 15px;
  line-height: 1.8;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  min-width: 15rem;
  border-radius: 5px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_modal button[class^=act_].orange, .pr2023_modal button[class^=close_].orange, *[id$=_pp_order] button[class^=act_].orange, *[id$=_pp_order] button[class^=close_].orange, *[class$=_pp_order] button[class^=act_].orange, *[class$=_pp_order] button[class^=close_].orange {
  background-color: #FE7236;
  border: solid 1px #FE7236;
  color: #FFF;
}
.pr2023_modal button[class^=act_].orange:hover, .pr2023_modal button[class^=close_].orange:hover, *[id$=_pp_order] button[class^=act_].orange:hover, *[id$=_pp_order] button[class^=close_].orange:hover, *[class$=_pp_order] button[class^=act_].orange:hover, *[class$=_pp_order] button[class^=close_].orange:hover {
  background-color: #e66730;
}
.pr2023_modal button[class^=act_].white, .pr2023_modal button[class^=close_].white, *[id$=_pp_order] button[class^=act_].white, *[id$=_pp_order] button[class^=close_].white, *[class$=_pp_order] button[class^=act_].white, *[class$=_pp_order] button[class^=close_].white {
  border: solid 1px #AEAEAE;
  background-color: #FFF;
  color: #8f8f8f;
}
.pr2023_modal button[class^=act_].white:hover, .pr2023_modal button[class^=close_].white:hover, *[id$=_pp_order] button[class^=act_].white:hover, *[id$=_pp_order] button[class^=close_].white:hover, *[class$=_pp_order] button[class^=act_].white:hover, *[class$=_pp_order] button[class^=close_].white:hover {
  background-color: #F8F8F8;
}
.pr2023_modal button[class^=act_].next, .pr2023_modal button[class^=close_].next, *[id$=_pp_order] button[class^=act_].next, *[id$=_pp_order] button[class^=close_].next, *[class$=_pp_order] button[class^=act_].next, *[class$=_pp_order] button[class^=close_].next {
  background-color: #FE7236;
  border: solid 1px #FE7236;
  color: #FFF;
  border-radius: 0;
}
.pr2023_modal button[class^=act_].next + svg.nextedge, .pr2023_modal button[class^=close_].next + svg.nextedge, *[id$=_pp_order] button[class^=act_].next + svg.nextedge, *[id$=_pp_order] button[class^=close_].next + svg.nextedge, *[class$=_pp_order] button[class^=act_].next + svg.nextedge, *[class$=_pp_order] button[class^=close_].next + svg.nextedge {
  line-height: 1.5;
  fill: #FE7236;
  height: 39.5px;
}
.pr2023_modal button[class^=act_].next:hover, .pr2023_modal button[class^=close_].next:hover, *[id$=_pp_order] button[class^=act_].next:hover, *[id$=_pp_order] button[class^=close_].next:hover, *[class$=_pp_order] button[class^=act_].next:hover, *[class$=_pp_order] button[class^=close_].next:hover {
  background-color: #e66730;
}
.pr2023_modal button[class^=act_].upload, .pr2023_modal button[class^=close_].upload, *[id$=_pp_order] button[class^=act_].upload, *[id$=_pp_order] button[class^=close_].upload, *[class$=_pp_order] button[class^=act_].upload, *[class$=_pp_order] button[class^=close_].upload {
  padding: 0;
  margin: 10px;
  width: 20rem;
}
.pr2023_modal button[class^=act_].upload > label, .pr2023_modal button[class^=close_].upload > label, *[id$=_pp_order] button[class^=act_].upload > label, *[id$=_pp_order] button[class^=close_].upload > label, *[class$=_pp_order] button[class^=act_].upload > label, *[class$=_pp_order] button[class^=close_].upload > label {
  cursor: pointer;
  padding: 0.75em 1.5em;
  display: block;
}
.pr2023_modal button[class^=act_].upload > label > input, .pr2023_modal button[class^=close_].upload > label > input, *[id$=_pp_order] button[class^=act_].upload > label > input, *[id$=_pp_order] button[class^=close_].upload > label > input, *[class$=_pp_order] button[class^=act_].upload > label > input, *[class$=_pp_order] button[class^=close_].upload > label > input {
  display: none;
}
.pr2023_modal button[class^=act_] img, .pr2023_modal button[class^=close_] img, *[id$=_pp_order] button[class^=act_] img, *[id$=_pp_order] button[class^=close_] img, *[class$=_pp_order] button[class^=act_] img, *[class$=_pp_order] button[class^=close_] img {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
.pr2023_modal button[class^=act_] i, .pr2023_modal button[class^=close_] i, *[id$=_pp_order] button[class^=act_] i, *[id$=_pp_order] button[class^=close_] i, *[class$=_pp_order] button[class^=act_] i, *[class$=_pp_order] button[class^=close_] i {
  font-size: inherit;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.pr2023_body_pp_order > h1 {
  color: #FE7236;
  line-height: 1;
  border-bottom: solid 0.3rem #DDD;
}
.pr2023_body_pp_order._1_edit > .header {
  max-width: 1120px;
  margin: 0 auto;
}
.pr2023_body_pp_order._1_edit > .header.global {
  display: grid;
}
.pr2023_body_pp_order._1_edit > .header.global > .name {
  grid-area: name;
  color: #8f8f8f;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist {
  grid-area: steplist;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li {
  line-height: 1;
  font-size: 11.5px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 3em;
  background-color: #e6e6e6;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(odd) {
  padding: 0.5rem 0.5rem;
  width: 17%;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) {
  width: 3%;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) {
  background-color: transparent !important;
  height: 34.5px;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) > svg.steplist {
  width: 100%;
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(1) {
  fill: #e6e6e6;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2) {
  fill: #e6e6e6;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li.current {
  background-color: #ccc9c9;
  color: #222;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li.current > svg.steplist > use:nth-of-type(1) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li.current > svg.steplist > use:nth-of-type(2) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li.currentedge > svg.steplist > use:nth-of-type(1) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size {
  cursor: pointer;
  text-align: center;
  border: solid 1px #8f8f8f;
  background-color: #8f8f8f;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 0.5em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size:hover {
  background-color: #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > * {
  pointer-events: none;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > img {
  width: 2.5em;
  height: 2.5em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > i {
  color: #FFF;
  width: 1em;
  height: 1em;
  font-size: 2em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > div {
  color: #FFF;
  line-height: 1;
  font-size: 11.5px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 {
  position: sticky;
  top: 0;
  z-index: 300;
  background-color: #FFF;
  margin: 0;
  max-width: 100%;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1.sticky {
  border-bottom: solid 1px #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
  display: grid;
  gap: 10px;
  max-width: 1120px;
  margin: 0 auto;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size {
  grid-area: select_size;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div {
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  border: solid 1px #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div.current {
  background-color: #FE7236;
  color: #FFF;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div:not(.current):hover {
  color: #FE7236;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div {
  pointer-events: none;
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div.name {
  font-size: 15px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div.quantity {
  font-size: 15px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div.quantity > span {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.act_about_size {
  grid-area: about_size;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 {
  display: grid;
  gap: 10px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.act_about_size {
  grid-area: about_size;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option {
  grid-area: about_option;
  font-size: 13px;
  line-height: 1;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > i {
  color: #8f8f8f;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
  list-style: none;
  display: flex;
  margin: 20px 0 40px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a {
  color: #FE7236;
  line-height: 1.4;
  padding: 0 0.5em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li:not(:last-of-type) {
  border-right: solid 1px #222;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
  margin: 0;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li {
  color: #FE7236;
  padding: 0 0.5em;
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li:hover {
  text-decoration: underline;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort {
  grid-area: select_sort;
  display: flex;
  flex-wrap: wrap;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  color: #222;
  border: solid 1px #AEAEAE;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  background-image: url("/data/img/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 1em;
  padding-right: 3em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort:hover {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #FE7236;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label {
  border: dashed 3px #FE7236;
  background-color: #FFF;
  color: #FE7236;
  width: 75%;
  height: 30rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label > input.upload_images {
  display: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label > img {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label > i {
  font-size: 1.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers {
  padding: 20px;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fill, 210px);
  place-content: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock {
  display: grid;
  grid-template-rows: max-content 198px max-content max-content 40px max-content;
  width: 220;
  height: 390px;
  border-radius: 3px;
  background-color: #FFF;
  border: solid 1px #F8F8F8;
  filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25));
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details {
  width: 200px;
  overflow: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .head {
  visibility: visible;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .head > div {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .head > div.output_id {
  line-height: 1.1;
  font-size: 13px;
  margin-left: 0.25em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .head > div.act_delete {
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .head > div.act_delete > i {
  pointer-events: none;
  width: 1.1em;
  height: 1.1em;
  font-size: 1.5em;
  color: #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .head > div.act_delete:hover > i {
  color: #E60012;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview {
  visibility: visible;
  height: 198px;
  background-color: #DEDEDE;
  position: relative;
  border: solid 1px #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div > .containers {
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading {
  z-index: 500;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers {
  display: grid;
  place-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > i {
  color: #AEAEAE;
  animation: spin 3s linear 0s infinite normal;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div {
  text-align: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed {
  z-index: 400;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers {
  padding: 1rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .head {
  width: 100%;
  background-color: #fcc800;
  color: #222;
  border: solid 1px #222;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  padding: 0.4em;
  margin-bottom: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body {
  text-align: left;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_goedit {
  z-index: 300;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_goedit:hover {
  opacity: 1;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_goedit:hover > .containers {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(254, 114, 54, 0.5);
  text-align: center;
  color: #FFF;
  pointer-events: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_goedit:hover > .containers > i {
  font-size: 6em;
  height: 1em;
  pointer-events: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_goedit:hover > .containers > div {
  pointer-events: none;
  margin-top: 0.5em;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_cropframe {
  z-index: 200;
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_cropframe > .containers {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_cropframe > .containers > .cropframe {
  border: dashed 2px #E60012;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_cropframe > .containers > .cropframe.T {
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_cropframe > .containers > .cropframe.Y {
  width: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview {
  z-index: 100;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers {
  overflow: hidden;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase {
  background-color: #FFF;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase.T {
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase.Y {
  width: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview.grayscale {
  filter: grayscale(1);
  opacity: 0.25;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .filename {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .filename > .output_filename {
  width: inherit;
  overflow: hidden;
  line-height: 1;
  font-size: 13px;
  padding: 0.75rem 0.25rem 0;
  text-overflow: ellipsis;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .options {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .options > .containers {
  display: grid;
  padding: 1rem 0.5em 0.75em;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .options > .containers > label {
  display: inline-flex;
  line-height: 1;
  font-size: 13px;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .options > .containers > label:hover {
  color: #FE7236;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .options > .containers > label > input {
  margin-right: 0.25em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .caution {
  visibility: hidden;
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-areas: "mark message";
  padding: 0 0.25em 0.25rem;
  gap: 0.25em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .caution > div {
  color: #E60012;
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .caution > div.mark {
  grid-area: mark;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .caution > div.mark > i {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin: 0.25em 0;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .caution > div.message {
  grid-area: message;
  font-weight: bold;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .caution > div.message > div {
  line-height: 1;
  margin: 0.25em 0;
  display: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers {
  display: grid;
  grid-template-columns: 4em auto;
  place-items: center;
  padding: 1rem;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > div:not(.input_quantity) {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity {
  display: grid;
  grid-template-columns: max-content auto max-content;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.minus, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.plus {
  background-color: #FE7236;
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.minus > i, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.plus > i {
  pointer-events: none;
  font-size: 2em;
  color: #FFF;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.minus:hover, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.plus:hover {
  background-color: #e66730;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.input > input {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  border: solid 1px #FE7236;
  border-width: 1px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  width: 4em;
  width: 100%;
  height: 3rem;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.input > input::-webkit-inner-spin-button, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .quantity > .containers > .input_quantity > div.input > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=loading] .head > .output_id {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=loading] .preview > .layer_loading {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=failed] .head > .output_id {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=failed] .preview > .layer_failed {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=failed] .preview > .layer_preview {
  visibility: visible;
  opacity: 0.25;
  filter: grayscale(1);
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=complete] .preview > .layer_goedit {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=complete] .preview > .layer_preview {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=complete] .options {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=complete] .quantity {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-error="1"] > .caution {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-err_nodate="1"] > .caution > .message > div:nth-of-type(1) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-err_nodate="1"] > .options > .containers > label:nth-of-type(3) {
  pointer-events: none;
  color: #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-err_lqimg="1"] > .caution > .message > div:nth-of-type(2) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-opt_trim="1"] > .preview > .layer_goedit {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=L] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 137.3543307087px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=L] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 137.3543307087px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=L] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 137.3543307087px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=L] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 137.3543307087px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=KG] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 131.5263157895px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=KG] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 131.5263157895px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=KG] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 131.5263157895px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=KG] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 131.5263157895px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="2L"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 139.8426966292px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="2L"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 139.8426966292px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="2L"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 139.8426966292px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="2L"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 139.8426966292px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=DSC] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 146.5882352941px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=DSC] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 146.5882352941px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=DSC] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 146.5882352941px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=DSC] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 146.5882352941px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=LW] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 131.1578947368px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=LW] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 131.1578947368px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=LW] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 131.1578947368px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=LW] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 131.1578947368px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6P"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 156.6456692913px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6P"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 156.6456692913px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6P"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 156.6456692913px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6P"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 156.6456692913px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6PW"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 130.4524590164px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6PW"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 130.4524590164px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6PW"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 130.4524590164px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6PW"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 130.4524590164px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4P"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 163.2262295082px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4P"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 163.2262295082px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4P"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 163.2262295082px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4P"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 163.2262295082px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4PW"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 136.3945205479px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4PW"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 136.3945205479px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4PW"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 136.3945205479px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4PW"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 136.3945205479px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=SQ] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 196px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=SQ] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 196px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=SQ] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 196px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=SQ] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 196px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal {
  display: block;
  background-color: #FFF;
  border: dashed 3px #FE7236;
  color: #FE7236;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 20000;
  word-break: break-all;
  line-height: 1;
  width: 75vw;
  height: 75vh;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal > img {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal > i {
  font-size: 1.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi::backdrop {
  background-color: rgba(254, 114, 54, 0.5);
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal {
  margin: auto;
  z-index: 20000;
  background-color: transparent;
  border: none;
  display: grid;
  grid-template-rows: auto max-content;
  max-width: 100%;
  max-height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 20px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers {
  height: inherit;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe {
  position: absolute;
  border: dashed 2px #E60012;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle {
  cursor: pointer;
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1;
  background-color: #FFF;
  border: solid 0.2rem #222;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle:nth-of-type(1) {
  top: -2px;
  left: -2px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle:nth-of-type(2) {
  top: -2px;
  right: -2px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle:nth-of-type(3) {
  bottom: -2px;
  left: -2px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle:nth-of-type(4) {
  bottom: -2px;
  right: -2px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > img {
  width: 100%;
  aspect-ratio: 1;
  background-color: #222;
  -o-object-fit: contain;
     object-fit: contain;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] {
  width: 100%;
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] > .containers {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] > .containers > i {
  color: #FFF;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to]:hover > .containers > i {
  color: #FE7236;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info {
  font-size: 15px;
  line-height: 1;
  margin-top: 20px;
  background-color: #FFF;
  width: 100%;
  display: grid;
  grid-template-areas: "name trim_rolling" "quality quality" "buttons buttons";
  grid-template-columns: auto max-content;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .name {
  grid-area: name;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .name > .id {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .name > .filename {
  font-size: 13px;
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality {
  grid-area: quality;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon {
  margin-right: 20px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon {
  border-radius: 10rem;
  padding: 0.5rem 1.5rem;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon > div {
  font-size: 11.5px;
  line-height: 1;
  color: #FFF;
  display: none;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.hq {
  background-color: #0068b7;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.hq > div:nth-of-type(1) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.mq {
  background-color: #00a968;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.mq > div:nth-of-type(2) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.lq {
  background-color: #e8383d;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.lq > div:nth-of-type(3) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .trim_rolling {
  grid-area: trim_rolling;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .buttons {
  grid-area: buttons;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .buttons > button {
  margin: 20px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit::backdrop {
  background-color: rgba(143, 143, 143, 0.75);
}
.footer_sw {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.footer_sw > i {
  font-size: 3rem !important;
  color: #1BA196;
}
.footer_sw.out {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.footer_sw.out > i {
  width: 50px;
}
#pr2023_footer_pp_order._1_edit {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 200;
  width: 100%;
  transition: all 150ms;
  border-top: solid 1px #AEAEAE;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers, #pr2023_footer_pp_order._1_edit > .control > .containers {
  max-width: 1120px;
  margin: 0 auto;
}
#pr2023_footer_pp_order._1_edit > .navigation {
  background-color: #FFF;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers {
  display: grid;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist {
  align-items: center;
  grid-area: pagelist;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul {
  list-style: none;
  display: flex;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li {
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a {
  color: #222;
  text-decoration: none;
  display: block;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0 0.1em;
  min-width: 1.25em;
  height: 1.75em;
  font-size: 1.25em;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  font-weight: bold;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li:not(.current) > a:hover {
  color: #FE7236;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.current > a {
  border-top-color: transparent;
  border-bottom-color: #FE7236;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_prev > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_next > a {
  border-top-color: #8f8f8f;
  border-bottom-color: #8f8f8f;
  background-color: #8f8f8f;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_prev > a > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_next > a > i {
  padding: 0.1em 0.25em;
  font-size: 1em;
  width: 1.25em;
  height: 1.5em;
  color: #FFF;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_prev > a:hover, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_next > a:hover {
  border-top-color: #FE7236;
  border-bottom-color: #FE7236;
  background-color: #FE7236;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.footer_sw.in {
  justify-content: flex-end;
  align-items: center;
  grid-area: footer_sw;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.footer_sw.in > i {
  width: 1em;
  height: 1em;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation {
  align-items: flex-end;
  justify-content: flex-start;
  grid-area: navigation;
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span {
  line-height: 1;
  margin: 0 0.25em;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload {
  align-items: flex-end;
  grid-area: count_upload;
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span {
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span.output_uplq {
  margin: 0 0.25em;
}
#pr2023_footer_pp_order._1_edit > .control {
  background-color: #222;
}
#pr2023_footer_pp_order._1_edit > .control > .containers {
  display: grid;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div > div[class^=ctrl_] {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div.block1 {
  justify-content: flex-start;
  grid-area: block1;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td {
  color: #FFF;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td[class^=output_] {
  text-align: right;
  padding: 0 0.5em;
}
#page_photo_image .ec-layoutRole .ec-layoutRole__contents {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#page_photo_image .ec-layoutRole .ec-layoutRole__contents p {
  margin: 0;
}
/*
#page_photo_image{
   .photo-image *{
      line-height: 0;
   }
}
*/
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, #pr2023_title > a > .logo > svg, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
#pr2023_mainmenu {
  grid-area: mainmenu;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
#pr2023_mainmenu > ul.menubody {
  list-style: none;
  display: flex;
}
#pr2023_mainmenu > ul.menubody > li {
  line-height: 1;
}
#pr2023_mainmenu > ul.menubody > li.contact > a > img, #pr2023_mainmenu > ul.menubody > li.contact > div > img {
  display: none;
  width: 0em;
  margin-right: 0;
}
#pr2023_mainmenu > ul.menubody > li > a, #pr2023_mainmenu > ul.menubody > li > div {
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #222;
  padding-bottom: 0.5rem;
}
#pr2023_mainmenu > ul.menubody > li > a > img, #pr2023_mainmenu > ul.menubody > li > div > img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}
#pr2023_mainmenu > ul.menubody > li > a > div, #pr2023_mainmenu > ul.menubody > li > div > div {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.8rem;
}
#pr2023_mainmenu ul.submenu {
  list-style: none;
}
#pr2023_mainmenu ul.submenu > li.command > a, #pr2023_mainmenu ul.submenu > li.command > div {
  text-align: center;
  text-decoration: none;
  border: solid 0.15rem;
  background-color: #FFF;
  border-radius: 100rem;
  font-size: 1.4em;
  margin: 0.5em;
  padding: 0.5em 1em;
  line-height: 1.5;
}
#pr2023_mainmenu ul.submenu > li.command > a > i, #pr2023_mainmenu ul.submenu > li.command > div > i {
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  color: #8f8f8f;
  margin-right: 0.5em;
}
#pr2023_mainmenu ul.submenu > li.command > a.login, #pr2023_mainmenu ul.submenu > li.command > div.login {
  cursor: pointer;
  border-color: #8f8f8f;
  color: #222;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pr2023_mainmenu ul.submenu > li.command > a.entry, #pr2023_mainmenu ul.submenu > li.command > a.order, #pr2023_mainmenu ul.submenu > li.command > div.entry, #pr2023_mainmenu ul.submenu > li.command > div.order {
  background-color: #8f8f8f;
  border-color: #8f8f8f;
  color: #FFF;
}
#pr2023_mainmenu ul.submenu > li:not(.command) > a {
  text-decoration: none;
  display: block;
  font-size: 1.5em;
  line-height: 1;
  color: #222;
  margin: 0.5em 1em;
  padding: 0.5em 0;
  border-top: solid 0.15rem transparent;
  border-bottom: solid 0.15rem transparent;
}
#pr2023_mainmenu ul.submenu > li:not(.command) > a > i {
  width: 1em;
  font-size: 1rem;
  color: #AEAEAE;
  margin-right: 0.5em;
}
ul.sponlymenu {
  grid-area: sponlymenu;
  list-style: none;
  display: flex;
}
ul.sponlymenu > li {
  line-height: 1;
}
/*@import "project/11.1.role";*/
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}
/*
ヘッダー

ヘッダー用のプロジェクトコンポーネントを提供します。

ex [トップページ　ヘッダー](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/11.2.header.pug
include /assets/tmpl/elements/11.3.headerNavi.pug
include /assets/tmpl/elements/11.4.categoryNavi.pug
+b.ec-layoutRole
  +e.header
    +ec-headerRole
    +ec-headerNaviRole
    +ec-categoryNaviRole

Styleguide 11.2
*/
.ec-layoutRole {
  width: 100%;
  transition: transform 0.3s;
  background: #fff;
}
.ec-layoutRole .ec-layoutRole__contentTop {
  padding: 0;
}
.ec-layoutRole .ec-layoutRole__contents {
  margin: 20px auto;
  padding: 20px;
  box-sizing: content-box;
  /*
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  */
  /*@extend %documentformat;*/
  /*
      p{
        word-break: break-all;
        margin: G.$layoutmargin 0;
      }
      */
}
.ec-layoutRole .ec-layoutRole__contents .ec-errorMessage {
  margin: 3px 0 10px 0;
}
.ec-layoutRole .ec-layoutRole__main {
  width: 100%;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 100%;
}
.ec-layoutRole .ec-layoutRole__mainBetweenColumn {
  width: 100%;
}
.ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
  display: none;
}
.ec-headerRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-top: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}
.ec-headerRole:after {
  content: " ";
  display: table;
}
.ec-headerRole:after {
  clear: both;
}
.ec-headerRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-headerRole img {
  max-width: 100%;
}
.ec-headerRole html {
  box-sizing: border-box;
}
.ec-headerRole *,
.ec-headerRole *::before,
.ec-headerRole *::after {
  box-sizing: inherit;
}
.ec-headerRole img {
  width: 100%;
}
.ec-headerRole:after {
  display: none;
}
.ec-headerRole::before {
  display: none;
}
.ec-headerRole .ec-headerRole__title {
  width: 100%;
}
.ec-headerRole .ec-headerRole__navSP {
  display: block;
  position: absolute;
  top: 15px;
  width: 27%;
  right: 0;
  text-align: right;
}
.ec-headerNaviRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.ec-headerNaviRole:after {
  content: " ";
  display: table;
}
.ec-headerNaviRole:after {
  clear: both;
}
.ec-headerNaviRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-headerNaviRole img {
  max-width: 100%;
}
.ec-headerNaviRole html {
  box-sizing: border-box;
}
.ec-headerNaviRole *,
.ec-headerNaviRole *::before,
.ec-headerNaviRole *::after {
  box-sizing: inherit;
}
.ec-headerNaviRole img {
  width: 100%;
}
.ec-headerNaviRole .fa-bars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-headerNaviRole .ec-headerNaviRole__left {
  width: 33.3333333333%;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
  display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__navSP {
  display: block;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 66.6666666667%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ec-headerNaviRole .ec-headerNaviRole__nav {
  display: inline-block;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a {
  color: inherit;
  text-decoration: none;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a:hover {
  text-decoration: none;
}
.ec-headerNaviRole .ec-headerNaviRole__cart {
  display: inline-block;
}
.ec-headerNaviRole .ec-headerNaviRole__cart a {
  color: inherit;
  text-decoration: none;
}
.ec-headerNaviRole .ec-headerNaviRole__cart a:hover {
  text-decoration: none;
}
.ec-headerNavSP {
  display: block;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: black;
  background: white;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
}
.ec-headerNavSP .fas {
  vertical-align: top;
}
.ec-headerNavSP.is-active {
  display: none;
}
/*
ヘッダー：タイトル

ヘッダー内で使用されるタイトルコンポーネントです。

Markup:
include /assets/tmpl/elements/11.2.header.pug
+ec-headerTitle

Styleguide 11.2.1
*/
.ec-headerTitle {
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}
.ec-headerTitle textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-headerTitle img {
  max-width: 100%;
}
.ec-headerTitle html {
  box-sizing: border-box;
}
.ec-headerTitle *,
.ec-headerTitle *::before,
.ec-headerTitle *::after {
  box-sizing: inherit;
}
.ec-headerTitle img {
  width: 100%;
}
.ec-headerTitle .ec-headerTitle__title {
  text-align: center;
}
.ec-headerTitle .ec-headerTitle__title h1 {
  margin: 0;
  padding: 0;
}
.ec-headerTitle .ec-headerTitle__title a {
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.ec-headerTitle .ec-headerTitle__title a:hover {
  opacity: 0.8;
}
.ec-headerTitle .ec-headerTitle__subtitle {
  font-size: 10px;
  text-align: center;
}
.ec-headerTitle .ec-headerTitle__subtitle a {
  display: inline-block;
  color: #0092C4;
  text-decoration: none;
  cursor: pointer;
}
/*
ヘッダー：ユーザナビゲーション

ヘッダー内でユーザに関与するナビゲーションコンポーネントです。
<br><br>
`.ec-headerNaviRole`>`.ec-headerNaviRole__nav`内に記述すると２カラム上の右側に配置することができます。

Markup:
include /assets/tmpl/elements/11.3.headerNavi.pug
+ec-headerNav

sg-wrapper:
<div class="ec-headerNaviRole">
  <div class="ec-headerNaviRole__nav">
    <sg-wrapper-content/>
  </div>
</div>

Styleguide 11.2.3
*/
.ec-headerNav {
  text-align: right;
}
.ec-headerNav .ec-headerNav__item {
  margin-left: 0;
  display: inline-block;
  font-size: 28px;
}
.ec-headerNav .ec-headerNav__itemIcon {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  color: black;
}
.ec-headerNav .ec-headerNav__itemLink {
  display: none;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
  color: black;
}
/*
ヘッダー：検索ボックス

ヘッダー内で使用される商品検索コンポーネントです。
<br><br>
`.ec-headerNaviRole`>`.ec-headerNaviRole__search`内に記述すると２カラム上の右側に配置することができます。

Markup:
include /assets/tmpl/elements/11.3.headerNavi.pug
+ec-headerSearch

sg-wrapper:
<div class="ec-headerNaviRole">
  <div class="ec-headerNaviRole__search">
    <sg-wrapper-content/>
  </div>
</div>

Styleguide 11.2.4
*/
.ec-headerSearch:after {
  content: " ";
  display: table;
}
.ec-headerSearch:after {
  clear: both;
}
.ec-headerSearch .ec-headerSearch__category {
  float: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select {
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  width: 100%;
  cursor: pointer;
  padding: 8px 24px 8px 8px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select option {
  color: #000;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select::-ms-expand {
  display: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  position: relative;
  border: 0;
  background: #000;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: 0.8em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.ec-headerSearch .ec-headerSearch__keyword {
  position: relative;
  color: #525263;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  width: 100%;
  height: 34px;
  font-size: 16px;
  border: 0 none;
  padding: 0.5em 50px 0.5em 1em;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  margin-bottom: 0;
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 22px;
  height: 22px;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-55%);
  display: block;
  white-space: nowrap;
  z-index: 1;
}
/*
ヘッダー：カテゴリナビ

ヘッダー内で使用されている商品のカテゴリ一覧として使用します。
`li`の中に`ul > li`要素を入れることで、階層を深くする事ができます。

Markup:
include /assets/tmpl/elements/11.4.categoryNavi.pug
+ec-itemNav

sg-wrapper:
<div class="ec-categoryNaviRole" style="padding-bottom:150px;">
  <sg-wrapper-content/>
</div>

Styleguide 11.2.5
*/
.ec-categoryNaviRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: none;
}
.ec-categoryNaviRole:after {
  content: " ";
  display: table;
}
.ec-categoryNaviRole:after {
  clear: both;
}
.ec-categoryNaviRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-categoryNaviRole img {
  max-width: 100%;
}
.ec-categoryNaviRole html {
  box-sizing: border-box;
}
.ec-categoryNaviRole *,
.ec-categoryNaviRole *::before,
.ec-categoryNaviRole *::after {
  box-sizing: inherit;
}
.ec-categoryNaviRole img {
  width: 100%;
}
.ec-itemNav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ec-itemNav__nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  list-style-type: none;
  text-align: center;
  vertical-align: bottom;
}
.ec-itemNav__nav li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
}
.ec-itemNav__nav li a {
  display: block;
  border-bottom: 1px solid #E8E8E8;
  margin: 0;
  padding: 16px;
  height: auto;
  color: #2e3233;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
}
.ec-itemNav__nav li ul {
  display: none;
  z-index: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  list-style: none;
  position: static;
  top: 100%;
  left: 0;
}
.ec-itemNav__nav li ul li {
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 22px 16px 16px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: left;
  background: black;
}
.ec-itemNav__nav > li:hover > a {
  background: #fafafa;
}
.ec-itemNav__nav > li:hover li:hover > a {
  background: #333;
}
.ec-itemNav__nav li ul li ul {
  top: 0;
  left: 100%;
  width: auto;
}
.ec-itemNav__nav li ul li ul li a {
  background: #7D7D7D;
}
.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #333;
}
/*
ヘッダー：SPヘッダー

SP時のみ出現するヘッダーに関係するコンポーネントです。<br>
ex [トップページ](http://demo3.ec-cube.net/)画面サイズが768px以下に該当。<br>
<br>
`.ec-drawerRole`：SPのドロワー内の要素をwrapするコンポーネントです。<br>
`.ec-headerSearch`、`.ec-headerNav`、`.ec-itemNav`は`.ec-drawerRole`の子要素にある場合、ドロワーに適したスタイルに変化します。<br><br>
`.ec-overlayRole`：SPのドロワー出現時にz-indexがドロワー以下の要素に半透明の黒背景をかぶせるコンポーネントです。<br>

Styleguide 11.2.6
*/
.ec-drawerRole {
  overflow-y: scroll;
  background: black;
  width: 260px;
  height: 100vh;
  transform: translateX(-300px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: z-index 0ms 1ms;
}
.ec-drawerRole .ec-headerSearchArea {
  padding: 20px 10px;
  width: 100%;
  background: #F8F8F8;
}
.ec-drawerRole .ec-headerSearch {
  padding: 16px 8px 26px;
  background: #EBEBEB;
  color: #636378;
}
.ec-drawerRole .ec-headerSearch select {
  width: 100% !important;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1em 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  background: #F8F8F8;
}
.ec-drawerRole .ec-headerCategoryArea p {
  margin-top: 0;
  margin-bottom: 0;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: black;
  font-weight: normal;
  background: #f8f8f8;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  font-weight: normal;
  background: white;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a {
  background: #f8f8f8;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover li:hover > a {
  background: white;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a {
  padding-left: 40px;
  color: black;
  background: white;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a:hover {
  background: white;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li ul li a {
  padding-left: 60px;
  font-weight: normal;
}
.ec-drawerRole .ec-headerLinkArea {
  background: black;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top: 1px solid #ccc;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  display: inline-block;
  width: 28px;
  font-size: 17px;
}
.ec-drawerRoleClose {
  display: none;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: black;
  background: white;
  position: fixed;
  top: 10px;
  left: 270px;
  z-index: 1000;
}
.ec-drawerRoleClose .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-drawerRole.is_active {
  display: block;
  transform: translateX(0);
  transition: all 0.3s;
  z-index: 100000;
}
.ec-drawerRoleClose.is_active {
  display: inline-block;
  transition: all 0.3s;
}
.ec-overlayRole {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background: transparent;
  transform: translateX(0);
  transition: all 0.3s;
  visibility: hidden;
}
.have_curtain .ec-overlayRole {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
/*
ヘッダー：test

test

Markup:
span.ec-itemAccordionParent test1
ul.ec-itemNavAccordion
  li.ec-itemNavAccordion__item
    a(href='') test2
    ul.ec-itemNavAccordion
      li.ec-itemNavAccordion__item
        a(href='') test3
        ul.ec-itemNavAccordion
          li.ec-itemNavAccordion__item
            a(href='') test4

Styleguide 11.2.7
*/
.ec-itemNavAccordion {
  display: none;
}
.ec-maintenanceAlert {
  background: steelblue;
  height: 5rem;
  position: fixed;
  top: 0;
  width: 100%;
  color: white;
  z-index: 9999;
  display: flex;
  font-weight: bold;
}
.ec-maintenanceAlert > * {
  margin: auto;
}
.ec-maintenanceAlert .ec-maintenanceAlert__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
}
.ec-maintenanceAlert + * {
  margin-top: 5rem;
}
#pr2023_title_order .mark {
  padding: 0;
  background-color: initial;
}
#pr2023_title {
  grid-area: title;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#pr2023_title > a {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-areas: "mark logo blank" "catch catch catch";
  color: #222;
  text-decoration: none;
}
#pr2023_title > a > .mark {
  grid-area: mark;
  padding: 0 0.1vw 0.1vw 0;
  display: block;
}
#pr2023_title > a > .logo {
  grid-area: logo;
  padding: 0 0 0.1vw 0.4vw;
}
#pr2023_title > a > .catch {
  grid-area: catch;
  line-height: 1;
  padding: 0.1vw 0 0 0;
  font-size: 1rem;
  white-space: nowrap;
}
#pr2023_header_funcglobal {
  background-color: #F8F8F8;
  height: -moz-max-content;
  height: max-content;
  max-width: 100%;
}
#pr2023_header_funcglobal > a {
  display: inline-block;
}
#pr2023_header_funcglobal > a > #pr2023_title_order {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#pr2023_header_funcglobal > a > #pr2023_title_order > div {
  height: 3rem;
}
#pr2023_header_funcglobal > a > #pr2023_title_order > div.mark {
  grid-area: mark;
}
#pr2023_header_funcglobal > a > #pr2023_title_order > div.logo {
  grid-area: logo;
  padding: 0 0 0.1vw 0.4vw;
}
#page_photo .ec-layoutRole__contents, #page_homepage .ec-layoutRole__contents, #page_photobook_top_page .ec-layoutRole__contents,
#page_photobook_price .ec-layoutRole__contents {
  /*
  margin: 0 auto;
  padding: 0;
  */
}
#page_photo .pr2023_body, #page_homepage .pr2023_body, #page_photobook_top_page .pr2023_body,
#page_photobook_price .pr2023_body {
  margin: 20px auto;
  padding: 20px 0;
  /*
  margin: 0;
  padding: 0; 
  */
}
#page_photo .pr2023_body.top.index:not, #page_homepage .pr2023_body.top.index:not, #page_photobook_top_page .pr2023_body.top.index:not,
#page_photobook_price .pr2023_body.top.index:not {
  margin: 0;
  padding: 0;
}
#page_photo .pr2023_body.top.index:not.mn, #page_homepage .pr2023_body.top.index:not.mn, #page_photobook_top_page .pr2023_body.top.index:not.mn,
#page_photobook_price .pr2023_body.top.index:not.mn {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#page_photo .pr2023_body.top_global.mn, #page_homepage .pr2023_body.top_global.mn, #page_photobook_top_page .pr2023_body.top_global.mn,
#page_photobook_price .pr2023_body.top_global.mn {
  margin: 0;
  padding: 0;
}
#page_photo .pr2023_body.top_global.cmp, #page_homepage .pr2023_body.top_global.cmp, #page_photobook_top_page .pr2023_body.top_global.cmp,
#page_photobook_price .pr2023_body.top_global.cmp {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
#page_photo .pr2023_body.top_global.qa, #page_homepage .pr2023_body.top_global.qa, #page_photobook_top_page .pr2023_body.top_global.qa,
#page_photobook_price .pr2023_body.top_global.qa {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
#page_homepage .pr2023_body.top.index {
  margin: 20px auto 20px auto;
  padding: 20px 0 0 0;
}
#page_homepage .pr2023_body.top.index.mn {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
#page_photo .pr2023_body, #page_photobook_top_page .pr2023_body, #page_print_price .pr2023_body, #page_print_spec .pr2023_body {
  margin: 20px auto;
  padding: 20px 0;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover {
  background-color: #FFF;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
.ec-layoutRole__footer #pr2023_footer > ul.footermenu > li.pmark > a > img {
  width: 12rem;
}
#pr2023_footer {
  background-color: #F8F8F8;
}
#pr2023_footer > .sns {
  margin: 20px auto;
  padding: 20px;
  box-sizing: content-box;
}
#pr2023_footer > .sns > .title {
  line-height: 1.3;
  font-size: 1.8rem;
}
#pr2023_footer > .sns > .ban {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}
#pr2023_footer > .sns > .ban > a {
  width: 20rem;
  height: 4rem;
  margin: 1em 1em 0;
  padding: 0 2em;
  color: #FFF;
  text-decoration: none;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1;
}
#pr2023_footer > .sns > .ban > a.twitter {
  background-color: #1DA1F2;
}
#pr2023_footer > .sns > .ban > a.facebook {
  background-color: #1877f2;
}
#pr2023_footer > .sns > .ban > a > i {
  height: 1em;
  color: #FFF;
  font-size: 3rem;
}
#pr2023_footer > ul.footermenu {
  background-color: #F8F8F8;
  list-style: none;
  display: flex;
  margin: 20px auto;
  padding: 20px;
  box-sizing: content-box;
}
#pr2023_footer > ul.footermenu > li {
  line-height: 1;
}
#pr2023_footer > ul.footermenu > li > a {
  line-height: 1.3;
  font-size: 1.5rem;
  color: #FE7236;
}
#pr2023_footer > ul.footermenu > li > a > i {
  width: 1em;
  height: 1em;
  font-size: 1em;
}
#pr2023_footer > ul.footermenu > li.pmark > a {
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#pr2023_footer > ul.footermenu > li.pmark > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#pr2023_footer > .copyright {
  background-color: #FFF;
}
#pr2023_footer > .copyright > div {
  margin: 20px auto 4rem;
  padding: 20px;
  box-sizing: content-box;
  text-align: center;
  line-height: 1.3;
}
#pr2023_footer_funcglobal > .copyright {
  background-color: #FFF;
}
#pr2023_footer_funcglobal > .copyright > div {
  margin: 20px auto 4rem;
  padding: 20px;
  box-sizing: content-box;
  text-align: center;
  line-height: 1.3;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
#page_homepage .ec-layoutRole__contents, #page_photo .ec-layoutRole__contents, #page_photobook_top_page .ec-layoutRole__contents,
#page_print_price .ec-layoutRole__contents, #page_print_spec .ec-layoutRole__contents, #page_mypage .ec-layoutRole__contents, #page_entry .ec-layoutRole__contents,
#page_photobook_price .ec-layoutRole__contents, #page_photobook_light .ec-layoutRole__contents, #page_photobook_art .ec-layoutRole__contents {
  margin: 0 auto;
  padding: 0 20px;
}
body.mypage .ec-layoutRole__contents {
  margin: 0 auto;
  padding: 0 20px;
}
#page_photobook_light .pr2023_body, #page_photobook_art .pr2023_body {
  margin: 40px auto 80px;
}
.ec-layoutRole .pr2023_body p {
  word-break: break-all;
  margin: 20px 0;
}
.ec-layoutRole .pr2023_body .qanda_container > ul {
  list-style: none;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li {
  border-bottom: solid 1px #222;
  margin-top: 20px;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li a {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head {
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q {
  display: flex;
  justify-content: flex-start;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category {
  width: 16rem;
  color: #FFF;
  text-align: center;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category.pp {
  background-color: #00A83E;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category.pb {
  background-color: #FD4C80;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p {
  flex: 1;
  margin: 0;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i {
  line-height: 1;
  width: 3em;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark.open > i {
  transform: scaleY(-1);
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .head:hover > .Q, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head:hover > .openmark > i {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .A {
  display: none;
  background-color: #F8F8F8;
  padding: 20px;
}
.ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div > .appmode-inline {
  display: none;
}
.ec-layoutRole .pr2023_body > section {
  margin: 0 0 50px;
}
.ec-layoutRole .pr2023_body.campaign > section {
  margin: 30px 0;
}
.ec-layoutRole .pr2023_body.campaign > section > p {
  text-align: center;
}
.ec-layoutRole .pr2023_body.campaign > section > section {
  margin: 30px 0;
}
.ec-layoutRole .pr2023_body.campaign > section > section > .banner > a {
  display: block;
}
.ec-layoutRole .pr2023_body.campaign > section > section > .desc {
  margin: 20px 0;
}
.ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div {
  display: inline-block;
}
.ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a:not(:first-child), .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div:not(:first-child), .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a:not(:first-child), .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div:not(:first-child) {
  display: none;
}
.ec-layoutRole .pr2023_body.top > section.services {
  display: grid;
  gap: 20px;
}
.ec-layoutRole .pr2023_body.top > section.services > div.photoprint {
  grid-area: photoprint;
}
.ec-layoutRole .pr2023_body.top > section.services > div.photobook {
  grid-area: photobook;
}
.ec-layoutRole .pr2023_body.top > section.services > div > .containers {
  background-color: #F8F8F8;
  display: inline-grid;
}
.ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img {
  grid-area: img;
}
.ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info {
  grid-area: info;
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .name {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span {
  display: inline-block;
  line-height: 1;
}
.ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump {
  grid-area: jump;
  text-align: center;
}
.ec-layoutRole .pr2023_body.top + .top_global > .campaign > .jump > .containers > a {
  display: none;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup {
  font-size: 0;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p {
  text-align: center;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp {
  display: grid;
  grid-template-areas: "ban_1 ban_2" "ban_3 ban_4";
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  gap: 10px;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban:nth-of-type(1), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban:nth-of-type(1) {
  grid-area: ban_1;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban:nth-of-type(2) {
  grid-area: ban_2;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban:nth-of-type(3), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban:nth-of-type(3) {
  grid-area: ban_3;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban:nth-of-type(4), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban:nth-of-type(4) {
  grid-area: ban_4;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a {
  text-decoration: none;
  color: #222;
  display: inline-block;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a {
  margin-top: 20px;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers {
  border: solid 1px #AEAEAE;
  margin-top: 20px;
  padding: 0 20px;
  overflow-y: scroll;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty {
  text-align: center;
  padding: 20px;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul {
  list-style: none;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li {
  display: grid;
  margin: 30px 0;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date {
  grid-area: publish_date;
  text-align: right;
  line-height: 1;
  padding-top: 2px;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory {
  grid-area: svcategory;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers {
  color: #FFF;
  font-size: 13px;
  padding: 0.15em 0.25em;
  text-align: center;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers.pp {
  background-color: #00A83E;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers.pb {
  background-color: #FD4C80;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers.top {
  background-color: #FE7236;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title {
  grid-area: title;
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description {
  grid-area: description;
  line-height: 1.5;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation {
  grid-area: invitation;
}
.ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation > a {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a {
  margin-left: 20px;
  margin-top: 20px;
}
.ec-layoutRole .pr2023_body.pp.index > section.app_inv {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pp.index > section.app_inv > a {
  display: inline-block;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] > h1 {
  color: #222;
  cursor: pointer;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] > h1 > i {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin-left: 0.5em;
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] > h1.open > i {
  transform: scaleY(-1);
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] .jump > a {
  color: #FE7236;
  line-height: 1.4;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] .jump > a > i {
  width: auto;
  height: 1em;
  font-size: 1em;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul {
  list-style: none;
  display: grid;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li {
  display: inline-grid;
  background-color: #F8F8F8;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li.original {
  grid-area: original;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li.fujicolor {
  grid-area: fujicolor;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li.large {
  grid-area: large;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li.square {
  grid-area: square;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head {
  grid-area: head;
  position: relative;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > div {
  line-height: 1;
  text-align: center;
  margin: 1em 0;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > div.title {
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > div.balloon {
  position: absolute;
  text-align: left;
  top: -5rem;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > div.balloon > div {
  background-color: #FFE8EF;
  color: #222;
  font-size: 15px;
  line-height: 1;
  padding: 0.5em;
  border-radius: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > div.balloon > div > span {
  font-size: 0.8em;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > div.balloon > svg.balloonarrow {
  width: 2em;
  margin-left: 50%;
  fill: #FFE8EF;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.image {
  grid-area: image;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size {
  grid-area: size;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul {
  list-style: none;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li {
  border-bottom: solid 1px #AEAEAE;
  display: grid;
  grid-template-areas: "name caption price";
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div {
  line-height: 1.4;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div > span {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(1) {
  grid-area: name;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(2) {
  grid-area: caption;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:not(:nth-of-type(3)) {
  justify-content: flex-start;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) {
  grid-area: price;
  justify-content: flex-end;
  align-items: flex-end;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a {
  justify-content: center;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > h1:hover {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul {
  margin-top: 20px;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a {
  display: block;
  color: #222;
  text-decoration: none;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a {
  height: 100%;
  border: solid 1px #AEAEAE;
  background-color: #FFF;
  cursor: pointer;
  display: grid;
  gap: 0.5rem;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div:hover, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a:hover {
  background-color: #fff1eb;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size {
  grid-area: size;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div {
  white-space: pre-wrap;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1) {
  font-weight: bold;
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2) {
  word-break: break-all;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption {
  grid-area: caption;
}
.ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price {
  grid-area: price;
  white-space: nowrap;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul {
  list-style: none;
  display: flex;
  margin: 20px 0 40px;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a {
  color: #FE7236;
  line-height: 1.4;
  padding: 0 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li:not(:last-of-type) {
  border-right: solid 1px #222;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section {
  margin: 20px 0 50px;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example {
  margin: 20px auto;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > i {
  color: #AEAEAE;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div {
  width: 20%;
  line-height: 1.4;
  border: solid 0.3rem #8f8f8f;
  border-radius: 2rem;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body > div:last-of-type, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div:last-of-type {
  color: #FFF;
  background-color: #1BA196;
  border-color: #1BA196;
  border-radius: 100rem;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot {
  text-align: right;
  margin-top: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .head {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .head > div {
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(1) {
  background-color: #FE7236;
  color: #FFF;
  border-radius: 100rem;
  padding: 0.5em 1em;
  line-height: 1;
  margin-right: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(2) {
  line-height: 1.4;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div > div {
  line-height: 1;
  width: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(2) {
  color: #FE7236;
  margin-top: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(2) > span:nth-of-type(2) {
  font-size: 0.75em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div:last-of-type > div:nth-of-type(2) {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0px 0 #FFF, -1px 0px 0 #FFF, -1px 0px 0 #FFF;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table {
  margin: 20px auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 80rem;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table th {
  margin: 0;
  line-height: 1.4;
  border: solid 1px #222;
  text-align: center;
  padding: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div.go_order, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a.go_order {
  margin: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > thead > tr > th {
  background-color: #F8F8F8;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tbody > tr > td.accent {
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tbody > tr > td.right {
  text-align: right;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td {
  border: none;
  padding-right: 0;
  padding-bottom: 0;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers {
  text-align: right;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table {
  margin: 20px auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 80rem;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td {
  margin: 0;
  line-height: 1.4;
  border: solid 1px #222;
  text-align: center;
  padding: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.left, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.left {
  text-align: left;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent2, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent2 {
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent3, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent3 {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent4, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent4 {
  background-color: #F5F5F5;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption {
  color: #FE7236;
  text-align: left;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > thead > tr > th {
  background-color: #F8F8F8;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p {
  max-width: 80rem;
  margin: 0 auto;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div {
  max-width: 80rem;
  margin: 20px auto;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table {
  margin: 20px auto;
  width: 100%;
  max-width: 80rem;
  border-top: solid 1px #222;
  border-left: solid 1px #222;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div {
  display: grid;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div {
  border-bottom: solid 1px #222;
  border-right: solid 1px #222;
  line-height: 1.4;
  padding: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div[class^=detail_] {
  grid-area: detail;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div[class^=name_] {
  grid-area: name;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div[class^=commission_] {
  grid-area: commission;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div[class^=brand_] {
  grid-area: brand;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div.cellcnt {
  display: grid;
  place-items: center;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div {
  line-height: 1.4;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption {
  text-align: left;
  margin-top: 0.5em;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption a {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt {
  text-align: center;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > div {
  text-align: left;
  line-height: 2;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div.head > div {
  background-color: #F8F8F8;
  font-weight: bold;
  text-align: center;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=name_] {
  background-color: #F5F5F5;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul {
  list-style: none;
  display: flex;
  margin: 20px 0 40px;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a {
  color: #FE7236;
  line-height: 1.4;
  padding: 0 0.5em;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li:not(:last-of-type) {
  border-right: solid 1px #222;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section {
  margin: 20px 0 50px;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > .view {
  border: solid 1px #222;
  margin: 20px auto 10px;
  max-width: 80rem;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > .view > .unit {
  font-size: 15px;
  line-height: 1.8;
  padding: 1rem 1rem 0;
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > .view > .image {
  display: grid;
  place-items: center;
  padding: 1rem;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > .view > .image > img {
  display: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw {
  list-style: none;
  display: grid;
  font-size: 13px;
  grid-template-columns: repeat(auto-fit, minmax(8em, 1fr));
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw > li {
  margin: 0.5em;
  font-size: 13px;
  border: solid 1px #222;
  border-radius: 0.5rem;
  text-align: center;
  line-height: 1;
  padding: 0.5em 1em;
  cursor: pointer;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw > li.current {
  background-color: #FE7236;
  color: #FFF;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table {
  margin: 40px auto 20px;
  border-collapse: collapse;
  width: 100%;
  max-width: 80rem;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table th {
  margin: 0;
  line-height: 1.4;
  border: solid 1px #222;
  text-align: center;
  padding: 0.5em;
  font-size: 15px;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table td > .accent, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table th > .accent {
  line-height: 1.4;
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table th {
  background-color: #F8F8F8;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tbody > tr > td:first-of-type {
  background-color: #F5F5F5;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td {
  border: none;
  padding-right: 0;
  padding-bottom: 0;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers {
  text-align: right;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table {
  margin: 40px auto 20px;
  border-collapse: collapse;
  width: 100%;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table th {
  margin: 0;
  line-height: 1.4;
  border: solid 1px #222;
  text-align: center;
  padding: 0.5em;
  word-break: break-all;
  font-size: 15px;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table td > .accent, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table th > .accent {
  line-height: 1.4;
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > thead > tr > th {
  background-color: #F8F8F8;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > thead > tr > th:first-of-type {
  width: 20%;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > thead > tr > th:nth-of-type(2) {
  width: 15%;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > thead > tr > th:last-of-type {
  width: 20%;
  font-size: small;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(3) {
  text-align: left;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .papername {
  line-height: 1.4;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image {
  margin-top: 0.25em;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img {
  border: solid 1px #222;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td {
  border: none;
  padding-right: 0;
  padding-bottom: 0;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers {
  text-align: right;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > h2 {
  margin-bottom: 40px;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > section > .containers > div.desc > p {
  font-size: 13px;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > section > .containers > div.image {
  text-align: center;
}
.ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > section > .containers > div.image > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 50rem;
}
.ec-layoutRole .pr2023_body.pp.qanda > h1 {
  margin-bottom: 20px;
}
.ec-layoutRole .pr2023_body.pp.qanda > .qanda > .qanda_pp > h3 {
  margin-top: 30px;
}
.ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers {
  text-align: center;
  margin: 20px 0;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types {
  display: grid;
  gap: 30px;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div {
  display: grid;
  grid-template-columns: auto 40%;
  gap: 20px;
  background-color: #F8F8F8;
  padding: 3rem;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div.light {
  grid-area: light;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div.art {
  grid-area: art;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div {
  line-height: 1.4;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.name {
  grid-area: name;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.desc {
  grid-area: desc;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.cover {
  grid-area: cover;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price {
  grid-area: price;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump {
  grid-area: jump;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump > a {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 {
  grid-area: jump2;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers {
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a {
  padding: 1em 4em;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.image {
  grid-area: image;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.image > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  max-height: 21rem;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers {
  text-align: center;
  margin: 20px 0;
}
.ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a {
  padding: 1em 4em;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul {
  list-style: none;
  display: flex;
  margin: 20px 0 40px;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a {
  color: #FE7236;
  line-height: 1.4;
  padding: 0 0.5em;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li:not(:last-of-type) {
  border-right: solid 1px #222;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section {
  margin-bottom: 50px;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction {
  display: grid;
  gap: 20px;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image {
  grid-area: image;
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc {
  grid-area: desc;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable {
  margin-top: 20px;
  display: grid;
  gap: 30px;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head {
  grid-area: head;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] {
  display: grid;
  gap: 20px;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > * {
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image {
  grid-area: image;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc {
  grid-area: desc;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.price {
  grid-area: price;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.price th {
  background-color: #F8F8F8;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.price td, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.price th {
  margin: 0;
  line-height: 1.4;
  border: solid 1px #222;
  text-align: center;
  padding: 0.5em;
  word-break: break-all;
  font-size: 15px;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.price td > .accent, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.price th > .accent {
  line-height: 1.4;
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-].size-bunko {
  grid-area: size-bunko;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-].size-a5sq {
  grid-area: size-a5sq;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-].size-a5 {
  grid-area: size-a5;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump {
  grid-area: jump;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers {
  margin: 20px 0;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31rem, 1fr));
  gap: 30px;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name {
  border: solid 1px #F8F8F8;
  border-bottom-width: 0;
  padding: 10px 10px 0;
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc {
  border: solid 1px #F8F8F8;
  border-width: 0 1px 0;
  padding: 0 10px 10px;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image {
  border: solid 1px #F8F8F8;
  border-top-width: 0;
}
.ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img {
  width: 100%;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul {
  list-style: none;
  display: flex;
  margin: 20px 0 40px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a {
  color: #FE7236;
  line-height: 1.4;
  padding: 0 0.5em;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li:not(:last-of-type) {
  border-right: solid 1px #222;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section {
  margin-bottom: 50px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction {
  display: grid;
  gap: 20px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image {
  grid-area: image;
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc {
  grid-area: desc;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable {
  margin-top: 20px;
  display: grid;
  gap: 30px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head {
  grid-area: head;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] {
  display: grid;
  gap: 20px;
  grid-template-areas: "image desc" "price price";
  grid-template-columns: 1fr 1fr;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > * {
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image {
  grid-area: image;
  text-align: right;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc {
  grid-area: desc;
  grid-template-rows: auto 2.5em;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div {
  text-align: left;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price {
  grid-area: price;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th {
  background-color: #F8F8F8;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th:last-of-type {
  background-color: #d1de4c;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price td:last-of-type {
  background-color: #f0f6da;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price td, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th {
  margin: 0;
  line-height: 1.4;
  border: solid 1px #222;
  text-align: center;
  padding: 0.5em;
  word-break: break-all;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price td > .accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th > .accent {
  line-height: 1.4;
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price td > span[class^=price_], .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th > span[class^=price_] {
  line-height: inherit;
  font-size: inherit;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price td:last-of-type, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th:last-of-type {
  display: none;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-].size-150 {
  grid-area: size-150;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-].size-200 {
  grid-area: size-200;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc {
  grid-area: calc;
  background-color: #F8F8F8;
  padding: 20px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head {
  font-weight: bold;
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc {
  text-align: center;
  margin: 0 20px 20px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div {
  margin: 10px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input {
  padding: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  color: #222;
  border: solid 1px #AEAEAE;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input:hover {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select {
  background-image: url("/data/img/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 1em;
  padding-right: 3em;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input {
  text-align: right;
  width: 5.5em;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result {
  display: grid;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.blank {
  grid-area: blank;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result {
  grid-area: result;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: #FFF;
  border: solid 3px #AEAEAE;
  border-radius: 5rem;
  padding: 20px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div {
  font-weight: bold;
  margin: 0 0.5em;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission {
  font-weight: bold;
  grid-area: commission;
  padding: 20px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump {
  grid-area: jump;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers {
  margin: 20px 0;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(31rem, 1fr));
  gap: 30px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name {
  border: solid 1px #F8F8F8;
  border-bottom-width: 0;
  padding: 10px 10px 0;
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc {
  border: solid 1px #F8F8F8;
  border-width: 0 1px 0;
  padding: 0 10px 10px;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image {
  border: solid 1px #F8F8F8;
  border-top-width: 0;
}
.ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img {
  width: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul {
  list-style: none;
  display: flex;
  margin: 20px 0 40px;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li {
  line-height: 1;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a {
  color: #FE7236;
  line-height: 1.4;
  padding: 0 0.5em;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li:not(:last-of-type) {
  border-right: solid 1px #222;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section {
  margin: 20px 0 50px;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example {
  margin: 20px auto;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body > i, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > i {
  color: #AEAEAE;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body > div, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div {
  width: 20%;
  line-height: 1.4;
  border: solid 0.3rem #8f8f8f;
  border-radius: 2rem;
  font-weight: bold;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body > div:last-of-type, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div:last-of-type {
  color: #FFF;
  background-color: #1BA196;
  border-color: #1BA196;
  border-radius: 100rem;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot {
  text-align: right;
  margin-top: 0.5em;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .head {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .head > div {
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(1) {
  background-color: #FE7236;
  color: #FFF;
  border-radius: 100rem;
  padding: 0.5em 1em;
  line-height: 1;
  margin-right: 0.5em;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(2) {
  line-height: 1.4;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div > div {
  line-height: 1;
  width: 100%;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(2) {
  color: #FE7236;
  margin-top: 0.5em;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(2) > span:nth-of-type(2) {
  font-size: 0.75em;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div:last-of-type > div:nth-of-type(2) {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0px 0 #FFF, -1px 0px 0 #FFF, -1px 0px 0 #FFF;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table {
  margin: 20px auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 80rem;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td {
  margin: 0;
  line-height: 1.4;
  border: solid 1px #222;
  text-align: center;
  padding: 0.5em;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.left, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.left {
  text-align: left;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent2, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent2 {
  font-weight: bold;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent3, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent3 {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent4, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent4 {
  background-color: #F5F5F5;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption {
  color: #FE7236;
  text-align: left;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > thead > tr > th {
  background-color: #F8F8F8;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p {
  max-width: 80rem;
  margin: 0 auto;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div {
  max-width: 80rem;
  margin: 20px auto;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table {
  margin: 20px auto;
  width: 100%;
  max-width: 80rem;
  border-top: solid 1px #222;
  border-left: solid 1px #222;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div {
  display: grid;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div {
  border-bottom: solid 1px #222;
  border-right: solid 1px #222;
  line-height: 1.4;
  padding: 0.5em;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div[class^=detail_] {
  grid-area: detail;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div[class^=name_] {
  grid-area: name;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div[class^=commission_] {
  grid-area: commission;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div[class^=brand_] {
  grid-area: brand;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div.cellcnt {
  display: grid;
  place-items: center;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div {
  line-height: 1.4;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption {
  text-align: left;
  margin-top: 0.5em;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption a {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt {
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > div {
  text-align: left;
  line-height: 2;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div.head > div {
  background-color: #F8F8F8;
  font-weight: bold;
  text-align: center;
}
.ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=name_] {
  background-color: #F5F5F5;
}
.ec-layoutRole .pr2023_body.pb.qanda > h1 {
  margin-bottom: 20px;
}
.ec-layoutRole .pr2023_body.pb.qanda > .qanda > .qanda_pb > h3 {
  margin-top: 30px;
}
.ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers {
  text-align: center;
  margin: 20px 0;
}
.ec-layoutRole .pr2023_body.abouts a {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.abouts ul, .ec-layoutRole .pr2023_body.abouts ol {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.ec-layoutRole .pr2023_body.abouts iframe.googlemap {
  display: block;
  max-width: 100%;
  margin: 1em 0;
  border: solid 2px #CCC;
}
.ec-layoutRole .pr2023_body.abouts .infotable {
  width: 100%;
  table-layout: fixed;
  margin: 40px auto 0;
  border-bottom: solid 2px #CCC;
}
.ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td {
  vertical-align: top;
  padding: 20px;
}
.ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul {
  margin: 0.5em 0 0.5em 1em;
}
.ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li {
  margin-left: 1em;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td {
  display: block;
  width: 100%;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > th {
  text-align: left;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td {
  border-top: none;
  padding-top: 0;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div {
  margin-left: 1em;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode ul {
  list-style: none;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li {
  margin-left: 0;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div:first-of-type {
  margin-bottom: 0.5em;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div:last-of-type {
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode ol {
  margin-left: 2em;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode span.annotation {
  cursor: pointer;
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation {
  display: none;
  line-height: 1.4;
  background-color: #F8F8F8;
  padding: 0.5em;
  color: #222;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termhead {
  margin-top: 40px;
  margin-bottom: 40px;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: solid 1px #CCC;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section {
  margin: 30px 0;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > h4 {
  margin-bottom: 20px;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div {
  margin: 20px 0;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol {
  margin: 30px 0;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li {
  line-height: 1.5;
  padding-left: 0.4rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section span.annotation {
  cursor: pointer;
  color: #FE7236;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation {
  display: none;
  line-height: 1.4;
  background-color: #F8F8F8;
  padding: 0.5em;
  color: #222;
}
.ec-layoutRole .pr2023_body.abouts.terms > section > .termbody + p {
  text-align: right;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers {
  display: grid;
  gap: 20px;
}
.ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard {
  background-color: #F8F8F8;
  padding: 20px;
}
.ec-layoutRole .pr2023_body.pp.price-send.spapp > section.price-send > section#price_commission > div.table > div {
  grid-template-columns: 45% auto;
}
.ec-layoutRole .pr2023_body.pp.price-send.spapp > section.price-send > section#price_commission > div.table > div:not(.head) {
  grid-template-areas: "name commission" "brand brand";
}
.ec-layoutRole .pr2023_body.pp.price-send.spapp > section.price-send > section#price_commission > div.table > div:not(.head) > div[class^=brand_]:not(.open) {
  display: block;
}
.ec-layoutRole .pr2023_body.pp.price-send.spapp > section.price-send > section#price_commission > div.table > div.head {
  grid-template-areas: "name commission";
}
.ec-layoutRole .pr2023_body.spapp > section.information > .containers {
  border: none;
  padding: 0;
}
.ec-layoutRole .pr2023_body.spapp > section.qanda .qanda_container > ul > li > .head {
  cursor: default;
}
.ec-layoutRole .pr2023_body.spapp > section.qanda .qanda_container > ul > li > .head:hover > .Q {
  color: #222;
}
.ec-layoutRole .pr2023_body.spapp > section.qanda .qanda_container > ul > li > .head > .openmark {
  display: none;
}
.ec-layoutRole .pr2023_body.spapp > section.qanda .qanda_container > ul > li > .A {
  display: block;
}
.ec-layoutRole .pr2023_body.spapp > section.qanda .qanda_container > ul > li > .A .apphide {
  display: none;
}
.ec-layoutRole .pr2023_body.spapp > section.qanda .qanda_container > ul > li > .A .appmode-inline {
  display: inline-block;
}
.ec-layoutRole .pr2023_body.spapp > section.size-spec > section#os .containers {
  margin-bottom: 40px;
}
.ec-layoutRole .pr2023_body.spapp > section.size-spec > section#os p {
  font-size: 13px;
  line-height: 1.5;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section {
  margin-top: 20px;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section h2 {
  font-size: 20px;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > img {
  width: 100%;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section.step {
  margin-top: 20px;
  padding-bottom: 45px;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section.step h3 {
  color: #876446;
  font-weight: bold;
  font-size: 1.7rem;
  border-left: none;
  padding-left: 0;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section.step img {
  width: 100%;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section.mark-sub {
  margin-top: 15px;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section.mark-sub h3 {
  font-size: 1.7rem;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section > div.containers p {
  line-height: 1.2;
  font-size: 15px;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section > div.containers .uploadhelp_markexp > ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section > div.containers .uploadhelp_markexp > ul > li {
  width: 100%;
  line-height: 1.5;
  font-size: 15px;
  padding: 10px 0;
}
.ec-layoutRole .pr2023_body.spapp > section.order_guide > section > section > div.containers .uploadhelp_markexp > ul > li img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.ec-layoutRole .pr2023_body.spapp a {
  /*display: none;*/
}
.ec-layoutRole .pr2023_body.photo.top_global > .campaign > .jump > .containers > a[href$="/photobook/campaign"] {
  display: none;
}
.ec-layoutRole .pr2023_body.photobook.top_global > .campaign > .jump > .containers > a[href$="/photo/campaign"] {
  display: none;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
#pr2023_svheader {
  background-color: #F8F8F8;
}
#pr2023_svheader > .wrapper {
  box-sizing: content-box;
}
#pr2023_svheader > .wrapper > a {
  text-decoration: none;
}
#pr2023_svheader > .wrapper > ul.submenu {
  list-style: none;
}
#pr2023_svheader > .wrapper > ul.submenu > li.command {
  display: none;
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement, .ec-layoutRole .pr2023_body.pb.index > .send_announcement {
  background-color: #FFE8EF;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
.pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
.pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_], div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
.pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
#pr2023_svsubheader > .containers {
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto;
  padding: 1rem 0;
}
#pr2023_svsubheader > .containers > .member > .login {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: solid 0.15rem;
  background-color: #FFF;
  border-radius: 100rem;
  min-width: 15rem;
  font-size: 1.4em;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  border-color: #8f8f8f;
  color: #222;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pr2023_svsubheader > .containers > .member > .login > i {
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  color: #8f8f8f;
  margin-right: 0.5em;
}
#pr2023_svsubheader > .containers > .member > .login:hover {
  border-color: #FE7236;
  color: #FE7236;
}
#pr2023_svsubheader > .containers > .member > .login:hover > i {
  color: #FE7236;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
トップページ

トップページ スライド部に関する Project コンポーネントを定義します。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/12.1.slider.pug
+ec-sliderRole

Styleguide 12.1
*/
.ec-sliderRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
}
.ec-sliderRole:after {
  content: " ";
  display: table;
}
.ec-sliderRole:after {
  clear: both;
}
.ec-sliderRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-sliderRole img {
  max-width: 100%;
}
.ec-sliderRole html {
  box-sizing: border-box;
}
.ec-sliderRole *,
.ec-sliderRole *::before,
.ec-sliderRole *::after {
  box-sizing: inherit;
}
.ec-sliderRole img {
  width: 100%;
}
.ec-sliderRole ul {
  padding: 0;
  list-style: none;
}
.ec-sliderItemRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
}
.ec-sliderItemRole:after {
  content: " ";
  display: table;
}
.ec-sliderItemRole:after {
  clear: both;
}
.ec-sliderItemRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-sliderItemRole img {
  max-width: 100%;
}
.ec-sliderItemRole html {
  box-sizing: border-box;
}
.ec-sliderItemRole *,
.ec-sliderItemRole *::before,
.ec-sliderItemRole *::after {
  box-sizing: inherit;
}
.ec-sliderItemRole img {
  width: 100%;
}
.ec-sliderItemRole ul {
  padding: 0;
  list-style: none;
}
.ec-sliderItemRole .item_nav {
  display: none;
}
.ec-sliderItemRole .slideThumb {
  margin-bottom: 25px;
  width: 33%;
  opacity: 0.8;
  cursor: pointer;
}
.ec-sliderItemRole .slideThumb:focus {
  outline: none;
}
.ec-sliderItemRole .slideThumb:hover {
  opacity: 1;
}
.ec-sliderItemRole .slideThumb img {
  width: 80%;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
アイキャッチ

トップページ アイキャッチ部に関する Project コンポーネントを定義します。

ex [トップページスライダー直下 アイキャッチ部](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/12.2.eyecatch.pug
+ec-eyecatchRole

Styleguide 12.2
*/
.ec-eyecatchRole {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  /* Deprecated https://github.com/EC-CUBE/ec-cube/pull/4220 */
}
.ec-eyecatchRole .ec-eyecatchRole__image {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
  color: black;
}
.ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: normal;
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  margin-bottom: 0.8em;
  font-size: 24px;
  font-weight: bold;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
ボタン

トップページで使用されているボタンのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.3
*/
/*
通常ボタン

インラインの要素としてボタンを定義出来ます。

Markup:
.ec-inlineBtn--top more

Styleguide 12.3.1
*/
.ec-inlineBtn--top {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: white;
  background-color: black;
  border-color: black;
}
.ec-inlineBtn--top:focus, .ec-inlineBtn--top.focus, .ec-inlineBtn--top:active:focus, .ec-inlineBtn--top:active.focus, .ec-inlineBtn--top.active:focus, .ec-inlineBtn--top.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--top:hover, .ec-inlineBtn--top:focus, .ec-inlineBtn--top.focus {
  color: #525263;
  text-decoration: none;
}
.ec-inlineBtn--top:active, .ec-inlineBtn--top.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--top.disabled, .ec-inlineBtn--top[disabled], fieldset[disabled] .ec-inlineBtn--top {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-inlineBtn--top:focus, .ec-inlineBtn--top.focus {
  color: white;
  background-color: black;
  border-color: black;
}
.ec-inlineBtn--top:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.ec-inlineBtn--top:active, .ec-inlineBtn--top.active, .open > .ec-inlineBtn--top.dropdown-toggle {
  color: white;
  background-color: black;
  background-image: none;
  border-color: black;
}
.ec-inlineBtn--top:active:hover, .ec-inlineBtn--top:active:focus, .ec-inlineBtn--top:active.focus, .ec-inlineBtn--top.active:hover, .ec-inlineBtn--top.active:focus, .ec-inlineBtn--top.active.focus, .open > .ec-inlineBtn--top.dropdown-toggle:hover, .open > .ec-inlineBtn--top.dropdown-toggle:focus, .open > .ec-inlineBtn--top.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}
.ec-inlineBtn--top.disabled:hover, .ec-inlineBtn--top.disabled:focus, .ec-inlineBtn--top.disabled.focus, .ec-inlineBtn--top[disabled]:hover, .ec-inlineBtn--top[disabled]:focus, .ec-inlineBtn--top[disabled].focus, fieldset[disabled] .ec-inlineBtn--top:hover, fieldset[disabled] .ec-inlineBtn--top:focus, fieldset[disabled] .ec-inlineBtn--top.focus {
  background-color: black;
  border-color: black;
}
.ec-inlineBtn--top .badge {
  color: black;
  background-color: white;
}
.ec-inlineBtn--top .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
/*
ロングボタン（全幅）

ロングタイプのボタンです。

Markup:
.ec-blockBtn--top 商品一覧へ

Styleguide 2.1.2
*/
.ec-blockBtn--top {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: white;
  background-color: black;
  border-color: black;
  display: block;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.ec-blockBtn--top:focus, .ec-blockBtn--top.focus, .ec-blockBtn--top:active:focus, .ec-blockBtn--top:active.focus, .ec-blockBtn--top.active:focus, .ec-blockBtn--top.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--top:hover, .ec-blockBtn--top:focus, .ec-blockBtn--top.focus {
  color: #525263;
  text-decoration: none;
}
.ec-blockBtn--top:active, .ec-blockBtn--top.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--top.disabled, .ec-blockBtn--top[disabled], fieldset[disabled] .ec-blockBtn--top {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
.ec-blockBtn--top:focus, .ec-blockBtn--top.focus {
  color: white;
  background-color: black;
  border-color: black;
}
.ec-blockBtn--top:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.ec-blockBtn--top:active, .ec-blockBtn--top.active, .open > .ec-blockBtn--top.dropdown-toggle {
  color: white;
  background-color: black;
  background-image: none;
  border-color: black;
}
.ec-blockBtn--top:active:hover, .ec-blockBtn--top:active:focus, .ec-blockBtn--top:active.focus, .ec-blockBtn--top.active:hover, .ec-blockBtn--top.active:focus, .ec-blockBtn--top.active.focus, .open > .ec-blockBtn--top.dropdown-toggle:hover, .open > .ec-blockBtn--top.dropdown-toggle:focus, .open > .ec-blockBtn--top.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}
.ec-blockBtn--top.disabled:hover, .ec-blockBtn--top.disabled:focus, .ec-blockBtn--top.disabled.focus, .ec-blockBtn--top[disabled]:hover, .ec-blockBtn--top[disabled]:focus, .ec-blockBtn--top[disabled].focus, fieldset[disabled] .ec-blockBtn--top:hover, fieldset[disabled] .ec-blockBtn--top:focus, fieldset[disabled] .ec-blockBtn--top.focus {
  background-color: black;
  border-color: black;
}
.ec-blockBtn--top .badge {
  color: black;
  background-color: white;
}
.ec-blockBtn--top .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
/*
見出し

トップページで使用されている見出しのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.4
*/
/*
横並び見出し

横並びの見出しです。

Markup:
.ec-secHeading
  span.ec-secHeading__en TOPIC
  span.ec-secHeading__line |
  span.ec-secHeading__ja 特集

Styleguide 12.4.1
*/
.ec-secHeading {
  margin-bottom: 15px;
  color: black;
}
.ec-secHeading .ec-secHeading__en {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.ec-secHeading .ec-secHeading__line {
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background: black;
}
.ec-secHeading .ec-secHeading__ja {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.15em;
  vertical-align: 2px;
}
/*
縦並び見出し

縦並びの見出しです。

Markup:
.ec-secHeading--tandem
  span.ec-secHeading__en TOPIC
  span.ec-secHeading__line |
  span.ec-secHeading__ja 特集

Styleguide 12.4.2
*/
.ec-secHeading--tandem {
  margin-bottom: 15px;
  color: black;
  text-align: center;
}
.ec-secHeading--tandem .ec-secHeading__en {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.ec-secHeading--tandem .ec-secHeading__line {
  display: block;
  margin: 13px auto;
  width: 20px;
  height: 1px;
  background: black;
}
.ec-secHeading--tandem .ec-secHeading__ja {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.15em;
  vertical-align: 2px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
トピック（アイテム2列）

トップページで使用されているトピックのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.5.1
*/
.ec-topicRole {
  padding: 40px 0;
  background: #F8F8F8;
}
.ec-topicRole .ec-topicRole__list {
  display: flex;
  flex-wrap: wrap;
}
.ec-topicRole .ec-topicRole__listItem {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.ec-topicRole .ec-topicRole__listItemTitle {
  margin-top: 0.5em;
  font-size: 14px;
  color: black;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
カテゴリ（アイテム4列 スマホの時は2列）

トップページで使用されているアイテムリストのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.6.1
*/
.ec-newItemRole {
  padding: 40px 0;
}
.ec-newItemRole .ec-newItemRole__list {
  display: flex;
  flex-wrap: wrap;
}
.ec-newItemRole .ec-newItemRole__listItem {
  margin-bottom: 4%;
  width: 48%;
  height: auto;
}
.ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a {
  color: black;
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  margin-right: 4%;
}
.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: calc(45% - 20px);
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
  margin: 8px 0;
  font-size: 14px;
  font-weight: bold;
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
  font-size: 12px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
カテゴリ（アイテム3列）

トップページで使用されているカテゴリのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.7.1
*/
.ec-categoryRole {
  padding: 40px 0;
  color: black;
  background: #F8F8F8;
}
.ec-categoryRole .ec-categoryRole__list {
  display: flex;
  flex-wrap: wrap;
}
.ec-categoryRole .ec-categoryRole__listItem {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
見出し

トップページで使用されている新着情報のスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.8.1
*/
.ec-newsRole {
  padding: 40px 0 0;
}
.ec-newsRole .ec-newsRole__news {
  box-sizing: border-box;
}
.ec-newsRole .ec-newsRole__newsItem {
  width: 100%;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
  margin-bottom: 20px;
}
.ec-newsRole .ec-newsRole__newsHeading {
  cursor: pointer;
}
.ec-newsRole .ec-newsRole__newsDate {
  display: block;
  margin: 15px 0 5px;
  font-size: 12px;
  color: black;
}
.ec-newsRole .ec-newsRole__newsColumn {
  display: flex;
}
.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 10px;
  width: 90%;
  font-size: 14px;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 1.6;
}
.ec-newsRole .ec-newsRole__newsClose {
  display: inline-block;
  width: 10%;
  position: relative;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: inline-block;
  margin-left: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  background: black;
  cursor: pointer;
  position: absolute;
  right: 5px;
}
.ec-newsRole .ec-newsRole__newsDescription {
  display: none;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
}
.ec-newsRole .ec-newsRole__newsDescription a {
  color: #0092C4;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 0 0 10px;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn i {
  display: inline-block;
  transform: rotateX(180deg) translateY(2px);
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
見出し

トップページで使用されているカレンダーのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.9.1
*/
/* 背景や文字の色調整 */
.ec-calendar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ec-calendar__month {
  border-collapse: collapse;
  margin-top: 30px;
}
.ec-calendar__month th, .ec-calendar__month td {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.ec-calendar .ec-calendar__title {
  border: 0;
}
.ec-calendar .ec-calendar__sun {
  background: #F8F8F8;
  color: #DE5D50;
}
.ec-calendar .ec-calendar__mon, .ec-calendar .ec-calendar__tue, .ec-calendar .ec-calendar__wed, .ec-calendar .ec-calendar__thu, .ec-calendar .ec-calendar__fri {
  background: #F8F8F8;
  color: #333;
}
.ec-calendar .ec-calendar__sat {
  background: #F8F8F8;
  color: #5CB1B1;
}
.ec-calendar .ec-calendar__day {
  background: #FFF;
  color: #333;
}
.ec-calendar .ec-calendar__holiday {
  background: #FFF;
  color: #DE5D50 !important;
}
.ec-calendar .ec-calendar__today {
  color: #333;
  position: relative;
  z-index: 1;
}
.ec-calendar .ec-calendar__today::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFFDE7;
  transform: translate(-50%, -50%);
  z-index: -1;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
検索ラベル

商品一覧 ヘッダー部 に関する Project コンポーネントを定義します。

ex [商品一覧 ヘッダー部](http://demo3.ec-cube.net/products/list)

Markup:
include /assets/tmpl/elements/13.1.searchnav.pug
+ec-searchnavRole__topicpath
+ec-searchnavRole__info

Styleguide 13.1

*/
.ec-searchnavRole {
  margin-bottom: 0;
  padding: 0;
}
.ec-searchnavRole .ec-searchnavRole__infos {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  border-top: 0;
  margin-bottom: 16px;
  padding-top: 5px;
  flex-direction: column;
}
.ec-searchnavRole .ec-searchnavRole__infos:after {
  content: " ";
  display: table;
}
.ec-searchnavRole .ec-searchnavRole__infos:after {
  clear: both;
}
.ec-searchnavRole .ec-searchnavRole__infos textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-searchnavRole .ec-searchnavRole__infos img {
  max-width: 100%;
}
.ec-searchnavRole .ec-searchnavRole__infos html {
  box-sizing: border-box;
}
.ec-searchnavRole .ec-searchnavRole__infos *,
.ec-searchnavRole .ec-searchnavRole__infos *::before,
.ec-searchnavRole .ec-searchnavRole__infos *::after {
  box-sizing: inherit;
}
.ec-searchnavRole .ec-searchnavRole__infos img {
  width: 100%;
}
.ec-searchnavRole .ec-searchnavRole__counter {
  margin-bottom: 16px;
  width: 100%;
}
.ec-searchnavRole .ec-searchnavRole__actions {
  text-align: right;
  width: 100%;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
商品一覧

商品一覧 に関する Project コンポーネントを定義します。

SP版２列、PC版４列の特殊グリッドを構成します。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGrid

Styleguide 13.2

*/
.ec-shelfRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-shelfRole:after {
  content: " ";
  display: table;
}
.ec-shelfRole:after {
  clear: both;
}
.ec-shelfRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-shelfRole img {
  max-width: 100%;
}
.ec-shelfRole html {
  box-sizing: border-box;
}
.ec-shelfRole *,
.ec-shelfRole *::before,
.ec-shelfRole *::after {
  box-sizing: inherit;
}
.ec-shelfRole img {
  width: 100%;
}
/*
商品一覧グリッド

商品一覧 で使用するグリッドコンポーネントです。

SP版２列、PC版４列の特殊グリッドを構成します。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGrid

Styleguide 13.2.1

*/
.ec-shelfGrid {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.ec-shelfGrid a {
  color: inherit;
  text-decoration: none;
}
.ec-shelfGrid a:hover {
  text-decoration: none;
}
.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 36px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 10px;
  text-align: center;
}
.ec-shelfGrid .ec-shelfGrid__item img {
  width: auto;
  max-height: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin-top: auto;
  margin-bottom: 15px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
  padding-right: 8px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding-left: 8px;
}
.ec-shelfGrid .ec-shelfGrid__title {
  margin-bottom: 7px;
}
.ec-shelfGrid .ec-shelfGrid__plice {
  font-weight: bold;
}
/*
13.2.2 商品一覧グリッド（中央寄せ）

商品一覧 で使用するグリッドコンポーネントです。

SP版２列、PC版４列の特殊グリッドを構成します。
商品のあまりはセンタリングされ、中央に表示されます。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGridCenter

Styleguide 13.2.2

*/
.ec-shelfGridCenter {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.ec-shelfGridCenter a {
  color: inherit;
  text-decoration: none;
}
.ec-shelfGridCenter a:hover {
  text-decoration: none;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item {
  margin-bottom: 36px;
  width: 50%;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item-image {
  margin-bottom: 10px;
  text-align: center;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item img {
  width: auto;
  max-height: 100%;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item .ec-productRole__btn {
  margin-top: auto;
  padding-top: 1em;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(odd) {
  padding-right: 8px;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(even) {
  padding-left: 8px;
}
.ec-shelfGridCenter .ec-shelfGridCenter__title {
  margin-bottom: 7px;
}
.ec-shelfGridCenter .ec-shelfGridCenter__plice {
  font-weight: bold;
}
/*
商品一覧フッター

商品一覧 フッター に関する Project コンポーネントを定義します。

ex [商品一覧 ページャ部](http://demo3.ec-cube.net/products/list)

Markup:
include /assets/tmpl/elements/13.3.pager.pug
+ec-pagerRole

Styleguide 13.3

*/
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
カート追加モーダル

カート追加モーダルに関する Project コンポーネントを定義します。

ex [商品一覧、商品詳細](http://demo3.ec-cube.net/products/list)

+ec-modal

Styleguide 13.4

*/
.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}
.ec-modal.small {
  width: 30%;
}
.ec-modal.full {
  width: 100%;
  height: 100%;
}
.ec-modal .ec-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.ec-modal .ec-modal-wrap {
  position: relative;
  border-radius: 2px;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 5px;
}
.ec-modal .ec-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
}
.ec-modal .ec-modal-close:hover {
  color: #4b5361;
}
.ec-modal .ec-modal-box {
  text-align: center;
}
.ec-modal .ec-role {
  margin-top: 20px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
用紙選択一覧
*/
.product-container li {
  line-height: 1.5;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
商品詳細

商品詳細ページに関する Project コンポーネントを定義します。

ex [商品詳細ページ](http://demo3.ec-cube.net/products/detail/18)


Markup:
include /assets/tmpl/elements/14.1.product.pug
+ec-productSimpleRole

Styleguide 14.1
*/
.ec-productRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-productRole:after {
  content: " ";
  display: table;
}
.ec-productRole:after {
  clear: both;
}
.ec-productRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-productRole img {
  max-width: 100%;
}
.ec-productRole html {
  box-sizing: border-box;
}
.ec-productRole *,
.ec-productRole *::before,
.ec-productRole *::after {
  box-sizing: inherit;
}
.ec-productRole img {
  width: 100%;
}
.ec-productRole .ec-productRole__img {
  margin-right: 0;
  margin-bottom: 20px;
}
.ec-productRole .ec-productRole__profile {
  margin-left: 0;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 20px;
}
.ec-productRole .ec-productRole__tags {
  margin-top: 16px;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}
.ec-productRole .ec-productRole__tag {
  display: inline-block;
  padding: 2px 5px;
  list-style: none;
  font-size: 80%;
  color: #525263;
  border: solid 1px #D7DADD;
  border-radius: 3px;
  background-color: #F5F7F8;
}
.ec-productRole .ec-productRole__priceRegular {
  padding-top: 14px;
}
.ec-productRole .ec-productRole__priceRegularTax {
  margin-left: 5px;
  font-size: 10px;
}
.ec-productRole .ec-productRole__price {
  color: #DE5D50;
  font-size: 28px;
  padding: 0;
  border-bottom: 0;
}
.ec-productRole .ec-productRole__code {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
.ec-productRole .ec-productRole__category {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
.ec-productRole .ec-productRole__category a {
  color: #33A8D0;
}
.ec-productRole .ec-productRole__category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ec-productRole .ec-productRole__actions {
  padding: 14px 0;
}
.ec-productRole .ec-productRole__actions .ec-select select {
  height: 40px;
  max-width: 100%;
  min-width: 100%;
}
.ec-productRole .ec-productRole__btn {
  width: 100%;
  margin-bottom: 10px;
}
.ec-productRole .ec-productRole__description {
  margin-bottom: 16px;
}
/*
* 写真アップロード画面
*/
.photo-image * {
  line-height: 1.5;
}
.photo-image .photo-footer-number {
  line-height: 1.5;
}
.photo-image .photo-footer-total {
  line-height: 1.5;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
カート

カート 注文詳細 に関する Project コンポーネントを定義します。

ex [カートページ](http://demo3.ec-cube.net/shopping)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
+ec-cartRole

Styleguide 15.1

*/
.ec-cartRole {
  /*
  @include container;
  &::before{
    display: none;
  }
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;

  & &__progress{
    width: 100%;
    text-align: center;
  }
  */
}
.ec-cartRole .ec-cartRole__error {
  width: 100%;
  text-align: center;
}
.ec-cartRole .ec-cartRole__error .ec-alert-warning {
  max-width: 80%;
  display: inline-block;
}
.ec-cartRole .ec-cartRole__totalText {
  margin-bottom: 0;
  padding: 16px 0 6px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
  width: 100%;
}
.ec-cartRole .ec-cartRole__actions {
  text-align: right;
  width: 100%;
}
.ec-cartRole .ec-cartRole__total {
  padding: 15px 0 30px;
  font-weight: bold;
  font-size: 16px;
}
.ec-cartRole .ec-cartRole__totalAmount {
  margin-left: 30px;
  color: #de5d50;
  font-size: 16px;
}
.ec-cartRole .ec-blockBtn--action {
  margin-bottom: 10px;
}
/*
カート商品表示枠（テーブルヘッダ）

カート内の商品をを表示するテーブル枠です。

ex [カートページ　テーブル部分(カート内に商品がある状態でアクセス)](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
+ec-cartTable

sg-wrapper:
<div class="ec-cartRole">
  <sg-wrapper-content/>
</div>

Styleguide 15.1.2
*/
.ec-cartTable {
  display: table;
  border-top: 1px dotted #ccc;
  width: 100%;
}
/*
カート商品表示枠（テーブルヘッダ）

カート内の商品を表示するテーブルのヘッダです。
スマホでは非表示となります。

ex [カートページ　カートテーブルヘッダ部分(カート内に商品がある状態でアクセス)](http://demo3.ec-cube.net/cart)


Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartHeader

sg-wrapper:
<div class="ec-cartRole">
  <sg-wrapper-content/>
</div>


Styleguide 15.1.3
*/
.ec-cartHeader {
  /*
  display: none;
  width: 100%;
  background: #F4F3F0;
  @include media_desktop {
    display: table-row;
  }
  & &__label{
    display: table-cell;
    padding: 16px;
    text-align: center;
    background: #F4F3F0;
    overflow-x: hidden;
    font-weight: bold;
  }
  */
}
.ec-cartCompleteRole {
  /*
  @include container;
  */
}
/*
カート内商品

カート内のアイテムを表示するテーブル行です。
スマホでは非表示となります。

ex [カートページ　テーブル部分](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartRow

sg-wrapper:
<div class="ec-cartRole">
  <sg-wrapper-content/>
</div>


Styleguide 15.1.4
*/
.ec-cartRow {
  display: table-row;
}
.ec-cartRow .ec-cartRow__delColumn {
  border-bottom: 1px dotted #ccc;
  text-align: center;
  display: table-cell;
  width: 14%;
  vertical-align: middle;
}
.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
  width: 1.5em;
  height: 1.5em;
}
.ec-cartRow .ec-cartRow__contentColumn {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  display: table;
}
.ec-cartRow .ec-cartRow__img {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  padding-right: 10px;
}
.ec-cartRow .ec-cartRow__summary {
  display: table-cell;
  margin-left: 5px;
  font-weight: bold;
  vertical-align: middle;
  width: 46%;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
  margin-bottom: 5px;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
  display: block;
  font-weight: normal;
}
.ec-cartRow .ec-cartRow__amountColumn {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
  display: none;
  margin-bottom: 10px;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
  display: block;
  margin-bottom: 10px;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 28%;
  left: 50%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 28%;
  left: 50%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
  display: none;
  border-bottom: 1px dotted #ccc;
  text-align: right;
  width: 16.66666667%;
}
/*
カート内商品(商品が１の場合)

商品が１の場合はカート商品を減らす「-」ボタンの無効化状態になります。

ex [カートページ　テーブル部分](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartRowOnly

sg-wrapper:
<div class="ec-cartRole">
  <sg-wrapper-content/>
</div>


Styleguide 15.1.5
*/
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}
/*
アラート

カート内の商品に問題があることを示す警告メッセージです。

ex [マイページ　カート](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartRole
  .ec-cartRole__cart
    +ec-alert-warning

Styleguide 15.1.6
*/
.ec-alert-warning {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #F99;
  margin-bottom: 10px;
}
.ec-alert-warning .ec-alert-warning__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
  line-height: 1.8;
}
.ec-alert-warning .ec-alert-warning__text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 1.3;
}
/*
アラート(空)

カートが空であることを示す警告メッセージです。

ex [マイページ　カート](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-off3Grid
        .ec-off3Grid__cell
            +ec-alert-warningEnpty

Styleguide 15.1.7
*/
/*@import "project/15.2.order";*/
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, .pr2023_body_pp_order._2_guestinput > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement, .pr2023_body_pp_order._2_guestinput > .containers > .announcement {
  background-color: #FFE8EF;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address, .pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_], .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_], .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button, .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
.pr2023_body_pp_order > h1 {
  color: #FE7236;
  line-height: 1;
  border-bottom: solid 0.3rem #DDD;
}
.pr2023_body_pp_order._1_edit > .header {
  max-width: 1120px;
  margin: 0 auto;
}
.pr2023_body_pp_order._1_edit > .header.global {
  display: grid;
}
.pr2023_body_pp_order._1_edit > .header.global > .name {
  grid-area: name;
  color: #8f8f8f;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li {
  line-height: 1;
  font-size: 11.5px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 3em;
  background-color: #e6e6e6;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(odd) {
  padding: 0.5rem 0.5rem;
  width: 17%;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) {
  width: 3%;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) {
  background-color: transparent !important;
  height: 34.5px;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) > svg.steplist {
  width: 100%;
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(1) {
  fill: #e6e6e6;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2) {
  fill: #e6e6e6;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li.current {
  background-color: #ccc9c9;
  color: #222;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li.current > svg.steplist > use:nth-of-type(1) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li.current > svg.steplist > use:nth-of-type(2) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li.currentedge > svg.steplist > use:nth-of-type(1) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size {
  cursor: pointer;
  text-align: center;
  border: solid 1px #8f8f8f;
  background-color: #8f8f8f;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 0.5em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size:hover {
  background-color: #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > * {
  pointer-events: none;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > img {
  width: 2.5em;
  height: 2.5em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > i {
  color: #FFF;
  width: 1em;
  height: 1em;
  font-size: 2em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > div {
  color: #FFF;
  line-height: 1;
  font-size: 11.5px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 {
  position: sticky;
  top: 0;
  z-index: 300;
  background-color: #FFF;
  margin: 0;
  max-width: 100%;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1.sticky {
  border-bottom: solid 1px #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
  display: grid;
  gap: 10px;
  max-width: 1120px;
  margin: 0 auto;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size {
  grid-area: select_size;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div {
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  border: solid 1px #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div.current {
  background-color: #FE7236;
  color: #FFF;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div:not(.current):hover {
  color: #FE7236;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div {
  pointer-events: none;
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div.name {
  font-size: 15px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div.quantity {
  font-size: 15px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div.quantity > span {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.act_about_size {
  grid-area: about_size;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 {
  display: grid;
  gap: 10px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.act_about_size {
  grid-area: about_size;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option {
  grid-area: about_option;
  font-size: 13px;
  line-height: 1;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > i {
  color: #8f8f8f;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
  list-style: none;
  display: flex;
  margin: 20px 0 40px;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li {
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a {
  color: #FE7236;
  line-height: 1.4;
  padding: 0 0.5em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li:not(:last-of-type) {
  border-right: solid 1px #222;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
  margin: 0;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li {
  color: #FE7236;
  padding: 0 0.5em;
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li:hover {
  text-decoration: underline;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort {
  grid-area: select_sort;
  display: flex;
  flex-wrap: wrap;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  color: #222;
  border: solid 1px #AEAEAE;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
  background-image: url("/data/img/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 1em;
  padding-right: 3em;
}
.pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort:hover {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #FE7236;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label {
  border: dashed 3px #FE7236;
  background-color: #FFF;
  color: #FE7236;
  width: 75%;
  height: 30rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label > input.upload_images {
  display: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label > img {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label > i {
  font-size: 1.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers {
  padding: 20px;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(auto-fill, 200px);
  place-content: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock {
  display: grid;
  grid-template-rows: max-content 198px max-content max-content 40px max-content;
  width: 200px;
  height: 400px;
  border-radius: 3px;
  background-color: #FFF;
  border: solid 1px #F8F8F8;
  filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25));
  overflow: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div {
  width: 198px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.head {
  visibility: visible;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.head > div {
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.head > div.output_id {
  line-height: 1.1;
  font-size: 13px;
  margin-left: 0.25em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.head > div.act_delete {
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.head > div.act_delete > i {
  pointer-events: none;
  width: 1.1em;
  height: 1.1em;
  font-size: 1.5em;
  color: #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.head > div.act_delete:hover > i {
  color: #E60012;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview {
  visibility: visible;
  height: 198px;
  background-color: #DEDEDE;
  position: relative;
  border: solid 1px #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div > .containers {
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading {
  z-index: 500;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers {
  display: grid;
  place-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > i {
  color: #AEAEAE;
  animation: spin 1s linear 0s infinite normal;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div {
  text-align: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed {
  z-index: 400;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers {
  padding: 1rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .head {
  width: 100%;
  background-color: #fcc800;
  color: #222;
  border: solid 1px #222;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  padding: 0.4em;
  margin-bottom: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body {
  text-align: left;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_goedit {
  z-index: 300;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_goedit:hover {
  opacity: 1;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_goedit:hover > .containers {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(254, 114, 54, 0.5);
  text-align: center;
  color: #FFF;
  pointer-events: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_goedit:hover > .containers > i {
  font-size: 6em;
  height: 1em;
  pointer-events: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_goedit:hover > .containers > div {
  pointer-events: none;
  margin-top: 0.5em;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_cropframe {
  z-index: 200;
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_cropframe > .containers {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_cropframe > .containers > .cropframe {
  border: dashed 2px #E60012;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_cropframe > .containers > .cropframe.T {
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_cropframe > .containers > .cropframe.Y {
  width: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview {
  z-index: 100;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers {
  overflow: hidden;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase {
  background-color: #FFF;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
  position: absolute;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase.T {
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase.Y {
  width: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview.grayscale {
  filter: grayscale(1);
  opacity: 0.25;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename {
  width: inherit;
  overflow: hidden;
  line-height: 1;
  padding: 0.75rem 0.25rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.options {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.options > .containers {
  display: grid;
  padding: 1rem 0.5em 0.75em;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.options > .containers > label {
  display: inline-flex;
  line-height: 1;
  font-size: 13px;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.options > .containers > label:hover {
  color: #FE7236;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.options > .containers > label > input {
  margin-right: 0.25em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.caution {
  visibility: hidden;
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-areas: "mark message";
  padding: 0 0.25em 0.25rem;
  gap: 0.25em;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.caution > div {
  color: #E60012;
  font-size: 13px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.caution > div.mark {
  grid-area: mark;
  padding: 0em;
  background-color: #fff;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.caution > div.mark > i {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin: 0.25em 0;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.caution > div.message {
  grid-area: message;
  font-weight: bold;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.caution > div.message > div {
  line-height: 1;
  margin: 0.25em 0;
  display: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers {
  display: grid;
  grid-template-columns: 4em auto;
  place-items: center;
  padding: 1rem;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > div:not(.input_quantity) {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity {
  display: grid;
  grid-template-columns: max-content auto max-content;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.minus, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.plus {
  background-color: #FE7236;
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.minus > i, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.plus > i {
  pointer-events: none;
  font-size: 2em;
  color: #FFF;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.minus:hover, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.plus:hover {
  background-color: #e66730;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.input > input {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  border: solid 1px #FE7236;
  border-width: 1px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0;
  width: 4em;
  height: 3rem;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.input > input::-webkit-inner-spin-button, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.quantity > .containers > .input_quantity > div.input > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=loading] > .head > .output_id {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=loading] > .preview > .layer_loading {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=failed] > .head > .output_id {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=failed] > .preview > .layer_failed {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=failed] > .preview > .layer_preview {
  visibility: visible;
  opacity: 0.25;
  filter: grayscale(1);
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=complete] > .preview > .layer_goedit {
  visibility: hidden;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=complete] > .preview > .layer_preview {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=complete] > .options {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-state=complete] > .quantity {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-error="1"] > .caution {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-err_nodate="1"] > .caution > .message > div:nth-of-type(1) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-err_nodate="1"] > .options > .containers > label:nth-of-type(3) {
  pointer-events: none;
  color: #AEAEAE;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-err_lqimg="1"] > .caution > .message > div:nth-of-type(2) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock[data-opt_trim="1"] > .preview > .layer_goedit {
  visibility: visible;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=L] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 137.3543307087px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=L] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 137.3543307087px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=L] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 137.3543307087px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=L] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 137.3543307087px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=KG] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 131.5263157895px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=KG] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 131.5263157895px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=KG] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 131.5263157895px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=KG] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 131.5263157895px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="2L"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 139.8426966292px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="2L"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 139.8426966292px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="2L"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 139.8426966292px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="2L"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 139.8426966292px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=DSC] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 146.5882352941px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=DSC] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 146.5882352941px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=DSC] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 146.5882352941px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=DSC] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 146.5882352941px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=LW] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 131.1578947368px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=LW] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 131.1578947368px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=LW] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 131.1578947368px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=LW] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 131.1578947368px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6P"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 156.6456692913px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6P"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 156.6456692913px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6P"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 156.6456692913px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6P"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 156.6456692913px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6PW"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 130.4524590164px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6PW"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 130.4524590164px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6PW"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 130.4524590164px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="6PW"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 130.4524590164px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4P"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 163.2262295082px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4P"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 163.2262295082px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4P"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 163.2262295082px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4P"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 163.2262295082px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4PW"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 136.3945205479px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4PW"] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 136.3945205479px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4PW"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 136.3945205479px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size="4PW"] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 136.3945205479px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=SQ] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.T {
  width: 196px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=SQ] > .containers > .uplimgblock[data-opt_trim="0"] > .preview > .layer_preview > .containers > .imgbase.Y {
  height: 196px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=SQ] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.T {
  width: 196px;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list[data-size][data-size=SQ] > .containers > .uplimgblock[data-opt_trim="1"] > .preview > .layer_cropframe > .containers > .cropframe.Y {
  height: 196px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal {
  display: block;
  background-color: #FFF;
  border: dashed 3px #FE7236;
  color: #FE7236;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  z-index: 20000;
  word-break: break-all;
  line-height: 1;
  width: 75vw;
  height: 75vh;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal > img {
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal > i {
  font-size: 1.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi::backdrop {
  background-color: rgba(254, 114, 54, 0.5);
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal {
  margin: auto;
  z-index: 20000;
  background-color: transparent;
  border: none;
  display: grid;
  grid-template-rows: auto max-content;
  max-width: 100%;
  max-height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview {
  width: 100%;
  display: grid;
  place-items: center;
  margin-top: 20px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview {
  /*
  width: 360px;
  height: 360px;
  */
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers {
  height: inherit;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe {
  position: absolute;
  border: dashed 2px #E60012;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle {
  cursor: pointer;
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 1;
  background-color: #FFF;
  border: solid 0.2rem #222;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle:nth-of-type(1) {
  top: -2px;
  left: -2px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle:nth-of-type(2) {
  top: -2px;
  right: -2px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle:nth-of-type(3) {
  bottom: -2px;
  left: -2px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > .cropframe > .handlecontainer > .handle:nth-of-type(4) {
  bottom: -2px;
  right: -2px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > img {
  width: 100%;
  aspect-ratio: 1;
  background-color: #222;
  -o-object-fit: contain;
     object-fit: contain;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] {
  width: 100%;
  height: 100%;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] > .containers {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] > .containers > i {
  color: #FFF;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to]:hover > .containers > i {
  color: #FE7236;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info {
  font-size: 15px;
  line-height: 1;
  margin-top: 20px;
  background-color: #FFF;
  width: 100%;
  display: grid;
  grid-template-areas: "name trim_rolling" "quality quality" "buttons buttons";
  grid-template-columns: auto max-content;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .name {
  grid-area: name;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .name > .id {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .name > .filename {
  font-size: 13px;
  line-height: 1;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality {
  grid-area: quality;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon {
  margin-right: 20px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon {
  border-radius: 10rem;
  padding: 0.5rem 1.5rem;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon > div {
  font-size: 11.5px;
  line-height: 1;
  color: #FFF;
  display: none;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.hq {
  background-color: #0068b7;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.hq > div:nth-of-type(1) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.mq {
  background-color: #00a968;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.mq > div:nth-of-type(2) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.lq {
  background-color: #e8383d;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .icon > .qicon.lq > div:nth-of-type(3) {
  display: block;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .trim_rolling {
  grid-area: trim_rolling;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .buttons {
  grid-area: buttons;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .buttons > button {
  margin: 20px;
}
.pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit::backdrop {
  background-color: rgba(143, 143, 143, 0.75);
}
.pr2023_body_pp_order._2_guestinput, .pr2023_body_pp_order._2_addressselect, .pr2023_body_pp_order._2_addressedit, .pr2023_body_pp_order._3_send-payment, .pr2023_body_pp_order._4_orderconfirm, .pr2023_body_pp_order._5_ordercomplete {
  /*
  margin: G.$layoutmargin auto;
  padding: G.$layoutmargin;
  */
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
.pr2023_body_pp_order._2_guestinput > .steplist, .pr2023_body_pp_order._2_addressselect > .steplist, .pr2023_body_pp_order._2_addressedit > .steplist, .pr2023_body_pp_order._3_send-payment > .steplist, .pr2023_body_pp_order._4_orderconfirm > .steplist, .pr2023_body_pp_order._5_ordercomplete > .steplist {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto 20px;
  padding-right: 0;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul, .pr2023_body_pp_order._2_addressselect > .steplist > ul, .pr2023_body_pp_order._2_addressedit > .steplist > ul, .pr2023_body_pp_order._3_send-payment > .steplist > ul, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li, .pr2023_body_pp_order._2_addressselect > .steplist > ul > li, .pr2023_body_pp_order._2_addressedit > .steplist > ul > li, .pr2023_body_pp_order._3_send-payment > .steplist > ul > li, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li {
  line-height: 1;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li, .pr2023_body_pp_order._2_addressselect > .steplist > ul > li, .pr2023_body_pp_order._2_addressedit > .steplist > ul > li, .pr2023_body_pp_order._3_send-payment > .steplist > ul > li, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li {
  line-height: 1;
  font-size: 11.5px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 3em;
  background-color: #e6e6e6;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li:nth-of-type(odd) {
  padding: 0.5rem 0.5rem;
  width: 17%;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li:nth-of-type(even) {
  width: 3%;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li:nth-of-type(even), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li:nth-of-type(even) {
  background-color: transparent !important;
  height: 34.5px;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li:nth-of-type(even) > svg.steplist, .pr2023_body_pp_order._2_addressselect > .steplist > ul > li:nth-of-type(even) > svg.steplist, .pr2023_body_pp_order._2_addressedit > .steplist > ul > li:nth-of-type(even) > svg.steplist, .pr2023_body_pp_order._3_send-payment > .steplist > ul > li:nth-of-type(even) > svg.steplist, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li:nth-of-type(even) > svg.steplist, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li:nth-of-type(even) > svg.steplist {
  width: 100%;
  height: 100%;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(1) {
  fill: #e6e6e6;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2) {
  fill: #e6e6e6;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li.current, .pr2023_body_pp_order._2_addressselect > .steplist > ul > li.current, .pr2023_body_pp_order._2_addressedit > .steplist > ul > li.current, .pr2023_body_pp_order._3_send-payment > .steplist > ul > li.current, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li.current, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li.current {
  background-color: #ccc9c9;
  color: #222;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li.current > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li.current > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li.current > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li.current > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li.current > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li.current > svg.steplist > use:nth-of-type(1) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li.current > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li.current > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li.current > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li.current > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li.current > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li.current > svg.steplist > use:nth-of-type(2) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._2_guestinput > .steplist > ul > li.currentedge > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li.currentedge > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li.currentedge > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li.currentedge > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li.currentedge > svg.steplist > use:nth-of-type(1), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li.currentedge > svg.steplist > use:nth-of-type(1) {
  fill: #ccc9c9;
}
.pr2023_body_pp_order._2_guestinput > .ec-cartRole__header_message, .pr2023_body_pp_order._2_addressselect > .ec-cartRole__header_message, .pr2023_body_pp_order._2_addressedit > .ec-cartRole__header_message, .pr2023_body_pp_order._3_send-payment > .ec-cartRole__header_message, .pr2023_body_pp_order._4_orderconfirm > .ec-cartRole__header_message, .pr2023_body_pp_order._5_ordercomplete > .ec-cartRole__header_message {
  grid-area: error;
  width: 100%;
}
.pr2023_body_pp_order._2_guestinput button, .pr2023_body_pp_order._2_addressselect button, .pr2023_body_pp_order._2_addressedit button, .pr2023_body_pp_order._3_send-payment button, .pr2023_body_pp_order._4_orderconfirm button, .pr2023_body_pp_order._5_ordercomplete button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
.pr2023_body_pp_order._2_guestinput button.white, .pr2023_body_pp_order._2_addressselect button.white, .pr2023_body_pp_order._2_addressedit button.white, .pr2023_body_pp_order._3_send-payment button.white, .pr2023_body_pp_order._4_orderconfirm button.white, .pr2023_body_pp_order._5_ordercomplete button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
.pr2023_body_pp_order._2_guestinput button.white:hover, .pr2023_body_pp_order._2_addressselect button.white:hover, .pr2023_body_pp_order._2_addressedit button.white:hover, .pr2023_body_pp_order._3_send-payment button.white:hover, .pr2023_body_pp_order._4_orderconfirm button.white:hover, .pr2023_body_pp_order._5_ordercomplete button.white:hover {
  background-color: #F8F8F8;
}
.pr2023_body_pp_order._2_guestinput button.orange, .pr2023_body_pp_order._2_addressselect button.orange, .pr2023_body_pp_order._2_addressedit button.orange, .pr2023_body_pp_order._3_send-payment button.orange, .pr2023_body_pp_order._4_orderconfirm button.orange, .pr2023_body_pp_order._5_ordercomplete button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
.pr2023_body_pp_order._2_guestinput button.orange:hover, .pr2023_body_pp_order._2_addressselect button.orange:hover, .pr2023_body_pp_order._2_addressedit button.orange:hover, .pr2023_body_pp_order._3_send-payment button.orange:hover, .pr2023_body_pp_order._4_orderconfirm button.orange:hover, .pr2023_body_pp_order._5_ordercomplete button.orange:hover {
  background-color: #e66730;
}
.pr2023_body_pp_order._2_guestinput button.red, .pr2023_body_pp_order._2_addressselect button.red, .pr2023_body_pp_order._2_addressedit button.red, .pr2023_body_pp_order._3_send-payment button.red, .pr2023_body_pp_order._4_orderconfirm button.red, .pr2023_body_pp_order._5_ordercomplete button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
.pr2023_body_pp_order._2_guestinput button.red:hover, .pr2023_body_pp_order._2_addressselect button.red:hover, .pr2023_body_pp_order._2_addressedit button.red:hover, .pr2023_body_pp_order._3_send-payment button.red:hover, .pr2023_body_pp_order._4_orderconfirm button.red:hover, .pr2023_body_pp_order._5_ordercomplete button.red:hover {
  background-color: #b3000f;
}
.pr2023_body_pp_order._2_guestinput button.green, .pr2023_body_pp_order._2_addressselect button.green, .pr2023_body_pp_order._2_addressedit button.green, .pr2023_body_pp_order._3_send-payment button.green, .pr2023_body_pp_order._4_orderconfirm button.green, .pr2023_body_pp_order._5_ordercomplete button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
.pr2023_body_pp_order._2_guestinput button.pbpink, .pr2023_body_pp_order._2_addressselect button.pbpink, .pr2023_body_pp_order._2_addressedit button.pbpink, .pr2023_body_pp_order._3_send-payment button.pbpink, .pr2023_body_pp_order._4_orderconfirm button.pbpink, .pr2023_body_pp_order._5_ordercomplete button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
.pr2023_body_pp_order._2_guestinput button.pbpink:hover, .pr2023_body_pp_order._2_addressselect button.pbpink:hover, .pr2023_body_pp_order._2_addressedit button.pbpink:hover, .pr2023_body_pp_order._3_send-payment button.pbpink:hover, .pr2023_body_pp_order._4_orderconfirm button.pbpink:hover, .pr2023_body_pp_order._5_ordercomplete button.pbpink:hover {
  background-color: #cc3d68;
}
.pr2023_body_pp_order._2_guestinput button.disable, .pr2023_body_pp_order._2_addressselect button.disable, .pr2023_body_pp_order._2_addressedit button.disable, .pr2023_body_pp_order._3_send-payment button.disable, .pr2023_body_pp_order._4_orderconfirm button.disable, .pr2023_body_pp_order._5_ordercomplete button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
.pr2023_body_pp_order._2_guestinput a.abtn, .pr2023_body_pp_order._2_addressselect a.abtn, .pr2023_body_pp_order._2_addressedit a.abtn, .pr2023_body_pp_order._3_send-payment a.abtn, .pr2023_body_pp_order._4_orderconfirm a.abtn, .pr2023_body_pp_order._5_ordercomplete a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
.pr2023_body_pp_order._2_guestinput a.abtn.white, .pr2023_body_pp_order._2_addressselect a.abtn.white, .pr2023_body_pp_order._2_addressedit a.abtn.white, .pr2023_body_pp_order._3_send-payment a.abtn.white, .pr2023_body_pp_order._4_orderconfirm a.abtn.white, .pr2023_body_pp_order._5_ordercomplete a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
.pr2023_body_pp_order._2_guestinput a.abtn.white:hover, .pr2023_body_pp_order._2_addressselect a.abtn.white:hover, .pr2023_body_pp_order._2_addressedit a.abtn.white:hover, .pr2023_body_pp_order._3_send-payment a.abtn.white:hover, .pr2023_body_pp_order._4_orderconfirm a.abtn.white:hover, .pr2023_body_pp_order._5_ordercomplete a.abtn.white:hover {
  background-color: #F8F8F8;
}
.pr2023_body_pp_order._2_guestinput a.abtn.orange, .pr2023_body_pp_order._2_addressselect a.abtn.orange, .pr2023_body_pp_order._2_addressedit a.abtn.orange, .pr2023_body_pp_order._3_send-payment a.abtn.orange, .pr2023_body_pp_order._4_orderconfirm a.abtn.orange, .pr2023_body_pp_order._5_ordercomplete a.abtn.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
.pr2023_body_pp_order._2_guestinput a.abtn.orange:hover, .pr2023_body_pp_order._2_addressselect a.abtn.orange:hover, .pr2023_body_pp_order._2_addressedit a.abtn.orange:hover, .pr2023_body_pp_order._3_send-payment a.abtn.orange:hover, .pr2023_body_pp_order._4_orderconfirm a.abtn.orange:hover, .pr2023_body_pp_order._5_ordercomplete a.abtn.orange:hover {
  background-color: #e66730;
}
.pr2023_body_pp_order._2_guestinput span.req, .pr2023_body_pp_order._2_addressselect span.req, .pr2023_body_pp_order._2_addressedit span.req, .pr2023_body_pp_order._3_send-payment span.req, .pr2023_body_pp_order._4_orderconfirm span.req, .pr2023_body_pp_order._5_ordercomplete span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
.pr2023_body_pp_order._2_guestinput input[type=text].design_common, .pr2023_body_pp_order._2_guestinput input[type=email].design_common, .pr2023_body_pp_order._2_guestinput input[type=password].design_common, .pr2023_body_pp_order._2_guestinput input[type=tel].design_common, .pr2023_body_pp_order._2_guestinput input[type=number].design_common, .pr2023_body_pp_order._2_addressselect input[type=text].design_common, .pr2023_body_pp_order._2_addressselect input[type=email].design_common, .pr2023_body_pp_order._2_addressselect input[type=password].design_common, .pr2023_body_pp_order._2_addressselect input[type=tel].design_common, .pr2023_body_pp_order._2_addressselect input[type=number].design_common, .pr2023_body_pp_order._2_addressedit input[type=text].design_common, .pr2023_body_pp_order._2_addressedit input[type=email].design_common, .pr2023_body_pp_order._2_addressedit input[type=password].design_common, .pr2023_body_pp_order._2_addressedit input[type=tel].design_common, .pr2023_body_pp_order._2_addressedit input[type=number].design_common, .pr2023_body_pp_order._3_send-payment input[type=text].design_common, .pr2023_body_pp_order._3_send-payment input[type=email].design_common, .pr2023_body_pp_order._3_send-payment input[type=password].design_common, .pr2023_body_pp_order._3_send-payment input[type=tel].design_common, .pr2023_body_pp_order._3_send-payment input[type=number].design_common, .pr2023_body_pp_order._4_orderconfirm input[type=text].design_common, .pr2023_body_pp_order._4_orderconfirm input[type=email].design_common, .pr2023_body_pp_order._4_orderconfirm input[type=password].design_common, .pr2023_body_pp_order._4_orderconfirm input[type=tel].design_common, .pr2023_body_pp_order._4_orderconfirm input[type=number].design_common, .pr2023_body_pp_order._5_ordercomplete input[type=text].design_common, .pr2023_body_pp_order._5_ordercomplete input[type=email].design_common, .pr2023_body_pp_order._5_ordercomplete input[type=password].design_common, .pr2023_body_pp_order._5_ordercomplete input[type=tel].design_common, .pr2023_body_pp_order._5_ordercomplete input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 0;
  margin-bottom: 8px;
}
.pr2023_body_pp_order._2_guestinput input[type=text].design_common:focus, .pr2023_body_pp_order._2_guestinput input[type=email].design_common:focus, .pr2023_body_pp_order._2_guestinput input[type=password].design_common:focus, .pr2023_body_pp_order._2_guestinput input[type=tel].design_common:focus, .pr2023_body_pp_order._2_guestinput input[type=number].design_common:focus, .pr2023_body_pp_order._2_addressselect input[type=text].design_common:focus, .pr2023_body_pp_order._2_addressselect input[type=email].design_common:focus, .pr2023_body_pp_order._2_addressselect input[type=password].design_common:focus, .pr2023_body_pp_order._2_addressselect input[type=tel].design_common:focus, .pr2023_body_pp_order._2_addressselect input[type=number].design_common:focus, .pr2023_body_pp_order._2_addressedit input[type=text].design_common:focus, .pr2023_body_pp_order._2_addressedit input[type=email].design_common:focus, .pr2023_body_pp_order._2_addressedit input[type=password].design_common:focus, .pr2023_body_pp_order._2_addressedit input[type=tel].design_common:focus, .pr2023_body_pp_order._2_addressedit input[type=number].design_common:focus, .pr2023_body_pp_order._3_send-payment input[type=text].design_common:focus, .pr2023_body_pp_order._3_send-payment input[type=email].design_common:focus, .pr2023_body_pp_order._3_send-payment input[type=password].design_common:focus, .pr2023_body_pp_order._3_send-payment input[type=tel].design_common:focus, .pr2023_body_pp_order._3_send-payment input[type=number].design_common:focus, .pr2023_body_pp_order._4_orderconfirm input[type=text].design_common:focus, .pr2023_body_pp_order._4_orderconfirm input[type=email].design_common:focus, .pr2023_body_pp_order._4_orderconfirm input[type=password].design_common:focus, .pr2023_body_pp_order._4_orderconfirm input[type=tel].design_common:focus, .pr2023_body_pp_order._4_orderconfirm input[type=number].design_common:focus, .pr2023_body_pp_order._5_ordercomplete input[type=text].design_common:focus, .pr2023_body_pp_order._5_ordercomplete input[type=email].design_common:focus, .pr2023_body_pp_order._5_ordercomplete input[type=password].design_common:focus, .pr2023_body_pp_order._5_ordercomplete input[type=tel].design_common:focus, .pr2023_body_pp_order._5_ordercomplete input[type=number].design_common:focus {
  outline-color: #FE7236;
}
.pr2023_body_pp_order._2_guestinput input[type=text].design_common::-moz-placeholder, .pr2023_body_pp_order._2_guestinput input[type=email].design_common::-moz-placeholder, .pr2023_body_pp_order._2_guestinput input[type=password].design_common::-moz-placeholder, .pr2023_body_pp_order._2_guestinput input[type=tel].design_common::-moz-placeholder, .pr2023_body_pp_order._2_guestinput input[type=number].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressselect input[type=text].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressselect input[type=email].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressselect input[type=password].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressselect input[type=tel].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressselect input[type=number].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressedit input[type=text].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressedit input[type=email].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressedit input[type=password].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressedit input[type=tel].design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressedit input[type=number].design_common::-moz-placeholder, .pr2023_body_pp_order._3_send-payment input[type=text].design_common::-moz-placeholder, .pr2023_body_pp_order._3_send-payment input[type=email].design_common::-moz-placeholder, .pr2023_body_pp_order._3_send-payment input[type=password].design_common::-moz-placeholder, .pr2023_body_pp_order._3_send-payment input[type=tel].design_common::-moz-placeholder, .pr2023_body_pp_order._3_send-payment input[type=number].design_common::-moz-placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=text].design_common::-moz-placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=email].design_common::-moz-placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=password].design_common::-moz-placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=tel].design_common::-moz-placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=number].design_common::-moz-placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=text].design_common::-moz-placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=email].design_common::-moz-placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=password].design_common::-moz-placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=tel].design_common::-moz-placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
.pr2023_body_pp_order._2_guestinput input[type=text].design_common::placeholder, .pr2023_body_pp_order._2_guestinput input[type=email].design_common::placeholder, .pr2023_body_pp_order._2_guestinput input[type=password].design_common::placeholder, .pr2023_body_pp_order._2_guestinput input[type=tel].design_common::placeholder, .pr2023_body_pp_order._2_guestinput input[type=number].design_common::placeholder, .pr2023_body_pp_order._2_addressselect input[type=text].design_common::placeholder, .pr2023_body_pp_order._2_addressselect input[type=email].design_common::placeholder, .pr2023_body_pp_order._2_addressselect input[type=password].design_common::placeholder, .pr2023_body_pp_order._2_addressselect input[type=tel].design_common::placeholder, .pr2023_body_pp_order._2_addressselect input[type=number].design_common::placeholder, .pr2023_body_pp_order._2_addressedit input[type=text].design_common::placeholder, .pr2023_body_pp_order._2_addressedit input[type=email].design_common::placeholder, .pr2023_body_pp_order._2_addressedit input[type=password].design_common::placeholder, .pr2023_body_pp_order._2_addressedit input[type=tel].design_common::placeholder, .pr2023_body_pp_order._2_addressedit input[type=number].design_common::placeholder, .pr2023_body_pp_order._3_send-payment input[type=text].design_common::placeholder, .pr2023_body_pp_order._3_send-payment input[type=email].design_common::placeholder, .pr2023_body_pp_order._3_send-payment input[type=password].design_common::placeholder, .pr2023_body_pp_order._3_send-payment input[type=tel].design_common::placeholder, .pr2023_body_pp_order._3_send-payment input[type=number].design_common::placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=text].design_common::placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=email].design_common::placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=password].design_common::placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=tel].design_common::placeholder, .pr2023_body_pp_order._4_orderconfirm input[type=number].design_common::placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=text].design_common::placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=email].design_common::placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=password].design_common::placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=tel].design_common::placeholder, .pr2023_body_pp_order._5_ordercomplete input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
.pr2023_body_pp_order._2_guestinput textarea.design_common:focus, .pr2023_body_pp_order._2_addressselect textarea.design_common:focus, .pr2023_body_pp_order._2_addressedit textarea.design_common:focus, .pr2023_body_pp_order._3_send-payment textarea.design_common:focus, .pr2023_body_pp_order._4_orderconfirm textarea.design_common:focus, .pr2023_body_pp_order._5_ordercomplete textarea.design_common:focus {
  outline-color: #FE7236;
}
.pr2023_body_pp_order._2_guestinput textarea.design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressselect textarea.design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressedit textarea.design_common::-moz-placeholder, .pr2023_body_pp_order._3_send-payment textarea.design_common::-moz-placeholder, .pr2023_body_pp_order._4_orderconfirm textarea.design_common::-moz-placeholder, .pr2023_body_pp_order._5_ordercomplete textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
.pr2023_body_pp_order._2_guestinput textarea.design_common::placeholder, .pr2023_body_pp_order._2_addressselect textarea.design_common::placeholder, .pr2023_body_pp_order._2_addressedit textarea.design_common::placeholder, .pr2023_body_pp_order._3_send-payment textarea.design_common::placeholder, .pr2023_body_pp_order._4_orderconfirm textarea.design_common::placeholder, .pr2023_body_pp_order._5_ordercomplete textarea.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body_pp_order._2_guestinput select.design_common, .pr2023_body_pp_order._2_addressselect select.design_common, .pr2023_body_pp_order._2_addressedit select.design_common, .pr2023_body_pp_order._3_send-payment select.design_common, .pr2023_body_pp_order._4_orderconfirm select.design_common, .pr2023_body_pp_order._5_ordercomplete select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.pr2023_body_pp_order._2_guestinput select.design_common:focus, .pr2023_body_pp_order._2_addressselect select.design_common:focus, .pr2023_body_pp_order._2_addressedit select.design_common:focus, .pr2023_body_pp_order._3_send-payment select.design_common:focus, .pr2023_body_pp_order._4_orderconfirm select.design_common:focus, .pr2023_body_pp_order._5_ordercomplete select.design_common:focus {
  outline-color: #FE7236;
}
.pr2023_body_pp_order._2_guestinput select.design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressselect select.design_common::-moz-placeholder, .pr2023_body_pp_order._2_addressedit select.design_common::-moz-placeholder, .pr2023_body_pp_order._3_send-payment select.design_common::-moz-placeholder, .pr2023_body_pp_order._4_orderconfirm select.design_common::-moz-placeholder, .pr2023_body_pp_order._5_ordercomplete select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
.pr2023_body_pp_order._2_guestinput select.design_common::placeholder, .pr2023_body_pp_order._2_addressselect select.design_common::placeholder, .pr2023_body_pp_order._2_addressedit select.design_common::placeholder, .pr2023_body_pp_order._3_send-payment select.design_common::placeholder, .pr2023_body_pp_order._4_orderconfirm select.design_common::placeholder, .pr2023_body_pp_order._5_ordercomplete select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body_pp_order._2_guestinput input[type=radio]:hover, .pr2023_body_pp_order._2_addressselect input[type=radio]:hover, .pr2023_body_pp_order._2_addressedit input[type=radio]:hover, .pr2023_body_pp_order._3_send-payment input[type=radio]:hover, .pr2023_body_pp_order._4_orderconfirm input[type=radio]:hover, .pr2023_body_pp_order._5_ordercomplete input[type=radio]:hover {
  cursor: pointer;
}
.pr2023_body_pp_order._2_guestinput input[type=radio]:hover + label, .pr2023_body_pp_order._2_addressselect input[type=radio]:hover + label, .pr2023_body_pp_order._2_addressedit input[type=radio]:hover + label, .pr2023_body_pp_order._3_send-payment input[type=radio]:hover + label, .pr2023_body_pp_order._4_orderconfirm input[type=radio]:hover + label, .pr2023_body_pp_order._5_ordercomplete input[type=radio]:hover + label {
  color: #FE7236;
  cursor: pointer;
}
.pr2023_body_pp_order._2_addressselect > .containers.address_order > .ctrl_add_address > button, .pr2023_body_pp_order._2_addressselect > .containers.address_order > .ctrl_go_back > button {
  margin: 40px auto;
}
.pr2023_body_pp_order._2_addressselect > .containers.address_order > .form > .body > .addresscard button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers.address_order > .form > .body > .addresscard a.act_address_delete {
  display: none;
}
.pr2023_body_pp_order._2_addressedit > .body > .ctrl_go_add {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._3_send-payment .containers, .pr2023_body_pp_order._4_orderconfirm .containers {
  width: 100%;
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section > .body div[class^=ctrl_], .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section > .body div[class^=ctrl_] {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section > .body div[class^=ctrl_] > button, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section > .body div[class^=ctrl_] > button {
  margin: 20px;
  min-width: auto;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section > .body > section.settingcard {
  font-size: 13px;
  line-height: 1;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section *[class^=output_], .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section *[class^=output_] {
  font-size: 13px;
  line-height: 1;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2 {
  padding: 10px;
  background-color: #F8F8F8;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > .body, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > .body {
  padding: 20px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td {
  padding: 5px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div {
  margin-right: 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order {
  background-color: #F8F8F8;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point td {
  text-align: left;
  font-size: 13px;
  vertical-align: top;
  padding: 5px;
  padding-left: 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr > td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr > td {
  text-align: right;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > td {
  font-weight: bold;
  font-size: 18px;
  color: #E60012;
  border: dashed 1px #AEAEAE;
  border-width: 1px 0;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > th p, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > td p, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > th p, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > td p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > th p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > td p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > th p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > td p {
  color: #222;
  font-size: 12px;
  margin: 5px 0 10px 0;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > th .ec-totalBox__taxLabel, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > td .ec-totalBox__taxLabel, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > th .ec-totalBox__taxLabel, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > td .ec-totalBox__taxLabel, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > th .ec-totalBox__taxLabel, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price > tbody > tr.total > td .ec-totalBox__taxLabel, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > th .ec-totalBox__taxLabel, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point > tbody > tr.total > td .ec-totalBox__taxLabel {
  font-size: 12px;
  margin-left: 5px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point td {
  background-color: #FFF;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard {
  margin: 10px 0 20px;
  display: grid;
  gap: 20px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard > .name, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard > .name {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info {
  border-bottom: solid 1px #AEAEAE;
  margin-top: 20px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
  padding-left: 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr td:not(:first-of-type), .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr td:not(:first-of-type) {
  text-align: right;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div {
  margin-right: 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tfoot > tr > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tfoot > tr > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tfoot > tr > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tfoot > tr > td {
  text-align: right;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tfoot > tr.total > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tfoot > tr.total > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tfoot > tr.total > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tfoot > tr.total > td {
  background-color: #FFC;
  font-weight: bold;
  font-size: 18px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td {
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #AEAEAE;
  background-color: rgba(255, 255, 255, 0.75);
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr:nth-of-type(1) > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr:nth-of-type(1) > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr:nth-of-type(1) > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr:nth-of-type(1) > td {
  border-top: solid 1px #AEAEAE;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr > td {
  text-align: right;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr.total > th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr.total > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr.total > th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point > tbody > tr.total > td {
  background-color: #FFC;
  font-weight: bold;
  font-size: 18px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard {
  margin: 10px 0 20px;
  display: grid;
  gap: 20px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard > .name, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard > .name {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info {
  border-bottom: solid 1px #AEAEAE;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td {
  padding-left: 20px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div {
  margin-right: 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > .ctrl_member_addressedit, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > .ctrl_member_addressedit {
  justify-content: flex-end;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment {
  display: flex;
  flex-flow: column;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div {
  margin: 20px 0 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div input[type=radio]:hover, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div input[type=radio]:hover {
  cursor: pointer;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div input[type=radio]:hover + label, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div input[type=radio]:hover + label {
  color: #FE7236;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div > label, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div > label {
  cursor: pointer;
  line-height: 1;
  font-size: 13px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div > label:hover, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_payment > .body > section.settingcard.payment > div > label:hover {
  color: #FE7236;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_point > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_point > .body > section.settingcard {
  margin: 20px 0 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_point > .body > section.settingcard > input, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_point > .body > section.settingcard > input {
  -moz-appearance: textfield;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_point > .body > section.settingcard > input::-webkit-inner-spin-button, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_point > .body > section.settingcard > input::-webkit-outer-spin-button, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_point > .body > section.settingcard > input::-webkit-inner-spin-button, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_point > .body > section.settingcard > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_point > .body > p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_point > .body > p {
  font-size: 13px;
  margin: 0;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_coupon > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_coupon > .body > section.settingcard {
  margin: 20px 0 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_coupon > .body > section.settingcard > input, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_coupon > .body > section.settingcard > input {
  -moz-appearance: textfield;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_coupon > .body > section.settingcard > input::-webkit-inner-spin-button, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_coupon > .body > section.settingcard > input::-webkit-outer-spin-button, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_coupon > .body > section.settingcard > input::-webkit-inner-spin-button, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_coupon > .body > section.settingcard > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_coupon > .body > p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_coupon > .body > p {
  font-size: 13px;
  margin: 0;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).input_contact > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).input_contact > .body > section.settingcard {
  margin: 20px 0 10px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).input_contact > .body > section.settingcard *[class^=output_], .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).input_contact > .body > section.settingcard *[class^=output_] {
  font-size: 13px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > div > .body.ctrl_orderconfirm, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > div > .body.ctrl_orderconfirm {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > div > .body.ctrl_orderconfirm > button, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > div > .body.ctrl_orderconfirm > button {
  margin: 20px;
  min-width: auto;
  padding: 0.5em 0.75em;
  font-size: 15px;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > div.go_confirm, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > div.go_confirm {
  background-color: #F8F8F8;
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > div.go_confirm > .body, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > div.go_confirm > .body {
  /*>.ctrl_orderconfirm{*/
  /*}*/
}
.pr2023_body_pp_order._3_send-payment .containers > .detail > div.go_confirm > .body > button, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > div.go_confirm > .body > button {
  width: 100%;
}
.pr2023_body_pp_order._3_send-payment .containers.confirm, .pr2023_body_pp_order._4_orderconfirm .containers.confirm {
  gap: 0;
}
.pr2023_body_pp_order._5_ordercomplete > .containers {
  text-align: center;
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > div > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid {
  font-weight: bold;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.completemes {
  line-height: 1.5;
  font-size: 15px;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.completemes h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 1.5rem;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.completemes > .ec-reportHeading {
  margin-top: 30px;
}
.pr2023_body_pp_order._5_ordercomplete > .containers > section.completemes > .ec-reportDescription {
  line-height: 1.5;
  font-size: 13px;
}
.footer_sw {
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.footer_sw > i {
  font-size: 3rem !important;
  color: #1BA196;
}
.footer_sw.out {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.footer_sw.out > i {
  width: 50px;
}
#pr2023_footer_pp_order._1_edit {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 200;
  width: 100%;
  transition: all 150ms;
  border-top: solid 1px #AEAEAE;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers, #pr2023_footer_pp_order._1_edit > .control > .containers {
  max-width: 1120px;
  margin: 0 auto;
}
#pr2023_footer_pp_order._1_edit > .navigation {
  background-color: #FFF;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers {
  display: grid;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist {
  align-items: center;
  grid-area: pagelist;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul {
  list-style: none;
  display: flex;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li {
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a {
  color: #222;
  text-decoration: none;
  display: block;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0 0.1em;
  min-width: 1.25em;
  height: 1.75em;
  font-size: 1.25em;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  font-weight: bold;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li:not(.current) > a:hover {
  color: #FE7236;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.current > a {
  border-top-color: transparent;
  border-bottom-color: #FE7236;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_prev > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_next > a {
  border-top-color: #8f8f8f;
  border-bottom-color: #8f8f8f;
  background-color: #8f8f8f;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_prev > a > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_next > a > i {
  padding: 0.1em 0.25em;
  font-size: 1em;
  width: 1.25em;
  height: 1.5em;
  color: #FFF;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_prev > a:hover, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li.nav_next > a:hover {
  border-top-color: #FE7236;
  border-bottom-color: #FE7236;
  background-color: #FE7236;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.footer_sw.in {
  justify-content: flex-end;
  align-items: center;
  grid-area: footer_sw;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.footer_sw.in > i {
  width: 1em;
  height: 1em;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation {
  align-items: flex-end;
  justify-content: flex-start;
  grid-area: navigation;
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span {
  line-height: 1;
  margin: 0 0.25em;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload {
  align-items: flex-end;
  grid-area: count_upload;
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span {
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span.output_uplq {
  margin: 0 0.25em;
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span.output_upll {
  line-height: 1;
}
#pr2023_footer_pp_order._1_edit > .control {
  background-color: #222;
}
#pr2023_footer_pp_order._1_edit > .control > .containers {
  display: grid;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div > div[class^=ctrl_] {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div.block1 {
  justify-content: flex-start;
  grid-area: block1;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td {
  color: #FFF;
}
#pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td[class^=output_] {
  text-align: right;
  padding: 0 0.5em;
}
#page_shopping #gmo_payment_gateway_credit_form .dl_table {
  padding: 20px 0;
}
#page_shopping #gmo_payment_gateway_credit_form .dl_table dt {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}
#page_shopping #gmo_payment_gateway_credit_form .dl_table .inline {
  font-size: 13px;
}
#page_shopping #gmo_payment_gateway_credit_form .dl_table dd {
  font-size: 13px;
}
#page_shopping #gmo_payment_gateway_credit_form .ec-select, #page_shopping #gmo_payment_gateway_credit_form .ec-input, #page_shopping #gmo_payment_gateway_credit_form .ec-halfInput, #page_shopping #gmo_payment_gateway_credit_form .ec-numberInput, #page_shopping #gmo_payment_gateway_credit_form .ec-zipInput, #page_shopping #gmo_payment_gateway_credit_form .ec-telInput, #page_shopping #gmo_payment_gateway_credit_form ec-select, #page_shopping #gmo_payment_gateway_credit_form .ec-birth, #page_shopping #gmo_payment_gateway_credit_form .ec-input.inline, #page_shopping #gmo_payment_gateway_credit_form .ec-checkbox {
  font-size: 13px;
}
#page_shopping_confirm #gmo_payment_gateway_credit_confirm_form {
  font-size: 13px;
}
#page_shopping_confirm #gmo_payment_gateway_credit_confirm_form .dl_table {
  padding: 20px;
}
.pr2023_modal button[class^=act_], .pr2023_modal button[class^=close_], *[id$=_pp_order] button[class^=act_], *[id$=_pp_order] button[class^=close_], *[class*=_pp_order] button[class^=act_], *[class*=_pp_order] button[class^=close_] {
  cursor: pointer;
  font-size: 15px;
  line-height: 1.8;
  line-height: 1.5;
  padding: 0.5em 0.75em;
  min-width: 15rem;
  border-radius: 5px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_modal button[class^=act_].orange, .pr2023_modal button[class^=close_].orange, *[id$=_pp_order] button[class^=act_].orange, *[id$=_pp_order] button[class^=close_].orange, *[class*=_pp_order] button[class^=act_].orange, *[class*=_pp_order] button[class^=close_].orange {
  background-color: #FE7236;
  border: solid 1px #FE7236;
  color: #FFF;
}
.pr2023_modal button[class^=act_].orange:hover, .pr2023_modal button[class^=close_].orange:hover, *[id$=_pp_order] button[class^=act_].orange:hover, *[id$=_pp_order] button[class^=close_].orange:hover, *[class*=_pp_order] button[class^=act_].orange:hover, *[class*=_pp_order] button[class^=close_].orange:hover {
  background-color: #e66730;
}
.pr2023_modal button[class^=act_].white, .pr2023_modal button[class^=close_].white, *[id$=_pp_order] button[class^=act_].white, *[id$=_pp_order] button[class^=close_].white, *[class*=_pp_order] button[class^=act_].white, *[class*=_pp_order] button[class^=close_].white {
  border: solid 1px #AEAEAE;
  background-color: #FFF;
  color: #8f8f8f;
}
.pr2023_modal button[class^=act_].white:hover, .pr2023_modal button[class^=close_].white:hover, *[id$=_pp_order] button[class^=act_].white:hover, *[id$=_pp_order] button[class^=close_].white:hover, *[class*=_pp_order] button[class^=act_].white:hover, *[class*=_pp_order] button[class^=close_].white:hover {
  background-color: #F8F8F8;
}
.pr2023_modal button[class^=act_].next, .pr2023_modal button[class^=close_].next, *[id$=_pp_order] button[class^=act_].next, *[id$=_pp_order] button[class^=close_].next, *[class*=_pp_order] button[class^=act_].next, *[class*=_pp_order] button[class^=close_].next {
  background-color: #FE7236;
  border: solid 1px #FE7236;
  color: #FFF;
  border-radius: 0;
}
.pr2023_modal button[class^=act_].next + svg.nextedge, .pr2023_modal button[class^=close_].next + svg.nextedge, *[id$=_pp_order] button[class^=act_].next + svg.nextedge, *[id$=_pp_order] button[class^=close_].next + svg.nextedge, *[class*=_pp_order] button[class^=act_].next + svg.nextedge, *[class*=_pp_order] button[class^=close_].next + svg.nextedge {
  line-height: 1.5;
  fill: #FE7236;
  height: 39.5px;
}
.pr2023_modal button[class^=act_].next:hover, .pr2023_modal button[class^=close_].next:hover, *[id$=_pp_order] button[class^=act_].next:hover, *[id$=_pp_order] button[class^=close_].next:hover, *[class*=_pp_order] button[class^=act_].next:hover, *[class*=_pp_order] button[class^=close_].next:hover {
  background-color: #e66730;
}
.pr2023_modal button[class^=act_].upload, .pr2023_modal button[class^=close_].upload, *[id$=_pp_order] button[class^=act_].upload, *[id$=_pp_order] button[class^=close_].upload, *[class*=_pp_order] button[class^=act_].upload, *[class*=_pp_order] button[class^=close_].upload {
  padding: 0;
  margin: 10px;
  width: 20rem;
}
.pr2023_modal button[class^=act_].upload > label, .pr2023_modal button[class^=close_].upload > label, *[id$=_pp_order] button[class^=act_].upload > label, *[id$=_pp_order] button[class^=close_].upload > label, *[class*=_pp_order] button[class^=act_].upload > label, *[class*=_pp_order] button[class^=close_].upload > label {
  cursor: pointer;
  padding: 0.75em 1.5em;
  display: block;
}
.pr2023_modal button[class^=act_].upload > label > input, .pr2023_modal button[class^=close_].upload > label > input, *[id$=_pp_order] button[class^=act_].upload > label > input, *[id$=_pp_order] button[class^=close_].upload > label > input, *[class*=_pp_order] button[class^=act_].upload > label > input, *[class*=_pp_order] button[class^=close_].upload > label > input {
  display: none;
}
.pr2023_modal button[class^=act_] img, .pr2023_modal button[class^=close_] img, *[id$=_pp_order] button[class^=act_] img, *[id$=_pp_order] button[class^=close_] img, *[class*=_pp_order] button[class^=act_] img, *[class*=_pp_order] button[class^=close_] img {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
.pr2023_modal button[class^=act_] i, .pr2023_modal button[class^=close_] i, *[id$=_pp_order] button[class^=act_] i, *[id$=_pp_order] button[class^=close_] i, *[class*=_pp_order] button[class^=act_] i, *[class*=_pp_order] button[class^=close_] i {
  font-size: inherit;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
/*@import "project/16.1.history";*/
/*@import "project/16.2.historyDetail";*/
/*
住所一覧

カート 注文詳細 に関する Project コンポーネントを定義します。

ex [マイページ内 お届け先編集](http://demo3.ec-cube.net/mypage/delivery)

Markup:
include /assets/tmpl/elements/17.1.address.pug
+ec-addressList
+ec-addressRole

sg-wrapper:
<div class="ec-addressRole">
  <sg-wrapper-content/>
</div>

Styleguide 17.1

*/
.ec-addressRole .ec-addressRole__item {
  border-top: 1px dotted #ccc;
}
.ec-addressRole .ec-addressRole__actions {
  margin-top: 32px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.ec-addressList {
  /*
  & &__item{
    display: table;
    width: 100%;
    position: relative;
    border-bottom: 1px dotted #ccc;
  }
  & &__remove{
    //display: table-cell;
    vertical-align: middle;
    padding: 16px;
    text-align: center;
    .ec-icon img {
      width: 1em;
      height: 1em;
    }
  }
  & &__address{
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    margin-right:4em;
    width: 80%;
  }
  & &__action{
    position: relative;
    vertical-align: middle;
    text-align: right;
    top: 27px;
    padding-right: 10px;
  }
  */
}
/*汎用*/
div[class^=pr2023_][class*=_contact] button, div[class^=pr2023_][class*=_forgot] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_contact] button.white, div[class^=pr2023_][class*=_forgot] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] button.white:hover, div[class^=pr2023_][class*=_forgot] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] button.orange, div[class^=pr2023_][class*=_forgot] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.orange:hover, div[class^=pr2023_][class*=_forgot] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_contact] button.red, div[class^=pr2023_][class*=_forgot] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.red:hover, div[class^=pr2023_][class*=_forgot] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_contact] button.green, div[class^=pr2023_][class*=_forgot] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink, div[class^=pr2023_][class*=_forgot] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_contact] button.pbpink:hover, div[class^=pr2023_][class*=_forgot] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_contact] button.disable, div[class^=pr2023_][class*=_forgot] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_contact] a.abtn, div[class^=pr2023_][class*=_forgot] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_contact] a.abtn.white, div[class^=pr2023_][class*=_forgot] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_contact] a.abtn.white:hover, div[class^=pr2023_][class*=_forgot] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_contact] span.req, div[class^=pr2023_][class*=_forgot] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_contact] textarea.design_common:focus, div[class^=pr2023_][class*=_forgot] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder, div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common, div[class^=pr2023_][class*=_forgot] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_contact] select.design_common:focus, div[class^=pr2023_][class*=_forgot] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_contact] select.design_common::placeholder, div[class^=pr2023_][class*=_forgot] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
  font-size: 13px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement, .pr2023_body_pp_order._2_guestinput > .containers > .announcement {
  background-color: #FFE8EF;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address, .pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_], .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_], .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button, .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
パスワードリセット

カート 注文詳細 に関する Project コンポーネントを定義します。

ex [パスワードリセット画面](http://demo3.ec-cube.net/forgot)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/18.1.password.pug
+ec-passwordRole

Styleguide 18.1

*/
#page_forgot .ec-layoutRole__contents {
  margin: 0 auto;
}
.ec-forgotRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-forgotRole:after {
  content: " ";
  display: table;
}
.ec-forgotRole:after {
  clear: both;
}
.ec-forgotRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-forgotRole img {
  max-width: 100%;
}
.ec-forgotRole html {
  box-sizing: border-box;
}
.ec-forgotRole *,
.ec-forgotRole *::before,
.ec-forgotRole *::after {
  box-sizing: inherit;
}
.ec-forgotRole img {
  width: 100%;
}
.ec-forgotRole .ec-forgotRole__intro {
  font-size: 16px;
}
.ec-forgotRole .ec-forgotRole__form {
  margin-bottom: 16px;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot {
  margin: 0 auto;
  padding: 0;
  box-sizing: content-box;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot h1 {
  color: #FE7236;
  line-height: 1;
  border-bottom: solid 0.3rem #DDD;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.caption {
  font-size: 13px;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard {
  margin: 20px 0;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.input > div {
  text-align: center;
  font-size: 13px;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.complete {
  text-align: center;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.complete > h2 {
  font-size: 2rem;
  line-height: 1.4;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.complete > p {
  font-size: 13px;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents > li {
  font-size: 13px;
  list-style: none;
}
div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents > li input {
  width: 100%;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
会員登録

新規会員登録 に関する Project コンポーネントを定義します。

ex [新規会員登録画面　会員登録](http://demo3.ec-cube.net/entry)

Markup:
include /assets/tmpl/elements/19.1.register.pug
+ec-registerRole

Styleguide 19.1

*/
.ec-registerRole {
  /*
  @include container;
  & &__actions {
    padding-top:20px;
    text-align: center;
    @include media_desktop {
      text-align: left;
    }
    p {
      margin-bottom: 16px;
    }
  }
  .ec-blockBtn--action {
    margin-bottom: 16px;
  }
  */
}
.ec-registerCompleteRole {
  /*
  @include container;
  */
}
/*汎用*/
div[class^=pr2023_][class*=_forgot] button, div[class^=pr2023_][class*=_contact] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_forgot] button.white, div[class^=pr2023_][class*=_contact] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_forgot] button.white:hover, div[class^=pr2023_][class*=_contact] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_forgot] button.orange, div[class^=pr2023_][class*=_contact] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.orange:hover, div[class^=pr2023_][class*=_contact] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_forgot] button.red, div[class^=pr2023_][class*=_contact] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.red:hover, div[class^=pr2023_][class*=_contact] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_forgot] button.green, div[class^=pr2023_][class*=_contact] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_forgot] button.pbpink, div[class^=pr2023_][class*=_contact] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.pbpink:hover, div[class^=pr2023_][class*=_contact] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_forgot] button.disable, div[class^=pr2023_][class*=_contact] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_forgot] a.abtn, div[class^=pr2023_][class*=_contact] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_forgot] a.abtn.white, div[class^=pr2023_][class*=_contact] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_forgot] a.abtn.white:hover, div[class^=pr2023_][class*=_contact] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_forgot] span.req, div[class^=pr2023_][class*=_contact] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common:focus, div[class^=pr2023_][class*=_contact] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder, div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] select.design_common, div[class^=pr2023_][class*=_contact] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_forgot] select.design_common:focus, div[class^=pr2023_][class*=_contact] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] select.design_common::placeholder, div[class^=pr2023_][class*=_contact] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
  font-size: 13px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement, .pr2023_body_pp_order._2_guestinput > .containers > .announcement {
  background-color: #FFE8EF;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address, .pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_], .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_], .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button, .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
お問い合わせ

お問い合わせ に関する Project コンポーネントを定義します。

ex [お問い合わせ](http://demo3.ec-cube.net/contact)

Markup:
include /assets/tmpl/elements/19.2.contact.pug
+ec-contactRole

Styleguide 19.2

*/
/*
.ec-contactRole{
  @include container;
  & &__actions {
    padding-top:20px;
  }
  p {
    margin:16px 0;
  }

}
.ec-contactConfirmRole {
  @include container;
  & &__actions {
    padding-top:20px;
  }
  .ec-blockBtn--action {
    margin-bottom: 16px;
  }
}
.ec-contactCompleteRole {
  @include container;
}
*/
div[class^=pr2023_][class*=_contact].pr2023_body_contact {
  /*
    margin: G.$layoutmargin auto;
    padding: G.$layoutmargin;
    */
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact h1 {
  color: #FE7236;
  line-height: 1;
  border-bottom: solid 0.3rem #DDD;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption.beforeconfirm {
  text-align: center;
  margin-top: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value {
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.category, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.category {
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.category > div, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.category > div {
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.category > div > span, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.category > div > span {
  font-size: 13px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.category > div > div > select, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.category > div > div > select {
  width: 100%;
  margin: 0;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.contents, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.contents {
  font-size: 13px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.contents > textarea, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.contents > textarea {
  margin-top: 20px;
}
div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > .category > div {
  border-bottom: solid 1px #AEAEAE;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
お客様情報の入力

ログインせずゲストとして商品を購入する際の、お客様情報の入力 に関する Project コンポーネントを定義します。

ex [カートSTEP2 お客様情報の入力(ゲスト購入)](http://demo3.ec-cube.net/shopping/nonmember)

Markup:
include /assets/tmpl/elements/19.3.customer.pug
+ec-customerRole
hoge

Styleguide 19.3

*/
.ec-customerRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-customerRole:after {
  content: " ";
  display: table;
}
.ec-customerRole:after {
  clear: both;
}
.ec-customerRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-customerRole img {
  max-width: 100%;
}
.ec-customerRole html {
  box-sizing: border-box;
}
.ec-customerRole *,
.ec-customerRole *::before,
.ec-customerRole *::after {
  box-sizing: inherit;
}
.ec-customerRole img {
  width: 100%;
}
.ec-customerRole .ec-customerRole__actions {
  padding-top: 20px;
}
.ec-customerRole .ec-blockBtn--action {
  margin-bottom: 10px;
}
.ec-contactConfirmRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-contactConfirmRole:after {
  content: " ";
  display: table;
}
.ec-contactConfirmRole:after {
  clear: both;
}
.ec-contactConfirmRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-contactConfirmRole img {
  max-width: 100%;
}
.ec-contactConfirmRole html {
  box-sizing: border-box;
}
.ec-contactConfirmRole *,
.ec-contactConfirmRole *::before,
.ec-contactConfirmRole *::after {
  box-sizing: inherit;
}
.ec-contactConfirmRole img {
  width: 100%;
}
.ec-contactConfirmRole .ec-contactConfirmRole__actions {
  padding-top: 20px;
}
.ec-contactConfirmRole .ec-blockBtn--action {
  margin-bottom: 16px;
}
.ec-contactCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-contactCompleteRole:after {
  content: " ";
  display: table;
}
.ec-contactCompleteRole:after {
  clear: both;
}
.ec-contactCompleteRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-contactCompleteRole img {
  max-width: 100%;
}
.ec-contactCompleteRole html {
  box-sizing: border-box;
}
.ec-contactCompleteRole *,
.ec-contactCompleteRole *::before,
.ec-contactCompleteRole *::after {
  box-sizing: inherit;
}
.ec-contactCompleteRole img {
  width: 100%;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}
/*
404ページ

404 エラー画面で使用するページコンポーネントです。

ex [404エラー画面](http://demo3.ec-cube.net/404)

Markup:
include /assets/tmpl/elements/20.1.404.pug
+ec-404Role

Styleguide 20.1

*/
.ec-404Role {
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
  text-align: center;
  box-sizing: border-box;
}
.ec-404Role textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-404Role img {
  max-width: 100%;
}
.ec-404Role html {
  box-sizing: border-box;
}
.ec-404Role *,
.ec-404Role *::before,
.ec-404Role *::after {
  box-sizing: inherit;
}
.ec-404Role img {
  width: 100%;
}
.ec-404Role .ec-404Role__icon img {
  width: 1em;
  height: 1em;
}
.ec-404Role .ec-404Role__title {
  font-weight: bold;
  font-size: 25px;
}
.ec-404Role p {
  line-height: 1.5;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
退会手続き

退会手続きで使用するページコンポーネントです。

ex [退会手続き](http://demo3.ec-cube.net/mypage/withdraw)

Markup:
include /assets/tmpl/elements/21.1.withdraw.pug
+ec-withdrawRole

Styleguide 21.1

*/
.ec-withdrawRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  text-align: center;
  padding: 0 16px;
}
.ec-withdrawRole:after {
  content: " ";
  display: table;
}
.ec-withdrawRole:after {
  clear: both;
}
.ec-withdrawRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-withdrawRole img {
  max-width: 100%;
}
.ec-withdrawRole html {
  box-sizing: border-box;
}
.ec-withdrawRole *,
.ec-withdrawRole *::before,
.ec-withdrawRole *::after {
  box-sizing: inherit;
}
.ec-withdrawRole img {
  width: 100%;
}
.ec-withdrawRole .ec-withdrawRole__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}
.ec-withdrawRole .ec-withdrawRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}
.ec-withdrawRole .ec-icon img {
  width: 100px;
  height: 100px;
}
/*
退会手続き実行確認

退会手続き実行確認で使用するページコンポーネントです。

ex [退会手続き　退会手続きへボタン→押下](http://demo3.ec-cube.net/mypage/withdraw)

Markup:
include /assets/tmpl/elements/21.1.withdraw.pug
+ec-withdrawConfirm

Styleguide 21.1.2

*/
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__cancel {
  margin-bottom: 20px;
}
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}
.ec-withdrawConfirmRole .ec-icon img {
  width: 100px;
  height: 100px;
}
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
会員情報編集完了

会員情報編集完了で使用するページコンポーネントです。

ex [会員情報編集完了](http://demo3.ec-cube.net/mypage/change_complete)

Markup:
include /assets/tmpl/elements/22.1.editComplete.pug
+ec-userEditCompleteRole

Styleguide 22.1

*/
.ec-userEditCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  text-align: center;
  padding: 0 16px;
}
.ec-userEditCompleteRole:after {
  content: " ";
  display: table;
}
.ec-userEditCompleteRole:after {
  clear: both;
}
.ec-userEditCompleteRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-userEditCompleteRole img {
  max-width: 100%;
}
.ec-userEditCompleteRole html {
  box-sizing: border-box;
}
.ec-userEditCompleteRole *,
.ec-userEditCompleteRole *::before,
.ec-userEditCompleteRole *::after {
  box-sizing: inherit;
}
.ec-userEditCompleteRole img {
  width: 100%;
}
.ec-userEditCompleteRole .ec-userEditCompleteRole__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}
.ec-userEditCompleteRole .ec-userEditCompleteRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}
/*汎用*/
div[class^=pr2023_][class*=_forgot] button, div[class^=pr2023_][class*=_contact] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_forgot] button.white, div[class^=pr2023_][class*=_contact] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_forgot] button.white:hover, div[class^=pr2023_][class*=_contact] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_forgot] button.orange, div[class^=pr2023_][class*=_contact] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.orange:hover, div[class^=pr2023_][class*=_contact] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_forgot] button.red, div[class^=pr2023_][class*=_contact] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.red:hover, div[class^=pr2023_][class*=_contact] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_forgot] button.green, div[class^=pr2023_][class*=_contact] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_forgot] button.pbpink, div[class^=pr2023_][class*=_contact] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.pbpink:hover, div[class^=pr2023_][class*=_contact] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_forgot] button.disable, div[class^=pr2023_][class*=_contact] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_forgot] a.abtn, div[class^=pr2023_][class*=_contact] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_forgot] a.abtn.white, div[class^=pr2023_][class*=_contact] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_forgot] a.abtn.white:hover, div[class^=pr2023_][class*=_contact] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_forgot] span.req, div[class^=pr2023_][class*=_contact] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common:focus, div[class^=pr2023_][class*=_contact] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder, div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] select.design_common, div[class^=pr2023_][class*=_contact] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_forgot] select.design_common:focus, div[class^=pr2023_][class*=_contact] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] select.design_common::placeholder, div[class^=pr2023_][class*=_contact] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  font-size: 18px;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
  font-size: 13px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FE7236;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement, .pr2023_body_pp_order._2_guestinput > .containers > .announcement {
  background-color: #FFE8EF;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address, .pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_], .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_], .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button, .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
.spapp_body .ec-layoutRole__contents {
  margin: 0 auto;
  padding: 0 20px;
}
.app_calendar {
  background-color: #F8F8F8;
}
.app_calendar .ec-layoutRole {
  background: none;
}
.app_calendar .ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.app_calendar .ec-layoutRole__contents {
  margin: 0;
  height: 0;
  padding: 0;
}
.pr2023_body.pp.sp_app {
  height: 100vh;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.pr2023_body.pp.sp_app .senddate.basic {
  border: none;
}
.pr2023_body.pp.sp_app .senddate.basic.pp {
  grid-template-areas: "spheader dateblock  jump";
}
.pr2023_body.pp.sp_app .senddate.basic.pp > .jump {
  padding: 10px 0;
  justify-content: start;
  font-size: 15px;
}
.pr2023_body.pp.sp_app .senddate.basic > div.spheader {
  justify-content: end;
  padding: 10px 0;
  font-size: 15px;
}
.pr2023_body.pp.sp_app .senddate.basic > div.dateblock > .datebody {
  padding: 10px 0;
}
.pr2023_body.pp.sp_app .senddate.basic > div.dateblock > .datebody > .date > span.month, .pr2023_body.pp.sp_app .senddate.basic > div.dateblock > .datebody > .date > span.date, .pr2023_body.pp.sp_app .senddate.basic > div.dateblock > .datebody > .date > span.weekday {
  font-size: 1.8rem;
}
/*汎用*/
div[class^=pr2023_][class*=_forgot] button, div[class^=pr2023_][class*=_contact] button {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
}
div[class^=pr2023_][class*=_forgot] button.white, div[class^=pr2023_][class*=_contact] button.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_forgot] button.white:hover, div[class^=pr2023_][class*=_contact] button.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_forgot] button.orange, div[class^=pr2023_][class*=_contact] button.orange {
  border: solid 0.1rem #FE7236;
  background-color: #FE7236;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.orange:hover, div[class^=pr2023_][class*=_contact] button.orange:hover {
  background-color: #e66730;
}
div[class^=pr2023_][class*=_forgot] button.red, div[class^=pr2023_][class*=_contact] button.red {
  border: solid 0.1rem #E60012;
  background-color: #E60012;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.red:hover, div[class^=pr2023_][class*=_contact] button.red:hover {
  background-color: #b3000f;
}
div[class^=pr2023_][class*=_forgot] button.green, div[class^=pr2023_][class*=_contact] button.green {
  background-color: #1BA196;
  color: #FFF;
  font-weight: bold;
  border-radius: 10rem;
  line-height: 1;
  font-size: 20px;
  padding: 7px 1em;
  min-width: 25rem;
  filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(34, 34, 34, 0.25));
  border: solid 2px #FFF;
}
div[class^=pr2023_][class*=_forgot] button.pbpink, div[class^=pr2023_][class*=_contact] button.pbpink {
  border: solid 0.1rem #FD4C80;
  background-color: #FD4C80;
  color: #FFF;
}
div[class^=pr2023_][class*=_forgot] button.pbpink:hover, div[class^=pr2023_][class*=_contact] button.pbpink:hover {
  background-color: #cc3d68;
}
div[class^=pr2023_][class*=_forgot] button.disable, div[class^=pr2023_][class*=_contact] button.disable {
  opacity: 0.5;
  filter: grayscale(100%);
  pointer-events: none;
}
div[class^=pr2023_][class*=_forgot] a.abtn, div[class^=pr2023_][class*=_contact] a.abtn {
  min-width: 10rem;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  font-size: 2rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  cursor: pointer;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  text-decoration: none;
  text-align: center;
}
div[class^=pr2023_][class*=_forgot] a.abtn.white, div[class^=pr2023_][class*=_contact] a.abtn.white {
  border: solid 0.1rem #AEAEAE;
  background-color: #FFF;
  color: #222;
}
div[class^=pr2023_][class*=_forgot] a.abtn.white:hover, div[class^=pr2023_][class*=_contact] a.abtn.white:hover {
  background-color: #F8F8F8;
}
div[class^=pr2023_][class*=_forgot] span.req, div[class^=pr2023_][class*=_contact] span.req {
  border: solid 1px #E60012;
  border-radius: 0.4rem;
  line-height: 1;
  font-size: 1.3rem;
  padding: 1px 7px;
  color: #E60012;
  display: inline-block;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common, div[class^=pr2023_][class*=_contact] input[type=text].design_common, div[class^=pr2023_][class*=_forgot] input[type=email].design_common, div[class^=pr2023_][class*=_contact] input[type=email].design_common, div[class^=pr2023_][class*=_forgot] input[type=password].design_common, div[class^=pr2023_][class*=_contact] input[type=password].design_common, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common, div[class^=pr2023_][class*=_contact] input[type=tel].design_common, div[class^=pr2023_][class*=_forgot] input[type=number].design_common, div[class^=pr2023_][class*=_contact] input[type=number].design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=text].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=email].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=email].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=password].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=password].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=tel].design_common:focus, div[class^=pr2023_][class*=_forgot] input[type=number].design_common:focus, div[class^=pr2023_][class*=_contact] input[type=number].design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=text].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::-moz-placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=text].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=email].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=password].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=tel].design_common::placeholder, div[class^=pr2023_][class*=_forgot] input[type=number].design_common::placeholder, div[class^=pr2023_][class*=_contact] input[type=number].design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 0.5rem;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 100%;
  height: 10em;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common:focus, div[class^=pr2023_][class*=_contact] textarea.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] textarea.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] textarea.design_common::placeholder, div[class^=pr2023_][class*=_contact] textarea.design_common::placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] select.design_common, div[class^=pr2023_][class*=_contact] select.design_common {
  border: none;
  font-family: "Lato", "Sawarabi Gothic", sans-serif;
  background-color: #FFF;
  outline: solid 1px #8f8f8f;
  border-radius: 4px;
  padding: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div[class^=pr2023_][class*=_forgot] select.design_common:focus, div[class^=pr2023_][class*=_contact] select.design_common:focus {
  outline-color: #FE7236;
}
div[class^=pr2023_][class*=_forgot] select.design_common::-moz-placeholder, div[class^=pr2023_][class*=_contact] select.design_common::-moz-placeholder {
  color: #8F8F8F;
}
div[class^=pr2023_][class*=_forgot] select.design_common::placeholder, div[class^=pr2023_][class*=_contact] select.design_common::placeholder {
  color: #8F8F8F;
}
.pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info > .quality > .nop, #pr2023_title > a > .mark > svg, #pr2023_title > a > .mark > img, #pr2023_title > a > .logo > svg, #pr2023_header_funcglobal > a > #pr2023_title_order > div > img, .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > a > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp > div > img, .ec-layoutRole .pr2023_body.top > section.campaign_slide .slick-slide img, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > img, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > img, .ec-layoutRole .pr2023_body.pp.index > section.app_inv > a > img, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tbody > tr > td:nth-of-type(4) > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.image > img, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .image > img, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > img, .ec-layoutRole .pr2023_body.pb.howto > img, .ec-layoutRole .pr2023_body.pb.manual > img, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_preview > .containers > .imgbase > img, .pr2023_body.pp.manual > .select > .containers > button > div > img, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .image > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
  font-size: 24px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > .caution, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.publish_date, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th.accent, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td.accent, .ec-layoutRole .pr2023_body.abouts.sitemap > .containers > .sitemapcard > .head, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  font-size: 20px;
  line-height: 1.7;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  font-size: 18px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_], div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > thead > tr > th, div[class^=pr2023_][class*=_member].pr2023_body_member.optout > .body > p, .senddate, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul > li > a, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul > li > a, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban > div > .name, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp > .ban a > .name, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > .empty, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory > .containers, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.title, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.description, .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.invitation, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul > li > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .head, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul > li > a, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table th, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table td, .ec-layoutRole .pr2023_body.abouts p, .ec-layoutRole .pr2023_body.abouts ul > li, .ec-layoutRole .pr2023_body.abouts ol > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td > ul > li, .ec-layoutRole .pr2023_body.abouts .infotable.termmode > tbody > tr > td > div, .ec-layoutRole .pr2023_body.abouts .infotable.termmode ul > li > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section > section > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ul > li, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section ol > li, .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > *, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > span, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard.address > .value > div, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard.address > .value > div, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .value, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .value, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .value {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
  font-size: 13px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
  font-size: 11.5px;
}
/*文書フォーマット*/
.ec-layoutRole .pr2023_body .strong {
  color: #FE7236;
}
.ec-layoutRole .pr2023_body .conservative {
  color: #8f8f8f;
}
.ec-layoutRole .pr2023_body .conversion {
  color: #E60012;
}
.ec-layoutRole .pr2023_body h1, .ec-layoutRole .pr2023_body h2 > .containers, .ec-layoutRole .pr2023_body h3, .ec-layoutRole .pr2023_body h4 {
  line-height: 1.3;
}
.ec-layoutRole .pr2023_body h1 {
  color: #FE7236;
  border-bottom: solid 0.3rem #DDD;
  padding: 1em 0;
}
.ec-layoutRole .pr2023_body h2 {
  text-align: center;
}
.ec-layoutRole .pr2023_body h2 > .containers {
  display: inline-block;
  border-bottom: solid 0.3rem transparent;
  -o-border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
     border-image: linear-gradient(to right, #FE7236 0%, #FE7236 25%, #AEAEAE 25.01%, #AEAEAE 100%);
  border-image-slice: 1;
}
.ec-layoutRole .pr2023_body h3 {
  border-left: solid 0.3rem #FE7236;
  padding-left: 0.8em;
}
.ec-layoutRole .pr2023_body h4 {
  font-size: 16px;
}
/*レイアウトパーツ用*/
#pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
  display: grid;
  background-color: #FFF;
  box-sizing: content-box;
  height: auto;
}
#pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
  position: fixed;
  top: 1em;
  right: 1em;
  color: #FE7236;
  background-color: #FFF;
  border: solid 1px #AEAEAE;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.2em 0.2em 0;
  z-index: 15000;
  text-align: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-flow: column;
}
#pr2023_mainmenu .menu_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > img, #pr2023_mainmenu .close_sw > img, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > img {
  width: 3rem;
  height: 3rem;
  color: #FE7236;
  margin: 0 auto;
}
#pr2023_mainmenu .menu_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > i, #pr2023_mainmenu .close_sw > i, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > i {
  height: 1em;
  color: #FE7236;
}
#pr2023_mainmenu .menu_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw > div, #pr2023_mainmenu .close_sw > div, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw > div {
  font-size: 1.1em;
  line-height: 1.5;
  text-align: center;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div, .pr2023_body.pp.manual > .app > section.menu > ul > li > div {
  cursor: pointer;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
  padding: 0.5em 2em;
  border-radius: 10rem;
  border: solid 2px #8f8f8f;
  display: inline-flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div:hover, .pr2023_body.pp.manual > .app > section.menu > ul > li > div:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div {
  border-color: #FE7236;
  background-color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
  color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover {
  background-color: #FFF;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > span {
  color: #FE7236;
}
.pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a:hover > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div:hover > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div:hover > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div:hover > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div:hover > i {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, .pr2023_body_pp_order._2_guestinput > .containers, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  max-width: 80rem;
  margin: 20px auto;
  display: grid;
  gap: 10px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard {
  padding: 20px;
  background-color: #F8F8F8;
  display: grid;
  gap: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head {
  font-size: 18px;
  line-height: 1;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard > .head > span.req, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard > .head > span.req, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard > .head > span.req, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard > .head > span.req {
  margin-left: 1rem;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode {
  margin-bottom: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > i, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > i, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > i {
  color: #8f8f8f;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > input {
  width: 10em;
  margin-left: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .address > .address > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .address > .address > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .address > .address > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mail > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mail > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.password > .value > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.password > .value > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.password > .value > input {
  display: block;
  width: 100%;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span {
  margin-right: 8px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label {
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label > input, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label > input, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label > input {
  margin-right: 4px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common {
  position: relative;
  top: -5px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.dm > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.dm > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.mailmaga_flg > .value > .design_common > label {
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  top: -1px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm {
  min-width: 20rem;
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label {
  cursor: pointer;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label:hover, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label:hover, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label:hover {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label > a, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label > a, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label > a {
  color: #FE7236;
}
div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > button, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > button, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit {
  padding: 20px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_entry > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_entry > button, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_submit > button, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_submit > button, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_submit > button {
  min-width: 20rem;
  margin-top: 20px;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  text-align: center;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers {
  text-align: center;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > h2, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > h2, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > h2 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2rem;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top {
  padding: 20px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  place-content: center;
  gap: 10px;
}
div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_top > button, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_top > button, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_top > button {
  min-width: 20rem;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement, .pr2023_body_pp_order._2_guestinput > .containers > .announcement {
  background-color: #FFE8EF;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > h5, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > h5 {
  padding: 20px 20px 0;
}
.ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
  padding: 10px 20px 20px;
  margin: 0;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .ctrl_add_address, .pr2023_body_pp_order._2_addressselect > .containers > .ctrl_add_address {
  margin: 20px;
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
  font-size: 18px;
  border-bottom: dotted 0.2rem #222;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body {
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard {
  border-bottom: solid 0.1rem #AEAEAE;
  margin-bottom: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table {
  width: 100%;
  table-layout: fixed;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table th.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table th.name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table td.name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table td.name {
  text-align: left;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a {
  margin: 20px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > button.act_address_delete, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table > tfoot > tr > td > a.act_address_delete {
  font-size: 1.5rem;
  line-height: 2rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_], .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_] {
  font-size: 15px;
  line-height: 1.8;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
  font-size: 18px;
  margin-right: 0.5em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
  margin: 20px auto;
  max-width: 80rem;
  border-bottom: dotted 0.1rem #AEAEAE;
  padding-bottom: 4px;
  display: grid;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name_kana > .input > div:nth-of-type(1) > input[type=text] {
  width: 45%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.company > .input > div > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.company > .input > div > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .zipcode a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .zipcode a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text], .pr2023_body_pp_order._2_addressedit > .body > .addresscard.address > .input > .address > .address > input[type=text] {
  width: 100%;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > input {
  width: 6em;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(1) > span {
  margin-right: 8px;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2) > a {
  color: #FE7236;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_], .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] {
  text-align: center;
  margin: 20px auto;
  max-width: 80rem;
}
div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > div[class^=ctrl_] > button, .pr2023_body_pp_order._2_addressedit > .body > div[class^=ctrl_] > button {
  margin: 20px;
}
.pr2023_body.pp.manual > .select > .containers {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 20px;
}
.pr2023_body.pp.manual > .select > .containers > button {
  cursor: pointer;
  background-color: #FFF;
  border: solid 3px #AEAEAE;
  border-radius: 4rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}
.pr2023_body.pp.manual > .select > .containers > button:hover {
  border-color: #FE7236;
}
.pr2023_body.pp.manual > .select > .containers > button > div {
  font-size: 18px;
  line-height: 4;
  color: #FE7236;
  font-weight: bold;
  padding: 0 20px;
}
.pr2023_body.pp.manual > .select > .containers > button > div:first-of-type {
  text-align: left;
  width: 100%;
}
.pr2023_body.pp.manual > .browser > section.menu > ul, .pr2023_body.pp.manual > .app > section.menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li, .pr2023_body.pp.manual > .app > section.menu > ul > li {
  margin: 20px 0;
  width: 100%;
}
.pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a {
  line-height: 1.4;
  font-size: 15px;
  color: #FE7236;
  font-weight: bold;
  width: 100%;
}
.pr2023_body.pp.manual > .browser > section[id*=_part], .pr2023_body.pp.manual > .app > section[id*=_part] {
  margin: 40px 0;
}
.pr2023_body.pp.manual > .browser > section[id*=_part] > .head, .pr2023_body.pp.manual > .app > section[id*=_part] > .head {
  line-height: 1;
  font-size: 18px;
  color: #FE7236;
  font-weight: bold;
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: solid 1px #FE7236;
}
.pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section {
  margin: 40px 0;
  padding: 0 0 40px;
}
.pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section:not(:last-of-type), .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section:not(:last-of-type) {
  border-bottom: solid 2px #DDD;
}
.pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .head, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .head {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body {
  display: grid;
  gap: 20px;
}
.pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body > .text > p > a, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body > .text > p > a {
  color: #FE7236;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers {
  display: grid;
  padding: 20px 0;
  gap: 20px;
  grid-template-areas: "banner" "overview" "link" "footer";
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner {
  grid-area: banner;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img {
  display: none;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview {
  grid-area: overview;
  text-align: center;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.overview > * {
  margin: 0;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link {
  grid-area: link;
  display: grid;
  grid-template-areas: "text" "ban";
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text {
  grid-area: text;
  text-align: center;
  color: #FE7236;
  font-weight: bold;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban {
  grid-area: ban;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a {
  display: inline-block;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a > img {
  box-sizing: initial;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a.ios {
  margin: 1.5rem;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a.ios > img {
  height: 6rem;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a.android {
  margin: 1.75rem;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > .ban > a.android > img {
  height: 7rem;
}
.pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer {
  grid-area: footer;
  text-align: center;
}
@media (min-width: 768px) {
  .ec-grid2 .ec-grid2__cell {
    width: 50%;
  }
  .ec-grid2 .ec-grid2__cell2 {
    width: 100%;
  }
  .ec-grid3 .ec-grid3__cell {
    width: 33.3333333333%;
  }
  .ec-grid3 .ec-grid3__cell2 {
    width: 66.6666666667%;
  }
  .ec-grid3 .ec-grid3__cell3 {
    width: 100%;
  }
  .ec-grid4 .ec-grid4__cell {
    width: 25%;
  }
  .ec-grid6 .ec-grid6__cell {
    width: 16.6666666667%;
  }
  .ec-grid6 .ec-grid6__cell2 {
    width: 33.3333333333%;
  }
  .ec-grid6 .ec-grid6__cell3 {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ec-heading-bold {
    font-size: 18px;
  }
  .ec-price .ec-price__unit {
    font-size: 1em;
  }
  .ec-price .ec-price__price {
    font-size: 1em;
  }
  .ec-price .ec-price__tax {
    font-size: 0.57em;
  }
  .ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
  }
  .ec-halfInput input[type=text] {
    margin-left: 15px;
    width: 45%;
  }
  .ec-halfInput input[type=text] {
    margin-left: 15px;
    width: 45%;
  }
  .ec-select__delivery {
    display: inline-block;
  }
  .ec-select__time {
    display: inline-block;
  }
  .ec-birth select {
    margin: 0 8px 10px;
  }
  .ec-required {
    margin-left: 1em;
  }
  .ec-grid2 {
    display: flex;
  }
  .ec-grid3 {
    display: flex;
  }
  .ec-grid4 {
    display: flex;
  }
  .ec-grid6 {
    display: flex;
  }
  .ec-off1Grid {
    display: block;
    margin: 0;
  }
  .ec-off1Grid .ec-off1Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 8.3333333333%;
  }
  .ec-off2Grid {
    display: flex;
  }
  .ec-off2Grid .ec-off2Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 16.6666666667%;
  }
  .ec-off3Grid {
    display: flex;
  }
  .ec-off3Grid .ec-off3Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 25%;
  }
  .ec-off4Grid {
    display: flex;
  }
  .ec-off4Grid .ec-off4Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 33.3333333333%;
  }
  .ec-imageGrid .ec-imageGrid__img {
    padding: 10px;
    width: 130px;
  }
  .ec-guest {
    height: 100%;
    margin: 0 16px;
  }
  .ec-displayB {
    flex-direction: row;
  }
  .ec-displayB .ec-displayB__cell {
    width: 31.4466%;
    margin-bottom: 0;
  }
  .ec-displayC .ec-displayC__cell {
    width: 22.8775%;
  }
  .ec-displayD {
    box-sizing: border-box;
    flex-wrap: nowrap;
  }
  .ec-displayD .ec-displayD__cell {
    width: 14.3083%;
    margin-bottom: 16px;
  }
  .ec-topicpath {
    padding: 30px 0 10px;
    border: 0;
    font-size: 16px;
  }
  .ec-progress {
    margin-bottom: 30px;
    padding: 0;
  }
  .ec-progress .ec-progress__number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .ec-cartNaviWrap {
    position: relative;
  }
  .ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto;
    min-width: 140px;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: #F8F8F8;
  }
  .ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    min-width: 17px;
    position: relative;
    left: 0;
    top: 0;
  }
  .ec-cartNavi .ec-cartNavi__price {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
  }
  .ec-cartNavi.is-active .ec-cartNavi__badge {
    display: none;
  }
  .ec-cartNaviIsset {
    margin-top: 10px;
    min-width: 256px;
    max-width: 256px;
  }
  .ec-cartNaviIsset::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    top: -9px;
  }
  .ec-cartNaviNull {
    margin-top: 10px;
    min-width: 256px;
    max-width: 256px;
  }
  .ec-cartNaviNull::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    top: -9px;
  }
  .ec-news {
    margin-right: 3%;
  }
  .ec-news {
    margin-bottom: 32px;
  }
  .ec-news .ec-news__title {
    padding: 16px;
    text-align: left;
    font-size: 24px;
  }
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 75%;
  }
  .ec-layoutRole .ec-layoutRole__mainBetweenColumn {
    width: 50%;
  }
  .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    display: block;
    width: 25%;
  }
  .ec-headerRole:after {
    content: " ";
    display: table;
  }
  .ec-headerRole:after {
    clear: both;
  }
  .ec-headerRole {
    width: 100%;
  }
  .ec-headerRole:after {
    content: " ";
    display: table;
  }
  .ec-headerRole:after {
    clear: both;
  }
  .ec-headerRole .ec-headerRole__navSP {
    display: none;
  }
  .ec-headerNaviRole {
    padding-bottom: 40px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
    margin-top: 10px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search a {
    color: inherit;
    text-decoration: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search a:hover {
    text-decoration: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__navSP {
    display: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__navSP a {
    color: inherit;
    text-decoration: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__navSP a:hover {
    text-decoration: none;
  }
  .ec-headerNavSP {
    display: none;
  }
  .ec-headerTitle .ec-headerTitle__title a {
    font-size: 40px;
  }
  .ec-headerTitle .ec-headerTitle__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 0;
    font-size: 20px;
  }
  .ec-headerNav .ec-headerNav__itemLink {
    display: inline-block;
  }
  .ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 43%;
  }
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 165px;
    height: 36px;
  }
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-right-radius: inherit;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .ec-headerSearch .ec-headerSearch__keyword {
    float: right;
    width: 57%;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    font-size: 12px;
  }
  .ec-categoryNaviRole {
    display: block;
    width: 100%;
  }
  .ec-categoryNaviRole a {
    color: inherit;
    text-decoration: none;
  }
  .ec-categoryNaviRole a:hover {
    text-decoration: none;
  }
  .ec-itemNav__nav {
    display: inline-block;
  }
  .ec-itemNav__nav li {
    float: left;
    width: auto;
  }
  .ec-itemNav__nav li a {
    text-align: center;
    border-bottom: none;
  }
  .ec-itemNav__nav li ul {
    display: block;
    z-index: 100;
    position: absolute;
  }
  .ec-itemNav__nav li ul li {
    overflow: hidden;
    height: 0;
  }
  .ec-itemNav__nav > li:hover > ul > li {
    overflow: visible;
    height: auto;
  }
  .ec-itemNav__nav li ul li ul:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: white;
    position: absolute;
    top: 19px;
    right: auto;
    left: -20px;
  }
  .ec-itemNav__nav li ul li:hover > ul > li {
    overflow: visible;
    height: auto;
    width: auto;
  }
  .ec-drawerRole {
    display: none;
  }
  .ec-drawerRoleClose {
    display: none;
  }
  .ec-drawerRole.is_active {
    display: none;
  }
  .ec-drawerRoleClose.is_active {
    display: none;
  }
  .ec-overlayRole {
    display: none;
  }
  .have_curtain .ec-overlayRole {
    display: none;
  }
  .ec-sliderItemRole .item_nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .ec-eyecatchRole {
    flex-wrap: nowrap;
  }
  .ec-eyecatchRole .ec-eyecatchRole__image {
    order: 2;
  }
  .ec-eyecatchRole .ec-eyecatchRole__intro {
    padding-right: 5%;
    order: 1;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
    margin-top: 45px;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    margin-bottom: 1em;
    font-size: 26px;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
    margin-bottom: 30px;
  }
  .ec-eyecatchRole .ec-eyecatchRole__introDescription {
    margin-bottom: 30px;
  }
  .ec-blockBtn--top {
    max-width: 260px;
  }
  .ec-topicRole {
    padding: 60px 0;
  }
  .ec-topicRole .ec-topicRole__list {
    flex-wrap: nowrap;
  }
  .ec-topicRole .ec-topicRole__listItem {
    width: 50%;
  }
  .ec-topicRole .ec-topicRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }
  .ec-topicRole .ec-topicRole__listItemTitle {
    margin-top: 1em;
  }
  .ec-newItemRole {
    padding: 60px 0;
  }
  .ec-newItemRole .ec-newItemRole__list {
    flex-wrap: nowrap;
  }
  .ec-newItemRole .ec-newItemRole__listItem {
    margin-bottom: 15px;
    width: 25%;
  }
  .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }
  .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
    margin-right: 30px;
  }
  .ec-newItemRole .ec-newItemRole__listItemTitle {
    margin: 20px 0 10px;
  }
  .ec-categoryRole {
    padding: 60px 0;
  }
  .ec-categoryRole .ec-categoryRole__list {
    flex-wrap: nowrap;
  }
  .ec-categoryRole .ec-categoryRole__listItem {
    width: 33.3333333333%;
  }
  .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }
  .ec-newsRole {
    padding: 60px 0 0;
  }
  .ec-newsRole .ec-newsRole__news {
    border: 16px solid #F8F8F8;
    padding: 20px 30px;
  }
  .ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
  }
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 0;
  }
  .ec-newsRole .ec-newsRole__newsHeading {
    display: flex;
  }
  .ec-newsRole .ec-newsRole__newsDate {
    display: inline-block;
    margin: 0;
    min-width: 120px;
    font-size: 14px;
  }
  .ec-newsRole .ec-newsRole__newsColumn {
    display: inline-flex;
    min-width: calc(100% - 120px);
  }
  .ec-newsRole .ec-newsRole__newsTitle {
    margin-bottom: 0;
    line-height: 1.8;
  }
  .ec-newsRole .ec-newsRole__newsDescription {
    margin: 20px 0 0;
    line-height: 1.8;
  }
  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0 0;
  }
  .ec-searchnavRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
  }
  .ec-searchnavRole:after {
    content: " ";
    display: table;
  }
  .ec-searchnavRole:after {
    clear: both;
  }
  .ec-searchnavRole textarea {
    /* for chrome fontsize bug */
    font-family: sans-serif;
  }
  .ec-searchnavRole img {
    max-width: 100%;
  }
  .ec-searchnavRole html {
    box-sizing: border-box;
  }
  .ec-searchnavRole *,
.ec-searchnavRole *::before,
.ec-searchnavRole *::after {
    box-sizing: inherit;
  }
  .ec-searchnavRole img {
    width: 100%;
  }
  .ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ccc;
    padding-top: 16px;
    flex-direction: row;
  }
  .ec-searchnavRole .ec-searchnavRole__counter {
    margin-bottom: 0;
    width: 50%;
  }
  .ec-searchnavRole .ec-searchnavRole__actions {
    width: 50%;
  }
  .ec-shelfGrid {
    margin-left: -16px;
    margin-right: -16px;
  }
  .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0 16px;
    width: 25%;
  }
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 16px;
  }
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0 16px;
  }
  .ec-shelfGridCenter {
    margin-left: -16px;
    margin-right: -16px;
  }
  .ec-shelfGridCenter .ec-shelfGridCenter__item {
    padding: 0 16px;
    width: 25%;
  }
  .ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(odd) {
    padding: 0 16px;
  }
  .ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(even) {
    padding: 0 16px;
  }
  .ec-modal .ec-modal-wrap {
    padding: 40px 10px;
    width: 50%;
    margin: 20px auto;
  }
  .ec-productRole .ec-productRole__img {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .ec-productRole .ec-productRole__profile {
    margin-left: 16px;
  }
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 32px;
  }
  .ec-productRole .ec-productRole__price {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
  }
  .ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 350px;
    max-width: 350px;
  }
  .ec-productRole .ec-productRole__btn {
    width: 60%;
    margin-bottom: 16px;
    min-width: 350px;
  }
  .ec-cartRole .ec-cartRole__totalText {
    margin-bottom: 30px;
    padding: 0;
  }
  .ec-cartRole .ec-cartRole__cart {
    margin: 0 10%;
  }
  .ec-cartRole .ec-cartRole__actions {
    width: 30%;
    margin-right: 10%;
  }
  .ec-cartRole .ec-cartRole__totalAmount {
    font-size: 24px;
  }
  .ec-cartTable {
    border-top: none;
  }
  .ec-cartRow .ec-cartRow__delColumn {
    width: 8.3333333%;
  }
  .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 1em;
    height: 1em;
  }
  .ec-cartRow .ec-cartRow__contentColumn {
    display: table-cell;
  }
  .ec-cartRow .ec-cartRow__img {
    display: inline-block;
    min-width: 80px;
    max-width: 100px;
    padding-right: 0;
  }
  .ec-cartRow .ec-cartRow__summary {
    display: inline-block;
    width: calc(100% - 130px);
    margin-left: 20px;
    vertical-align: middle;
  }
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    display: none;
  }
  .ec-cartRow .ec-cartRow__amountColumn {
    width: 16.66666667%;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: block;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    display: none;
  }
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: block;
  }
  .ec-cartRow .ec-cartRow__subtotalColumn {
    display: table-cell;
  }
  .ec-customerRole .ec-blockBtn--action {
    margin-bottom: 16px;
  }
  .ec-userEditCompleteRole .ec-userEditCompleteRole__title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-off1Grid {
    display: flex;
  }
  .ec-off1Grid .ec-off1Grid__cell {
    width: 83.3333333333%;
  }
  .ec-off2Grid .ec-off2Grid__cell {
    width: 66.6666666667%;
  }
  .ec-off3Grid .ec-off3Grid__cell {
    width: 50%;
  }
  .ec-off4Grid .ec-off4Grid__cell {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .ec-calendar {
    flex-direction: row;
    margin-left: -30px;
  }
  .ec-calendar__month {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media all and (min-width:769px) {
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_zerodelete > label, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete textarea.design_common {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div > span {
    font-weight: bold;
    font-size: 18px;
  }
  .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  dialog.pr2023_modal:modal {
    width: 102.4rem;
  }
  dialog.pr2023_modal:modal > i.fa-xmark {
    top: 1rem;
    right: 1rem;
  }
  dialog.pr2023_modal:modal > .containers > section {
    padding: 3rem 1.5rem;
  }
  dialog.pr2023_modal:modal > .containers > section > .head {
    font-size: 24px;
    padding: 2rem 4rem;
  }
  dialog.pr2023_modal:modal > .containers > section > .body {
    padding: 0 10rem 2rem;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > .name {
    font-size: 18px;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products {
    grid-template-columns: repeat(auto-fit, minmax(25rem, 25rem));
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a {
    padding: 3rem 1rem;
    grid-template-areas: "name" "price" "price_campaign" "caption" "extra";
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.name {
    font-size: 18px;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price {
    text-align: center;
    padding: 1rem 0;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price > span:nth-of-type(2) {
    font-size: 24px;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price_campaign {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.caption {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.extra {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .head {
    font-size: 20px;
    padding: 2rem 0;
  }
  dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .desc {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_navi > label {
    font-size: 18px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons > div.buttons > button {
    margin: 1rem 30px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info > div {
    font-size: 13px;
    line-height: 1;
    margin: 1em;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info > div > span {
    font-size: 18px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info > div > span.unit {
    font-size: 15px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.chk_antipu > label {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.chk_antipu > label {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products {
    grid-template-columns: repeat(auto-fit, minmax(25rem, 25rem));
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li {
    border-radius: 2rem;
    padding: 3rem 1rem;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.name {
    font-size: 18px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.head, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.head {
    font-size: 15px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.detail > table {
    width: 75%;
  }
  dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.chk_antipu > label, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.chk_antipu > label, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.chk_antipu > label {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers {
    display: grid;
    grid-template-columns: auto max-content;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers > div.desc > p {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers > div.image > img {
    margin: 0 20px;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw > li {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw > li {
    line-height: 1;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers {
    display: grid;
    grid-template-columns: auto max-content;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.desc > p {
    line-height: 1.8;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.image > img {
    margin: 0 20px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member] textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member] textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  div[class^=pr2023_][class*=_member] {
    max-width: 1200px;
  }
  div[class^=pr2023_][class*=_member].pr2023_header_member > h1 {
    border-bottom: solid 0.3rem #DDD;
    font-size: 26px;
    padding: 1em 0;
  }
  div[class^=pr2023_][class*=_member].pr2023_header_member .member_card > div {
    font-size: 2.6rem;
  }
  div[class^=pr2023_][class*=_member].pr2023_header_member .member_menu > ul {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member h1 {
    font-size: 26px;
    padding: 1em 0;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers {
    grid-template-areas: "loginbox etcmenu";
    grid-template-columns: 60% auto;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > *.autologin {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > *.login_execute > .support > a {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry .inputcard.name p.ec-errorMessage, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry .inputcard.name_kana p.ec-errorMessage {
    width: 45%;
    display: inline-block;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry .inputcard.name p.ec-errorMessage:nth-child(2n), div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry .inputcard.name_kana p.ec-errorMessage:nth-child(2n) {
    margin-left: 26px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td {
    padding: 10px;
    padding-left: 20px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard > .name > div {
    margin-bottom: 4px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name p.ec-errorMessage {
    width: 45%;
    display: inline-block;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name p.ec-errorMessage:nth-child(2n) {
    margin-left: 26px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name_kana p.ec-errorMessage {
    width: 45%;
    display: inline-block;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name_kana p.ec-errorMessage:nth-child(2n) {
    margin-left: 26px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard > .name > div {
    margin-bottom: 4px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit .addresscard.name p.ec-errorMessage, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit .addresscard.name_kana p.ec-errorMessage {
    width: 45%;
    display: inline-block;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit .addresscard.name p.ec-errorMessage:nth-child(2n), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit .addresscard.name_kana p.ec-errorMessage:nth-child(2n) {
    margin-left: 26px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  #page_gmo_mypage_card_edit form .ec-pageHeader {
    max-width: 1200px;
  }
  #page_gmo_mypage_card_edit form .ec-pageHeader h1 {
    font-size: 26px;
    padding: 1em 0;
  }
  #page_gmo_mypage_card_edit form .ec-mypageRole {
    max-width: 1200px;
  }
  #page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole > .ec-borderedDefs > dl > dt {
    padding-bottom: 14px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .ec-layoutRole #pr2023_breadcrumb > ul {
    max-width: 1200px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .senddate.basic.pp, .senddate.basic.tmp {
    grid-template-areas: "title title title" "header dateblock jump" "caution caution caution";
  }
  .senddate.basic.pb {
    grid-template-areas: "title title title" "dateblock dateblock jump" "caution caution caution";
  }
  .senddate.basic > div.header {
    padding-left: 20px;
  }
  .senddate.basic > div.jump {
    padding-right: 20px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw, #pr2023_mainmenu .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .pr2023_body_pp_order > h1 {
    font-size: 26px;
    padding: 1em 0;
  }
  .pr2023_body_pp_order._1_edit > .header.global {
    grid-template-areas: "name steplist";
    grid-template-columns: auto 60%;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .name {
    padding: 10px 20px;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist {
    padding-right: 20px;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li {
    margin: 0.5rem 0;
    text-align: center;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
    padding: 10px 20px;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
    grid-template-areas: "select_size about_size blank1 blank1";
    grid-template-columns: max-content max-content auto max-content;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div {
    min-width: 10rem;
    margin-right: 0.5em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div:last-of-type {
    margin-right: 0;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div {
    margin: 0.5em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 {
    padding: 0 20px 20px;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 {
    grid-template-areas: "about_option about_option about_option select_sort";
    grid-template-columns: max-content max-content auto max-content;
    place-items: end;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.act_about_size {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort {
    flex-flow: column;
    align-content: flex-end;
    align-items: flex-start;
  }
  .pr2023_body_pp_order._1_edit > .upload_images {
    margin: 20px auto 17rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label {
    font-size: 18px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .filename > .output_filename {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal {
    font-size: 18px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal {
    width: 102.4rem;
    height: -moz-max-content;
    height: max-content;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview {
    grid-template-columns: auto max-content auto;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > img {
    max-width: 50rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] > .containers > i {
    font-size: 8rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info {
    padding: 20px 60px;
  }
  .footer_sw {
    display: none !important;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers {
    grid-template-areas: "count_upload pagelist navigation";
    grid-template-columns: 1fr max-content 1fr;
    padding: 10px 20px;
    gap: 20px;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist {
    justify-content: center;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload {
    justify-content: flex-start;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers {
    grid-template-areas: "block1 block2";
    grid-template-columns: max-content auto;
    padding: 10px 20px;
    gap: 20px;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers > div {
    gap: 20px;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 {
    justify-content: flex-end;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  #pr2023_mainmenu > ul.menubody {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #pr2023_mainmenu > ul.menubody > li.header > #pr2023_title {
    padding: 0;
  }
  #pr2023_mainmenu > ul.menubody {
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: 100%;
  }
  #pr2023_mainmenu > ul.menubody > li {
    margin-left: 3em;
    margin-bottom: 1em;
  }
  #pr2023_mainmenu > ul.menubody > li.header {
    display: none;
  }
  #pr2023_mainmenu > ul.menubody > li.footer {
    display: none;
  }
  #pr2023_mainmenu > ul.menubody > li > a, #pr2023_mainmenu > ul.menubody > li > div {
    border-bottom: solid 0.2rem transparent;
  }
  #pr2023_mainmenu > ul.menubody > li > a > i, #pr2023_mainmenu > ul.menubody > li > div > i {
    width: 1em;
    margin-right: 0.25em;
  }
  #pr2023_mainmenu > ul.menubody > li > a:not(:hover) > img:nth-child(2), #pr2023_mainmenu > ul.menubody > li > div:not(:hover) > img:nth-child(2) {
    display: none;
  }
  #pr2023_mainmenu > ul.menubody > li > a:hover, #pr2023_mainmenu > ul.menubody > li > div:hover {
    color: #FE7236;
    border-color: #FE7236;
  }
  #pr2023_mainmenu > ul.menubody > li > a:hover > img:nth-child(1), #pr2023_mainmenu > ul.menubody > li > div:hover > img:nth-child(1) {
    display: none;
  }
  #pr2023_mainmenu ul.submenu {
    display: none;
  }
  ul.sponlymenu {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  ul.sponlymenu {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 1200px;
  }
  #pr2023_title > a {
    grid-template-columns: 50px 150px auto;
  }
  #pr2023_header_funcglobal {
    padding: 20px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .ec-layoutRole__footer #pr2023_footer > ul.footermenu {
    max-width: 1200px;
    justify-content: space-around;
    align-items: flex-end;
  }
  #pr2023_footer > .sns {
    max-width: 1200px;
  }
  #pr2023_footer > .sns > .ban {
    justify-content: flex-start;
  }
  #pr2023_footer > ul.footermenu {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #pr2023_footer > ul.footermenu > li {
    padding: 1em 0.5em;
  }
  #pr2023_footer > ul.footermenu > li.pmark:first-of-type {
    display: none;
  }
  #pr2023_footer > .copyright > div {
    max-width: 1200px;
    font-size: 1.5rem;
  }
  #pr2023_footer_funcglobal > .copyright > div {
    max-width: 1200px;
    font-size: 1.5rem;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .ec-layoutRole .pr2023_body .qanda_container {
    width: 90%;
    margin: 0 auto;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head {
    margin-bottom: 10px;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q {
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category {
    padding: 0.5em 1em;
    margin-right: 1.5em;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p {
    padding: 0.5em 1em 0.5em 0;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i {
    height: 4.2rem;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .A > div {
    width: 80%;
    margin: 0 auto;
  }
  .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img:nth-of-type(2) {
    display: none;
  }
  .ec-layoutRole .pr2023_body.top > section.campaign_slide.sp {
    display: none;
  }
  .ec-layoutRole .pr2023_body.top > section.campaign_slide > .sp {
    display: none;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers {
    padding: 20px;
  }
  .ec-layoutRole .pr2023_body.top > section.services {
    grid-template-areas: "photoprint photobook";
  }
  .ec-layoutRole .pr2023_body.top > section.services > div {
    border: solid 1px #AEAEAE;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers {
    grid-template-areas: "img" "info" "jump";
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info {
    padding: 20px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .name {
    font-size: 20px;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span:first-of-type, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span:last-of-type {
    font-size: 18px;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span:nth-of-type(2) {
    font-size: 48px;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span:nth-of-type(3) {
    font-size: 30px;
  }
  .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .sp {
    display: none;
  }
  .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump {
    text-align: right;
  }
  .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a {
    margin-left: 20px;
  }
  .ec-layoutRole .pr2023_body.top_global > section.information > .containers {
    max-height: 35rem;
  }
  .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul {
    max-width: 90%;
    margin: 0 auto;
  }
  .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory {
    margin: 0 20px;
    width: 16rem;
  }
  .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li {
    grid-template-columns: 11rem 20rem auto;
    grid-template-areas: "publish_date svcategory title" "publish_date svcategory description" "publish_date svcategory invitation";
  }
  .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump {
    width: 90%;
    margin: 0 auto;
  }
  .ec-layoutRole .pr2023_body.pp.index > section.app_inv {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] .jump > a {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] > .select > .jump {
    text-align: right;
    margin: 20px 0;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul {
    gap: 30px;
    grid-template-areas: "original fujicolor" "large square";
    grid-template-columns: 1fr 1fr;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li {
    padding: 1rem;
    grid-template-areas: "head" "image" "size" "foot";
    grid-template-rows: 0.5fr auto 2fr 0.5fr;
    min-height: 60rem;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > .title {
    font-size: 18px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > .caption {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.image {
    width: 60%;
    margin: 0 auto;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.image > .wrapper > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size {
    padding: 20px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li {
    grid-template-columns: 35% auto 20%;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    padding: 1rem 0 1rem 1rem;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(2) {
    font-size: 13px;
    padding: 1rem;
    word-wrap: break-word;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) {
    padding: 1rem 1rem 1rem 0;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) > span:nth-of-type(1) {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) > span:nth-of-type(2) {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0.25em;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) > span:nth-of-type(3) {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot {
    padding: 20px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .jump {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a {
    width: 80%;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul {
    grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a {
    padding: 20px 10px;
    grid-template-areas: "size price" "caption caption";
    grid-template-columns: 50% auto;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption {
    text-align: center;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example {
    max-width: 80rem;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div {
    padding: 0.5rem;
    min-height: 10rem;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body > div {
    font-size: 20px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(1) {
    font-size: 20px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(2) {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(1) {
    font-size: 18px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(2) {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table th {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div.go_order > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a.go_order > span {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div {
    grid-template-columns: 20% 20% auto;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div[class^=detail_] {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > div {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div.head {
    grid-template-areas: "name commission brand";
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div:not(.head) {
    grid-template-areas: "name commission brand";
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw > li {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw > li {
    line-height: 1;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers ul.size_sw > li {
    line-height: 1;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > section > .containers {
    display: grid;
    grid-template-columns: auto max-content;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > section > .containers > div.desc > p {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > section > .containers > div.image > img {
    margin: 0 20px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types {
    grid-template-areas: "light art";
    grid-template-columns: 1fr 1fr;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div {
    grid-template-areas: "name name" "desc image" "cover image" "price image" "jump image";
    grid-template-rows: auto 1fr auto auto auto;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.desc {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.cover {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(2) {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump {
    text-align: right;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump > a {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction {
    grid-template-areas: "image desc";
    grid-template-columns: 35% auto;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction > .desc {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable {
    grid-template-areas: "head head head" "size-bunko size-a5sq size-a5" "jump jump jump";
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] {
    grid-template-areas: "image desc" "price price";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 35% 65%;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div {
    line-height: 1;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div:nth-of-type(2) {
    height: 1em;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc {
    display: grid;
    place-items: end;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.image > img {
    margin: 0 auto;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc {
    grid-template-rows: auto 2.5em;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] > *.desc > div {
    margin: 0 auto;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers {
    text-align: right;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction {
    grid-template-areas: "image desc";
    grid-template-columns: 35% auto;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction > .desc {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable {
    grid-template-areas: "head head" "size-150 size-200" "calc calc" "jump jump";
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] {
    grid-template-rows: 35% auto;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div {
    line-height: 1;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.desc > div:nth-of-type(2) {
    height: 1em;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price td, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result {
    grid-template-columns: 25% 50% 25%;
    grid-template-areas: "blank result commission";
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers {
    text-align: right;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example {
    max-width: 80rem;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body > div, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div {
    padding: 0.5rem;
    min-height: 10rem;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body > div {
    font-size: 20px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(1) {
    font-size: 20px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(2) {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(1) {
    font-size: 18px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(2) {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div {
    grid-template-columns: 20% 20% auto;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div[class^=detail_] {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.imgcnt > div {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div.head {
    grid-template-areas: "name commission brand";
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div:not(.head) {
    grid-template-areas: "name commission brand";
  }
  .ec-layoutRole .pr2023_body.abouts iframe.googlemap {
    height: 450px;
  }
  .ec-layoutRole .pr2023_body.abouts .infotable {
    max-width: 960px;
  }
  .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td {
    border-top: solid 2px #CCC;
  }
  .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th {
    padding-right: 20px;
    width: 20%;
  }
  .ec-layoutRole .pr2023_body.abouts > section > p {
    max-width: 960px;
    margin: 20px auto;
  }
  .ec-layoutRole .pr2023_body.abouts.terms > section > .termhead {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .ec-layoutRole .pr2023_body.abouts.terms > section > .termhead > ul {
    max-width: 960px;
    margin: 30px auto;
  }
  .ec-layoutRole .pr2023_body.abouts.terms > section > .termhead > ul > li {
    line-height: 1.5;
    padding-left: 0rem;
    margin-left: 2.4rem;
    margin-bottom: 1rem;
  }
  .ec-layoutRole .pr2023_body.abouts.terms > section > .termhead > ul > li::marker {
    padding-left: 0.4rem;
  }
  .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody {
    max-width: 960px;
    margin: 0 auto;
  }
  .ec-layoutRole .pr2023_body.abouts.sitemap > .containers {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  #pr2023_svheader > .wrapper {
    margin: 1rem auto;
    padding: 6px 20px;
    max-width: 1200px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  #pr2023_svheader > .wrapper > a {
    display: grid;
    grid-template-areas: "mark svname" "activemark activemark";
    min-width: 13em;
    position: relative;
    margin-bottom: 4px;
    padding: 0.5em 0;
  }
  #pr2023_svheader > .wrapper > a > img {
    grid-area: mark;
    font-size: 2rem;
    color: #AEAEAE;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
  }
  #pr2023_svheader > .wrapper > a > img:nth-child(2) {
    display: none;
  }
  #pr2023_svheader > .wrapper > a > div:not(.activemark) {
    grid-area: svname;
    color: #222;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  #pr2023_svheader > .wrapper > a > .activemark {
    grid-area: activemark;
    border-top: solid 0.2rem #FE7236;
    position: absolute;
    font-size: 1.75rem;
    width: 100%;
    bottom: -0.5rem;
  }
  #pr2023_svheader > .wrapper > ul.submenu {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }
  #pr2023_svheader > .wrapper > ul.submenu > li {
    margin: 0.5rem 0 0.5rem 2vw;
  }
  #pr2023_svheader > .wrapper > ul.submenu > li > a {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #222;
    text-decoration: none;
    font-size: 1.25rem;
    border: solid 1px transparent;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1;
    white-space: nowrap;
  }
  #pr2023_svheader > .wrapper > ul.submenu > li > a > i {
    font-size: 1rem;
    width: 1em;
    margin-right: 1em;
  }
  #pr2023_svheader > .wrapper > ul.submenu > li > a:hover {
    color: #FE7236;
    border-bottom-color: #FE7236;
  }
  #pr2023_svheader > .wrapper > ul.submenu > li > a:hover > i {
    color: #FE7236;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  #pr2023_svsubheader > .containers {
    max-width: 1200px;
    flex-flow: row;
    justify-content: space-between;
    align-items: top;
  }
  #pr2023_svsubheader > .containers > .shipcalender {
    min-width: 50%;
  }
  #pr2023_svsubheader > .containers > .member > .login {
    margin-left: 1em;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .pr2023_body_pp_order > h1 {
    font-size: 26px;
    padding: 1em 0;
  }
  .pr2023_body_pp_order._1_edit > .header.global {
    grid-template-areas: "name steplist";
    grid-template-columns: auto 60%;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .name {
    padding: 10px 20px;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist {
    padding-right: 20px;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li {
    margin: 0.5rem 0;
    text-align: center;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
    padding: 10px 20px;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
    grid-template-areas: "select_size about_size blank1 blank1";
    grid-template-columns: max-content max-content auto max-content;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div {
    min-width: 10rem;
    margin-right: 0.5em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div:last-of-type {
    margin-right: 0;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div {
    margin: 0.5em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 {
    padding: 0 20px 20px;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 {
    grid-template-areas: "about_option about_option about_option select_sort";
    grid-template-columns: max-content max-content auto max-content;
    place-items: end;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.act_about_size {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort {
    flex-flow: column;
    align-content: flex-end;
    align-items: flex-start;
  }
  .pr2023_body_pp_order._1_edit > .upload_images {
    margin: 20px auto 17rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label {
    font-size: 18px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal {
    font-size: 18px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal {
    width: 102.4rem;
    height: -moz-max-content;
    height: max-content;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview {
    grid-template-columns: auto max-content auto;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview {
    width: 500px;
    height: 500px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > img {
    max-width: 50rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] > .containers > i {
    font-size: 8rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info {
    padding: 20px 60px;
  }
  .pr2023_body_pp_order._2_guestinput > .steplist, .pr2023_body_pp_order._2_addressselect > .steplist, .pr2023_body_pp_order._2_addressedit > .steplist, .pr2023_body_pp_order._3_send-payment > .steplist, .pr2023_body_pp_order._4_orderconfirm > .steplist, .pr2023_body_pp_order._5_ordercomplete > .steplist {
    padding-right: 20px;
  }
  .pr2023_body_pp_order._2_guestinput > .steplist > ul, .pr2023_body_pp_order._2_addressselect > .steplist > ul, .pr2023_body_pp_order._2_addressedit > .steplist > ul, .pr2023_body_pp_order._3_send-payment > .steplist > ul, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pr2023_body_pp_order._2_guestinput > .steplist > ul > li, .pr2023_body_pp_order._2_addressselect > .steplist > ul > li, .pr2023_body_pp_order._2_addressedit > .steplist > ul > li, .pr2023_body_pp_order._3_send-payment > .steplist > ul > li, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li {
    margin: 0.5rem 0;
    text-align: center;
  }
  .pr2023_body_pp_order._2_guestinput, .pr2023_body_pp_order._2_addressselect, .pr2023_body_pp_order._2_addressedit, .pr2023_body_pp_order._3_send-payment, .pr2023_body_pp_order._4_orderconfirm, .pr2023_body_pp_order._5_ordercomplete {
    max-width: 1200px;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point td {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard {
    grid-template-columns: 8em auto;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td {
    padding: 10px;
    padding-left: 20px;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard {
    grid-template-columns: 8em auto;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_point > .body > p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_point > .body > p {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_coupon > .body > p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_coupon > .body > p {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).input_contact > .body > section.settingcard *[class^=output_], .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).input_contact > .body > section.settingcard *[class^=output_] {
    line-height: 1.8;
  }
  .pr2023_body_pp_order._3_send-payment, .pr2023_body_pp_order._4_orderconfirm {
    display: grid;
    /*
    grid-template-areas: "steplist steplist" "header header" "setting confirm";
    grid-template-columns: 60% auto;
    column-gap: G.$layoutmargin;
    */
    grid-template-areas: "steplist steplist" "error error" "header header" "form form";
    grid-template-columns: auto;
    align-items: flex-start;
  }
  .pr2023_body_pp_order._3_send-payment > .steplist, .pr2023_body_pp_order._4_orderconfirm > .steplist {
    grid-area: steplist;
    width: 100%;
  }
  .pr2023_body_pp_order._3_send-payment > h1, .pr2023_body_pp_order._4_orderconfirm > h1 {
    grid-area: header;
  }
  .pr2023_body_pp_order._3_send-payment #shopping-form, .pr2023_body_pp_order._4_orderconfirm #shopping-form {
    grid-area: form;
    display: grid;
    grid-template-areas: "setting confirm";
    grid-template-columns: 60% auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: flex-start;
  }
  .pr2023_body_pp_order._3_send-payment .containers.setting, .pr2023_body_pp_order._4_orderconfirm .containers.setting {
    grid-area: setting;
  }
  .pr2023_body_pp_order._3_send-payment .containers.confirm, .pr2023_body_pp_order._4_orderconfirm .containers.confirm {
    grid-area: confirm;
    position: sticky;
    top: 0;
  }
  .footer_sw {
    display: none !important;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers {
    grid-template-areas: "count_upload pagelist navigation";
    grid-template-columns: 1fr max-content 1fr;
    padding: 10px 20px;
    gap: 20px;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist {
    justify-content: center;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload {
    justify-content: flex-start;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers {
    grid-template-areas: "block1 block2";
    grid-template-columns: max-content auto;
    padding: 10px 20px;
    gap: 20px;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers > div {
    gap: 20px;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 {
    justify-content: flex-end;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table .inline {
    line-height: 1.8;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table dd {
    line-height: 1.8;
  }
  #page_shopping #gmo_payment_gateway_credit_form .ec-select, #page_shopping #gmo_payment_gateway_credit_form .ec-input, #page_shopping #gmo_payment_gateway_credit_form .ec-halfInput, #page_shopping #gmo_payment_gateway_credit_form .ec-numberInput, #page_shopping #gmo_payment_gateway_credit_form .ec-zipInput, #page_shopping #gmo_payment_gateway_credit_form .ec-telInput, #page_shopping #gmo_payment_gateway_credit_form ec-select, #page_shopping #gmo_payment_gateway_credit_form .ec-birth, #page_shopping #gmo_payment_gateway_credit_form .ec-input.inline, #page_shopping #gmo_payment_gateway_credit_form .ec-checkbox {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  div[class^=pr2023_][class*=_forgot] {
    max-width: 1200px;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot h1 {
    font-size: 26px;
    padding: 1em 0;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.caption {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.input > div {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.input > div > input {
    margin-left: 20px;
    width: 40rem;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.complete > p {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents > li {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents > li.title {
    width: 14rem;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents > li.main {
    margin-left: 20px;
    width: 40rem;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  div[class^=pr2023_][class*=_contact] {
    max-width: 1200px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact h1 {
    font-size: 26px;
    padding: 1em 0;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.category > div, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.category > div {
    grid-template-columns: 50% auto;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.category > div > span, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.category > div > span {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.contents, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.contents {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.8;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.8;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 26px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em 1em;
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 20px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 2rem auto;
    padding: 0 2rem;
    max-width: 1200px;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu";
  }
  #pr2023_mainmenu .menu_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .menu_sw, #pr2023_mainmenu .close_sw, #pr2023_mainmenu > ul.menubody > li.header > .menubutton .close_sw {
    display: none;
  }
  .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span {
    font-weight: bold;
    font-size: 18px;
  }

  .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i {
    font-size: 18px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard, .pr2023_body_pp_order._2_guestinput > .containers > section.inputcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard, div[class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmcard, .pr2023_body_pp_order._2_guestinput > .containers > section.confirmcard, div[class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmcard, div[class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmcard {
    grid-template-columns: 30% auto;
  }
  .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper {
    max-width: 80rem;
    margin: 0 auto;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.8;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    grid-template-columns: 30% auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-bottom: 4px;
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a, .pr2023_body.pp.manual > .app > section.menu > ul > li > a {
    max-width: 50rem;
  }
  .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body {
    grid-template-columns: 50% auto;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img.pc {
    display: block;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.link > p.text {
    margin: 0;
  }
}
@media all and (max-width:768px) {
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_zerodelete > label, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common, dialog.pr2023_modal:modal > .containers > section.member_address_delete textarea.design_common {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div > span, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div > span {
    font-size: 15px;
  }
  .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > a > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.pb_beforeorder > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section.beforecontact > .body > .jump > .containers > div > i, dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > table > tfoot > tr > td > .containers > div > i {
    font-size: 15px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  dialog.pr2023_modal:modal {
    overflow-y: scroll;
    width: 100vw;
    min-width: 0px;
  }
  dialog.pr2023_modal:modal > i.fa-xmark {
    top: 0.5rem;
    right: 0.5rem;
  }
  dialog.pr2023_modal:modal > .containers > section {
    padding: 1.5rem;
  }
  dialog.pr2023_modal:modal > .containers > section > .head {
    font-size: 18px;
    padding: 2rem 2.5rem;
  }
  dialog.pr2023_modal:modal > .containers > section > .body {
    padding: 0 1rem 1rem;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > .name {
    font-size: 15px;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products {
    grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a {
    padding: 2rem 1rem;
    grid-template-areas: "name name" "caption price" "price_campaign price_campaign" "extra extra";
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.name {
    font-size: 15px;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price {
    text-align: right;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price > span:nth-of-type(2) {
    font-size: 18px;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.price_campaign {
    font-size: 13px;
    text-align: right;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.caption {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section.productselect.pp > .body > ul.products > li > a > div.extra {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section.pb_aboutmember > .body > section > .head {
    font-size: 15px;
    padding: 2rem 0;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .head {
    padding-bottom: 0;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_navi > label {
    font-size: 15px;
    display: none;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons > div:not(.buttons) {
    display: none;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons > div.buttons > button {
    width: 100%;
    margin: 1rem 0;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons > div.buttons > button > label {
    line-height: 1;
    font-size: 20px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_buttons > div.buttons > button.act_upload_folder {
    display: none;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info {
    flex-flow: column;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info > div {
    font-size: 15px;
    line-height: 1;
    margin: 1em;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info > div > span {
    font-size: 20px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_edit_imageupl > .body > .upload_info > div > span.unit {
    font-size: 18px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_delete > .body > div.chk_antipu > label {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section._1_sizeswitch > .body > div.chk_antipu > label {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products {
    grid-template-columns: repeat(auto-fill, 48%);
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li {
    border-radius: 1rem;
    padding: 1rem 0.5rem;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.name {
    font-size: 15px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > .ctrl.head, dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.chg_settings > ul.products > li > div.setting > div[class^=bat_] > label.head.head {
    font-size: 15px;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul {
    flex-flow: column;
  }
  dialog.pr2023_modal:modal > .containers > section._1_batchchg > .body > div.about_options > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  dialog.pr2023_modal:modal > .containers > section._1_decide > .body > div.detail > table {
    width: 100%;
  }
  dialog.pr2023_modal:modal > .containers > section._1_trimedit_decide_change > .body > div.chk_antipu > label, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_zerodelete > .body > div.chk_antipu > label, dialog.pr2023_modal:modal > .containers > section._1_batchchg_decide_change > .body > div.chk_antipu > label {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers > div.desc > p {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_]:not(._1_about_size) > .body > section > .containers > div.image > img {
    width: 100%;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw > li {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_size] > .body > #size > .containers > ul.size_sw > li {
    line-height: 1;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.desc > p {
    line-height: 1.6;
  }
  dialog.pr2023_modal:modal > .containers > section[class^=_1_about_sorttype] > .body > .containers > div.image > img {
    width: 100%;
  }
  body {
    min-width: 0px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member] textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member] textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  div[class^=pr2023_][class*=_member].pr2023_header_member > h1 {
    font-size: 24px;
    text-align: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_header_member .member_card > div {
    font-size: 2rem;
    text-align: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_header_member .member_menu > ul {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member h1 {
    font-size: 20px;
    padding: 0.25em 0;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers {
    grid-template-areas: "loginbox" "etcmenu";
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > *.autologin {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section.loginbox > .containers > *.login_execute > .support > a {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td {
    padding: 5px;
    padding-left: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard > .name > div {
    margin-right: 4px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo_confirm > .body > .infocard > .name > div {
    margin-right: 4px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit_confirm > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  #page_gmo_mypage_card_edit form .ec-pageHeader h1 {
    font-size: 20px;
    padding: 0.25em 0;
  }
  #page_gmo_mypage_card_edit form .ec-mypageRole .ec-cardRole .ec-halfInput > input {
    width: 100%;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .ec-layoutRole #pr2023_breadcrumb > ul > li, #pr2023_breadcrumb > ul > li > span.beyond, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._1_edit > .header.global > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .senddate.basic.pp, .senddate.basic.tmp {
    grid-template-areas: "title title" "header dateblock" "jump dateblock" "caution caution";
  }
  .senddate.basic.pb {
    grid-template-areas: "title" "header" "dateblock" "jump" "caution";
  }
  .senddate.basic > div.header {
    padding: 10px 20px;
  }
  .senddate.basic > div.jump {
    padding: 0 20px 10px;
  }
  .senddate.basic.pp > .jump {
    padding: 0 20px 10px;
  }
  .senddate.basic.pb > .jump {
    padding: 10px 20px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .pr2023_body_pp_order > h1 {
    font-size: 20px;
    padding: 0.25em 0;
  }
  .pr2023_body_pp_order._1_edit > .header.global {
    grid-template-areas: "steplist" "name";
  }
  .pr2023_body_pp_order._1_edit > .header.global > .name {
    padding: 10px;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul {
    flex-flow: column;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul {
    flex-flow: row;
    align-items: center;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li {
    margin-bottom: 0.5rem;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(odd) {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2) {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size {
    padding: 1em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > img {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > i {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
    padding: 10px;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
    grid-template-areas: "select_size";
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23%, 0.25fr));
    gap: 0.5em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div {
    margin: 0.5em 0.25em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.act_about_size {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 {
    padding: 0 10px 10px;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 {
    grid-template-areas: "about_size about_option" "select_sort select_sort";
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
    flex-flow: column;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort {
    margin-left: 10px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images {
    margin: 10px auto 25rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label {
    font-size: 15px;
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .filename > .output_filename {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal {
    min-width: 0px;
    font-size: 15px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal {
    overflow-y: scroll;
    width: 100vw;
    height: -moz-max-content;
    height: max-content;
    min-width: 0px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview {
    grid-template-columns: auto max-content auto;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > img {
    max-width: 39rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] > .containers > i {
    font-size: 4rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info {
    padding: 20px;
  }
  #pr2023_footer_pp_order._1_edit.out {
    bottom: -200px;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers {
    grid-template-areas: "pagelist pagelist footer_sw" "navigation count_upload count_upload";
    padding: 10px;
    gap: 10px;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist {
    justify-content: flex-start;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul {
    flex-flow: column;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload {
    justify-content: flex-end;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers {
    grid-template-areas: "block1" "block2";
    padding: 10px;
    gap: 10px;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers > div {
    gap: 10px;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 {
    justify-content: space-between;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_header, #pr2023_mainmenu > ul.menubody > li.header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  #pr2023_mainmenu > ul.menubody {
    flex-flow: column;
  }
  #pr2023_mainmenu > ul.menubody > li.header > #pr2023_title {
    padding: 0 0 20px;
  }
  #pr2023_mainmenu > ul.menubody {
    width: 100%;
    height: 100vh;
    min-width: 0px;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #F8F8F8;
  }
  #pr2023_mainmenu > ul.menubody.compact_close {
    display: none;
  }
  #pr2023_mainmenu > ul.menubody.compact_close ~ .menu_sw {
    display: block;
  }
  #pr2023_mainmenu > ul.menubody.compact_close ~ .close_sw, #pr2023_mainmenu > ul.menubody.compact_close .close_sw {
    display: none;
  }
  #pr2023_mainmenu > ul.menubody.compact_open {
    display: block;
  }
  #pr2023_mainmenu > ul.menubody.compact_open ~ .close_sw, #pr2023_mainmenu > ul.menubody.compact_open .close_sw {
    display: block;
  }
  #pr2023_mainmenu > ul.menubody.compact_open ~ .menu_sw {
    display: none;
  }
  #pr2023_mainmenu > ul.menubody > li {
    padding: 1rem 0;
    border-bottom: solid 0.1rem #8f8f8f;
  }
  #pr2023_mainmenu > ul.menubody > li > a, #pr2023_mainmenu > ul.menubody > li > div {
    padding: 0vh 20px;
  }
  #pr2023_mainmenu > ul.menubody > li > a > div, #pr2023_mainmenu > ul.menubody > li > div > div {
    font-size: 2em;
  }
  #pr2023_mainmenu > ul.menubody > li > a > i, #pr2023_mainmenu > ul.menubody > li > div > i {
    color: #8f8f8f;
  }
  #pr2023_mainmenu > ul.menubody > li > a > img:nth-child(2), #pr2023_mainmenu > ul.menubody > li > div > img:nth-child(2) {
    display: none;
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton {
    grid-area: mainmenu;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
  #pr2023_mainmenu > ul.menubody > li.header > .menubutton > div {
    font-size: 1em;
  }
  #pr2023_mainmenu > ul.menubody > li.contact > a, #pr2023_mainmenu > ul.menubody > li.contact > div {
    border: solid 0.2rem #AEAEAE;
    background-color: #FFF;
    border-radius: 100rem;
    margin: 0 5vw;
    justify-content: center;
  }
  #pr2023_mainmenu > ul.menubody > li.contact > a > div, #pr2023_mainmenu > ul.menubody > li.contact > div > div {
    height: 4rem;
    line-height: 4rem;
  }
  #pr2023_mainmenu ul.submenu {
    margin: 0 20px;
  }
  #pr2023_mainmenu ul.submenu > li.command {
    float: right;
  }
  #pr2023_mainmenu ul.submenu > li.command > a {
    display: block;
  }
  #pr2023_mainmenu ul.submenu > li:not(.command) {
    padding: 0.5em 0;
  }
  #pr2023_mainmenu ul.submenu > li:not(.command) > a {
    display: inline-block;
    margin: 0 1em;
  }
  #pr2023_mainmenu ul.submenu > li:not(.command) > a > i {
    font-size: 1.75rem;
  }
  ul.sponlymenu {
    flex-flow: column;
  }
  ul.sponlymenu {
    flex-flow: row;
    justify-content: flex-start;
    margin: 1.5em 0 0;
  }
  ul.sponlymenu > li {
    margin: 0 1em 0 0;
  }
  ul.sponlymenu > li > a {
    height: auto;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 20px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #8f8f8f;
  }
  ul.sponlymenu > li > a > img {
    font-size: 20px;
    margin-right: 0.25em;
    height: 20px;
    width: 20px;
    color: #8f8f8f;
  }
  ul.sponlymenu > li > .activemark {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: solid 0.2rem transparent;
  }
  ul.sponlymenu > li.active > .activemark {
    border-top-color: #FE7236;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  #pr2023_title > a {
    grid-template-columns: 40px 130px auto;
  }
  #pr2023_header_funcglobal {
    padding: 10px;
  }
  #pr2023_header_funcglobal.sp_hidemode {
    display: none;
  }
  #page_photo .ec-layoutRole__contents, #page_homepage .ec-layoutRole__contents, #page_photobook_top_page .ec-layoutRole__contents,
#page_photobook_price .ec-layoutRole__contents {
    padding: 0 20px;
  }
  #page_photo .pr2023_body, #page_homepage .pr2023_body, #page_photobook_top_page .pr2023_body,
#page_photobook_price .pr2023_body {
    padding: 0;
  }
  #page_print_price .ec-layoutRole__contents, #page_print_spec .ec-layoutRole__contents {
    padding: 0 20px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.campaign > section > p, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .ec-layoutRole__footer #pr2023_footer > ul.footermenu {
    flex-flow: row;
    flex-wrap: wrap;
  }
  #pr2023_footer > .sns > .ban {
    justify-content: center;
  }
  #pr2023_footer > ul.footermenu {
    flex-flow: column;
  }
  #pr2023_footer > ul.footermenu > li {
    padding: 0.5em;
    text-align: center;
    width: 50%;
  }
  #pr2023_footer > ul.footermenu > li.pmark {
    width: 100%;
  }
  #pr2023_footer > ul.footermenu > li.pmark:last-of-type {
    display: none;
  }
  #pr2023_footer > .copyright > div {
    font-size: 1rem;
  }
  #pr2023_footer_funcglobal > .copyright > div {
    font-size: 1rem;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  #page_homepage .ec-layoutRole__contents, #page_photo .ec-layoutRole__contents, #page_photobook_top_page .ec-layoutRole__contents,
#page_print_price .ec-layoutRole__contents, #page_print_spec .ec-layoutRole__contents, #page_mypage .ec-layoutRole__contents, #page_entry .ec-layoutRole__contents,
#page_photobook_price .ec-layoutRole__contents, #page_photobook_light .ec-layoutRole__contents, #page_photobook_art .ec-layoutRole__contents {
    padding: 0 20px;
  }
  body.mypage .ec-layoutRole__contents {
    padding: 0 20px;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q {
    flex-flow: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > .category {
    padding: 0.25em 1em;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.Q > p {
    padding: 1em 0;
  }
  .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i {
    height: 3em;
  }
  .ec-layoutRole .pr2023_body.campaign > section > section > .banner > a > img:nth-of-type(1) {
    display: none;
  }
  .ec-layoutRole .pr2023_body.top > section.campaign_slide.pc {
    display: none;
  }
  .ec-layoutRole .pr2023_body.top > section.campaign_slide > .pc {
    display: none;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers {
    padding: 10px;
  }
  .ec-layoutRole .pr2023_body.top > section.services {
    grid-template-areas: "photoprint" "photobook";
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers {
    padding: 2rem 0;
    grid-template-areas: "img info" "img jump";
    grid-template-columns: 35% auto;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .img {
    grid-area: img;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info {
    padding: 10px;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .name {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price {
    text-align: right;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span:first-of-type, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span:last-of-type {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span:nth-of-type(2) {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .info > .price > span:nth-of-type(3) {
    font-size: 20px;
  }
  .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > .pc {
    display: none;
  }
  .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump {
    text-align: center;
  }
  .ec-layoutRole .pr2023_body.top_global > section.information > .containers {
    max-height: 55rem;
  }
  .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li > div.svcategory {
    margin-bottom: 10px;
    width: 13rem;
  }
  .ec-layoutRole .pr2023_body.top_global > section.information > .containers > ul > li {
    grid-template-columns: 17rem auto;
    grid-template-areas: "svcategory publish_date" "title title" "description description" "invitation invitation";
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] .jump > a {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_] > .select > .jump {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select {
    margin-top: 60px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul {
    gap: 20px;
    grid-template-areas: "original" "fujicolor" "large" "square";
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li {
    padding: 1rem 0;
    grid-template-areas: "head head" "image size" "foot foot";
    grid-template-columns: 35% auto;
    border: solid 1px #AEAEAE;
    min-height: 35rem;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > .title {
    font-size: 18px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.head > .caption {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size {
    padding: 0 10px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li {
    grid-template-columns: auto auto auto;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    padding: 1rem 0 1rem 1rem;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(2) {
    display: none;
    font-size: 13px;
    padding: 1rem;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) {
    padding: 1rem 1rem 1rem 0;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) > span:nth-of-type(2) {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0.25em;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.size > ul > li > div:nth-of-type(3) > span:nth-of-type(3) {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.image > .wrapper {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.image > .wrapper > img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot {
    padding: 20px;
    grid-area: foot;
    display: grid;
    grid-template-areas: "jump go_order";
    grid-template-columns: 35% auto;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > div {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > div.jump {
    grid-area: jump;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > div.go_order {
    grid-area: go_order;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > div.go_order > div, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > div.go_order > a {
    width: 80%;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul {
    grid-template-rows: 1fr;
  }
  .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a {
    padding: 10px;
    grid-template-areas: "size caption price";
    grid-template-columns: 30% auto 30%;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul {
    flex-flow: column;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > i {
    font-size: 1.5em;
    width: 1.25em;
    height: 1.25em;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body > div, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div {
    padding: 0.25rem;
    min-height: 7.5rem;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .body > div {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(1) {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(2) {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(1) {
    font-size: 11.5px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(2) {
    font-size: 18px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table td, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table th {
    font-size: 1rem;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table th:nth-of-type(2) {
    width: 20%;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table th:nth-of-type(3) {
    width: 12%;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div.go_order, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a.go_order {
    padding: 0.3em 0.1em 0.3em 0;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div.go_order > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a.go_order > span {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div {
    grid-template-columns: 20% 40% auto;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div.head {
    grid-template-areas: "detail name commission";
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div.head > div[class^=brand_] {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div:not(.head) {
    grid-template-areas: "detail name commission" "brand brand brand";
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=brand_]:not(.open) {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=brand_].open {
    display: block;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=detail_] {
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=detail_] > i {
    color: #AEAEAE;
    font-size: 2em;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=detail_].open > i {
    transform: scaleY(-1);
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul {
    flex-flow: column;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw > li {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > ul.size_sw > li {
    line-height: 1;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers ul.size_sw > li {
    line-height: 1;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > section > .containers > div.desc > p {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#option > section > .containers > div.image > img {
    width: 100%;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types {
    grid-template-areas: "light" "art";
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div {
    grid-template-areas: "name name" "desc image" "cover image" "price jump" "jump2 jump2";
    grid-template-rows: auto 1fr auto auto;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.desc {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.cover {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(2) {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump {
    text-align: center;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump > a {
    font-size: 11.5px;
  }
  .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul {
    flex-flow: column;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section.introduction {
    grid-template-areas: "image" "desc";
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable {
    grid-template-areas: "head" "size-bunko" "size-a5sq" "size-a5" "jump";
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div[class^=size-] {
    grid-template-areas: "desc price" "image price";
    grid-template-columns: auto 50%;
  }
  .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers {
    text-align: center;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul {
    flex-flow: column;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section.introduction {
    grid-template-areas: "image" "desc";
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable {
    grid-template-areas: "head" "size-150" "size-200" "calc" "jump";
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th:first-of-type {
    width: 25%;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price td, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div[class^=size-] > *.price th {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div.size {
    width: 100%;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result {
    grid-template-areas: "blank" "result" "commission";
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.commission {
    text-align: right;
  }
  .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers {
    text-align: center;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul {
    flex-flow: column;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body > i, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > i {
    font-size: 1.5em;
    width: 1.25em;
    height: 1.25em;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body > div, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div {
    padding: 0.25rem;
    min-height: 7.5rem;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .body > div {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(1) {
    font-size: 15px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .head > div:nth-of-type(2) {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(1) {
    font-size: 11.5px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .example > .body > div > div:nth-of-type(2) {
    font-size: 18px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div {
    grid-template-columns: 20% 40% auto;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div {
    font-size: 13px;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div.head {
    grid-template-areas: "detail name commission";
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div.head > div[class^=brand_] {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div:not(.head) {
    grid-template-areas: "detail name commission" "brand brand brand";
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=brand_]:not(.open) {
    display: none;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=brand_].open {
    display: block;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=detail_] {
    cursor: pointer;
    display: grid;
    place-items: center;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=detail_] > i {
    color: #AEAEAE;
    font-size: 2em;
  }
  .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div:not(.head) > div[class^=detail_].open > i {
    transform: scaleY(-1);
  }
  .ec-layoutRole .pr2023_body.abouts iframe.googlemap {
    height: 300px;
  }
  .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th, .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td {
    display: block;
  }
  .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th {
    text-align: left;
    padding: 10px;
  }
  .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > td {
    padding: 0 10px 20px;
  }
  .ec-layoutRole .pr2023_body.abouts .infotable > tbody > tr > th {
    border-top: solid 2px #CCC;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  #pr2023_svheader > .wrapper {
    margin: 0 auto 0.5rem;
    padding: 0.5rem 20px;
    overflow-x: scroll;
  }
  #pr2023_svheader > .wrapper > a {
    display: none;
  }
  #pr2023_svheader > .wrapper > ul.submenu {
    display: block;
  }
  #pr2023_svheader > .wrapper > ul.submenu#pr2023_photoprint_submenu {
    width: 80rem;
  }
  #pr2023_svheader > .wrapper > ul.submenu#pr2023_photobook_submenu {
    width: 87rem;
  }
  #pr2023_svheader > .wrapper > ul.submenu > li {
    display: inline-block;
    margin: 0vw 0.5vw;
  }
  #pr2023_svheader > .wrapper > ul.submenu > li > a {
    display: inline-block;
    color: #222;
    text-decoration: none;
    font-size: 1.5rem;
    background-color: #FFF;
    padding: 0.25em 1em;
    box-sizing: border-box;
    border-radius: 10rem;
    border: solid 1px #AEAEAE;
    line-height: 1;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 15px;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  #pr2023_svsubheader > .containers {
    flex-flow: column;
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  #pr2023_svsubheader > .containers > .shipcalender {
    width: 100%;
    margin-top: 20px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 15px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .pr2023_body_pp_order > h1 {
    font-size: 20px;
    padding: 0.25em 0;
  }
  .pr2023_body_pp_order._1_edit > .header.global {
    grid-template-areas: "steplist" "name";
  }
  .pr2023_body_pp_order._1_edit > .header.global > .name {
    padding: 10px;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul {
    flex-flow: column;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul {
    flex-flow: row;
    align-items: center;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li {
    margin-bottom: 0.5rem;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(odd) {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .pr2023_body_pp_order._1_edit > .header.global > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2) {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size {
    padding: 1em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > img {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep .act_about_size > i {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
    padding: 10px;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers {
    grid-template-areas: "select_size";
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(23%, 0.25fr));
    gap: 0.5em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.ctrl_select_size > div > div {
    margin: 0.5em 0.25em;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._1 > .containers > div.act_about_size {
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 {
    padding: 0 10px 10px;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 {
    grid-template-areas: "about_size about_option" "select_sort select_sort";
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
    flex-flow: column;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_about_option > ul {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }
  .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort {
    margin-left: 10px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images {
    margin: 10px auto 25rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images > section.upload_navi > label {
    font-size: 15px;
    display: none;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.upload_navi:modal {
    min-width: 0px;
    font-size: 15px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal {
    overflow-y: scroll;
    width: 100vw;
    height: -moz-max-content;
    height: max-content;
    min-width: 0px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview {
    grid-template-columns: auto max-content auto;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview {
    width: 360px;
    height: 360px;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div.preview > .containers > img {
    max-width: 39rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .preview > div[class^=to] > .containers > i {
    font-size: 4rem;
  }
  .pr2023_body_pp_order._1_edit > .upload_images dialog.trimedit:modal > .info {
    padding: 20px;
  }
  .pr2023_body_pp_order._2_guestinput > .steplist > ul, .pr2023_body_pp_order._2_addressselect > .steplist > ul, .pr2023_body_pp_order._2_addressedit > .steplist > ul, .pr2023_body_pp_order._3_send-payment > .steplist > ul, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul {
    flex-flow: column;
  }
  .pr2023_body_pp_order._2_guestinput > .steplist > ul, .pr2023_body_pp_order._2_addressselect > .steplist > ul, .pr2023_body_pp_order._2_addressedit > .steplist > ul, .pr2023_body_pp_order._3_send-payment > .steplist > ul, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul {
    flex-flow: row;
    align-items: center;
  }
  .pr2023_body_pp_order._2_guestinput > .steplist > ul > li, .pr2023_body_pp_order._2_addressselect > .steplist > ul > li, .pr2023_body_pp_order._2_addressedit > .steplist > ul > li, .pr2023_body_pp_order._3_send-payment > .steplist > ul > li, .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li, .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li {
    margin-bottom: 0.5rem;
  }
  .pr2023_body_pp_order._2_guestinput > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li:nth-of-type(odd), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li:nth-of-type(odd) {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  .pr2023_body_pp_order._2_guestinput > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._2_addressselect > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._3_send-payment > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._4_orderconfirm > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2), .pr2023_body_pp_order._5_ordercomplete > .steplist > ul > li:nth-of-type(even) > svg.steplist > use:nth-of-type(2) {
    display: none;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_order > .body > table.detail_point td {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard {
    grid-template-rows: auto auto;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td {
    padding: 5px;
    padding-left: 10px;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard {
    grid-template-rows: auto auto;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_point > .body > p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_point > .body > p {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_coupon > .body > p, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_coupon > .body > p {
    line-height: 1.6;
  }
  .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).input_contact > .body > section.settingcard *[class^=output_], .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).input_contact > .body > section.settingcard *[class^=output_] {
    line-height: 1.6;
  }
  #pr2023_footer_pp_order._1_edit.out {
    bottom: -200px;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers {
    grid-template-areas: "pagelist pagelist footer_sw" "navigation count_upload count_upload";
    padding: 10px;
    gap: 10px;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist {
    justify-content: flex-start;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul {
    flex-flow: column;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.pagelist > ul {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload {
    justify-content: flex-end;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers {
    grid-template-areas: "block1" "block2";
    padding: 10px;
    gap: 10px;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers > div {
    gap: 10px;
  }
  #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 {
    justify-content: space-between;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table {
    display: block;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table dt {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table .inline {
    line-height: 1.6;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table dd {
    line-height: 1.6;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table dd {
    display: block;
    width: 100%;
  }
  #page_shopping #gmo_payment_gateway_credit_form .dl_table dd input#shopping_order_card_no {
    width: 100%;
  }
  #page_shopping #gmo_payment_gateway_credit_form .ec-select, #page_shopping #gmo_payment_gateway_credit_form .ec-input, #page_shopping #gmo_payment_gateway_credit_form .ec-halfInput, #page_shopping #gmo_payment_gateway_credit_form .ec-numberInput, #page_shopping #gmo_payment_gateway_credit_form .ec-zipInput, #page_shopping #gmo_payment_gateway_credit_form .ec-telInput, #page_shopping #gmo_payment_gateway_credit_form ec-select, #page_shopping #gmo_payment_gateway_credit_form .ec-birth, #page_shopping #gmo_payment_gateway_credit_form .ec-input.inline, #page_shopping #gmo_payment_gateway_credit_form .ec-checkbox {
    line-height: 1.6;
  }
  #page_shopping #gmo_payment_gateway_credit_form + div + section {
    margin-top: 40px;
  }
  #page_shopping_confirm #gmo_payment_gateway_credit_confirm_form .dl_table dt {
    width: 40%;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_contact] textarea.design_common, div[class^=pr2023_][class*=_forgot] textarea.design_common {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 15px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot h1 {
    font-size: 20px;
    padding: 0.25em 0;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.caption {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.input > div {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.input > div > input {
    margin-top: 20px;
    width: 100%;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.complete > p {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents > li {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents > li.title {
    width: 100%;
  }
  div[class^=pr2023_][class*=_forgot].pr2023_body_forgot > .containers > section.contentscard.reset .contents > li.main {
    margin-top: 20px;
    width: 100%;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 15px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact h1 {
    font-size: 20px;
    padding: 0.25em 0;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.category > div > span, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.category > div > span {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.inputcard.contents > .value > div.contents, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.confirmcard.contents > .value > div.contents {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.6;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i {
    font-size: 15px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.accent, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.price > div > span:nth-of-type(1), .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .result > div.result > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .name, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.accent {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .head, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_date, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog > .body > .logcard > table *[class^=output_].output_order_time, .pr2023_body_pp_order._1_edit > .header.global > .name, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.count_upload > span, .ec-layoutRole .pr2023_body .qanda_container > ul > li > .head > div.openmark > i, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.price, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.price, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > select, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.pricecalc > .calc > div > input, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm) > h2, .pr2023_body_pp_order._5_ordercomplete > .containers > section.orderid, .ec-layoutRole .pr2023_body.pb.index > .send_announcement > .wrapper > p, .pr2023_body_pp_order._2_guestinput > .containers > .announcement > .wrapper > p {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member] textarea.design_common, div[class^=pr2023_][class*=_member].pr2023_body_member.login > .containers > section p, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .head > table th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_price > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_order > table.detail_point td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_customer > table > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_method th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des th, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des td, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_send > table.send_des > tbody > tr.address > td > div, div[class^=pr2023_][class*=_member].pr2023_body_member.orderlog_detail > .body > section.detail_maillog > .maillogcard > div, #page_gmo_mypage_card_edit form .ec-mypageRole textarea.design_common, #pr2023_breadcrumb > ul > li > span.beyond, .ec-layoutRole #pr2023_breadcrumb > ul > li, .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > select.act_select_sort, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_loading > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div, #pr2023_footer_pp_order._1_edit > .navigation > .containers > div.navigation > span, #pr2023_footer_pp_order._1_edit > .control > .containers > div.block2 > .counter td, .ec-layoutRole .pr2023_body.campaign > section > p, .ec-layoutRole .pr2023_body.campaign > section > section > .desc > p, .ec-layoutRole .pr2023_body.top_global > section.campaign > .ban_pickup > p, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.size > div:nth-of-type(2), .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > div > div.caption, .ec-layoutRole .pr2023_body.pp.index > section[class^=productselect_].productselect_size > .select > ul > li > a > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_commission > #about_GMO > p, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#features > .features > div > .desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_calc > .formula > .foot, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > table > caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_commission > p, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#send_senddate > .containers > div.desc, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > .table > div > div > div.caption, .ec-layoutRole .pr2023_body.pb.price-send > section.price-send > section#price_commission > #about_atobarai > p, .ec-layoutRole .pr2023_body.abouts .infotable.termmode div.annotation, .ec-layoutRole .pr2023_body.abouts.terms > section > .termbody > section div.annotation, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_loading > .containers > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.filename > .output_filename, .pr2023_body_pp_order._2_guestinput textarea.design_common, .pr2023_body_pp_order._2_addressselect textarea.design_common, .pr2023_body_pp_order._2_addressedit textarea.design_common, .pr2023_body_pp_order._3_send-payment textarea.design_common, .pr2023_body_pp_order._4_orderconfirm textarea.design_common, .pr2023_body_pp_order._5_ordercomplete textarea.design_common, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_customer > .body > table > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_price > tbody > tr.address > td > div, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.order_info > .value > table.detail_point td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).info_product > .body > section.settingcard.sorttype > .value, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr th, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr td, .pr2023_body_pp_order._3_send-payment .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._4_orderconfirm .containers > .detail > section:not(.go_confirm).setting_send > .body > section.settingcard.send_info > .value > table > tbody > tr.address > td > div, .pr2023_body_pp_order._5_ordercomplete > .containers > section.complete_text, div[class^=pr2023_][class*=_contact].pr2023_body_contact > .containers > section.caption, .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.footer, div[data-mode=active][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=active].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=active][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.complete_text, [data-mode=complete].pr2023_body_pp_order._2_guestinput > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.complete_text, div[data-mode=complete][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.complete_text, div[data-mode=confirm][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.confirmtext, [data-mode=confirm].pr2023_body_pp_order._2_guestinput > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.confirmtext, div[data-mode=confirm][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.confirmtext, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.ctrl_go_confirm > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.ctrl_go_confirm > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.ctrl_go_confirm > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.gender > .value > label, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.gender > .value > label, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.gender > .value > label, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.birthday > .value > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.birthday > .value > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.birthday > .value > span, div[data-mode=input][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=input].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=input][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_member].pr2023_body_member.memberentry > .containers > section.inputcard.address > .value > .zipcode > span, [data-mode=secQ].pr2023_body_pp_order._2_guestinput > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_forgot].pr2023_body_forgot.forgot > .containers > section.inputcard.address > .value > .zipcode > span, div[data-mode=secQ][class^=pr2023_][class*=_contact].pr2023_body_contact.contact > .containers > section.inputcard.address > .value > .zipcode > span, div[class^=pr2023_][class*=_forgot] textarea.design_common, div[class^=pr2023_][class*=_contact] textarea.design_common {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.memberinfo > .body > .infocard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._1_edit > .header.thisstep._2 > div.ctrl_select_sort > div, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock .details .preview > div.layer_failed > .containers > .body, .pr2023_body_pp_order._1_edit > .upload_images > section.upload_list > .containers > div.uplimgblock > div.preview > div.layer_failed > .containers > .body, div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.zipcode > .input > div:nth-of-type(2), div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard.name > .input > div:nth-of-type(2), .pr2023_body_pp_order._2_addressedit > .body > .addresscard.name > .input > div:nth-of-type(2) {
    line-height: 1.6;
  }
  .ec-layoutRole .pr2023_body h1 {
    font-size: 24px;
  }
  .ec-layoutRole .pr2023_body h2 > .containers {
    padding: 0.5em;
    font-size: 20px;
    min-width: 50%;
  }
  .ec-layoutRole .pr2023_body h3 {
    font-size: 18px;
  }
  #pr2023_mainmenu > ul.menubody > li.header, #pr2023_header {
    margin: 0rem auto;
    padding: 2rem 2rem 0;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto;
    grid-template-areas: "title mainmenu" "sponlymenu sponlymenu";
  }
  .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > span, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > span, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > span, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > span, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > span, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > span, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > span, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > span, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > span {
    font-size: 15px;
  }

  .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > a > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > a > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > a > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > a > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > a > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > a > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > a > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > a > i, .pr2023_body.pp.index > section[class^=productselect_].productselect_paper > .select > ul > li > div.foot > .go_order > div > i, .ec-layoutRole .pr2023_body.top > section.services > div > .containers > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.campaign > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.top_global > section.qanda_pickup > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table .odjump > div > i, .ec-layoutRole .pr2023_body.pp.price-send > section.price-send > section#price_print > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#size > .containers > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.size-spec > section.size-spec > section#spec > table > tfoot > tr > td > .containers > div > i, .ec-layoutRole .pr2023_body.pp.qanda > .mail > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .types > div > div.jump2 > .containers > div > i, .ec-layoutRole .pr2023_body.pb.index > .productselect > .jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-light > section.rb-light > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.rb-art > section.rb-art > section#size-price > .sizetable > div.jump > .containers > div > i, .ec-layoutRole .pr2023_body.pb.qanda > .mail > .jump > .containers > div > i, .pr2023_body.pp.manual > .browser > section.menu > ul > li > div > i, .pr2023_body.pp.manual > .app > section.menu > ul > li > div > i {
    font-size: 15px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .head, .pr2023_body_pp_order._2_addressselect > .containers > .head {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.address > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name, .pr2023_body_pp_order._2_addressselect > .containers > .form > .body > .addresscard > table *[class^=output_].output_address_name {
    line-height: 1.6;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard, .pr2023_body_pp_order._2_addressedit > .body > .addresscard {
    row-gap: 10px;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  div[class^=pr2023_][class*=_member].pr2023_body_member.addressedit > .body > .addresscard > .name > div, .pr2023_body_pp_order._2_addressedit > .body > .addresscard > .name > div {
    margin-right: 4px;
  }
  .pr2023_body.pp.manual > .browser > section[id*=_part] > .body > section > .body, .pr2023_body.pp.manual > .app > section[id*=_part] > .body > section > .body {
    grid-template-rows: auto auto;
  }
  .pr2023_body.pp.spapp > .spapp_introduction > .containers > div.banner > img.sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */