@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * 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 size in all browsers.
 */
small {
  font-size: 90%; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

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

/**
 * 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; }

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

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 13.5px;
  overflow-y: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  -webkit-tap-highlight-color: transparent; }

input,
button,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
  box-shadow: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
  color: #333;
  font-size: inherit; }

input,
select {
  border: 1px solid #808080;
  font-size: 14px;
}

input[type="text"],
input[type="password"] {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 10px; }

input[type="text"] {
  width: 192px; }

input[type="text"].cardInput {
  width: 20em;
  margin: 0; }

input[type="text"].card_security_code,
input[type="password"].card_security_code {
  width: 5em;
  margin: 0; }

/* select,
x:-webkit-any-link select { */
select{
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  line-height: 34px;
  padding: 0 10px;
  border-radius: 5px;}

select::-ms-expand {
  display: none;
}

select.zh-pref-zip,
x:-webkit-any-link select.zh-pref-zip {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  line-height: 34px;
  padding: 0 25.926px 0 10px; }

#select {
  position: relative;
  display: inline-block;
}

#select::before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

#select select {
  line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=password].error,
table td input[type=password].error,
input[type=text].error,
table td input[type=text].error,
input[type=text].error,
select.error {
  background-color: #FFE2E2;
  border: 1px solid #DF0000; }

p {
  line-height: 150%; }

.l-Header {
  margin: 15px 0 50px; }
  .l-Header::after {
    content: '';
    display: block;
    clear: both;
  }
  .l-Header__logo{
    float: left;
  }
  .l-Header__logo-yahoo{
    float: right;
}
.bg_inner,
.l-Header,
.l-Footer {
  width: 950px;
  margin-left: auto;
  margin-right: auto; }

.cateStep {
  text-align: center;
  margin: 0 0 50px; }

.checkboxSection {
  margin-bottom: 40px; }

.pageTitle {
  position: relative;
  margin: 30px 0 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #808080; }

.pageSubTitle {
  margin: 30px 0 15px;
  font-size: 22px;
  font-weight: bold; }

.pageSmallTitle {
  font-weight: 400;
  margin: 20px 0 10px; }

#pageSmallTitleOrange {
  font-size: 13px;
  line-height: 1.5;
  padding: 20px 10px;
  background-color: #fcf7f2;
}

#pageSmallTitleCaution {
  color: #f00;
  font-size: 12px;
}

.pageSubTitle-note {
  color: #e01103;
  font-size: 0.8rem;
  font-weight: normal;
  margin-left: 1em; }

.l-Footer {
  margin-top: 50px;
  padding-bottom: 30px; }

.l-Footer .l-NavFooter__list {
  padding: 10px 0;
  border-top: 1px solid #ccc; }

.l-Footer .l-NavFooter__list .link-lists {
  list-style-type: none;
  padding: 1em 0;
  margin: 0;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.l-Footer .l-NavFooter__list .link-lists li {
  margin: 0 15px; }

.l-Footer .l-NavFooter__list .link-lists li a {
  text-decoration: none; }

.l-Footer .l-Footer__copyright {
  margin: 0;
  text-align: center;
  color: #999; }

.text-bold {
  font-weight: 600; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.color_red {
  color: #e01103; }

.color_gray {
  color: #808080; }

.mt0 {
  margin-top: 0 !important; }

.txt_small {
  font-size: .75rem;
  line-height: 150%; }

.error_notice {
  font-weight: bold;
  color: #e01103; }

.table_style_01 .error_notice{
  display: block;
  margin-top: 5px;

}

.caution {
  display: inline-block;
  margin-left: 10px;
  padding: 0 5px;
  background-color: #e01103;
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  line-height: 18px; }

.submitButtonSmall {
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ff8400;
  border-radius: 5px;
  padding: 8px 14px;
  color: #fff;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  text-align: center;
  cursor: pointer;
  vertical-align: bottom; }

.submitButtonSmall.cancel,
.submitButtonSmall.gray {
  border: 1px solid #B7B7B7;
  background: #EAEAEA;
  color: #808080; }


.submitButtonSmall.disable {
  border: 1px solid #999;
  background: #CCCCCC;
  color: #999;
  pointer-events: none !important;
  cursor: default;
}

.submitButtonLarge,
.kifu_input_submit,
.btn_netprint_active {
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ff8400;
  border-radius: 5px;
  padding: 0 40px;
  color: #fff;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  cursor: pointer;
  min-width: 300px;
  vertical-align: bottom; }

.submitButtonLarge.cancel,
.submitButtonLarge.gray,
.kifu_input_submit.cancel,
.kifu_input_submit.gray,
.btn_netprint_active.cancel,
.btn_netprint_active.gray {
  border: 1px solid #B7B7B7;
  background: #EAEAEA;
  color: #808080; }

.submitButtonLarge.disable,
.kifu_input_submit.disable,
.btn_netprint_active.disable {
  border: 1px solid #999;
  background: #CCCCCC;
  color: #999;
  pointer-events: none !important;
  cursor: default;
}

.backButtonSmall {
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #ebebeb;
  color: #adadad;
  font-weight: 600;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 8px 14px;
  font-size: 16px;
  vertical-align: bottom; }

.backButtonSmall.disable {
  border: 1px solid #999;
  background: #CCCCCC;
  color: #999;
  pointer-events: none !important;
  cursor: default;
}

.backButtonSmall.clarity {
  border: 1px solid #333;
  background-color: #ffffff;
  color: #333; }

.backButtonLarge {
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #ebebeb;
  color: #adadad;
  font-weight: 600;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 16px;
  vertical-align: bottom; }

.backButtonLarge.disable {
  border: 1px solid #999;
  background: #CCCCCC;
  color: #999;
  pointer-events: none !important;
  cursor: default;
}

/* .inputAreaWrap
例)
ご氏名公開／非公開 [必須]    ふるさと納税をされた方として、~~~
生年月日 [必須]            1980年 10月 10日
性別 [必須]               ◎ 男性　◎ 女性
*/
.inputAreaWrap {
  width: 100%; }

.inputAreaRow {
  margin-top: 15px;
  width: 100%;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.inputAreaTitle {
  max-width: 100%;
  border-radius: 5px;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  box-sizing: border-box;
  padding-right: 50px; }

.inputAreaInput {
  padding: 15px 0;
  width: 650px;
  box-sizing: border-box;
  font-weight: bold; }

.checkboxWrap {
  width: 630px;
  border: 1px solid #ccc;
  padding: 0;
  list-style: none; }

.checkboxWrap .checkboxLine {
  position: relative; }

.checkboxWrap .checkboxLine {
  border-top: 1px dotted #ccc; }

.checkboxWrap .checkboxLine input.parentRadio {
  position: absolute;
  left: -10000px; }

.checkboxWrap .checkboxLine .checkboxLineButton {
  display: block;
  min-height: 16px;
  cursor: pointer;
  position: relative;
  padding: 4px 15px 4px 50px;
  box-sizing: border-box;
  line-height: 32px; }

.checkboxWrap .checkboxLine input:checked + .checkboxLineButton {
  background: #fff0dc;
  border: 1px solid #fff0dc; }

.checkboxWrap .checkboxLine .checkboxLineButton::before,
.checkboxWrap .checkboxLine .checkboxLineButton::after {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  position: absolute;
  content: "";
  border-radius: 16px;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 20px;
  margin-top: -8px; }

.checkboxWrap .checkboxLine .checkboxLineButton::before {
  border: 4px solid #fff;
  background: #fff; }

.checkboxWrap .checkboxLine .checkboxLineButton::after {
  border: 1px solid #808080; }

.checkboxWrap .checkboxLine input:checked + .checkboxLineButton::before {
  background: #ff8400; }

.checkboxWrap .checkboxLine input:checked + .checkboxLineButton::after {
  border-color: #ff8400; }

.checkboxWrap .checkboxLine .otherFormWrap {
  margin: 15px; }

.checkboxWrap .checkboxLine .otherFormWrap .otherFormArea {
  margin-top: 10px;
  padding: 15px 25px;
  background: #f5f5f5; }

.checkboxWrap .checkboxLine .otherFormWrap .otherFormArea.pt-onstop {
  padding: 10px 15px;
  background: transparent; }

.checkboxWrap .checkboxLine .otherFormWrap .otherFormArea.pt-onstop .otherInputWrap:nth-child(1) {
  margin-bottom: 30px; }

.checkboxWrap .checkboxLine .otherFormWrap .otherFormArea.pt-onstop .otherInputWrap .birth select {
  min-width: 80px;
  margin-right: 5px;
  vertical-align: baseline; }

.checkboxWrap .checkboxLine .otherFormWrap .otherFormArea.pt-onstop .otherInputWrap .birth select:nth-child(1n+2) {
  margin-left: 15px; }

.checkboxWrap .checkboxLine .otherFormWrap .otherFormArea .otherFormAreaTitle {
  font-size: 16px;
  margin: 0 0 20px;
  font-size: bold; }

.checkboxWrap .checkboxLine .otherFormWrap .otherFormArea .membersradio-icon {
  margin-right: 30px; }

.paypayAttensionInputWrap {
  border: solid 3px red;
}

.paypayMessage {
  text-align: center;
}

.paypayMessage h4 {
  color: red;
  font-weight: bold;
}

.paypayMessageWrap {
  padding: 10px auto;
  margin: auto;
}

.orderDetailWrapper,
.orderDetailWrapper th,
.orderDetailWrapper td {
  vertical-align: middle; }

.orderDetailWrapper {
  border: solid 1px #d1d1d1;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  border-spacing: 0; }

.orderDetailWrapper th {
  font-weight: normal;
  background-color: #eaeaea;
  text-align: center;
  font-size: 12px;
  padding: 15px 20px;
  line-height: 1.2;
  vertical-align: middle;
  border-right: solid 1px #d1d1d1; }

.orderDetailWrapper .item {
  width: 50%;
  padding: 25px 15px;
  border-bottom: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1; }

.orderDetailWrapper .item:nth-child(2) {
  padding: 0px; }

.orderDetailWrapper .item:nth-child(2) table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse; }

.orderDetailWrapper .item_img img {
  margin-right: 10px;
  vertical-align: top;
  width: 120px; }

.orderDetailWrapper .item_title {
  display: inline-block; }

.orderDetailWrapper .item_from {
  margin: 10px 0 0;
  line-height: 150%;
  display: inline-block; }

.orderDetailWrapper.case_complete {
  margin-top: 30px; }

.orderDetailWrapper.case_complete .error {
  background: #FFE4E1; }

.orderDetailWrapper.case_complete .item {
  width: auto;
  max-width: 400px; }

.orderDetailWrapper.case_complete .item:nth-child(2) {
  width: auto; }

.table_style_01 {
  margin: 0 0 40px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse; }

.table_style_01 tr:not(:last-of-type) {
  border-bottom: 1px solid #ccc; }

.table_style_01 th {
  background-color: #ebebeb;
  border-right: solid 1px #d1d1d1;
  padding: 25px 15px;
  width: 320px; }

.table_style_01 td {
  padding: 0 0 0 160px;
  width: 630px; }

.table_style_01 td,
.table_style_01 th {
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  font-weight: 400;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px; }

.table_style_01.total_price th {
  font-weight: 600; }

.table_style_01.total_price td {
  color: #e01103;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  padding: 0; }

.confirm_area {
  padding: 10px 0; }

.confirm_area ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

.confirm_area ul li {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none; }

.confirm_area ul li + li {
  margin-left: auto; }
@media all and (-ms-high-contrast: none) {
  .confirm_area ul.ie11-2colfix{
    display: block;
  }
  .confirm_area ul.ie11-2colfix::after{
    display: block;
    content: '';
    clear: both;
  }
  .confirm_area ul.ie11-2colfix li:first-child{
    float: left;
  }
  .confirm_area ul.ie11-2colfix li:last-child{
    float: right;
  }
}
.intro_content {
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  height: 300px;
  line-height: 150%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.intro_content .txt_large {
  font-size: 1.15rem; }

.DeliveryInput {
  padding: 20px; }

.DeliveryInput th {
  width: 15%;
  padding: 15px 5px; }
  
.DeliveryInput .DeliveryInputSfpadding {
  padding: 50px 5px; }

.DeliveryInput td {
  padding: 15px;
  border-bottom: solid 1px #d1d1d1; }

.DeliveryInput :nth-child(2) td {
  border-bottom: 0px;
  padding: 20px; }

.DeliveryInput :nth-child(2) th {
  border-bottom: 0px; }

.DeliveryInput__title {
  margin: 0; }

.DeliveryInput__colon {
  margin: 0;
  text-align: center; }

.DeliveryInput__body {
  margin: 0; }

.DeliveryInput__txt,
.DeliveryInput__txt--date {
  margin: 0; }

.DeliveryInput__txt--date {
  display: inline-block; }

.DeliveryInput__btn--cancel:active,
.DeliveryInput__btn--cancel:hover,
.DeliveryInput__btn--change:active,
.DeliveryInput__btn--change:hover,
.DeliveryInput__btn--specify:active,
.DeliveryInput__btn--specify:hover,
.DeliveryInput__btn:active,
.DeliveryInput__btn:hover {
  opacity: .6; }

.DeliveryInput__note {
  margin-top: 10px;
  font-size: 12px; }

.DeliveryInput__note:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.DeliveryInput__note__mark {
  float: left;
  margin: 0 2px 0 0; }

.DeliveryInput__note__body {
  margin: 0;
  overflow: hidden; }

.DeliveryInput__bodyCol,
.DeliveryInput__colonCol,
.DeliveryInput__headCol {
  vertical-align: top; }

 .DeliveryInput__bodyCol{
  max-width: 350px;
}

.DeliveryInput__set {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 100%;
  padding: 5px 0; }

.DeliveryInput__set.ai-center {
  -ms-flex-align: center;
      align-items: center; }

.DeliveryInput__set:first-child .DeliveryInput__bodyCol,
.DeliveryInput__set:first-child .DeliveryInput__colonCol,
.DeliveryInput__set:first-child .DeliveryInput__headCol {
  padding-top: 0; }

.calendar_selected_clear_message {
  display: none; }

.CartNote {
  margin-top: 15px;
  line-height: 1.5;
  text-align: center; }

.CompleteTable__td1 {
  width: 10% !important; }

.CompleteTable__td2 {
  width: 20% !important; }

.CompleteTable__td3 {
  width: 55% !important; }

.CompleteTable__td4 {
  width: 15% !important; }

.DeliveryDate__head {
  position: relative;
  padding: 16px 30px;
  background: #ffffff;
  border-bottom: 3px solid #808080; }

.DeliveryDate__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4; }

.DeliveryDate__close {
  position: absolute;
  right: 20px;
  top: 20%;
  cursor: pointer; }

.DeliveryDate__close:active,
.DeliveryDate__close:hover {
  opacity: .6; }

.DeliveryDate__body {
  padding: 5px 10px;
  background: #fff; }

.DeliveryDate__body2 {
    padding: 10px 10px 35px;
    background: #fff;
}

.DeliveryDate__body.p15 {
  padding: 30px 15px 35px; }

.DeliveryDate__table {
  display: table-cell;
  padding: 5px;
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-spacing: 0;
  border-top: none; }

.DeliveryDate__table__date,
.DeliveryDate__table__date--1,
.DeliveryDate__table__date--2 {
  position: absolute;
  margin: 0 auto;
  width: 45px;
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  line-height: 1.1; }

.DeliveryDate__table__date--1 {
  color: #000; }

.DeliveryDate__table__date--2,
  .DeliveryDate__table>tbody td p.DeliveryDate__table__date--2,
  .DeliveryDate__table__cell--2 p.DeliveryDate__table__date--1,
  .DeliveryDate__table__time__cell--2 p.DeliveryDate__table__time__disp {
  color: #adadad; }

.DeliveryDate__table__time {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    margin: 5px 0 0;
    border-spacing: 0;
    border: none;
    border-top: 1px solid #d4d3d3;
}

.DeliveryDate__table__time__disp, .DeliveryDate__table__time__nonselected {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1
}

.DeliveryDate__table__time td{
    position: relative;
    padding: 0;
    left: 0;
    top: 0;
    margin: 0;
}

.DeliveryDate__table__mark,
.DeliveryDate__table__mark--1,
.DeliveryDate__table__mark--2 {
  position: relative;
  width: 35px;
  height: 35px;
  margin: 0 auto; }

.DeliveryDate__table__time__mark,
.DeliveryDate__table__time__mark--1,
.DeliveryDate__table__time__mark--2 {
  position: relative;
  width: 35px;
  height: 20px;
  margin: 0 auto; }

.DeliveryDate__table__mark--1:before, .DeliveryDate__table__time__mark--1:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 18px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 4px solid #FE8003; }

  .DeliveryDate__table__time__mark--1:before {
    top: 4px!important;
  }

.DeliveryDate__table__mark--2:after,
.DeliveryDate__table__mark--2:before,
.DeliveryDate__table__time__mark--2:after,
.DeliveryDate__table__time__mark--2:before {
  content: "";
  display: block;
  position: absolute;
  margin: -1.5px 0 0 -1.5px;
  transform: rotate(45deg);
  background: #808080; }

.DeliveryDate__table__mark--2:before {
  left: 6px;
  top: 29px;
  width: 26px;
  height: 4px; }

.DeliveryDate__table__time__mark--2:before {
  left: 6px;
  top: 19px;
  width: 26px;
  height: 4px; }

.DeliveryDate__table__mark--2:after {
  left: 17px;
  top: 18px;
  width: 4px;
  height: 26px; }

.DeliveryDate__table__time__mark--2:after {
  left: 17px;
  top: 8px;
  width: 4px;
  height: 26px; }

.DeliveryDate__table__txt,
.DeliveryDate__table__txt--1,
.DeliveryDate__table__txt--2 {
  margin-top: 7px;
  line-height: 1.1;
  text-align: center; }

.DeliveryDate__table__txt--1 {
  color: #FE8003;
  display: none; }

.DeliveryDate__table__txt--2 {
  color: #000;
  display: none; }

.DeliveryDate__table__cell,
.DeliveryDate__table__cell--1,
.DeliveryDate__table__cell--2,
.DeliveryDate__table__cell--3,
.DeliveryDate__table__time__cell,
.DeliveryDate__table__time__cell--1,
.DeliveryDate__table__time__cell--2 {
  position: relative;
  padding: 6px 15px 14px; }

.DeliveryDate__table__cell--1 {
  cursor: pointer; }

.DeliveryDate__table__cell--1:active,
.DeliveryDate__table__cell--1:hover,
.DeliveryDate__table__time__cell--1:active,
.DeliveryDate__table__time__cell--1:hover {
  opacity: .6; }

.DeliveryDate__table__cell--2 {
  cursor: default; }

.DeliveryDate__table__cell--3 {
  cursor: default; }

.DeliveryDate__table td {
  padding: 0;
  border: none;
  vertical-align: top; }

.DeliveryDate__table > thead td {
  padding: 6px 0;
  text-align: center;
  background: #eaeaea;
  border-top: 1px solid #d4d3d3;
  font-weight: 600;
}

.DeliveryDate__table > thead td:nth-child(6), .DeliveryDate__table>tbody td:nth-child(6) .DeliveryDate__table__cell--1 p {
  color: #0e7ba4; }

.DeliveryDate__table > thead td:nth-child(7), .DeliveryDate__table>tbody td:nth-child(7) .DeliveryDate__table__cell--1 p {
  color: #ea434b; }

.DeliveryDate__table td, .DeliveryDate__table__time>tbody td {
  border-bottom: 1px solid #d4d3d3;
  border-left: 1px solid #d4d3d3; }

.DeliveryDate__table td:first-child, .DeliveryDate__table__time>tbody td:first-child {
  border-left: none; }

.DeliveryDate__btn {
  width: 250px;
  margin: 50px 10px 10px 0px;
  padding: 12px 0;
  border: 1px solid #7c7c7c;
  border-radius: 8px;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.DeliveryDate__btn:active,
.DeliveryDate__btn:hover {
  opacity: .6; }

.DeliveryDate__table__cell.js-active,
.js-active.DeliveryDate__table__cell--1,
.js-active.DeliveryDate__table__cell--2,
.js-active.DeliveryDate__table__cell--3,
.DeliveryDate__table__time__cell.js-active,
.js-active.DeliveryDate__table__time__cell--1,
.js-active.DeliveryDate__table__time__cell--2 {
  background: #FE8003; }

.DeliveryDate__table__cell.js-active .DeliveryDate__table__date--1,
.js-active.DeliveryDate__table__cell--1 .DeliveryDate__table__date--1,
.js-active.DeliveryDate__table__cell--2 .DeliveryDate__table__date--1,
.js-active.DeliveryDate__table__cell--3 .DeliveryDate__table__date--1,
.DeliveryDate__table__time__cell.js-active .DeliveryDate__table__time__disp,
.js-active.DeliveryDate__table__time__cell--1 .DeliveryDate__table__time__disp,
.DeliveryDate__table__time__cell.js-active .DeliveryDate__table__time__nonselected,
.js-active.DeliveryDate__table__time__cell--1 .DeliveryDate__table__time__nonselected {
  color: #fff!important; }

.DeliveryDate__table__cell.js-active .DeliveryDate__table__mark--1:before,
.js-active.DeliveryDate__table__cell--1 .DeliveryDate__table__mark--1:before,
.js-active.DeliveryDate__table__cell--2 .DeliveryDate__table__mark--1:before,
.js-active.DeliveryDate__table__cell--3 .DeliveryDate__table__mark--1:before,
.DeliveryDate__table__time__cell.js-active .DeliveryDate__table__time__mark--1:before,
.js-active.DeliveryDate__table__time__cell--1 .DeliveryDate__table__time__mark--1:before,
.js-active.DeliveryDate__table__time__cell--2 .DeliveryDate__table__time__mark--1:before,
.js-active.DeliveryDate__table__time__cell--3 .DeliveryDate__table__time__mark--1:before {
  border: 4px solid #fff; }

.DeliveryDate__table__cell.js-active .DeliveryDate__table__txt--1,
.js-active.DeliveryDate__table__cell--1 .DeliveryDate__table__txt--1,
.js-active.DeliveryDate__table__cell--2 .DeliveryDate__table__txt--1,
.js-active.DeliveryDate__table__cell--3 .DeliveryDate__table__txt--1 {
  color: #fff; }

.DeliveryDate__table__cell.js-active:active,
.DeliveryDate__table__cell.js-active:hover,
.js-active.DeliveryDate__table__cell--1:active,
.js-active.DeliveryDate__table__cell--1:hover,
.js-active.DeliveryDate__table__cell--2:active,
.js-active.DeliveryDate__table__cell--2:hover,
.js-active.DeliveryDate__table__cell--3:active,
.js-active.DeliveryDate__table__cell--3:hover,
.DeliveryDate__table__time__cell.js-active:active,
.DeliveryDate__table__time__cell.js-active:hover,
.js-active.DeliveryDate__table__time__cell--1:active,
.js-active.DeliveryDate__table__time__cell--1:hover,
.js-active.DeliveryDate__table__time__cell--2:active,
.js-active.DeliveryDate__table__time__cell--2:hover {
  opacity: 1; }

.ItemList__label {
  position: absolute;
  right: 5px;
  bottom: 7px;
  line-height: 1.1; }

.ItemList__label__delivery {
  display: inline-block;
  margin-left: 1px;
  padding: 4px 10px;
  border-radius: 11px;
  background: #094;
  color: #fff;
  text-align: center; }

.ItemList__label__temp,
.ItemList__label__temp--1,
.ItemList__label__temp--2,
.ItemList__label__temp--3 {
  display: inline-block;
  width: 45px;
  margin-left: 1px;
  padding: 4px 0;
  border-radius: 11px;
  color: #fff;
  text-align: center; }

.ItemList__label__temp--1 {
  background: #094; }

.ItemList__label__temp--2 {
  background: #00b7ee; }

.ItemList__label__temp--3 {
  background: #0068b7; }

.Modal__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  width: 100%;
  height: 100%; }

.Modal__overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5; }

.Modal__in {
  display: none;
  position: relative;
  z-index: 5020;
  height: 100vh; }

.Modal__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0; }

.Modal__in2 {
  display: table;
  width: 100%;
  height: 100%; }

.Modal__in3 {
  display: table-cell;
  vertical-align: middle; }

.Modal__body {
  position: relative;
  width: 980px;
  margin: 0 auto; }

.popup{
  overflow-x: hidden !important;
}

.popup .error_area {
  color: #e01103;
  padding: 20px 10px 10px 10px; }

#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper > div{
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxOverlay {
  background: #000 repeat 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#cboxContent,
.cboxIframe {
  background: #fff; }

#cboxContent,
#cboxLoadedContent,
#onestop_application_popup{
  overflow: hidden !important;
}

#cboxLoadedContent{
  overflow: hidden !important;
}

#cboxContent .popup_title {
  position: relative;
  padding: 16px 30px;
  background: #ffffff; }

#cboxContent .popup_title span {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4; }

#cboxContent .popup_title i {
  position: absolute;
  right: 20px;
  top: 20%;
  cursor: pointer;
  font-style: initial;
}

.otherInputWrap {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

.otherInputTitle {
  line-height: 36px;
  margin-right: 25px;
  min-width: 8em; }

.otherInput {
  line-height: 2em; }

.card_no {
  margin-right: 3em; }

.lgreenInputArea {
  padding: 15px 60px 15px 60px;
  background: #ebfff3;
  cursor: pointer;
  line-height: 150%;
  text-indent: -16px;
  width: 700px;
  border-radius: 5px; }

.card_input_area .card_input_area-cvc-desc {
  padding: 20px 0 0; }

.card_input_area .card_input_area-cvc-desc img {
  margin-left: 30px; }

.card_input_area .card_input_area-cvc-desc .card_input_area-cvc-desctxt {
  font-size: 0.9em;
  margin: 0;
  padding: 20px 1em;
  text-indent: -1em;
  line-height: 150%; }

.disclosuretCheckWrap {
  margin-bottom: 30px; }

.DeliveryInput__body .submitButtonSmall {
  vertical-align: middle; }

.notes {
  text-align: center;
  font-weight: 600;
  color: #e01103;
  background: #fffecf;
  border: 1px solid #ccc;
  margin: 0 0 40px;
  padding: 15px 10px; }

.notes h3 {
  font-size: 18px; }

.paypay_notes p {
  color: #e01103;
}

.oneStopCalcArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  box-sizing: border-box; }

.oneStopCalcArea .donation_price {
  text-align: center; }

.oneStopCalcArea .res_price {
  font-size: 1rem; }

.oneStopCalcArea .res_price_01 {
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px; }

.oneStopCalcArea .res_price_02 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 10px; }

.oneStopCalcArea span {
  margin: 0 5px; }

.oneStopCalcArea > span {
  margin-bottom: 5px; }

.select_use {
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.select_use .orderDetailWrapper {
  width: 49%; }

.select_use .select_use-title {
  display: block;
  background-color: #eaeaea;
  padding: 15px 20px;
  line-height: 1.2;
  vertical-align: middle; }

.select_use .about_use {
  padding: 0 20px 20px; }

.select_use .about_use .total_change {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 30px 0 10px; }

.select_use .about_use .total_change input[type='text'] {
  border: solid 1px #eaeaea;
  padding: 0 5px;
  margin: 0 10px;
  width: 100px;
  border-radius: 5px; }

.select_use .about_use .total_change input[type='text']:focus {
  outline: solid 1px #ccc; }

.select_use .about_use .total_change input[type='button'] {
  margin: 0 0 0 15px; }

.select_use .change_confirm_box {
  position: absolute;
  padding: 22px 0 24px;
  display: none;
  right: 35px;
  bottom: 18px;
  width: 318px;
  border: 1px solid #808080;
  background: #ffffff;
  z-index: 101; }

.select_use .change_confirm_box ul {
  margin: 0;
  padding: 0;
  text-align: center; }

.select_use .change_confirm_box ul li {
  list-style-type: none; }

.select_use .change_confirm_box ul li input[type=text] {
  margin-right: 10px;
  width: 188px;
  height: 30px;
  text-align: right;
  font-size: 14px; }

.select_use .change_confirm_box ul li input[type=button] {
  width: 100px; }

.select_use .change_confirm_box ul:first-child {
  margin-bottom: 21px; }

.select_use .change_confirm_box ul:last-child {
  margin-top: 20px; }

.oneStopDescription.use_donations {
  padding: 35px 20px; }

.oneStopDescription.use_donations .submitButtonLarge {
  margin-bottom: 15px; }

#donate_complete_popup .oneStopDescription {
  padding: 35px 20px; }

#donate_complete_popup .oneStopDescription > span {
  padding: 0 6px;
  font-size: 1.1rem; }

.pay_list_02 {
  margin: 0 -20px 0 0;
  padding: 0;
  font-size: 0; }

.pay_list_02 li {
  margin: 0 20px 20px 0;
  display: inline-block;
  width: 460px;
  list-style-type: none;
  vertical-align: top;
  font-size: 14px; }

.pay_list_02 li dl {
  margin: 0;
  padding: 15px 15px 0;
  border: 1px solid #ccc; }

.pay_list_02 li dl dt {
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 20px; }

.pay_list_02 .radio_line {
  padding-left: 30px;
  position: relative; }

.pay_list_02 input[type=radio] {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0; }

.pay_list_02 input[type=radio]:checked[type=radio] + span::before {
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 100;
  background: white;
  box-sizing: border-box;
  border-radius: 50%;
  background: #808080;
  transform: scale(0.5, 0.5); }

.pay_list_02 input[type=radio] + span:after {
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 10;
  background: white;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #808080; }

#benri {
  padding-bottom: 20px; }

#benri nav {
  background: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 10px;}

#benri nav div a {
  display: block;
  padding: 15px 1em;
  margin: 0 0.5em;
  cursor: pointer;
  text-decoration: none;
  color: #333; }

#benri nav div p {
  display: block;
  padding: 10px 1em;
  margin: 0 0.5em;
  text-decoration: none;
  color: #333; }

#benri nav div p.txt {
  font-weight: normal;}

#benri nav div a:hover {
  text-decoration: none;
  color: #ff8400;
  padding: 15px 1em 12px;
  border-bottom: solid 3px #ff8400; }

#benri .donation_id,
#benri .last_updated {
  font-size: 12px;
  display: inline-block; }

#benri .last_updated {
  float: right; }

#benri .taC {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end; }

#benri .taC input[type='button'] {
  margin-left: 10px; }

#benri .table_style_01 {
  margin-bottom: 30px; }

#benri .table_style_01 .card_code {
  padding:15px 0 15px 0;
  text-align: center; }

#benri .table_style_01 .card_code span {
  margin-left: 3em; }

.V1807-hist {
  border-bottom: solid 1px #f1f1f1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.V1807-hist__1st__order_name_only {
  display: -ms-flexbox;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px; }

.V1807-hist__1st__order_name_only > div {
  background: #f2f2f2;
  display: flex;
  padding: 20px;
  box-sizing: border-box; }
  
.V1807-hist__1st {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 10px; }

.V1807-hist__1st > div {
  background: #f2f2f2;
  padding: 20px;
  box-sizing: border-box; }

.V1807-hist__1st__order_name_only .V1807-hist__1st__col1 {
  background: #f2f2f2;
  display: -ms-flexbox;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 10px;}

.V1807-hist__1st__order_name_only .V1807-hist__1st__col1 p.order_name_col {
  display: block;
  padding: 2px 10px 2px 0px;
  margin: 0 0em;
  cursor: pointer;
  text-decoration: none;
  color: #333;}

.V1807-hist__1st__order_name_only .V1807-hist__1st__col1 p.order_name_txt {
  display: block;
  font-weight: normal;
  padding: 2px 10px 2px 0px;
  margin: 0 0.5em;
  cursor: pointer;
  text-decoration: none;
  color: #333;}

.V1807-hist__1st .V1807-hist__1st__col1 {
  width: 50%;
  position: relative; }

.V1807-hist__1st .V1807-hist__1st__col1 .V1807-histCond__box-disable {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  text-align: center;
  font-size: 1.2em; }

.V1807-hist__1st .V1807-hist__1st__col1 .V1807-histCond__send {
  font-weight: 600;
  margin-top: 25px; }

.V1807-hist__1st .V1807-hist__1st__col1 .V1807-histCond__send__txt {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 20px; }

.V1807-hist__1st .V1807-hist__1st__col2 {
  position: relative;
  width: 49%; }

.V1807-hist__1st .V1807-hist__1st__col2 .V1807-histAdd_btn {
  position: absolute;
  bottom: 20px;
  right: 20px; }

.V1807-hist__1st .V1807-hist__1st__col2 .V1807-histAdd_paypay_gv_message a {
  text-decoration: none; 
  text-decoration: underline;
  padding: 0px; 
}

.V1807-hist__1st .V1807-hist__1st__col2 .V1807-histAdd_paypay_gv_qr {
  padding-bottom: 14px;
}

.V1807-hist__1st .V1807-hist__1st__col2 a {
  text-decoration: none;
  padding: 15px; }

.V1807-hist__1st .V1807-hist__1st__col2 .donation_user {
  margin-bottom: 1.5em; }

.V1807-hist__1st .V1807-hist__1st__col2 .donation_user span {
  margin-right: 1.5em; }

.text_right_block {
  position: relative;
  width: 54%;
  margin-left: auto; }

.V1807-histItem__tcol1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 10px 0 20px; }

.V1807-histItem__tcol1 .V1807-histItem__date {
  font-size: 12px;
  margin-right: 2em; }

.V1807-histItem__tcol1 .V1807-histItem__cond {
  margin-left: auto;
  font-weight: 500;
  font-size: 1.2em; }

.V1807-histCond__box__title {
  font-size: 18px;
  font-weight: 600; }

.V1807-histCond__box__pic,
.V1807-histCond__box__pic--1,
.V1807-histCond__box__pic--2,
.V1807-histCond__box__pic--3,
.V1807-histCond__box__pic--4,
.V1807-histCond__box__pic--5 {
  position: relative;
  width: 270px;
  height: 48px;
  margin: 40px auto 0; }

.V1807-histCond__box__pic__parts,
.V1807-histCond__box__pic__parts--1,
.V1807-histCond__box__pic__parts--2,
.V1807-histCond__box__pic__parts--3,
.V1807-histCond__box__pic__parts--4 {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #a0a0a0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 10; }

.V1807-histCond__box__pic__parts.active,
.V1807-histCond__box__pic__parts--1.active,
.V1807-histCond__box__pic__parts--2.active,
.V1807-histCond__box__pic__parts--3.active,
.V1807-histCond__box__pic__parts--4.active {
  background: #ff8400; }

.V1807-histCond__box__pic__parts--1::before,
.V1807-histCond__box__pic__parts--2::before,
.V1807-histCond__box__pic__parts--3::before,
.V1807-histCond__box__pic__parts--4::before,
.V1807-histCond__box__pic__parts::before {
  content: "";
  display: block;
  position: absolute;
  left: -56px;
  width: 56px;
  height: 2px;
  background: #a0a0a0;
  top: 50%;
}

.V1807-histCond__box__pic__parts--two-steps--last::before {
  left: -136px;
  width: 136px;
}

.V1807-histCond__box__pic__parts--1:first-child::before,
.V1807-histCond__box__pic__parts--2:first-child::before,
.V1807-histCond__box__pic__parts--3:first-child::before,
.V1807-histCond__box__pic__parts--4:first-child::before,
.V1807-histCond__box__pic__parts:first-child::before {
  content: normal; }

.V1807-histCond__box__pic__parts--1 {
  left: 0; }

.V1807-histCond__box__pic__parts--2 {
  left: 81px; }

.V1807-histCond__box__pic__parts--3 {
  left: 162px; }

.V1807-histCond__box__pic__parts--4 {
  left: 243px; }

.V1807-histCond__box__pic__parts--two-steps--last {
  left: 162px;
}

.V1807-histCond__box__pic__txt,
.V1807-histCond__box__pic__txt--1,
.V1807-histCond__box__pic__txt--2,
.V1807-histCond__box__pic__txt--3,
.V1807-histCond__box__pic__txt--4 {
  position: absolute;
  bottom: 0;
  width: 80px;
  color: #999;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  font-weight: 600; }

.V1807-histCond__box__pic__txt.active,
.V1807-histCond__box__pic__txt--1.active,
.V1807-histCond__box__pic__txt--2.active,
.V1807-histCond__box__pic__txt--3.active,
.V1807-histCond__box__pic__txt--4.active {
  color: #ff8400; }

.V1807-histCond__box__pic__txt--1 {
  left: -28.5px; }

.V1807-histCond__box__pic__txt--2 {
  left: 56px; }

.V1807-histCond__box__pic__txt--3 {
  left: 135px; }

.V1807-histCond__box__pic__txt--4 {
  left: 218px; }

.V1807-histAdd__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.6; }

.V1807-histAdd__list .V1807-histAdd__bodyCol {
  margin-top: 1em; }

.V1807-histItem__col {
  display: -ms-flexbox;
  display: flex; }

.V1807-histItem__col .V1807-histItem__picCol {
  width: 250px; }

.V1807-histItem__col .V1807-histItem__picCol img {
  width: 100%; }

.V1807-histItem__col .V1807-histItem__txtCol {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 30px; }

.V1807-histItem__col ul {
  list-style: none;
  padding: 0; }

.V1807-histItem__col .V1807-histItem__name {
  font-size: 20px;
  font-weight: 600;
  margin: 0; }

.V1807-histItem__col .V1807-histItem__sub {
  margin: 10px 0 0; }

.V1807-histItem__col .V1807-histItem__tcol2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.V1807-histItem__col .V1807-histItem_provider {
  font-size: 12px; }

.V1807-histItem__col .V1807-histItem__price {
  font-size: 16px; }

.V1807-histItem__col .V1807-histItem__paypay__link {
  font-size: 14px; }

.V1807-histItem__btns__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end; }

.V1807-histItem__btns__list li {
  margin-left: 10px; }

.V1807-histItem__btns__list li a {
  text-decoration: none;
  line-height: 1.4; }

.V1807-myItem__atn {
  display: inline-block;
  font-size: 12px; }

.V1807-histItem__cert {
  display: inline-block;
  float: right; }

.V1807-histItem__cert--nostatus {
  margin: 0;
}

.V1807-histItem__cert--status {
  display: inline-block;
  float: right;
}

.V1807-histItem__paypay-gv-assign-date {
  margin-top: 0px;
}

.table_style_01.benri-deliv-modal td {
  padding-left: 30px; }

.table_style_01.benri-deliv-modal .zh-parent-first-name,
.table_style_01.benri-deliv-modal .zh-parent-first-name-kana,
.table_style_01.benri-deliv-modal .zh-parent-last-name,
.table_style_01.benri-deliv-modal .zh-parent-last-name-kana {
  width: 10em; }

.table_style_01.benri-deliv-modal .zh-parent-zip-01 {
  width: 4em; }

.table_style_01.benri-deliv-modal .zh-parent-zip-02 {
  width: 5em; }

.table_style_01.benri-deliv-modal .address_input_tr {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 15px; }

.table_style_01.benri-deliv-modal .address_input_tr > div:first-child {
  margin-right: 30px;
  width: 8em; }

.table_style_01.benri-deliv-modal .zh-parent-town {
  width: 20em; }

.table_style_01.benri-deliv-modal .zh-parent-tel01,
.table_style_01.benri-deliv-modal .zh-parent-tel02,
.table_style_01.benri-deliv-modal .zh-parent-tel03 {
  width: 5em; }

.l__sec--def {
  margin: 0 15px; }

.onestop_application.submitButtonLarge {
  padding: 12px 30px;
  height: auto;
  min-width: auto;
  font-size: 1em;
  line-height: 150%; }

.zh-popup-open.addres_link_color {
  color: #0045CB;
  margin-left: 1em; }

#popup_onestop {
  max-height: 100vh;
  overflow: scroll; }

#popup_onestop .popup_content {
  padding-bottom: 50px; }

#popup_onestop .table_style_01 td {
  padding-left: 30px; }

#popup_onestop .table_style_01 td ul {
  padding: 0;
  list-style-type: none; }

#popup_onestop .table_style_01 td ul li {
  line-height: 150%; }

.table_style_01 td .inputmg_02 .input_cross {
  margin-right: 15px; }

.zh-zip-01.zh-parent-zip-01 {
  margin-left: 1em; }

.V1807-contact {
  width: 55%;
  border: 1px solid #ccc;
  margin-left: auto;
  padding: 15px;
  margin-top: 15px;
  box-sizing: border-box; }

.V1807-contact .V1807-contactData {
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em; }

.V1807-contact .V1807-contactData dd {
  margin: 0; }

.V1807-contact .V1807-contactData dt {
  width: 10em; }

#onestop_application_contents ul,
#onestop_application_contents_01-1 ul {
  list-style-type: none;
  padding: 0; }

#onestop_application_contents .intro_content,
#onestop_application_contents_01-1 .intro_content {
  height: 180px; }

#onestop_application_contents .OnestopFloatbox,
#onestop_application_contents_01-1 .OnestopFloatbox {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#onestop_application_contents .OnestopFloatbox input[type="password"] {
  max-width: 200px;
}

#onestop_application_contents .OnestopFloatbox .OnestopFloatbox__left--w,
#onestop_application_contents_01-1 .OnestopFloatbox .OnestopFloatbox__left--w {
  width: 50%;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

#onestop_application_contents .OnestopFloatbox .OnestopFloatbox__right--w,
#onestop_application_contents_01-1 .OnestopFloatbox .OnestopFloatbox__right--w {
  width: 49%;
  width: 49%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

#onestop_application_contents .OnestopFloatbox .emphasis_01,
#onestop_application_contents_01-1 .OnestopFloatbox .emphasis_01 {
  background-color: #eaeaea;
  border: 1px solid #CCC;
  margin: 0;
  box-sizing: border-box;
  padding: 15px; }

#onestop_application_contents .OnestopFloatbox .emphasis_01.emphasis_01-100,
#onestop_application_contents_01-1 .OnestopFloatbox .emphasis_01.emphasis_01-100 {
  width: 100%; }

#onestop_application_contents .lgreenInputArea,
#onestop_application_contents_01-1 .lgreenInputArea {
  padding: 15px 10px 15px 30px;
  background: #ebfff3;
  cursor: pointer;
  line-height: 150%;
  text-indent: -16px;
  width: 200px;
  border-radius: 5px;
  display: block;
  margin: 0 auto; }

#onestop_application_contents .OnestopCheck.check_button_01,
#onestop_application_contents_01-1 .OnestopCheck.check_button_01 {
  margin: 30px 0; }

#onestop_application_contents .check_button_02,
#onestop_application_contents_01-1 .check_button_02 {
  text-align: center; }

#onestop_application_contents .Framebox,
#onestop_application_contents_01-1 .Framebox {
  background-color: #fff;
  border: 1px solid #CCC;
  padding: 20px; }

#onestop_application_contents .ol_center,
#onestop_application_contents_01-1 .ol_center {
  display: inline-block; }

#onestop_application_contents .check_button_02,
#onestop_application_contents_01-1 .check_button_02 {
  width: 100%; }

#onestop_application_contents .OnestopEntry01,
#onestop_application_contents_01-1 .OnestopEntry01 {
  width: auto;
  margin: 0 auto; }

#onestop_application_contents .OnestopBtn,
#onestop_application_contents_01-1 .OnestopBtn {
  margin-top: 15px; }

#onestop_application_contents .OnestopBtn a.btn_netprint_notactive,
#onestop_application_contents_01-1 .OnestopBtn a.btn_netprint_notactive {
  background-color: #ccc;
  background-image: url("/static/master/packages/y-sf/default/img/icon_netprint.png");
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 34px;
  padding: 2px 10px 2px 54px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  height: 54px;
  min-width: 216px;
  pointer-events: none !important;
  cursor: default;
}

#onestop_application_contents .OnestopBtn .btn_netprint__txt,
#onestop_application_contents_01-1 .OnestopBtn .btn_netprint__txt {
  /* display: table-cell;
  vertical-align: middle;
  height: 54px;
  min-width: 188px; */
  display: block;
  vertical-align: middle;
  margin: 0;
  line-height: 56px;
}

.V1807-histItem__btns__list .onestop-notice {
  display: block;
  width: 220px;
  background: #ffecd8;
  padding: 10px;
  margin-bottom: -10px; }

.V1807-histItem__btns__list .onestop-notice .onestop-notice-text {
  font-size: 12px;
  display: block;
  padding: 0 2px 5px;
  text-align: center;
  line-height: 120%; }

.V1807-histItem__btns__list .onestop-notice .onestop-notice-text .onestop-notice-text_big {
  display: block;
  font-weight: 900; }

#onestop_application_contents .table_style_01 td,
#onestop_application_contents_01-1 .table_style_01 td,
#onestop_application_contents .table_style_01 th,
#onestop_application_contents_01-1 .table_style_01 th {
  height: 100px;
  padding-top: 0;
  padding-bottom: 0; }

#onestop_application_contents .table_style_01 td ul,
#onestop_application_contents_01-1 .table_style_01 td ul,
#onestop_application_contents .table_style_01 th ul,
#onestop_application_contents_01-1 .table_style_01 th ul {
  margin: 0; }

#onestop_application_contents .OnestopEntry01,
#onestop_application_contents_01-1 .OnestopEntry01 {
  font-size: 12px; }

#onestop_application_contents .OnestopEntry01 input,
#onestop_application_contents_01-1 .OnestopEntry01 input {
  font-size: 1rem; }

.CardSecurityCodeBox__q{
  margin-top: 10px;
}
.CardSecurityCodeBox__q__txt ul {
  padding: 0;
  list-style-type: none; }

.cardChangeForm .table_style_01 td {
  padding-left: 30px;
  padding-right: 30px; }

.has-bro-icon {
  display: none; }

.checkicon {
  display: inline-block;
  background: white;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  border: 1px solid #808080;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 7px;
  top: -2px; }

.checkicon::before {
  content: '✓';
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1em;
  background: transparent;
  transform: translate(-50%, -50%); }

:checked + .checkicon {
  background: #e01103;
  border: 1px solid #e01103; }

.has-bro-radioicon {
  display: none; }

.radioicon {
  display: inline-block;
  background: white;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  border: 1px solid #808080;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 7px;
  top: -2px; }

:checked + .radioicon::before {
  content: '';
  background: #e01103;
  border: 1px solid #e01103;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1em;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

:checked + .radioicon::after {
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1em;
  transform: translate(-50%, -50%);
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 50%; }

.oneStopDescription {
  margin-top: 5px;
  width: 100%;
  background: #f2f2f2;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 5px; }

.oneStopDescriptionTitle {
  font-size: 1.2em; }

  .input_cross {
      margin: 0 15px 0 5px;
  }

.static-page::after{
  display: block;
  content: '';
  clear: both;
}
.static-page section {
    padding: 0 10px 20px;
}
.static-page a,
.static-page a:link {
    color: #333;
}
.static-page blockquote,
.static-page dl,
.static-page ol,
.static-page p,
.static-page ul {
    margin: 10px 0 0;
}
.static-page ul{
  list-style: none;
  padding: 0;
}
.static-page h2 {
 font-size: 1.4em;
 margin-top: 28px;
 font-weight: bold;
}

.static-page table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    margin: 20px 0 0;
    padding: 0;
    border-bottom: 0;
}
.static-page td, th {
    border-bottom: 1px solid #ccc;
}
.static-page th {
    background-color: #ebebeb;
    padding: 15px;
    white-space: nowrap;
}

.static-page .rules .clause h5 {
  font-size: 1.1em;
  margin: 20px 0 0;
}
.static-page .timestamp {
    text-align: right;
    padding: 30px 10px 0 0;
}

.static-page .flL {
    float: left;
}


.static-page .table_company01 {
    float: right;
    width: 700px;
    height: 387px;
    margin: 0;
    line-height: 1.8;
}
.static-page .table_company01 th {
    width: 130px;
    font-weight: normal;
    text-align: left;
}
.static-page .table_company01 th,
.static-page .table_company01 td {
    padding: 0;
}
.static-page .table_company01 th div,
.static-page .table_company01 td div {
    padding: 10px 15px;
}
.static-page .link_ext01 {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.static-page .link_ext01::after {
    content: "外部リンク";
    position: absolute;
    top: 4px;
    left: 2.3em;
    overflow: hidden;
    width: 14px;
    height: 14px;
    margin: 0;
    background-image: url(/static/master/packages/default/images/company/ico_ext01.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -10000px;
}

.mdBreadCrumb {
    line-height: 1.2;
}

.mdBreadCrumb ol {
  font-size: 0;
  padding-left: 0;
}
.mdBreadCrumb li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 11px;
  font-size: 13px;
  line-height: 1.2;
}
.mdBreadCrumb li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}
.mdBreadCrumb li:before {
  content: ">";
  left: 0;
  color: #888;
  font-family: sans-serif;
  font-size: 1rem;
  padding: 0 5px;
}
.mdBreadCrumb li:first-child::before{
  display: none;
}
.mdBreadCrumb li a{
  text-decoration: none;
}
.mdBreadCrumb strong{
  font-weight: normal;
}

.DeliveryDate__body__table__month {
    color:#000;
    padding:0.5em 0;
    font-size: 22px;
    margin:10px 0;
    border-bottom: 3px solid #808080;
    margin-bottom: 10px;
}

.DeliveryDate__head2 {
    position: relative;
    padding: 8px 30px;
    background: #ffffff;
    border-bottom: 3px solid #808080;
}

.DeliveryTime__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}

.DeliveryDate__btn__container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.DeliveryDate__done__btn:active, .DeliveryDate__done__btn:hover {
    opacity: .6
}

.DeliveryDate__done__btn {
    width: 250px;
    margin: 50px 0px 10px 10px;
    padding: 12px 0;
    background: linear-gradient(180deg, #ffa340, #ff8400);
    border: 1px solid #FE8003;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.error__msg {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    color: #ea434b;
    position: absolute;
    padding: 25px 0px 0px 50%;
    width: 50%;
}

.DeliveryDate__done__btn__disabled {
    background: #ccc;
    border-color: #ccc;
}

.DeliveryDate__table__holiday {
    color: #ea434b
}

.shop_choice_shop_name {
    text-align: left;
    font-weight: bold;
    font-size: 21px;
}
/* PayPay払い自治体選択 */
.shop_choice_paypay_b{
  margin: auto;
  display: block;
}
.shop_choice_paypay_b.disable{
  border: 1px solid #999;
  background: #CCCCCC;
  color: #999;
  pointer-events: none !important;
}
.shop_choice_total_amount {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 6%;
}
.shop_choice_total_amount_num {
  color: red;
  font-size: 22px;
  display: inline;
  font-weight: bold;
}
.shop_choice_btn_caution {
  color: red;
  line-height: 1.5;
}
.shop_choice_item {
  padding: 25px;
  border-bottom: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
}
.shop_choice_main_caution {
  text-align: center;
  background-color: #fff0dc;
  line-height: 22px;
}
.shop_choice_payapy_caution1 {
  font-size: 17px;
  font-weight: bold;
  padding: 20px;
}
.shop_choice_payapy_caution2 {
  margin-top: 6px;
  color: red;
  padding-bottom: 20px;
}
.shop_choice_payapy_caution3 {
  margin-top: 6px;
  padding-bottom: 20px;
}
.shop_choice_sub_title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 46px;
  margin-bottom: 20px;
  text-align: center;
}
.shop_choice_unitunm {
  display: inline;
  font-weight: bold;
}
.shop_choice_item_left_wrap {
  padding-left: 30px;
  line-height: 30px;
}
.shop_choice_order_table {
  border: solid 1px #d1d1d1;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
  border-spacing: 0;
  margin-top: 26px;
}
.shop_choice_order_table th{
  font-weight: normal;
  background-color: #eaeaea;
  text-align: center;
  font-size: 12px;
  padding: 15px 20px;
  line-height: 1.2;
  vertical-align: middle;
  border-right: solid 1px #d1d1d1;
}
.shop_choice_order_table td{
  border: none;
  vertical-align: middle;
}
.shop_choice_order_table .item {
  width: 50%;
  padding: 25px 15px;
  border-bottom: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
}
.shop_choice_order_table .item_img img {
  margin-right: 10px;
  vertical-align: top;
  width: 120px;
}
.shop_choice_order_history_btn {

  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ff8400;
  border-radius: 5px;
  padding: 0 40px;
  color: #fff;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  cursor: pointer;
  min-width: 300px;
  vertical-align: bottom;
}
.shop_choice_order_history {
  margin-bottom: -25px;
  margin-top: 37px;
  text-align: center;
}

.connect-customer-banner {
    position: relative;
}

.connect-customer-banner img {
    width: 100%;
}

.connect-customer-banner button {
    position: absolute;
    top: 100px;
    right: 20px;
    background-color: #9a5a24;
    min-width: 260px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    height: 50px;
    border: 1px solid #9a5a24;
    border-radius: 5px;
    cursor: pointer;
}

.entryCompleteDescription {
  margin-top: 40px;
  width: 100%;
  background: #fdf4e8;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 200px;
}
.mypageTransitionButton {
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ff8400;
  border-radius: 5px;
  padding: 0 40px;
  color: #fff;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  cursor: pointer;
  min-width: 300px;
  vertical-align: bottom;
}

#countdown {
  color: #f00;
}

/* YSHPさとふるログイン画面関連のスタイル */
.login_left .emphasis_01,
.login_right .emphasis_01 {
  background-color: #fcf7f2;
  border: #9a5a24 1px solid;
  display: block;
  margin: 40px 0 0 0;
  /*0721 meta*/
  padding: 30px;
  box-sizing: border-box;
  height: 730px;
}

.login_left {
  width: 470px;
  margin: 0 0 0 0;
  /*0721 meta*/
  float: left;
  padding: 0;
  text-align: center;
}

.login_left h3 {
  margin: 0;
  font-size: 20px;
}

.login_left input[type="button"] {
  width: 310px;
  font-size: 14px;
}

.login_left .emphasis_inner p {
  line-height: 190%;
  margin: 0;
  padding: 0;
}

.login_left .emphasis_inner p span {
  margin: 3px 0 0 0;
  display: inline-block;
}

.login_left .error_area {
  color: red;
  font-weight: bold;
  padding: 5px;
  border: 1px solid red;
  margin: 10px;
  background: #fff2ef;
}

.login_left .error_area p{
  margin:10px 0 0;
}

.login_center .emphasis_01,
.login_right .emphasis_01 {
  background-color: #fcf7f2;
  border: #9a5a24 1px solid;
  display: block;
  margin: 40px 0 0 0;
  /*0721 meta*/
  padding: 30px;
  box-sizing: border-box;
}

.login_center {
  margin: 0 0 0 0;
  /*0721 meta*/
  padding: 0;
  text-align: center;
}

.login_center h3 {
  margin: 0;
  font-size: 20px;
}

.login_center input[type="button"] {
  width: 310px;
  font-size: 14px;
}

.login_center .emphasis_inner p {
  line-height: 190%;
  margin: 0;
  padding: 0;
}

.login_center .emphasis_inner p span {
  margin: 3px 0 0 0;
  display: inline-block;
}

.login_center .error_area {
  color: red;
  font-weight: bold;
  padding: 5px;
  border: 1px solid red;
  margin: 10px;
  background: #fff2ef;
}

.login_center .error_area p{
  margin:10px 0 0;
}

.login_right {
  width: 470px;
  margin: 0 0 0 0;
  /*0721 meta*/
  float: right;
  padding: 0;
  text-align: center;
}

.login_right h3 {
  margin: 0;
  font-size: 20px;
}

.login_right p {
  line-height: 1.5em;
  /*0723 meta*/
}

.login_right .reason img {
  vertical-align: bottom;
}

.ID_PASS {
  margin: 20px 0 20px 0;
  padding: 0;
}

.ID_PASS label {
  display: inline-block;
  margin-right: 20px;
  width: 116px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.3;
}

.ID_PASS input {
  width: 255px;
  height: 35px;
  padding: 5px;
  border: 1px solid #CCC;
}

.loginCond__box_autologin{
  border: 1px solid #aa6666;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;}

.loginCond__box_autologin .input_box_autologin {
  position: relative;
  display: inline;}

.login_left .loginCond__box_info{
  border: 1px solid #808080;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  background-color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.login_left .login_button {
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ff8400;
  border-radius: 5px;
  padding: 0 40px;
  color: #fff;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  cursor: pointer;
  min-width: 300px;
  vertical-align: bottom; }

  .login_center .loginCond__box_info{
    border: 1px solid #808080;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.5;
  }
  
  .login_center .login_button {
    -webkit-appearance: none;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #ff8400;
    border-radius: 5px;
    padding: 0 40px;
    color: #fff;
    background: linear-gradient(180deg, #ffa340, #ff8400);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 58px;
    line-height: 58px;
    text-decoration: none;
    cursor: pointer;
    min-width: 300px;
    vertical-align: bottom; }

.login_right .loginCond__box_info{
  border: 1px solid #808080;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 24px;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff;
}

.login_right .entry_button {
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ff8400;
  border-radius: 5px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  text-decoration: none;
  cursor: pointer;
  min-width: 300px;
  vertical-align: bottom; 
  display: inline-block;
}

.mt00 {
  margin-top: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb60 {
  /*0722 meta*/
  margin-bottom: 60px;
}

.mt15 {
  margin-top: 15px;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
}
.not_registered {
  margin-top: 40px;
  /*0723 meta*/
  padding: 0 0 0 0;
  /*0723 meta*/
  border-top: 1px solid #9a5a24;
}

#popup_login {
  max-height: 100vh;
  overflow: scroll; }

.popup_login_title {
  text-align:center; }

#popup_login .popup_login_info{
  width: 95%;
  margin: auto; }

#popup_login .popup_login_info div{
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 24px; }
/* YSHPさとふるログイン画面のスタイル end */


/* 一休クーポンph2対応 */
/* 便利ページ start */
.coupon-info{
  margin-top: 15px;
  margin-bottom: 30px;
}
.coupon-info-text-list{
  margin-bottom: 30px;
}
.coupon-info-text-title{
  font-size: 18px;
  line-height: 50%;
}
.coupon-info-label{
  color: #fff;
  background-color: rgb(86, 82, 82);
  width: 15%;
  text-align: center;
}
.coupon-info-text{
  line-height: 100%;
}
#copyTarget{
  width: 13em;
  padding: 0;
  border:none;
  outline: none;
}
.confirm_deliv_time_change_submit {
  text-decoration:none;
  white-space: nowrap;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #ff8400;
  border-radius: 5px;
  padding: 8px 14px;
  color: #fff;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  text-align: center;
  cursor: pointer;
  vertical-align: bottom;
}
a.confirm_deliv_time_change_submit_btn_disable {
  border: 1px solid #999;
  background: #ccc;
  color:  #999;
  pointer-events: none !important;
  cursor: default;
}
.V1807-histCond__send__title {
  display: inline-block;
  margin-right: 6px;
}
.V1807-histCond__send__title span {
  display: inline-block;
  width: 90px;
}
.V1807-histAdd__deliv__time__btn {
  margin-left: 10px;
}
.adress_area {
  position: relative;
}
#confirm_deliv_select_time_clear_msg {
  text-align:justify;
  color: #e01103;
  background-color: #ffe2e2;
  border: solid 1px #df0000;
  padding: 0px 5px;
  font-size: 12.5px;
  margin: 0px;
  position: absolute;
  width: 235px;
  right: 13.5px;
  top: -3px;
}
.deliv_select_time_box {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.deliv_select_time_box > p {
  margin-top: 0px;
}
.confirm_deliv_time_change_notes{
  color: #e01103;
}
.deliv_time_change_error{
  margin: 10px 10px 30px 0px
}

/* 指定日解除確認ポップアップ */
.msg_contents {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 55px;
  background: #fffaf0;
}
.msg_btn_area {
  text-align:center;
}
.msg_btn {
  display: inline-block;
  margin-top: 20px;
  line-height: 1.2;
  margin-left: 10px;
}
.msg_btn > a {
  width: 100px;
  display: inline-block;
  padding: 7px 15px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #ff8400;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(180deg, #ffa340, #ff8400);
  text-align: center;
  cursor: pointer;
  vertical-align: bottom;
}
#ok.msg_btn > a {
  border: 1px solid #B7B7B7;
  background: linear-gradient(180deg, #dbdbdb, #B7B7B7);
}
.msg_close {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 31px;
  height: 31px;
}
.msg_close::before, .msg_close::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.msg_close::before {
  left: 14.5px;
  top: 6.5px;
  width: 2px;
  height: 18px;
}
.msg_close::after {
  left: 6.5px;
  top: 14.5px;
  width: 18px;
  height: 2px;
}
#cboxClose {
  display: none;
}

/* お届け先変更確定modal */
.V1807-delivModal__isActive {
    opacity: 1;
    visibility: visible;
}

.V1807-delivModal__overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    /*visibility: hidden;*/
    opacity: 1;
  }
  
  .V1807-delivModal__in {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5020;
    width: 100%;
    height: 100vh;
    /*visibility: hidden;*/
    opacity: 1;
    overflow-y: scroll;
  }
  
  .V1807-delivModal__in2 {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .V1807-delivModal__mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
  }
  
  .V1807-delivModal__in3 {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
  }
  
  
  .V1807-delivModal__in4 {
    position: relative;
    width: 680px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 30px;
    background: #fff;
  }
  
  .V1807-delivModal__close {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    background: #955c2f;
  }
  
  
  .V1807-delivModal__close::before, .V1807-delivModal__close::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .V1807-delivModal__close::before {
    left: 14.5px;
    top: 6.5px;
    width: 2px;
    height: 18px;
  }
  
  .V1807-delivModal__close::after {
    left: 6.5px;
    top: 14.5px;
    width: 18px;
    height: 2px;
  }
  
  .V1807-delivModal__title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  
  
  .V1807-delivModal__table__field > input {
    width: 300px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #adadad;
    background: #fdfcf5;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
  }
  
  .V1807-delivModal__table__link {
    margin: 15px 0 0;
  }
  
  .V1807-delivModal__table > table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    border: none;
  }
  
  .V1807-delivModal__table > table > tbody > tr > th,
  .V1807-delivModal__table > table > tbody > tr > td {
    padding: 15px;
    border: 1px solid #ccc;
    text-align: left;
    white-space: normal;
  }
  
  .V1807-delivModal__table > table > tbody > tr > th {
    width: 30%;
    background: #f4f4f4;
  }
  
  .V1807-delivModal__table > table > tbody > tr > td {
    width: 70%;
    background: #fff;
    white-space: pre-wrap;
  }
  
  .V1807-delivModal__error {
    margin: 15px 0 0;
    color: #cc0300;
    font-size: 14px;
    text-align: center;
  }
  
  .V1807-delivModal__btn {
    width: 220px;
    margin: 30px auto 0;
  }
  
  .V1807-delivModal__btn > a {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding-top: 3px;
    border: 1px solid #f28900;
    border-radius: 5px;
    background: linear-gradient(to bottom, #ffa42f, #ff9001);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
  }
  /* お届け先変更確定modal */  
/* 便利ページ end */

.V1807-histCond__box__icon__post {
  background: #7d7d7d;
  color: #fff;
  line-height: 1;
  border-radius: 30px;
  font-size: 11px;
  padding: 6px 13px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}