@charset "UTF-8";
.store-list-pdp-container .store-list-item:after, .product-suggestion:after, .search-suggestion-wrapper:after, .gift-registry-advanced:after, .list-share:after, .cart-empty .product-listing:after, .cart-empty:after, .cart-actions:after, .cart-footer:after, .bonus-product-list .bonus-product-list-footer:after, .bonus-product-list .bonus-product-item:after, .product-thumbnails ul:after, .pdp-main .product-actions:after, .pdp-main .product-review:after, .pdp-main:after, .compare-items-panel:after, .product-tile:after, .level-1 > li:after, .menu-category:after, .cart-recommendations .product-listing:after, .form-row:after, .clearfix:after, .category-switch:after, .level-2 > ul:after, nav[role=navigation]:after {
  content: "";
  display: table;
  clear: both;
}

.visually-hidden, .month label,
.year label,
.day label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.menu {
  float: left;
  margin: 0;
  padding: 0;
}
.menu li {
  float: left;
  list-style: none outside none !important;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

#DAYTON-SET .item-block a.on-pc img {
  width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, .store-tile.selected .select-store-button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button, .store-tile.selected .select-store-button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, .store-tile.selected .select-store-button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, .store-tile.selected .select-store-button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], .store-tile.selected [disabled].select-store-button,
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, .store-tile.selected .select-store-button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../lib/flag-icon-css/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../lib/flag-icon-css/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../lib/flag-icon-css/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../lib/flag-icon-css/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../lib/flag-icon-css/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../lib/flag-icon-css/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../lib/flag-icon-css/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../lib/flag-icon-css/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../lib/flag-icon-css/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../lib/flag-icon-css/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../lib/flag-icon-css/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../lib/flag-icon-css/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../lib/flag-icon-css/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../lib/flag-icon-css/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../lib/flag-icon-css/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../lib/flag-icon-css/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../lib/flag-icon-css/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../lib/flag-icon-css/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../lib/flag-icon-css/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../lib/flag-icon-css/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../lib/flag-icon-css/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../lib/flag-icon-css/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../lib/flag-icon-css/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../lib/flag-icon-css/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../lib/flag-icon-css/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../lib/flag-icon-css/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../lib/flag-icon-css/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../lib/flag-icon-css/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../lib/flag-icon-css/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../lib/flag-icon-css/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../lib/flag-icon-css/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../lib/flag-icon-css/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../lib/flag-icon-css/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../lib/flag-icon-css/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../lib/flag-icon-css/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../lib/flag-icon-css/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../lib/flag-icon-css/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../lib/flag-icon-css/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../lib/flag-icon-css/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../lib/flag-icon-css/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../lib/flag-icon-css/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../lib/flag-icon-css/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../lib/flag-icon-css/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../lib/flag-icon-css/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../lib/flag-icon-css/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../lib/flag-icon-css/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../lib/flag-icon-css/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../lib/flag-icon-css/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../lib/flag-icon-css/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../lib/flag-icon-css/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../lib/flag-icon-css/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../lib/flag-icon-css/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../lib/flag-icon-css/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../lib/flag-icon-css/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../lib/flag-icon-css/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../lib/flag-icon-css/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../lib/flag-icon-css/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../lib/flag-icon-css/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../lib/flag-icon-css/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../lib/flag-icon-css/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../lib/flag-icon-css/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../lib/flag-icon-css/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../lib/flag-icon-css/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../lib/flag-icon-css/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../lib/flag-icon-css/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../lib/flag-icon-css/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../lib/flag-icon-css/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../lib/flag-icon-css/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../lib/flag-icon-css/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../lib/flag-icon-css/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../lib/flag-icon-css/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../lib/flag-icon-css/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../lib/flag-icon-css/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../lib/flag-icon-css/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../lib/flag-icon-css/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../lib/flag-icon-css/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../lib/flag-icon-css/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../lib/flag-icon-css/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../lib/flag-icon-css/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../lib/flag-icon-css/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../lib/flag-icon-css/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../lib/flag-icon-css/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../lib/flag-icon-css/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../lib/flag-icon-css/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../lib/flag-icon-css/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../lib/flag-icon-css/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../lib/flag-icon-css/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../lib/flag-icon-css/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../lib/flag-icon-css/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../lib/flag-icon-css/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../lib/flag-icon-css/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../lib/flag-icon-css/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../lib/flag-icon-css/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../lib/flag-icon-css/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../lib/flag-icon-css/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../lib/flag-icon-css/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../lib/flag-icon-css/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../lib/flag-icon-css/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../lib/flag-icon-css/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../lib/flag-icon-css/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../lib/flag-icon-css/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../lib/flag-icon-css/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../lib/flag-icon-css/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../lib/flag-icon-css/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../lib/flag-icon-css/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../lib/flag-icon-css/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../lib/flag-icon-css/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../lib/flag-icon-css/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../lib/flag-icon-css/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../lib/flag-icon-css/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../lib/flag-icon-css/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../lib/flag-icon-css/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../lib/flag-icon-css/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../lib/flag-icon-css/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../lib/flag-icon-css/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../lib/flag-icon-css/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../lib/flag-icon-css/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../lib/flag-icon-css/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../lib/flag-icon-css/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../lib/flag-icon-css/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../lib/flag-icon-css/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../lib/flag-icon-css/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../lib/flag-icon-css/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../lib/flag-icon-css/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../lib/flag-icon-css/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../lib/flag-icon-css/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../lib/flag-icon-css/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../lib/flag-icon-css/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../lib/flag-icon-css/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../lib/flag-icon-css/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../lib/flag-icon-css/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../lib/flag-icon-css/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../lib/flag-icon-css/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../lib/flag-icon-css/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../lib/flag-icon-css/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../lib/flag-icon-css/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../lib/flag-icon-css/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../lib/flag-icon-css/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../lib/flag-icon-css/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../lib/flag-icon-css/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../lib/flag-icon-css/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../lib/flag-icon-css/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../lib/flag-icon-css/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../lib/flag-icon-css/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../lib/flag-icon-css/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../lib/flag-icon-css/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../lib/flag-icon-css/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../lib/flag-icon-css/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../lib/flag-icon-css/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../lib/flag-icon-css/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../lib/flag-icon-css/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../lib/flag-icon-css/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../lib/flag-icon-css/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../lib/flag-icon-css/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../lib/flag-icon-css/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../lib/flag-icon-css/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../lib/flag-icon-css/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../lib/flag-icon-css/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../lib/flag-icon-css/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../lib/flag-icon-css/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../lib/flag-icon-css/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../lib/flag-icon-css/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../lib/flag-icon-css/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../lib/flag-icon-css/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../lib/flag-icon-css/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../lib/flag-icon-css/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../lib/flag-icon-css/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../lib/flag-icon-css/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../lib/flag-icon-css/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../lib/flag-icon-css/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../lib/flag-icon-css/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../lib/flag-icon-css/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../lib/flag-icon-css/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../lib/flag-icon-css/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../lib/flag-icon-css/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../lib/flag-icon-css/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../lib/flag-icon-css/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../lib/flag-icon-css/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../lib/flag-icon-css/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../lib/flag-icon-css/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../lib/flag-icon-css/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../lib/flag-icon-css/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../lib/flag-icon-css/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../lib/flag-icon-css/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../lib/flag-icon-css/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../lib/flag-icon-css/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../lib/flag-icon-css/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../lib/flag-icon-css/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../lib/flag-icon-css/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../lib/flag-icon-css/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../lib/flag-icon-css/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../lib/flag-icon-css/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../lib/flag-icon-css/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../lib/flag-icon-css/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../lib/flag-icon-css/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../lib/flag-icon-css/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../lib/flag-icon-css/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../lib/flag-icon-css/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../lib/flag-icon-css/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../lib/flag-icon-css/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../lib/flag-icon-css/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../lib/flag-icon-css/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../lib/flag-icon-css/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../lib/flag-icon-css/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../lib/flag-icon-css/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../lib/flag-icon-css/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../lib/flag-icon-css/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../lib/flag-icon-css/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../lib/flag-icon-css/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../lib/flag-icon-css/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../lib/flag-icon-css/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../lib/flag-icon-css/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../lib/flag-icon-css/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../lib/flag-icon-css/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../lib/flag-icon-css/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../lib/flag-icon-css/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../lib/flag-icon-css/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../lib/flag-icon-css/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../lib/flag-icon-css/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../lib/flag-icon-css/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../lib/flag-icon-css/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../lib/flag-icon-css/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../lib/flag-icon-css/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../lib/flag-icon-css/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../lib/flag-icon-css/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../lib/flag-icon-css/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../lib/flag-icon-css/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../lib/flag-icon-css/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../lib/flag-icon-css/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../lib/flag-icon-css/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../lib/flag-icon-css/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../lib/flag-icon-css/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../lib/flag-icon-css/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../lib/flag-icon-css/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../lib/flag-icon-css/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../lib/flag-icon-css/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../lib/flag-icon-css/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../lib/flag-icon-css/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../lib/flag-icon-css/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../lib/flag-icon-css/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../lib/flag-icon-css/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../lib/flag-icon-css/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../lib/flag-icon-css/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../lib/flag-icon-css/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../lib/flag-icon-css/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../lib/flag-icon-css/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../lib/flag-icon-css/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../lib/flag-icon-css/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../lib/flag-icon-css/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../lib/flag-icon-css/flags/1x1/zw.svg);
}

.fl_modal .modal-container .modal-header {
  border-bottom: 2px solid #CCC;
  clear: both;
  overflow: hidden;
  padding: 0 0 20px 0;
}
.fl_modal .modal-container .modal-header .modal-title {
  font-size: 28px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.fl_modal .modal-container .content-article {
  max-height: calc(100vh - 140px - 117px);
}
.fl_modal .modal-container .batsu {
  top: 10px !important;
  right: 10px !important;
  background: transparent !important;
  color: #333;
}

body {
  background: none repeat scroll 0 0 #fff;
  color: #333;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-size: 12px;
}

a {
  color: #333;
  outline: medium none;
  overflow: hidden;
  text-decoration: none;
}

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

td {
  padding: 1em;
  vertical-align: top;
}

button, .store-tile.selected .select-store-button,
.button,
.button-fancy-large,
.buttonstyle,
input[type=button] {
  background-color: #333;
  border-color: #1a1a1a;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
  padding: 0.5em 2em;
  text-align: center;
  transition: all 0.3s ease;
}
button.large, .store-tile.selected .large.select-store-button,
.button.large,
.button-fancy-large,
.buttonstyle.large,
input[type=button].large {
  font-size: 1.35em;
  text-transform: uppercase;
}
button:hover, .store-tile.selected .select-store-button:hover,
.button:hover,
.button-fancy-large:hover,
.buttonstyle:hover,
input[type=button]:hover {
  background-color: #fff;
  border-color: #333;
  color: #333;
}
button.raised, .store-tile.selected .raised.select-store-button,
.button.raised,
.raised.button-fancy-large,
.buttonstyle.raised,
input[type=button].raised {
  border-width: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
button.raised:hover, .store-tile.selected .raised.select-store-button:hover,
.button.raised:hover,
.raised.button-fancy-large:hover,
.buttonstyle.raised:hover,
input[type=button].raised:hover {
  background-color: #1a1a1a;
  color: #fff;
}
button.simple, .store-tile.selected .select-store-button,
.button.simple,
.simple.button-fancy-large,
.buttonstyle.simple,
input[type=button].simple {
  background-color: #fff;
  color: #1a1a1a;
}
button[disabled], .store-tile.selected [disabled].select-store-button, button.disabled, .store-tile.selected .disabled.select-store-button,
.button[disabled],
[disabled].button-fancy-large,
.button.disabled,
.disabled.button-fancy-large,
.buttonstyle[disabled],
.buttonstyle.disabled,
input[type=button][disabled],
input[type=button].disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #666;
  opacity: 0.5;
}
button a, .store-tile.selected .select-store-button a,
.button a,
.button-fancy-large a,
.buttonstyle a,
input[type=button] a {
  color: #fff;
}
button a:hover, .store-tile.selected .select-store-button a:hover,
.button a:hover,
.button-fancy-large a:hover,
.buttonstyle a:hover,
input[type=button] a:hover {
  color: #333;
}
button i.left, .store-tile.selected .select-store-button i.left,
.button i.left,
.button-fancy-large i.left,
.buttonstyle i.left,
input[type=button] i.left {
  margin-right: 0.6em;
}
button i.right, .store-tile.selected .select-store-button i.right,
.button i.right,
.button-fancy-large i.right,
.buttonstyle i.right,
input[type=button] i.right {
  margin-left: 0.6em;
}

.button-text {
  background-color: transparent;
  border-width: 0;
  color: #333;
  padding: 0;
}
.button-text:hover {
  background-color: transparent;
  text-decoration: underline;
}

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

a.inline-link {
  text-decoration: underline;
}

#wrapper {
  background-color: #fff;
  border: 0;
  left: 0;
  margin: auto;
  position: relative;
  transition: left 0.2s ease-in;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #wrapper #main {
    width: 760px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  #wrapper #main {
    width: 960px;
    margin: 0 auto;
  }
}
#wrapper.pt_home #main {
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
#wrapper.pt_home, #wrapper.pt_order-confirmation {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper.pt_home, #wrapper.pt_productsearch {
    padding-top: 85px;
  }
}
#wrapper.pt_categorylanding {
  width: 100%;
}
#wrapper.pt_categorylanding .primary-content {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_categorylanding .primary-content {
    width: 80%;
  }
}
#wrapper.pt_categorylanding .refinements {
  border-right: 0;
  display: none;
  width: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_categorylanding .refinements {
    display: block;
    width: 20%;
  }
}
#wrapper.pt_product-details .primary-content {
  padding-top: 1rem;
}
#wrapper.menu-active {
  left: 50%;
}
@media screen and (min-width: 768px) {
  #wrapper.menu-active {
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  #wrapper.pt_error #main {
    width: 760px;
    margin: 20px auto 10px;
  }
}
@media screen and (min-width: 960px) {
  #wrapper.pt_error #main {
    width: 960px;
    margin: 40px auto 10px;
  }
}
#wrapper.pt_error #main .primary-content h1 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_error #main .primary-content h1 {
    padding-left: 2%;
  }
}
#wrapper.pt_error #main .primary-content .error-page-message,
#wrapper.pt_error #main .primary-content .error-page-footer {
  font-size: 14px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_error #main .primary-content .error-page-message,
  #wrapper.pt_error #main .primary-content .error-page-footer {
    padding-left: 2%;
  }
}
#wrapper.pt_error #main .primary-content .error-page-message ul,
#wrapper.pt_error #main .primary-content .error-page-footer ul {
  padding: 0;
}
#wrapper.pt_error #main .primary-content .error-page-message a,
#wrapper.pt_error #main .primary-content .error-page-footer a {
  font-weight: bold;
}
#wrapper.pt_error #main .primary-content .error-page-message a:hover,
#wrapper.pt_error #main .primary-content .error-page-footer a:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_logout #main {
    width: 760px;
    margin: 20px auto 10px;
  }
}
@media screen and (min-width: 960px) {
  #wrapper.pt_logout #main {
    width: 960px;
    margin: 40px auto 10px;
  }
}
#wrapper.pt_logout #main .primary-content h1 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_logout #main .primary-content h1 {
    padding-left: 2%;
  }
}
#wrapper.pt_logout #main .primary-content .logout-page-message {
  font-size: 14px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #wrapper.pt_logout #main .primary-content .logout-page-message {
    padding-left: 2%;
  }
}
#wrapper.pt_logout #main .primary-content .logout-page-message ul {
  padding: 0;
}
#wrapper.pt_logout #main .primary-content .logout-page-message a {
  font-weight: bold;
}
#wrapper.pt_logout #main .primary-content .logout-page-message a:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #wrapper.pt_simple-store-locator, #wrapper.pt_schedule, #wrapper.pt_reserve_confirm, #wrapper.pt_bpit, #wrapper.simple_brj_btsj_header_wrapper {
    padding-top: 50px;
  }
}

.primary-content {
  width: 100%;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .primary-content {
    border-left: 1px solid #e0e0e0;
    float: right;
    margin-left: -1px;
    position: relative;
    width: 787px;
  }
  .primary-focus .primary-content {
    border: none;
    float: left;
    margin: 0;
    width: 76%;
  }
  .full-width .primary-content {
    border: none;
    width: 100%;
  }
}

#secondary {
  border: 0;
  float: none;
  font-size: 1.1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #secondary {
    background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
    border-right: 1px solid #e0e0e0;
    float: left;
    width: 172px;
    position: relative;
  }
  #secondary nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  #secondary nav a {
    display: block;
  }
  .primary-focus #secondary {
    background: none;
    border: none;
    box-sizing: border-box;
    float: left;
    padding-left: 0.4rem;
    width: 24%;
  }
}
.pt_content-search-result #secondary, .pt_order #secondary {
  display: none;
}
@media screen and (min-width: 768px) {
  .pt_content-search-result #secondary, .pt_order #secondary {
    display: block;
  }
}

.secondary-content {
  clear: both;
}

@media screen and (max-width: 767px) {
  #wrapper.pt_home #main.full-width {
    /* new-style.cssを上書き */
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    box-sizing: border-box;
  }
  #wrapper.pt_productsearch #main.full-width {
    /* new-style.cssを上書き */
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: 0;
    box-sizing: border-box;
  }
  #wrapper.pt_content #main.full-width, #wrapper.pt_product-details #main.full-width, #wrapper.pt_error #main.full-width {
    margin-top: 0;
  }
}
.ui-widget-overlay {
  background: url("../images/interface/ui-overlay-shadow.png") repeat scroll 50% 50% #333;
  opacity: 0.4;
}

.ui-dialog {
  background-color: #fff;
  padding: 0;
}
.ui-dialog .ui-widget-header {
  background-color: #efefef;
  border: 0 none;
  border-radius: 0 0 0 0;
  height: 23px;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-title {
  color: #333;
  font-weight: bold;
}
.ui-dialog .ui-icon-closethick {
  background-image: url("../images/interface/icon-ui-close.png");
  background-position: left top;
  height: 32px;
  width: 32px;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent;
  border: 0 none;
  border-radius: 0 0 0 0;
  height: 32px;
  margin: 0;
  opacity: 0.5;
  padding: 0;
  right: 0;
  top: 0;
  width: 32px;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
}
.ui-dialog .ui-dialog-titlebar-close span {
  margin: 0;
  padding: 0;
}
.ui-dialog h1,
.ui-dialog h2 {
  font-size: 1.8em;
  font-style: italic;
  font-weight: 400;
  margin: 5px 158px 5px 0;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
}

.ui-tabs .ui-tabs-nav {
  height: 2.45em;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 3px 0;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  border-bottom-color: #333;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #000;
  font-weight: 700;
}
.ui-tabs .ui-tabs-nav li a {
  color: #999;
}
.ui-tabs .ui-tabs-panel {
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .ui-tabs .ui-tabs-panel h3 {
    display: none;
  }
}

#vertical-carousel {
  height: 19rem;
  position: relative;
  overflow: hidden;
}
#vertical-carousel ul {
  height: 10000em;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#vertical-carousel ul li {
  float: left;
  height: 19rem;
  width: 100%;
}
#vertical-carousel ul li .capture-product-id {
  display: none;
}
#vertical-carousel .jcarousel-nav {
  color: #999;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
#vertical-carousel .jcarousel-nav:hover {
  color: #333;
}
#vertical-carousel .jcarousel-nav.inactive {
  display: none;
}
#vertical-carousel .jcarousel-prev {
  bottom: 30px;
}
#vertical-carousel .jcarousel-next {
  bottom: 0;
}

.js .simple-submit {
  display: none;
}

legend {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  border-bottom: 1em solid #fff;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  padding: 1.16em 2% 0.83em;
  position: relative;
  text-transform: uppercase;
  width: 96%;
}
.ie7 legend {
  width: 94%;
}
legend span {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: none;
  padding: 0 0.5em;
}
legend span em {
  color: #333;
}

label {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.form-horizontal label {
  float: left;
  margin-top: 0.5rem;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-horizontal label {
    text-align: right;
    width: 25%;
  }
}
.label-inline label {
  display: inline;
  float: none;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
  width: auto;
}
.label-above label {
  margin-bottom: 0.3rem;
  width: auto;
}

.form-label-text {
  float: left;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.75em 0 0;
  text-align: right;
  width: 25%;
}

.form-row {
  margin: 0.5rem 0 1rem;
}

.form-row-button {
  clear: left;
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-row-button {
    margin-left: 27%;
    width: 62%;
  }
}

.field-wrapper {
  box-sizing: border-box;
  margin-bottom: 0.5rem;
  width: 100%;
}
.form-horizontal .field-wrapper {
  float: left;
  width: 76%;
}
@media screen and (min-width: 768px) {
  .form-horizontal .field-wrapper {
    padding-left: 2%;
    width: 50%;
  }
}
.label-inline .field-wrapper {
  float: left;
  padding-left: 0;
  width: auto;
}
.label-above .field-wrapper {
  float: none;
  padding-left: 0;
  width: auto;
}

input[type=text],
input[type=number],
input[type=password],
input[type=date] textarea {
  border: 1px solid #aaa;
  box-sizing: border-box;
  height: 2rem;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 100%;
}

select {
  background-color: #fff;
  width: 100%;
  height: 2rem;
}

input[type=checkbox],
input[type=radio] {
  margin: 1em 1% 1em 2%;
}
.label-inline input[type=checkbox],
.label-inline input[type=radio] {
  margin: 0 0.3rem 0 0;
}

.form-caption {
  clear: left;
  width: auto;
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-caption {
    margin-left: 27%;
  }
}
.label-above .form-caption {
  margin-left: 0;
}
.form-indent .form-caption {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .form-indent {
    margin-left: 27%;
  }
}

.error-message {
  border: 2px solid #990000;
  background-color: #faeded;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%;
}

.error {
  background-color: #faeded;
  border-color: #990000;
  color: #990000;
}

span.error,
div.error {
  background: none;
}

.error-form {
  background-color: #cebdb3;
  border: 1px solid #990000;
  border-radius: 0.5em;
  color: #990000;
  margin: 0.5em 0;
  padding: 0.8em;
}
.error-form .message {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  .error-form .message {
    margin: 0;
  }
}

.form-inline form {
  padding: 0 0 2em;
  width: 98%;
}
.form-inline label {
  padding: 0 0 0.75em;
  text-transform: uppercase;
  width: auto;
}
.form-inline input[type=text], .form-inline select {
  margin-left: 0;
  width: 95%;
}
.form-inline button, .form-inline .store-tile.selected .select-store-button, .store-tile.selected .form-inline .select-store-button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.row-inline {
  display: inline;
}
.row-inline label {
  width: auto;
}

.dialog-required {
  display: inline;
  position: relative;
  padding: 0 0.5em;
}
.dialog-required em {
  color: #990000;
  font-size: 0.65rem;
  font-style: normal;
  text-transform: uppercase;
}

.required-indicator {
  color: #990000;
  font-size: 1rem;
  padding: 0;
}

.form-field-tooltip {
  float: left;
  margin-left: 3%;
  padding-top: 0.75em;
  width: 20%;
}

.item-list {
  margin-bottom: 1em;
}
.item-list tr {
  border-bottom: 1px solid #e0e0e0;
}
.item-list tr.last {
  border: 0 none;
}
.item-list tr.headings {
  display: none;
}
.item-list td {
  padding: 1em;
  vertical-align: top;
}

.item-details .product-list-item .name {
  font-size: 1.2em;
  font-style: italic;
}
.item-details .product-list-item .value {
  font-weight: 700;
}
.item-details .product-list-item .promo {
  color: #990000;
}
.item-details .product-list-item .price-standard {
  color: #999;
  text-decoration: line-through;
}
.item-details .product-list-item .sku {
  color: gray;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .item-details .product-list-item .sku {
    font-size: 1em;
  }
}
.item-details .product-list-item .attribute {
  color: gray;
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .item-details .product-list-item .attribute {
    font-size: 1em;
  }
}
.item-details .product-list-item .attribute .label {
  display: inline-block;
  width: 8em;
  text-align: right;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .item-details .product-list-item .attribute .label {
    margin-left: 1.5em;
  }
}
.item-details .product-list-item .attribute .value {
  display: inline-block;
  text-align: left;
  margin-left: 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .item-details .product-list-item .attribute .value {
    margin-left: 0.5em;
    width: 60%;
  }
}

.item-availability ul,
.item-quantity-details ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.item-dashboard {
  color: #aaa;
  width: 16rem;
}
.item-dashboard label {
  font-weight: normal;
  width: auto;
}
.item-dashboard .field-wrapper {
  width: auto;
}
.item-dashboard .option-quantity-desired input {
  width: 3rem;
}
.item-dashboard .value {
  margin-top: 0.5rem;
}
.item-dashboard .form-row {
  margin: 0;
}
.item-dashboard input,
.item-dashboard .value,
.item-dashboard select .option-toggle-public label {
  color: #333;
}
.item-dashboard .input-checkbox {
  margin: 0 5px;
}
.item-dashboard .option-add-to-cart {
  margin-top: 0.5rem;
  width: 18rem;
  width: max-content;
}
.item-dashboard .option-add-to-cart label {
  color: #333;
  float: left;
  font-weight: 700;
  margin: 0.5rem 0.5rem 0 0;
  text-transform: uppercase;
  width: auto;
}
.item-dashboard .option-add-to-cart input {
  width: 3rem;
  margin-right: 1em;
}
.item-dashboard .option-add-to-cart button, .item-dashboard .option-add-to-cart .store-tile.selected .select-store-button, .store-tile.selected .item-dashboard .option-add-to-cart .select-store-button {
  padding: 0.5em 1.5em;
}
.item-dashboard .option-quantity-purchased span.exceeded {
  color: #990000;
}

.tooltip {
  cursor: help;
  position: relative;
}
.tooltip.product-tile {
  cursor: pointer;
}

.tooltip-content {
  display: none;
}

.ui-tooltip.ui-widget-content {
  background: #333;
  border-radius: 3px;
  box-shadow: 2px 3px 3px 0 #999;
  color: #fff;
}

.ui-tooltip-content {
  padding: 0.3em;
}
.ui-tooltip-content .recommendation-tooltip-header {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em;
}
.ui-tooltip-content .recommendation-tooltip-header .product-price {
  font-weight: 400;
}
.ui-tooltip-content .recommendation-tooltip-header .product-price .price-standard {
  color: #999;
  text-decoration: line-through;
}
.ui-tooltip-content .recommendation-tooltip-description,
.ui-tooltip-content .recommendation-tooltip-attributes {
  padding: 0.8em;
}
.ui-tooltip-content .shipping-method-cost,
.ui-tooltip-content .surcharge-product,
.ui-tooltip-content .promo {
  text-align: right;
  padding-bottom: 0.3rem;
}
.ui-tooltip-content .shippingtotal {
  clear: right;
  text-align: right;
  margin-top: 0.3rem;
}
.ui-tooltip-content .shippingtotal .value {
  border-top: 1px solid #424242;
  padding-top: 0.3rem;
}

.content-slot img {
  height: auto;
  max-width: 100%;
}

.slot-grid-header p {
  margin: 0;
  padding: 0;
}

.product-listing-1x4 {
  background: none repeat scroll 0 0 #fff;
  overflow: hidden;
  padding: 0.83em 0;
}
.product-listing-1x4 .search-result-items .grid-tile {
  margin: 0 1% 0 2%;
  width: 18%;
}

.account-nav-asset {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  line-height: 1.5em;
  margin: 3.33em 0.83em;
  padding: 0.83em 0;
}
.account-nav-asset h2 {
  font-style: italic;
  font-weight: 400;
  margin: 1.16em 0 1.66em;
}

.content-asset p {
  line-height: 1.6em;
  margin: 1em 0;
}
.content-asset p a {
  text-decoration: underline;
}
.content-asset p a:hover, .content-asset p a:focus {
  color: #ccc;
}
.content-asset ul,
.content-asset ol {
  line-height: 1.6em;
  margin: 1em 0;
  padding: 0 1.5em;
}
.content-asset address {
  margin: 1em 0;
}
.content-asset ul li {
  list-style: none;
}
.content-asset ol li {
  list-style: decimal outside none;
}
.content-asset .account-options {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.content-asset .account-options li {
  background-color: #666;
  border: 3px solid #ccc;
  border-radius: 5px;
  list-style-type: none;
  margin: 1rem;
  text-align: center;
  width: 35%;
  transition: all 1000ms ease;
}
.content-asset .account-options li:hover {
  background-color: #64772d;
  border-color: #64772d;
}
.content-asset .account-options li a {
  color: #fff;
  display: block;
  padding: 1rem;
}
.content-asset .account-options li a i {
  font-size: 6rem;
}
.content-asset .border-box {
  display: table;
  padding: 2% 4%;
  border: 1px solid #d0cfcb;
  box-sizing: border-box;
  margin-bottom: 2%;
}
.content-asset .border-box p {
  display: table-cell;
  vertical-align: middle;
}
.content-asset .border-box .border-left-img {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 158px;
}
.content-asset .border-box .border-left-img img {
  width: 158px;
}
.content-asset .element-right {
  float: right;
}
.content-asset .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
.content-asset .contents .contents-inner {
  margin: 0 4%;
}
@media screen and (min-width: 768px) {
  .content-asset .contents .contents-inner {
    margin: 0;
  }
}
.content-asset .contents .contents-inner .contents-description {
  margin-bottom: 3%;
}
.content-asset .contents .contents-inner .contents-description h2 {
  margin: 0 0 2%;
}
.content-asset .contents .contents-inner .contents-description p {
  margin: 0 0 2%;
}
.content-asset .contents .contents-inner .contents-description p a {
  text-decoration: underline;
}
.content-asset .contents .contents-inner .contents-description p a:hover, .content-asset .contents .contents-inner .contents-description p a:focus {
  color: #ccc;
}
.content-asset .contents .contents-inner .contents-description dl {
  margin: 0 0 20px;
  overflow: auto;
}
.content-asset .contents .contents-inner .contents-description dl dt {
  float: none;
  font-weight: bold;
  margin: 0 0 5px;
  min-width: 0;
}
.content-asset .contents .contents-inner .contents-description dl dd {
  float: none;
  padding: 0;
  margin: 0 0 15px;
}
.content-asset .contents .contents-inner .contents-description dl.faq_indent {
  margin: 0 0 20px 30px;
}
.content-asset .contents .contents-inner .contents-description .contents-main-point-attention ul {
  margin: 0;
  padding: 0;
}
.content-asset .contents .contents-inner .contents-description .contents-main-point-attention ul .link-list {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 5px;
}
.content-asset .contents .contents-inner .contents-description .contents-main-point-attention ul .link-list li {
  display: inline-block;
  margin-right: 10px;
}
.content-asset .contents .contents-inner .contents-description .contents-main-point-attention ul h4 {
  margin: 0 0 10px;
}
.content-asset .contents .contents-inner .contents-description .contents-main-point-list a:hover, .content-asset .contents .contents-inner .contents-description .contents-main-point-list a:focus {
  color: #ccc;
}
.content-asset .contents .contents-inner .contents-description .contents-main-point-list a .external-link {
  text-decoration: underline;
  background: url("../images/ico_footer_external01_2x.png") no-repeat right center;
  background-size: 11px 10px;
  padding-right: 13px;
  display: inline-block;
}
.content-asset .contents .contents-inner .contents-head .main-ttl {
  font-size: 1.9em;
  font-weight: bold;
}
.content-asset .contents .contents-inner h1 {
  margin-top: 2%;
}
.content-asset .contents .contents-inner .contact a {
  text-decoration: underline;
}
.content-asset .contents .contents-inner .contact a:hover, .content-asset .contents .contents-inner .contact a:focus {
  color: #ccc;
}
.content-asset .contents .contents-inner .contact-notice {
  margin: 0;
}
.content-asset .contents .contents-inner .notice {
  margin: 0;
}
.content-asset #contents-body {
  margin: 2% 4%;
}
@media screen and (min-width: 768px) {
  .content-asset #contents-body {
    margin: 2% 0;
  }
}
.content-asset #contents-body dl dt {
  width: 100%;
  min-width: 210px;
}
@media screen and (min-width: 768px) {
  .content-asset #contents-body dl dt {
    width: auto;
  }
}
.content-asset #contents-body dl dd {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .content-asset #contents-body dl dd {
    width: auto;
    max-width: calc(100% - 250px);
  }
}
.content-asset .pageTop {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.85;
}
.content-asset table {
  width: 100%;
  margin: 2% auto;
  border: 1px solid #333;
  word-break: break-word;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .content-asset table {
    width: 90%;
  }
}
.content-asset table tr th, .content-asset table tr td {
  border: 1px solid #333;
}
.content-asset table tr th {
  background-color: #666;
  color: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  min-width: 70px;
}
.content-asset table tr th:nth-child(4) {
  min-width: 90px;
}
.content-asset table tr td {
  font-weight: normal;
  padding: 2%;
}
@media screen and (min-width: 768px) {
  .content-asset table tr td {
    padding: 1em;
  }
}
.content-asset #close-button {
  text-align: center;
}
.content-asset .attention strong {
  text-decoration: underline;
}

.browser-compatibility-alert {
  background-color: #990000;
  color: #fff;
  font-size: 1.3em;
  line-height: 2em;
  padding: 0.8em;
  top: 112px;
  position: absolute;
  width: 80%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.folder-slot {
  border-style: solid;
  border-color: #019328;
  border-width: 1px;
  background-color: white;
  padding: 0.5em 0.5em;
}
.folder-slot h2 {
  color: #019328;
  margin: 0.5em 0em;
}

.menu-slot {
  display: none;
  border-top: 1px solid #faeded;
  margin-top: 0.5em;
  padding-top: 1.5em;
}
.menu-slot .social-links {
  padding-left: 0;
}
.menu-slot .social-links li {
  display: inline-block;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .menu-slot {
    width: 13.5rem;
    display: block;
  }
}

#homepage-slides {
  margin: 0;
  position: relative;
  width: 20000em;
}
#homepage-slides .slide {
  float: left;
  overflow: hidden;
  position: relative;
}
#homepage-slides .slide img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #homepage-slides .slide img {
    width: 100%;
  }
}
#homepage-slides .slide .banner-message {
  position: absolute;
  top: 10%;
}
@media screen and (min-width: 768px) {
  #homepage-slides .slide .banner-message {
    top: 2%;
  }
}
#homepage-slides .slide .banner-message .banner-text1 {
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #homepage-slides .slide .banner-message .banner-text1 {
    font-size: 5rem;
    font-weight: 200;
  }
}
#homepage-slides .slide .banner-message .banner-text2 {
  font-family: Crete Round, serif;
  font-size: 1.5rem;
  font-style: italic;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  #homepage-slides .slide .banner-message .banner-text2 {
    font-size: 4rem;
  }
}
#homepage-slides .slide .banner-message .banner-text3 {
  font-family: Lato, sans-serif;
  font-size: 0.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #homepage-slides .slide .banner-message .banner-text3 {
    font-size: 1.3rem;
    font-weight: 200;
  }
}
#homepage-slides .slide1 .banner-message {
  left: 3%;
}
#homepage-slides .slide1 .banner-message .banner-text1 {
  color: #00629b;
  display: inline;
}
#homepage-slides .slide1 .banner-message .banner-text2 {
  color: #fff;
  display: inline;
}
#homepage-slides .slide1 .banner-message .banner-text3 {
  color: #fff;
  text-align: right;
}
#homepage-slides .slide2 .banner-message {
  left: 3%;
}
#homepage-slides .slide2 .banner-message .banner-text1 {
  color: #333;
  display: inline;
  letter-spacing: -0.1rem;
}
#homepage-slides .slide2 .banner-message .banner-text2 {
  color: #aaa;
  display: inline;
}
#homepage-slides .slide2 .banner-message .banner-text3 {
  color: #000;
}
#homepage-slides .slide3 .banner-message {
  left: 3%;
}
#homepage-slides .slide3 .banner-message .banner-text1 {
  color: #333;
  display: inline;
  margin-top: -2rem;
}
#homepage-slides .slide3 .banner-message .banner-text2 {
  color: #fff;
  display: inline;
}
#homepage-slides .slide3 .banner-message .banner-text3 {
  color: #000;
}
#homepage-slides .slide4 .banner-message {
  right: 3%;
}
#homepage-slides .slide4 .banner-message .banner-text1 {
  color: #333;
  margin-top: 0rem;
  text-indent: 3rem;
}
@media screen and (min-width: 768px) {
  #homepage-slides .slide4 .banner-message .banner-text1 {
    margin-top: -1rem;
  }
}
#homepage-slides .slide4 .banner-message .banner-text2 {
  color: #fff;
}
#homepage-slides .slide4 .banner-message .banner-text3 {
  color: #fff;
}
#homepage-slides .slide5 .banner-message {
  left: 15%;
}
#homepage-slides .slide5 .banner-message .banner-text1 {
  color: #00629b;
  display: inline;
}
#homepage-slides .slide5 .banner-message .banner-text2 {
  color: #990000;
  display: inline;
}
#homepage-slides .slide5 .banner-message .banner-text3 {
  color: #fff;
}

#home-bottom-left,
#home-bottom-right {
  margin: auto;
  position: relative;
  text-align: center;
  width: 100%;
}
#home-bottom-left h2,
#home-bottom-right h2 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #home-bottom-left h2,
  #home-bottom-right h2 {
    font-size: 2.3rem;
  }
}
#home-bottom-left ul,
#home-bottom-right ul {
  margin: -0.5em 0 0.5em 0;
}
#home-bottom-left ul li,
#home-bottom-right ul li {
  border-right: 1px solid #666;
  color: #666;
  display: inline;
  font-family: Lato, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  list-style: none outside none;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
#home-bottom-left ul li:last-child,
#home-bottom-right ul li:last-child {
  border: 0 none;
}
#home-bottom-left ul li span,
#home-bottom-right ul li span {
  margin: 0 10px 0 0;
}
#home-bottom-left img,
#home-bottom-right img {
  display: block;
}
#home-bottom-left #home-product-list a,
#home-bottom-left #home-product-detail a,
#home-bottom-right #home-product-list a,
#home-bottom-right #home-product-detail a {
  display: block;
  width: 100%;
}

.cart-recommendations {
  margin-top: 1rem;
}
.cart-recommendations .product-listing {
  background-color: #efefef;
  padding: 1rem 0;
}

.cart-recommendations .tiles-container,
.category-slot .tiles-container,
.product-slot .tiles-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.cart-recommendations .tiles-container .grid-tile,
.category-slot .tiles-container .grid-tile,
.product-slot .tiles-container .grid-tile {
  box-shadow: none;
  margin: 1rem;
  padding: 1rem;
  width: 25%;
}
.cart-recommendations h1,
.category-slot h1,
.product-slot h1 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  position: absolute;
  text-align: right;
  bottom: 2%;
  left: 2%;
}
@media screen and (min-width: 768px) {
  .cart-recommendations h1,
  .category-slot h1,
  .product-slot h1 {
    font-weight: 100;
  }
}
.cart-recommendations h2,
.category-slot h2,
.product-slot h2 {
  color: #008578;
  font-family: Crete Round, serif;
  font-size: 1.5rem;
  font-style: italic;
  margin: 0;
  padding: 0.1rem 0.5rem;
}
.cart-recommendations h3,
.category-slot h3,
.product-slot h3 {
  background-color: #fff;
  bottom: 0;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
  opacity: 0.6;
  padding: 2rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.cart-recommendations .catlanding-banner,
.category-slot .catlanding-banner,
.product-slot .catlanding-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cart-recommendations .catlanding-banner img,
.category-slot .catlanding-banner img,
.product-slot .catlanding-banner img {
  height: auto;
  width: 100%;
}
.cart-recommendations .category-tile,
.category-slot .category-tile,
.product-slot .category-tile {
  float: left;
  overflow: hidden;
  padding: 0 0.15%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart-recommendations .category-tile,
  .category-slot .category-tile,
  .product-slot .category-tile {
    width: 33%;
  }
}
.cart-recommendations .category-tile img,
.category-slot .category-tile img,
.product-slot .category-tile img {
  height: auto;
  width: 100%;
}
.cart-recommendations .cat-banner,
.category-slot .cat-banner,
.product-slot .cat-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cart-recommendations .cat-banner img,
.category-slot .cat-banner img,
.product-slot .cat-banner img {
  height: auto;
  width: 100%;
}
.cart-recommendations .cat-banner h1,
.category-slot .cat-banner h1,
.product-slot .cat-banner h1 {
  color: #333;
  right: 2%;
}
.cart-recommendations .search-result-items .grid-tile,
.category-slot .search-result-items .grid-tile,
.product-slot .search-result-items .grid-tile {
  box-shadow: none;
  margin: 0;
  padding: 0 0.15%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cart-recommendations .search-result-items .grid-tile,
  .category-slot .search-result-items .grid-tile,
  .product-slot .search-result-items .grid-tile {
    width: 33%;
  }
}
.cart-recommendations .search-result-items .grid-tile .product-tile,
.category-slot .search-result-items .grid-tile .product-tile,
.product-slot .search-result-items .grid-tile .product-tile {
  margin: 0 0.15%;
  padding: 1rem 0;
  width: 100%;
}
.cart-recommendations .search-result-items .grid-tile .product-tile .product-name,
.category-slot .search-result-items .grid-tile .product-tile .product-name,
.product-slot .search-result-items .grid-tile .product-tile .product-name {
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  height: auto;
  margin-top: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-recommendations .search-result-items .grid-tile .product-tile .product-name a,
.category-slot .search-result-items .grid-tile .product-tile .product-name a,
.product-slot .search-result-items .grid-tile .product-tile .product-name a {
  color: #00629b;
}
.cart-recommendations .search-result-items .grid-tile .product-tile .product-pricing,
.category-slot .search-result-items .grid-tile .product-tile .product-pricing,
.product-slot .search-result-items .grid-tile .product-tile .product-pricing {
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.html-slot {
  background-color: #efefef;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0;
}
.html-slot h1 {
  color: #00629b;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .html-slot h1 {
    font-weight: 100;
  }
}
.html-slot h1 a {
  font-family: Crete Round, serif;
}

nav[role=navigation] {
  display: none;
  color: #fff;
  left: -50%;
  margin-top: 0;
  position: absolute;
  width: 50%;
  top: 0;
}
@media screen and (min-width: 768px) {
  nav[role=navigation] {
    color: #333;
    left: auto;
    position: static;
    width: 100%;
  }
}

.menu-toggle {
  background-color: transparent;
  border: none;
  color: #333;
  display: none;
  float: left;
  margin-left: 0.2em;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:hover {
  background-color: transparent;
}
.menu-toggle .menu-icon {
  font-size: 2em;
}

.menu-category {
  border-bottom: 5px solid #1a1a1a;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .menu-category {
    border-bottom: 1px solid #333;
    width: 100%;
  }
}
.menu-category li {
  border-top: 1px solid #1a1a1a;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .menu-category li {
    border: none;
    float: left;
  }
  .menu-category li:hover > a {
    background-color: transparent;
  }
}
.menu-category a {
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.9rem 1rem;
  overflow: visible;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu-category a {
    font-size: 0.75rem;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .menu-category a {
    padding: 1em 2rem;
  }
}

.level-1 > li {
  background-color: transparent;
}
.level-1 > li:first-child {
  border: none;
}
.level-1 > li .menu-item-toggle {
  color: #333;
  cursor: pointer;
  float: left;
  line-height: 1.1;
  padding: 1rem 0.8rem;
  transition: background-color 0.3s;
  width: 2.1rem;
}
.level-1 > li .menu-item-toggle:hover {
  background-color: #1a1a1a;
}
@media screen and (min-width: 768px) {
  .level-1 > li .menu-item-toggle {
    display: none;
  }
}
.level-1 > li a {
  transition: background-color 0.3s, color 0.3s;
}
.level-1 > li a:hover {
  background-color: #1a1a1a;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .level-1 > li a:hover {
    background-color: transparent;
  }
}
.level-1 > li > a {
  float: left;
  padding-left: 0.8rem;
}
.level-1 > li > a.has-sub-menu {
  width: calc(100% - 2.1rem);
}
@media screen and (min-width: 768px) {
  .level-1 > li > a {
    float: none;
    padding-left: 1rem;
    width: 100%;
  }
  .level-1 > li > a.has-sub-menu {
    width: 100%;
  }
  .level-1 > li > a:hover {
    background-color: #1a1a1a;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .level-1 > li > a {
    padding-left: 2rem;
  }
}

.level-2 {
  clear: left;
  display: none;
}
.level-2 > ul {
  padding-bottom: 0.5em;
  padding-left: 2.1rem;
}
.level-1 > .active .level-2 {
  display: block;
}
@media screen and (min-width: 768px) {
  .level-2 {
    background-color: #fff;
    box-shadow: 0 3px 3px 2px rgba(66, 66, 66, 0.3);
    color: #333;
    padding: 0;
    position: absolute;
    z-index: 1;
  }
  .level-1 li:hover .level-2 {
    display: block;
  }
  .level-2 a {
    color: #333;
  }
  .level-2 a:hover {
    text-decoration: underline;
  }
  .level-2 > ul {
    float: left;
    padding-left: 0;
  }
  .level-2 > ul > li {
    float: none;
    min-width: 12em;
  }
  .level-2 > ul > li > a {
    padding: 0.5em 1rem;
    text-transform: none;
  }
  .level-2 .menu-vertical > li > a:first-child {
    padding-top: 1em;
  }
  .level-2 .menu-horizontal {
    float: none;
  }
  .level-2 .menu-horizontal > li {
    border-right: 1px solid #e0e0e0;
    float: left;
    padding-right: 2rem;
  }
  .level-2 .menu-horizontal > li:last-child {
    border-right: none;
  }
  .level-2 .banner {
    float: left;
  }
}
.level-2 .banner {
  display: none;
}
@media screen and (min-width: 768px) {
  .level-2 .banner {
    display: block;
  }
}
.level-2 .banner img {
  vertical-align: top;
}

.level-3 {
  display: none;
  padding-left: 2em;
}
.level-2 .active .level-3 {
  display: block;
}
@media screen and (min-width: 768px) {
  .level-3 {
    display: block;
  }
  .level-3 a {
    color: black;
    font-weight: normal;
    font-size: 1em;
    padding: 0;
  }
  .level-3 li {
    float: none;
    padding: 0.4em;
  }
}

.menu-utility-user {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .menu-utility-user {
    position: absolute;
    right: 9.7em;
    top: 0.2em;
  }
}
.menu-utility-user li {
  border-top: 1px solid #1a1a1a;
  list-style: none;
  padding: 0.8em 1rem;
}
.menu-utility-user li:first-child {
  border: none;
}
.menu-utility-user li i {
  font-size: 1.5em;
  padding: 0 8px 0 0;
}
@media screen and (min-width: 768px) {
  .menu-utility-user li {
    background-color: transparent;
    border-color: transparent;
    float: left;
    margin: 0;
    padding: 0.1em 1.5em 0;
    text-align: center;
  }
  .menu-utility-user li:first-child {
    border: none;
  }
}
.menu-utility-user li a {
  color: #fff;
  text-decoration: none;
}
.menu-utility-user li a:active {
  color: #333;
}
@media screen and (min-width: 768px) {
  .menu-utility-user li a {
    color: #999;
    transition: color 0.5s ease;
  }
  .menu-utility-user li a:hover {
    color: #333;
    text-decoration: none;
  }
  .menu-utility-user li a i {
    display: block;
    font-size: 3em;
    padding: 0;
  }
  .menu-utility-user li a span {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info {
    position: relative;
    transition: color 0.5s ease;
  }
  .menu-utility-user .user-info.active .user-login {
    color: #333;
  }
  .menu-utility-user .user-info.active .user-panel {
    opacity: 1;
    visibility: visible;
  }
}
.menu-utility-user .user-info .user-panel {
  box-sizing: content-box;
  margin-top: 0.5rem;
  text-align: left;
  transition: all 0.3s ease;
  width: 10rem;
  width: max-content;
}
.menu-utility-user .user-info .user-panel h3 {
  display: none;
  margin: 0;
  padding-bottom: 0.7em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info .user-panel h3 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info .user-panel {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 #ccc;
    margin-top: 0;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: -1.5rem;
    visibility: hidden;
    z-index: 20;
  }
}
.menu-utility-user .user-info .user-panel .user-links {
  padding-left: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info .user-panel .user-links {
    padding-left: 0;
  }
}
.menu-utility-user .user-info .user-panel a {
  color: #333;
  display: block;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info .user-panel a {
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.menu-utility-user .user-info .user-panel .user-logout {
  color: #fff;
  margin-top: 0.5rem;
  padding: 0.5em 2em;
  text-transform: uppercase;
}
.menu-utility-user .user-info .user-panel .user-logout:hover {
  color: #333;
}

.country-selector {
  border-bottom: 5px solid #4d4d4d;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .country-selector {
    border-bottom: none;
    padding: 0;
    position: absolute;
    top: -1rem;
    right: 0.2rem;
    z-index: 30;
    width: auto;
  }
}
.country-selector .selector {
  display: none;
  margin-top: 0.5rem;
  padding-left: 2rem;
}
.country-selector .selector.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .country-selector .selector {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 1rem;
    padding: 1rem;
  }
}
.country-selector .current-country {
  cursor: pointer;
  padding: 0.8em 1rem;
}
.country-selector .current-country.selector-active {
  border-bottom: 1px solid #1a1a1a;
}
.country-selector .current-country.selector-active .selector-icon {
  transform: rotate(270deg);
}
@media screen and (min-width: 768px) {
  .country-selector .current-country {
    padding: 0;
  }
  .country-selector .current-country.selector-active {
    border-bottom: none;
    padding-bottom: 0;
    position: absolute;
    right: 0;
  }
}
.country-selector .current-country .selector-icon {
  margin-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .country-selector .current-country .selector-icon {
    float: right;
    margin-right: 0;
    margin-left: 0.3rem;
    transform: rotate(90deg);
  }
}
.country-selector .current-country .flag-icon {
  border: none;
}
.country-selector .continent-name {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .country-selector .continent-name {
    color: #990000;
  }
}
.country-selector .country {
  margin-bottom: 0.5rem;
}
.country-selector .locale {
  border-right: 1px solid #e0e0e0;
  display: inline-block;
  padding: 0 0.3rem;
  vertical-align: middle;
}
.country-selector .locale:first-of-type {
  padding-left: 0;
}
.country-selector .locale:last-of-type {
  border-right: none;
  padding-right: 0;
}
.country-selector .flag-icon {
  border: 1px solid #e0e0e0;
  margin-right: 0.3rem;
}

.top-banner {
  height: 80px;
  padding: 21px 41px 24px 39px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #999;
}
.top-banner * {
  box-sizing: border-box;
}
.top-banner .btn-style {
  float: right;
  border: 1px #666 solid;
  background: #fff;
  color: #000;
}
.top-banner #mini-cart {
  display: none;
}
.top-banner .second-line {
  display: flex;
  justify-content: center;
  align-content: center;
}
.top-banner .second-line .guide-link {
  display: none;
  width: 235px;
  height: 32px;
  text-align: center;
  padding: 5px;
  border: 1px solid #999;
  border-radius: 15px;
}
.top-banner .second-line .guide-link .guide-img {
  width: 12px;
  height: 18px;
}
.top-banner .second-line .guide-link .guide-img-square {
  width: 17px;
  height: 17px;
}
.top-banner .second-line .guide-link a {
  display: inline-block;
  vertical-align: top;
}
.top-banner .second-line .guide-link a:hover {
  cursor: pointer;
}

.simple-top-banner {
  height: 80px;
  padding: 21px 41px 24px 39px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid #999;
}
.simple-top-banner * {
  box-sizing: border-box;
}

.cloak-top-banner {
  position: relative;
  background-color: #333;
}
.cloak-top-banner * {
  box-sizing: border-box;
}
.cloak-top-banner .btn-style {
  float: right;
  border: 1px #666 solid;
  background: #fff;
  color: #000;
}
.cloak-top-banner .primary-logo {
  left: 0;
}

.primary-logo {
  height: auto;
  padding: 0.1em 0 0 0;
  margin: 0 auto;
  width: 270px;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .primary-logo {
    width: 525px;
    margin: 0;
    padding: 0.3em 0 0.3em 0.5em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .primary-logo a {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
}
.primary-logo a img {
  max-width: 140px;
  margin: 8px;
}
@media screen and (min-width: 768px) {
  .primary-logo a img {
    max-width: 204px;
    margin: 11px;
  }
}
.primary-logo a .site-name {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", serif !important;
}
@media screen and (min-width: 768px) {
  .primary-logo a .site-name {
    display: inline-block;
    margin-left: 5px;
  }
}

.header-banner {
  display: block;
  background-color: #404040;
  color: #fff;
}
.header-banner .header-promotion {
  padding: 3px 0 2px;
  text-align: center;
}
.header-banner .header-maintenance {
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .header-banner .header-maintenance {
    padding: 5px 41px 5px 39px;
  }
}

.top-banner-inner::after {
  content: "";
  display: block;
  clear: both;
}

.header-search {
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-search {
    height: 2.5em;
    margin: 1.6em auto 0;
    position: relative;
  }
}
.header-search form {
  margin-bottom: 1px;
}
.header-search input[type=text] {
  background-color: transparent;
  border: none;
  float: left;
  margin: 0;
  padding-left: 1rem;
  height: 2.3rem;
  width: 85%;
  width: calc(100% - 2.5rem);
}
@media screen and (min-width: 768px) {
  .header-search input[type=text] {
    height: 1.75rem;
    padding: 0 1rem;
  }
}
.header-search button, .header-search .store-tile.selected .select-store-button, .store-tile.selected .header-search .select-store-button {
  background-color: transparent;
  border: none;
  color: #999;
  padding: 0.7em 0.5em;
}
@media screen and (min-width: 768px) {
  .header-search button, .header-search .store-tile.selected .select-store-button, .store-tile.selected .header-search .select-store-button {
    padding: 0.4em 0.5em;
  }
}
.header-search button:hover, .header-search .store-tile.selected .select-store-button:hover, .store-tile.selected .header-search .select-store-button:hover {
  color: #333;
}
.header-search button i, .header-search .store-tile.selected .select-store-button i, .store-tile.selected .header-search .select-store-button i {
  font-size: 1.4em;
}

.header-hamburger a img {
  float: right;
  width: 40px;
  height: 30px;
  position: relative;
  bottom: 0px;
  right: 50px;
}
.header-hamburger a:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .header-hamburger a img {
    float: none;
    position: absolute;
    width: 30px;
    height: 20px;
    top: 12px;
    left: 15px;
  }
  .header-hamburger:hover {
    cursor: pointer;
  }
  .top-banner {
    height: 50px;
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 2;
    top: 35px;
    background: white;
  }
  .top-banner #mini-cart {
    display: block;
    position: absolute;
    top: 13px;
    right: 6px;
  }
  .top-banner .second-line {
    display: flex;
  }
  .top-banner .second-line .guide-link {
    display: none;
    width: 90%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .top-banner-portal {
    top: 0px;
  }
  .simple-top-banner {
    height: 50px;
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    z-index: 2;
    top: 0px;
    background: white;
  }
  .the-nav #mini-cart {
    display: none;
  }
}
#globalMenuOnline #globalMenu .modal-container .menu-top .flex-container .flex-column #authLoginMark-pc {
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}
#globalMenuOnline #globalMenu .modal-container .menu-top .flex-container .flex-column.under-line {
  padding-bottom: 0.5rem;
}
#globalMenuOnline .footer-main-nav dt.column-title {
  text-align: left;
}
#globalMenuOnline .footer-main-nav dl, #globalMenuOnline .footer-main-nav ul, #globalMenuOnline .footer-main-nav li, #globalMenuOnline .footer-main-nav dt, #globalMenuOnline .footer-main-nav dd {
  margin: 0;
}
#globalMenuOnline .footer-main-nav .flex-container.footer-main .flex-column {
  padding-right: 20px;
}
#globalMenuOnline .modal-container .footer-main-nav dt.column-title {
  color: #fff;
}
#globalMenuOnline .footer-main-nav .flex-container.footer-top .flex-column.left .footer-logo {
  max-width: 160px;
  height: auto;
}
#globalMenuOnline .footer-container .flex-container.footer-main {
  margin: 0;
  justify-content: space-between;
}

#mini-cart {
  position: absolute;
  right: 3.6em;
  top: 0.2em;
  z-index: 7;
}
@media screen and (min-width: 768px) {
  #mini-cart {
    right: 7.5em;
    top: 0.5em;
  }
}
#mini-cart .mini-cart-name a {
  color: #84bd00;
}
#mini-cart .mini-cart-img {
  width: 24px;
  height: 20px;
  margin-right: 5px;
}
#mini-cart .mini-cart-img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #mini-cart .mini-cart-img.pc {
    display: none;
  }
  #mini-cart .mini-cart-img.sp {
    display: inline-block;
  }
}
#mini-cart em {
  display: block;
  font-style: normal;
  color: #cccccc;
}

.mini-cart-total {
  position: relative;
}
.mini-cart-total .mini-cart-link {
  color: #84bd00;
  text-transform: uppercase;
}
.mini-cart-total .mini-cart-link i {
  font-size: 3em;
}
.mini-cart-total .mini-cart-link .minicart-quantity {
  background-color: #ff0000;
  box-sizing: border-box;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  color: #fff;
  padding: 1px 4px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .mini-cart-total .mini-cart-link .minicart-quantity {
    background-color: #333;
  }
}

.mini-cart-total .mini-cart-empty {
  color: #999;
  transition: color 500ms ease;
}
.mini-cart-total .mini-cart-empty:hover {
  color: #84bd00;
  text-decoration: none;
}
.mini-cart-total .mini-cart-empty .minicart-quantity {
  background-color: #666;
}

.mini-cart-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  right: 0;
  width: 18rem;
}
#mini-cart:hover .mini-cart-content {
  display: block;
}
.mini-cart-content .button, .mini-cart-content .button-fancy-large {
  display: inline;
}

.mini-cart-header {
  font-size: 1.1em;
  font-weight: 700;
  padding: 1em 1em 0.5em;
  text-transform: uppercase;
}

.mini-cart-products {
  max-height: 360px;
  padding: 0.5em;
  overflow: auto;
}

.mini-cart-product {
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  padding: 0.5em;
  position: relative;
}
.mini-cart-product:last-of-type {
  border: none;
}
.mini-cart-product.collapsed .mini-cart-name,
.mini-cart-product.collapsed .mini-cart-attributes,
.mini-cart-product.collapsed .mini-cart-pricing,
.mini-cart-product.collapsed .product-availability-list {
  width: 90%;
}
.mini-cart-product.collapsed .mini-cart-image {
  display: none;
}
.mini-cart-product .mini-cart-toggle {
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}

.mini-cart-image {
  float: left;
  width: 50%;
}
.mini-cart-image img {
  max-width: 90%;
}

.mini-cart-name {
  float: right;
  font-style: italic;
  width: 50%;
}
.mini-cart-name .caution {
  color: #ff0000;
}

.mini-cart-attributes, .mini-cart-product .product-availability-list {
  float: right;
  font-size: 0.9em;
  font-weight: bold;
  width: 50%;
}

.mini-cart-pricing {
  clear: right;
  float: right;
  font-size: 0.9em;
  width: 50%;
}

.mini-cart-pricing-annotation {
  float: right;
  margin-top: 0.5em;
  font-size: 0.8em;
}

.mini-cart-pricing-description {
  float: right;
  margin-top: 0.5em;
  font-size: 0.7em;
  width: 75%;
}

.mini-cart-totals {
  text-align: center;
}
.mini-cart-totals button, .mini-cart-totals .store-tile.selected .select-store-button, .store-tile.selected .mini-cart-totals .select-store-button,
.mini-cart-totals .button,
.mini-cart-totals .button-fancy-large {
  height: 30px;
  line-height: 1;
  overflow: inherit;
}

.mini-cart-subtotals {
  font-weight: 700;
  margin: 0 auto;
  padding-top: 0.5em;
  width: 16rem;
  width: max-content;
}
.mini-cart-subtotals .label {
  margin: 0 0.5rem;
}
.mini-cart-subtotals .value {
  margin-right: 0.5rem;
}
.mini-cart-subtotals .mini-cart-subtotals-payment-method {
  font-weight: normal;
}

.mini-cart-subtotals-annotation {
  text-align: left;
  padding-top: 1em;
  font-size: 0.7em;
}

.mini-cart-slot {
  background: none repeat scroll 0 0 #e0e0e0;
  border: 1px solid #e0e0e0;
  font-size: 0.9em;
  font-style: italic;
  margin: 1em 1em;
}

.mini-cart-link-checkout {
  clear: both;
  display: block;
  margin: 1em 0;
  text-align: center;
}

.breadcrumb {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 1.5em 0;
  display: none;
}
.breadcrumb li {
  display: inline;
  list-style: none outside none;
}

.paging-current-page {
  left: -999em;
  position: absolute;
}

.breadcrumb-element:after {
  color: #ccc;
  content: "/";
  margin-left: 0.4em;
}
.breadcrumb-element:last-child {
  font-weight: 700;
}
.breadcrumb-element:last-child:after {
  content: "";
}

.breadcrumb-refinement {
  font-weight: 700;
}
.breadcrumb-refinement:after {
  content: attr(data-divider);
  font-style: normal;
}
.breadcrumb-refinement:last-of-type:after {
  content: "";
}

.breadcrumb-refinement-value {
  background-color: rgba(51, 51, 51, 0.3);
  display: inline-block;
  border-radius: 3px;
  margin: 0 0.42em 0.42em 0;
  padding: 0 0.42em;
}

.breadcrumb-relax {
  background: none;
  color: #990000;
  font-style: normal;
  padding: 0 0 0 0.4em;
}

.breadcrumb-result-text a,
.breadcrumb .searchphraselink {
  background: none;
  color: #333;
  padding: 0;
}

h1 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.75em;
    margin: 0 0 14px;
  }
}

h2 {
  font-size: 1.3em;
  text-transform: uppercase;
}

h3 {
  font-size: 1.15em;
}

#secondary h1 {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px;
}

.primary-content dl {
  clear: both;
  overflow: hidden;
}
.primary-content dl dt {
  clear: both;
  float: left;
  margin: 2% 0 0;
  min-width: 15%;
}
.primary-content dl dd {
  float: left;
  margin: 2% 0 0;
  padding: 0 0 0 5%;
}

.col-1 {
  float: left;
  margin: 4px 0;
  width: 48%;
}

.col-2 {
  float: right;
  margin: 4px 0;
  width: 48%;
}

.content-header {
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 14px !important;
}
.content-header span {
  font-size: 0.75em;
  font-style: normal;
  font-weight: 400;
}

.section-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  border-bottom: 1px solid #fff;
  font-size: 1.1em !important;
  font-weight: 700;
  margin: 0;
  padding: 1em;
  position: relative;
  text-transform: uppercase;
}

.section-header-note {
  font-size: 0.9em;
  font-weight: 400;
  text-transform: none;
}

.back {
  display: block;
  margin: 0 0 10px;
}

#secondary a {
  color: #333;
}

#category-level-1 li {
  color: #666;
  display: block;
}
#category-level-1 li .refinement-link {
  background: none repeat scroll 0 0 transparent;
  padding: 0 0 0 1em;
}
#category-level-1 li.expandable .refinement-link {
  padding: 0 0 0 0.4em;
}
#category-level-1 li.expandable .active {
  font-weight: bold;
  padding: 0 0 0 0.2em;
}

#category-level-2 a.active {
  color: #333;
  font-weight: 700;
}
#category-level-2 a.refinement-link {
  margin: 0 0 0 0.4em;
  padding: 0;
}

#category-level-2 {
  padding: 0.5em 0.1em 0 0.7em;
}

#category-level-3 {
  padding: 0.3em 0 0;
}
#category-level-3 a.refinement-link {
  font-style: normal;
  margin: 0 0 0 0.9em;
  padding: 0;
}
.refinement-header {
  background-color: #efefef;
  border-top: 1px solid #e0e0e0;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.125em;
  margin: 0;
  padding: 1.15em 0.75em 0.75em;
  text-transform: uppercase;
}

.refinement {
  padding-bottom: 0.65em;
  position: relative;
}
.pt_categorylanding .refinement {
  display: none;
}
.pt_categorylanding .refinement.category-refinement {
  display: block;
}
.refinement h3 {
  background-color: #efefef;
  border-top: 1px solid #e0e0e0;
  font-size: 1.1em;
  letter-spacing: 0.125em;
  margin: 0 0 0.65em;
  padding: 1.15em 0.75em 0.75em;
  text-transform: uppercase;
}
.ie7 .refinement h3 {
  clear: both;
}
.refinement h3 i {
  color: #64772d;
}
.refinement ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 0.55em 0;
}
.refinement li {
  padding: 0.5em;
}
.refinement ul li i {
  color: #e0e0e0;
}
.refinement ul li.selected i {
  color: #64772d;
}
.refinement ul.swatches li {
  float: left;
  padding: 0.16em;
}
.refinement ul.swatches li a {
  border: 2px solid #e0e0e0;
  border-radius: 0.5em;
  display: block;
  padding: 0.2em 0.8em;
}
.refinement ul.swatches li.selected a {
  border-color: #333;
  font-weight: bold;
}
.refinement ul.swatches li.unselectable a {
  background-image: url("../images/interface/icon-color-swatch-unselectable.png");
  background-position: right top;
}
.refinement ul.refinementColor li a {
  height: 23px;
  padding: 0;
  text-indent: -999em;
  width: 30px;
}
.refinement .clear-refinement {
  font-weight: bold;
  padding: 0 1.05em 0.4em;
}
.refinement .refinement-link {
  border: 0 none;
}
.refinement .selected .refinement-link {
  background-position: left bottom;
}
.refinement .refinement-top-level {
  padding: 1em;
}

.scrollable {
  height: 10em;
  overflow: auto;
}

.nav ul {
  border: 0 none;
  list-style: none outside none;
  margin: 0.58em 0;
  padding: 0;
}
.nav ul li {
  list-style: none outside none !important;
  margin: 0 0 0.58em !important;
}
.nav .toggle {
  border: 0 none;
  display: block;
  font-size: 1em;
  font-weight: 700;
  margin: 0.83em 0 0.58em;
  text-transform: uppercase;
}
.nav .toggle span {
  background: none repeat scroll 0 0 transparent;
}
.nav .expanded {
  background-position: left -96px;
}

/*
  Below is the syntax for adding values to the box shadow property
  box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
*/
.flexblock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

footer {
  background-color: #333;
  clear: both;
  letter-spacing: 1px;
}

#email-alert-signup {
  white-space: nowrap;
}
#email-alert-signup input[type=text] {
  border: none;
  margin-left: 0;
  width: 15em;
}
#email-alert-signup button, #email-alert-signup .store-tile.selected .select-store-button, .store-tile.selected #email-alert-signup .select-store-button {
  background-color: #aaa;
  border: none;
  color: #fff;
  height: 31px;
  padding: 0;
  width: 31px;
}

.copyright {
  background-color: #424242;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.cloak-footer-main-nav {
  padding: 24px 0;
  background-color: #404040;
}
.cloak-footer-main-nav .left-nav {
  text-align: left;
  position: relative;
  left: 320px;
}
.cloak-footer-main-nav .left-nav .menu-footer li {
  margin: 0;
  padding: 0;
  margin-right: 20px;
  position: relative;
  vertical-align: middle;
}
.cloak-footer-main-nav .left-nav .menu-footer li a {
  color: #cccccc;
  font-size: 11px;
}
.cloak-footer-main-nav .left-nav .menu-footer li::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #696969;
  position: absolute;
  top: 0;
  right: -13px;
}
.cloak-footer-main-nav .left-nav .menu-footer li:last-of-type::after {
  display: none !important;
}
.cloak-footer-main-nav .left-nav .menu-footer:last-of-type {
  padding-bottom: 0;
}
.cloak-footer-main-nav .left-nav.centering-extended .menu-footer {
  text-align: center !important;
}
@media screen and (max-width: 380px) {
  .cloak-footer-main-nav .left-nav {
    left: 0;
    max-width: 272px;
  }
}
@media screen and (max-width: 767px) {
  .cloak-footer-main-nav .left-nav {
    left: 0;
    max-width: 272px;
  }
}

.footer-main-nav {
  background-color: #e3e3e3;
}
@media only screen and (max-width: 780px) {
  .footer-main-nav .flex-container {
    margin: 0;
  }
}
.footer-main-nav .flex-container.footer-top {
  padding-top: 2%;
  display: flex;
  flex-direction: row;
}
.footer-main-nav .flex-container.footer-top .flex-column.left {
  width: 73%;
  display: inherit;
  justify-content: start;
}
.footer-main-nav .flex-container.footer-top .flex-column.left .footer-logo {
  width: 160px;
}
.footer-main-nav .flex-container.footer-top .flex-column.left .site-name {
  margin-left: 10px;
}
.footer-main-nav .flex-container.footer-top .flex-column.right {
  display: inherit;
  width: 22%;
  justify-content: space-around;
}
.footer-main-nav .flex-container.footer-top .flex-column.right .footer-cokpit {
  transform: scale(0.9, 1.1);
}
.footer-main-nav .flex-container.footer-top .flex-column.right .footer-taiyakan1 {
  transform: scale(1.05, 1);
}
.footer-main-nav .flex-container.footer-top .flex-column.right .footer-taiyakan2 {
  transform: scale(0.9, 0.9);
}
.footer-main-nav .flex-container.footer-main {
  padding-top: 2%;
}
.footer-main-nav .flex-container.footer-main .flex-column {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer-main-nav .flex-container.footer-main .flex-column {
    width: 85%;
  }
}
.footer-main-nav .flex-container.footer-main .flex-column .column-title {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-main-nav .flex-container.footer-main .flex-column .column-title {
    font-size: 12px;
  }
}
.footer-main-nav .flex-container.footer-main .flex-column ul {
  padding: 0;
}
.footer-main-nav .flex-container.footer-main .flex-column ul .link-space {
  margin-left: 22px;
}
.footer-main-nav .flex-container.footer-main .flex-column ul li {
  font-size: 13px;
  float: none !important;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer-main-nav .flex-container.footer-main .flex-column ul li {
    font-size: 10px;
  }
}
.footer-main-nav .flex-container.footer-main .flex-column ul li.trans-nagamochi {
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .footer-main-nav .flex-container.footer-main .flex-column ul li.trans-nagamochi {
    max-width: auto;
    max-width: initial;
  }
}
.footer-main-nav .flex-container.footer-main .flex-column ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: relative;
  right: 13px;
  top: 13px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}
.footer-main-nav .flex-container.footer-main .flex-column ul li #authLoginMark-header {
  margin-top: 22px;
}
.footer-main-nav .flex-container.footer-main .flex-column ul li #authLoginMark-header span {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer-main-nav .flex-container.footer-main .flex-column ul li #authLoginMark-header span {
    font-size: 10px;
  }
}
.footer-main-nav .flex-container.footer-main .flex-column ul li #authLoginMark-header:hover {
  cursor: pointer;
  text-decoration: underline;
}
.footer-main-nav .flex-container.footer-main .flex-column ul li .trans-icon-black {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .footer-main-nav .flex-container.footer-main .flex-column ul li .trans-icon-black {
    font-size: 14px;
  }
}
.footer-main-nav .flex-container.footer-main .flex-column ul li img.trans-icon-white {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  top: 3px;
  right: 4px;
}
@media screen and (max-width: 767px) {
  .footer-main-nav .flex-container.footer-main .flex-column ul li img.trans-icon-white {
    width: 12px;
    height: 12px;
  }
}
.footer-main-nav .flex-container.footer-main .width-def {
  width: 320px;
}
.footer-main-nav .flex-container.footer-register {
  display: none;
}
.footer-main-nav .contents-wrapper {
  max-width: 1250px;
}
.footer-main-nav .footer-mypage-title {
  width: 150px;
}

#globalMenu .trans-icon-black {
  display: none !important;
}

.footer-container img.trans-icon-white {
  display: none !important;
}

.footer-float-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #404040;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  z-index: 4;
}
.footer-float-nav.absoluted {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -60px;
}
.footer-float-nav a {
  vertical-align: middle;
}
.footer-float-nav .site-red-btn {
  display: inline-block;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 7px;
  cursor: pointer;
}
.footer-float-nav .left-links, .footer-float-nav .right-link {
  display: inline-block;
  margin-right: -4px;
}
.footer-float-nav .right-link {
  width: calc(47.2% - 58px);
  padding-left: 30px;
  margin-left: 30px;
  border-left: solid 1px #696969;
}
.footer-float-nav .right-link.alone {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: none;
  max-width: 406px;
  display: block;
}
.footer-float-nav .right-link a {
  width: 100%;
  box-sizing: border-box;
}
.footer-float-nav .left-links {
  width: 52.8%;
}
.footer-float-nav .left-links button, .footer-float-nav .left-links .store-tile.selected .select-store-button, .store-tile.selected .footer-float-nav .left-links .select-store-button {
  width: calc(50% - 10px);
  box-sizing: border-box;
}
.footer-float-nav .left-links button:last-of-type, .footer-float-nav .left-links .store-tile.selected .select-store-button:last-of-type, .store-tile.selected .footer-float-nav .left-links .select-store-button:last-of-type {
  margin-left: 11px;
}

.pt_product-details .flex-container.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pt_product-details .flex-container.footer-top a#ToCartBuyNow {
  display: initial;
}
.pt_product-details .flex-container.footer-top a#ToCartBuyNow .flex-column.right {
  display: flex;
  width: 40%;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.pt_product-details .flex-container.footer-top a#ToCartBuyNow .flex-column.left {
  display: flex;
  width: 100%;
  justify-content: start;
}

@media screen and (max-width: 767px) {
  .pt_product-details .flex-container.footer-top {
    display: flex;
    justify-content: space-between;
  }
  .pt_product-details .flex-container.footer-top a#ToCartBuyNow {
    display: initial;
  }
  .pt_product-details .flex-container.footer-top a#ToCartBuyNow .flex-column.right {
    display: flex;
    width: 40%;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
  }
  .pt_product-details .flex-container.footer-top a#ToCartBuyNow .flex-column.left {
    display: flex;
    width: 95%;
    justify-content: start;
    left: 5px;
    margin: 0 auto;
  }
  .footer-main-nav {
    position: relative;
    margin-top: 50px;
    padding: 15px 0 10px 0;
  }
  .footer-main-nav .flex-container.footer-top {
    flex-direction: column;
  }
  .footer-main-nav .flex-container.footer-top .flex-column.left {
    width: 95%;
    position: relative;
    left: 5px;
    margin: 0 auto;
    justify-content: space-around;
  }
  .footer-main-nav .flex-container.footer-top .flex-column.left .footer-logo {
    width: 110px;
  }
  .footer-main-nav .flex-container.footer-top .flex-column.left .site-name {
    font-size: 11px;
    position: relative;
    right: 5px;
  }
  .footer-main-nav .flex-container.footer-top .flex-column.right {
    width: 80%;
    margin: 0 auto;
    justify-content: space-evenly;
  }
  .footer-main-nav .flex-container.footer-main {
    flex-direction: column;
  }
  .footer-main-nav .flex-container.footer-main .flex-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    left: 20px;
  }
  .footer-main-nav .flex-container.footer-main .flex-column.wide {
    position: relative;
    left: 20px;
  }
  .footer-main-nav .flex-container.footer-main .flex-column ul li #authLoginMark-header span {
    font-size: 10px;
  }
  .cloak-footer-main-nav .left-nav {
    float: none;
    width: 100%;
    clear: both;
    border: none;
  }
  .cloak-footer-main-nav .left-nav .menu-footer {
    display: inline-flex;
    justify-content: center;
  }
  .cloak-footer-main-nav .left-nav .menu-footer li a {
    font-size: 9px;
  }
}
.brj_btsj_footer {
  letter-spacing: normal;
}
.brj_btsj_footer .footer > div {
  height: 70px;
}
.brj_btsj_footer .footer .footer-in1 {
  background-color: #404040;
  color: #CCC;
}
.brj_btsj_footer .footer .footer-in1 .footer-container {
  padding-top: 3px;
}
.brj_btsj_footer .footer .footer-in2 {
  background-color: #333333;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}
.brj_btsj_footer .footer .footer-in2 .copyright {
  line-height: 70px;
}
@media screen and (min-width: 768px) {
  .brj_btsj_footer .menu-footer {
    text-align: left;
    padding: 5px 0px 0px 5%;
  }
}
@media screen and (max-width: 767px) {
  .brj_btsj_footer .menu-footer {
    text-align: center;
    padding: 5px 0px 0px 0%;
  }
}
.brj_btsj_footer ul {
  padding-inline-start: 0px;
}
.brj_btsj_footer .menu-footer li {
  list-style: none;
  padding-left: 0px;
  margin: 10px;
  display: inline;
  position: relative;
  vertical-align: middle;
}
.brj_btsj_footer .menu-footer li a {
  color: #cccccc;
  font-size: 11px;
}
.brj_btsj_footer .menu-footer li:last-of-type {
  margin-right: 0;
}
.brj_btsj_footer .menu-footer li:last-of-type::after {
  display: none;
}
.brj_btsj_footer .menu-footer li::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #696969;
  position: absolute;
  top: 0;
  right: -13px;
}
.brj_btsj_footer .copyright {
  padding: 0;
}

.swatch-black a {
  background-color: #000000 !important;
}

.swatch-beige a {
  background-color: #f5f5dc !important;
}

.swatch-blue a {
  background-color: blue !important;
}

.swatch-purple a {
  background-color: purple !important;
}

.swatch-red a {
  background-color: red !important;
}

.swatch-brown a {
  background-color: #783201 !important;
}

.swatch-green a {
  background-color: green !important;
}

.swatch-grey a {
  background-color: #8f979d !important;
}

.swatch-pink a {
  background-color: #fe249a !important;
}

.swatch-orange a {
  background-color: orange !important;
}

.swatch-white a {
  background-color: #ffffff !important;
}

.swatch-yellow a {
  background-color: #ffff00 !important;
}

.swatch-navy a {
  background-color: navy !important;
}

.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc.png") no-repeat scroll left top transparent;
}

.unselectable.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc-unselectable.png") no-repeat scroll left top transparent !important;
}

.product-tile {
  color: #999;
  position: relative;
  text-align: center;
}
.product-tile img {
  max-width: 100%;
}
.product-tile .product-image {
  height: auto;
  position: relative;
}
.product-tile .product-image .quickview {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  display: none;
  width: 55%;
  width: max-content;
  max-width: 75%;
  top: 50%;
  left: 50%;
  padding: 0.5em;
  position: absolute;
  transform: translate(-50%, -50%);
}
.product-tile .product-image .quickview i {
  margin-left: 0.5em;
}
.product-tile .product-image:hover .quickview {
  display: block;
}
.product-tile .product-name {
  font-size: 1.2em;
  margin-top: 1em;
  height: 3em;
  overflow: auto;
}
.product-tile .product-pricing {
  margin: 0.5em 0;
}
.product-tile .product-pricing .product-standard-price {
  text-decoration: line-through;
}
.grid-tile .product-tile .product-swatches {
  float: right;
}
.product-tile .product-swatches-all {
  cursor: pointer;
  font-size: 0.9em;
}
.product-tile .product-swatches {
  display: none;
}
.product-tile .product-swatches ul {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.product-tile .product-swatches ul.swatch-toggle {
  background: none repeat scroll 0 0 #fff;
  display: none;
  position: absolute;
}
.pt_product-search-result .product-tile .product-swatches, .pt_product-compare .product-tile .product-swatches {
  display: block;
}
.product-tile .product-swatches:hover ul.swatch-toggle {
  display: block;
}
.product-tile .product-swatches li {
  float: left;
}
.product-tile .product-swatches .swatch {
  display: block;
  width: 16px;
}
.product-tile .product-swatches .swatch img {
  border: 1px solid #fff;
  height: 12px;
  padding: 1px;
  width: 12px;
}
.product-tile .product-swatches .selected img, .product-tile .product-swatches img:hover {
  border-color: #333;
}
.product-tile .product-promo {
  font-size: 0.8em;
  margin: 0.5em 0;
  text-transform: uppercase;
}
.product-tile .product-compare {
  float: left;
  line-height: 11px;
}
.product-tile .product-compare label {
  font-weight: 400;
  line-height: 1;
  padding: 0 0 0 0.5em;
  width: auto;
}
.product-tile .product-compare input {
  float: left;
  margin: 0;
}
.product-tile .product-review {
  margin-bottom: 1em;
}
.product-tile .product-review .rating-title {
  display: inline-block;
  margin-right: 1em;
}
.product-tile .product-review .rating {
  display: inline-block;
}
.wide-tiles .product-tile {
  height: auto !important;
}
.wide-tiles .product-tile .product-image {
  float: left;
  padding-right: 2em;
}
.wide-tiles .product-tile .product-name,
.wide-tiles .product-tile .product-pricing,
.wide-tiles .product-tile .product-promo,
.wide-tiles .product-tile .product-swatches,
.wide-tiles .product-tile .product-review {
  float: left;
  text-align: left;
  width: 65%;
}
.wide-tiles .product-tile .product-name {
  font-size: 1.5em;
  height: auto;
  margin-top: 0;
}
.wide-tiles .product-tile .product-pricing {
  font-size: 1.3em;
}
.wide-tiles .product-tile .product-swatches {
  margin-bottom: 1em;
}

.capture-product-id {
  left: -999em;
  position: absolute;
}

.pt_product-search-result .primary-content h1.content-header {
  padding-left: 15px;
}

.pt_content-search-result .primary-content > h1,
.pt_content-search-result .primary-content > h2,
.pt_content-search-result .primary-content > p,
.pt_product-search-noresult .primary-content > h1,
.pt_product-search-noresult .primary-content > h2,
.pt_product-search-noresult .primary-content > p {
  margin: 0;
  padding: 0.1em 1%;
}
.pt_content-search-result .primary-content .no-hits-help,
.pt_content-search-result .primary-content .no-hits-search,
.pt_content-search-result .primary-content .no-hits-footer,
.pt_product-search-noresult .primary-content .no-hits-help,
.pt_product-search-noresult .primary-content .no-hits-search,
.pt_product-search-noresult .primary-content .no-hits-footer {
  padding: 0.1em 1%;
}
.pt_content-search-result .primary-content .pagination,
.pt_product-search-noresult .primary-content .pagination {
  float: none;
  padding: 0.1em 1%;
}

.category-main-banner img {
  max-width: 100%;
}

.no-hits-search-term,
.no-hits-search-term-suggest {
  color: #990000;
  font-style: italic;
}

.no-hits-footer {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  margin: 20px 0;
  padding: 20px 0;
}

.search-result-bookmarks {
  margin: 15px;
}
.search-result-bookmarks .first {
  border-right: 1px solid #999;
  padding-right: 5px;
}

.search-result-options {
  padding: 1em 0.5em;
  overflow: hidden;
}
.search-result-options .sort-by {
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .search-result-options .sort-by {
    float: left;
    margin-right: 0.5em;
    padding-bottom: 0;
  }
}
.search-result-options .items-per-page {
  float: left;
  margin-right: 0.5em;
}
.search-result-options form {
  margin-bottom: 0;
}
.search-result-options label {
  display: none;
}
.search-result-options select {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #666;
  padding: 0.5em;
}
.search-result-options .pagination {
  float: right;
}
@media screen and (min-width: 768px) {
  .search-result-options .pagination {
    padding-top: 0.8em;
  }
}
.search-result-options .pagination .results-hits {
  color: #666;
  float: left;
  display: none;
}
@media screen and (min-width: 768px) {
  .search-result-options .pagination .results-hits {
    display: block;
  }
}
.search-result-options .pagination ul {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  float: right;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .search-result-options .pagination ul {
    background-color: transparent;
    border: none;
  }
}
.search-result-options .pagination li {
  border-right: 1px solid #e0e0e0;
  float: left;
}
@media screen and (min-width: 768px) {
  .search-result-options .pagination li {
    border: none;
    padding: 0 0.5em;
  }
}
.search-result-options .pagination li a, .search-result-options .pagination li.current-page,
.search-result-options .pagination li i {
  display: block;
  font-size: 1rem;
  height: 32px;
  line-height: 2.1rem;
  text-align: center;
  width: 32px;
}
@media screen and (min-width: 768px) {
  .search-result-options .pagination li a, .search-result-options .pagination li.current-page,
  .search-result-options .pagination li i {
    font-size: inherit;
    height: auto;
    line-height: inherit;
    width: auto;
  }
}

.search-result-items {
  margin: 0;
  padding: 0;
}
.search-result-items li {
  list-style: none outside none;
}
.search-result-items .new-row {
  clear: both;
}
.search-result-items .grid-tile {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 9px #ccc;
  float: left;
  list-style: none outside none;
  margin: 0 0 2% 20px;
  padding: 2%;
  width: 26%;
}
.search-result-items .invisible {
  display: none;
}

.search-result-content {
  clear: both;
}
.search-result-content .product-price .price-standard {
  color: #999;
  font-weight: 100;
  text-decoration: line-through;
}

.search-promo {
  padding: 20px;
}

#results-content {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  padding-top: 30px;
}

.folder-content-list {
  align-items: stretch;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 1%;
}
.folder-content-list li {
  background-color: #efefef;
  border: 1px solid #ccc;
  flex-basis: 100%;
  flex-grow: 1;
  list-style-type: none;
  margin: 0.25rem;
  padding: 1rem;
}
@media screen and (min-width: 480px) {
  .folder-content-list li {
    flex-basis: 40%;
  }
}
.folder-content-list p {
  line-height: 1.1rem;
}
.folder-content-list .content-title {
  display: block;
  font-size: 1.2em;
}
.folder-content-list .readmore {
  font-style: italic;
  padding-left: 0.3rem;
}

.no-results {
  padding: 20px;
}

.toggle-grid {
  display: block;
  float: left;
  margin-right: 0.5em;
}
.toggle-grid i {
  cursor: pointer;
  margin-right: 0.3em;
}
.toggle-grid [data-option=column] {
  color: #333;
}
.toggle-grid.wide [data-option=wide] {
  color: #333;
}
.toggle-grid.wide [data-option=column] {
  color: #666;
}

.wide-tiles .search-result-items .grid-tile {
  width: 91%;
}
.wide-tiles .product-tile .product-swatches {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  margin-top: 5px;
}
.wide-tiles .product-tile .product-swatches li {
  float: left;
}

.infinite-scroll .search-result-content .infinite-scroll-loading {
  text-align: center;
  background: url("../images/infinite-loading-indicator.gif") center no-repeat;
  height: 35px;
  width: 100%;
}

.disable-infinite-scroll .search-result-content .page-element {
  display: none;
}

.pt_product-compare .full-width {
  padding: 0 1.25em;
}
.pt_product-compare .full-width .back {
  padding: 1em 0;
}

.compare-items {
  clear: both;
  margin: 3.5em 2em 0;
  overflow: hidden;
  padding: 0 1em 1em;
}
.compare-items h2 {
  font-size: 0.9em;
  margin: 0.5em 0;
  text-transform: uppercase;
}
.compare-items button, .compare-items .store-tile.selected .select-store-button, .store-tile.selected .compare-items .select-store-button {
  padding: 0.5em 1em;
}

.compare-items-panel {
  float: left;
}

.compare-item {
  background-color: #e0e0e0;
  float: left;
  height: 55px;
  margin-right: 1.08em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 55px;
}
.compare-item .compare-item-remove {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: none;
  padding: 0 0.16em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.compare-item.active .compare-item-remove {
  display: block;
}
.compare-item .compare-item-number {
  color: #ccc;
  font-size: 3em;
  margin-top: 0.5em;
}

.compare-item-image {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.compare-buttons {
  float: left;
  padding: 0.7em 0 0;
}

.category-switch {
  margin-bottom: 2em;
}
.category-switch label {
  float: left;
  margin: 0;
  width: 45%;
}
@media (min-width: 410px) {
  .category-switch label {
    width: 11em;
  }
}
.category-switch select {
  float: left;
  margin: 0;
  width: 55%;
}
@media (min-width: 410px) {
  .category-switch select {
    margin-left: 1em;
    width: 15em;
  }
}

#compare-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
#compare-table th {
  overflow: hidden;
  padding: 0.5em;
}
#compare-table th:first-of-type {
  background-color: #e0e0e0;
  width: 4rem;
}
#compare-table td {
  overflow: hidden;
}
#compare-table a:hover {
  text-decoration: underline;
}
#compare-table .attribute-row {
  border-bottom: 1px solid #ccc;
}
#compare-table .attribute-row:first-of-type {
  border-top: 1px solid #ccc;
}
#compare-table .attribute-row:last-of-type {
  border-bottom: none;
}
#compare-table .attribute-row:nth-child(2n) {
  background-color: #efefef;
}
#compare-table .product-attribute {
  border-right: 1px solid #ccc;
  word-break: break-all;
}
#compare-table .action {
  display: block;
  padding: 0.5em 0;
}
#compare-table .remove-link {
  color: #999;
  float: right;
  padding: 0.3rem;
  z-index: 1;
  position: relative;
  transition: color 0.5s ease;
}
#compare-table .remove-link:hover {
  color: #333;
  text-decoration: none;
}
#compare-table .value,
#compare-table .product {
  border-left: 1px solid #ccc;
}
#compare-table .product {
  font-weight: normal;
  text-align: center;
}
#compare-table .value .value-item:after {
  content: ", ";
}
#compare-table .value .value-item:last-child:after {
  content: "";
}
#compare-table .product-tile .product-name {
  height: auto;
  margin: 0.2em 0 1em 0;
}
#compare-table .product-tile .swatch-list {
  display: inline-block;
}
#compare-table .product-image {
  height: auto;
}
#compare-table .product-image img {
  height: auto;
}
#compare-table .section-header {
  font-size: 0.9em;
  padding: 1em;
  text-transform: none;
}
#compare-table .selectcategory label {
  display: block;
  font-size: 0.9em;
  margin: 1em 0;
  text-transform: none;
}
#compare-table .selectcategory select {
  margin: 0;
  width: 100px;
}
#compare-table .comparelists {
  padding: 0;
}
#compare-table .compare-lists label,
#compare-table .compare-lists select {
  float: none;
  text-align: left;
  width: 100%;
}

#product-nav-container {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 160px;
}
#product-nav-container div {
  float: left;
  text-align: center;
  width: 77px;
}
#product-nav-container img {
  max-height: 100%;
  max-width: 80%;
}
#product-nav-container span {
  display: block;
  height: 65px;
}
#product-nav-container .divided span {
  border-right: 1px solid #e0e0e0;
  padding-right: 5px;
}

.pdp-main {
  margin: 0 3%;
}
.pdp-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pdp-main label {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}
.pdp-main .product-col-1 #wrap #slider {
  width: 100%;
  margin: 0 auto 30px;
}
.pdp-main .product-col-1 #wrap .slick-initialized .slick-slide {
  display: block;
}
.pdp-main .product-col-1 #wrap .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.pdp-main .product-col-1 #wrap .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.pdp-main .product-col-1 #wrap .slick-track:before, .pdp-main .product-col-1 #wrap .slick-track:after {
  display: table;
  content: "";
}
.pdp-main .product-col-1 #wrap .slick-track:after {
  clear: both;
}
.pdp-main .product-col-1 #wrap .slick-slider {
  position: relative;
  display: none;
}
.pdp-main .product-col-1 #wrap .slick-slider.slick-initialized {
  display: block;
}
@media screen and (max-width: 767px) {
  .pdp-main .product-col-1 #wrap .slick-slider.slick-initialized {
    z-index: 0;
  }
}
@media screen and (min-width: 768px) {
  .pdp-main .product-col-1 #wrap .slide-item img:hover {
    transform: scale(2);
    transform-origin: left top;
  }
}
.pdp-main .product-col-1 #wrap .slide-item img {
  width: 80%;
}
.pdp-main .product-col-1 #wrap .slide-slide img {
  display: block;
}
.pdp-main .product-col-1 #wrap .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.pdp-main .product-col-1 #wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.pdp-main .product-col-1 #wrap .slick-dots li button, .pdp-main .product-col-1 #wrap .slick-dots li .store-tile.selected .select-store-button, .store-tile.selected .pdp-main .product-col-1 #wrap .slick-dots li .select-store-button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.pdp-main .product-col-1 #wrap .slick-dots li button:before, .pdp-main .product-col-1 #wrap .slick-dots li .store-tile.selected .select-store-button:before, .store-tile.selected .pdp-main .product-col-1 #wrap .slick-dots li .select-store-button:before {
  font-family: "slick";
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pdp-main .product-col-1 #wrap .slick-dots li.slick-active button:before, .pdp-main .product-col-1 #wrap .slick-dots li.slick-active .store-tile.selected .select-store-button:before, .store-tile.selected .pdp-main .product-col-1 #wrap .slick-dots li.slick-active .select-store-button:before {
  opacity: 0.75;
  color: black;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-col-1 {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .pdp-main .product-col-2 {
    float: right;
    width: 59.5%;
  }
}
.pdp-main .product-col-2 .price-standard {
  border-right: 1px solid #e0e0e0;
  padding-right: 0.5rem;
}
.pdp-main .product-col-2 .notice {
  margin: 10px 0;
}
.pdp-main .product-col-2 .notice p {
  margin: 0;
}
.pdp-main .product-name-tile {
  display: flex;
  flex-direction: row;
}
.pdp-main .product-name-tile .product-name {
  margin-bottom: 0.3rem;
}
.pdp-main .product-name-tile .product-name span {
  font-size: 24px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pdp-main .product-name-tile .product-name span {
    font-size: 12px;
  }
}
.pdp-main .product-name-tile .safety-pack-img-container {
  flex-shrink: 0;
}
.pdp-main .product-name-tile .safety-pack-img {
  margin: 0;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .pdp-main .product-name-tile .safety-pack-img {
    width: 140px;
    margin: 0;
  }
}
.pdp-main .product-number {
  color: #ccc;
  font-size: 0.65rem;
  margin-bottom: 0.5rem;
}
.pdp-main .product-price {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.pdp-main .product-price .price-standard {
  color: #999;
  font-weight: 100;
  text-decoration: line-through;
}
.pdp-main .product-price .price-tiered {
  color: #990000;
  font-size: 0.6em;
  line-height: 1.5em;
}
.pdp-main .product-price .price-notice {
  font-size: 0.75rem;
  margin-top: 10px;
}
.pdp-main .product-price .price-notice p {
  margin: 0;
}
.pdp-main .product-price .price-notice .annotation {
  font-size: 10px;
}
.pdp-main .product-price .price-notice-zeikomi {
  font-size: 0.8rem;
  margin-top: -3px;
  margin-bottom: 10px;
}
.pdp-main .product-review {
  margin-bottom: 0.5rem;
}
.pdp-main .product-main-attributes .attribute {
  padding: 0.2em 0;
}
.pdp-main .product-main-attributes .label {
  padding: 0;
}
.pdp-main .product-primary-image {
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-primary-image:hover {
    transform: scale(2);
    transform-origin: left top;
    position: relative;
    z-index: 1;
  }
}
.pdp-main .product-info {
  clear: both;
  padding-top: 2em;
}
.pdp-main .product-info ul {
  font-size: 0.8rem;
  list-style: square;
  padding: 0 5em;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-info ul {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}
.pdp-main .product-add-to-cart {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: block;
  margin: 0;
  padding: 1em 0.5em;
  overflow: hidden;
}
.pdp-main .product-add-to-cart .inventory {
  float: left;
  white-space: nowrap;
}
.pdp-main .product-add-to-cart .inventory label {
  display: inline;
  float: none;
  text-align: right;
}
.pdp-main .product-add-to-cart .inventory input {
  font-size: 1.5em;
  height: 50px;
  width: 50px;
  margin-right: 0.4em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-add-to-cart .inventory input {
    height: 37px;
    width: 37px;
  }
}
.pdp-main .product-add-to-cart button, .pdp-main .product-add-to-cart .store-tile.selected .select-store-button, .store-tile.selected .pdp-main .product-add-to-cart .select-store-button {
  float: left;
  font-weight: 600;
  height: 50px;
  padding: 0.5em 0.7em;
  white-space: nowrap;
  width: 36.5%;
}
.pdp-main .product-add-to-cart button.add-all-to-cart, .pdp-main .product-add-to-cart .store-tile.selected .add-all-to-cart.select-store-button, .store-tile.selected .pdp-main .product-add-to-cart .add-all-to-cart.select-store-button {
  width: auto;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-add-to-cart button, .pdp-main .product-add-to-cart .store-tile.selected .select-store-button, .store-tile.selected .pdp-main .product-add-to-cart .select-store-button {
    height: 37px;
    padding: 0.5em 2em;
    width: auto;
  }
}
.pdp-main .product-add-to-cart .dw-apple-pay-button {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-add-to-cart .dw-apple-pay-button {
    width: 172px;
  }
}
.pdp-main .promotion {
  background-color: #efefef;
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding: 1.5em;
}
.pdp-main .promotion .promotion-title {
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.pdp-main .promotion .promotion-callout {
  color: #64772d;
  font-size: 1rem;
}
.pdp-main .promotion .promotion-callout .tooltip {
  font-size: 0.7rem;
  margin-left: 0.2rem;
}
.pdp-main .product-actions {
  padding: 1em 0.5em;
}
.pdp-main .product-actions .socialsharing {
  float: none;
  margin-right: 1rem;
  padding-top: 1em;
}
@media screen and (min-width: 960px) {
  .pdp-main .product-actions .socialsharing {
    float: left;
    padding-top: 0;
  }
}
.pdp-main .product-actions a {
  margin-right: 0.1rem;
}
.pdp-main .product-actions a.share-icon {
  color: #999;
}
.pdp-main .product-actions a.share-icon:hover {
  color: #333;
}
.pdp-main .product-actions a.share-icon i {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .pdp-main .product-actions a.share-icon i {
    font-size: 2rem;
  }
}
.pdp-main .product-set .product-set-list {
  border-top: 1px solid #ccc;
}
.pdp-main .product-set .product-set-list .product-set-details {
  float: left;
  padding-left: 0.5rem;
  width: 75%;
}
.pdp-main .product-set .product-set-list .product-set-item {
  clear: both;
  overflow: hidden;
  padding: 1em 0 0;
}
.pdp-main .product-set .product-set-list .product-set-image {
  float: left;
  width: 22%;
}
.pdp-main .product-set .product-set-list .product-set-image img {
  width: 100%;
}
.pdp-main .product-set .product-set-list .product-name {
  float: none;
  font-size: 1.3em;
  margin-bottom: 0;
  width: auto;
}
.pdp-main .product-set .product-set-list .product-price {
  font-size: 1rem;
  margin: 0.5em 0;
}
.pdp-main .product-set .product-set-list .attribute h3 {
  width: 25%;
}
.pdp-main .product-set .product-set-list .attribute .label {
  width: 25%;
  white-space: nowrap;
}
.pdp-main .product-set .product-add-to-cart {
  border-top: none;
  padding-top: 0;
}
.pdp-main .product-set .product-add-to-cart label {
  float: left;
  font-size: 0.75rem;
  padding-top: 0.3em;
  padding-right: 0.5em;
}
.pdp-main .product-set .product-add-to-cart .availability-web label {
  float: none;
  padding: top;
}
.pdp-main .recommendations {
  clear: left;
  padding: 2em 0;
}
.pdp-main .recommendations .recommendation-tooltip {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid;
  left: 50%;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 300px;
  z-index: 100;
}
.pdp-main .recommendations h2 {
  font-size: 2em;
  font-style: italic;
  font-weight: 400;
  margin-left: 14px;
}
.pdp-main .recommendations #carousel-recommendations {
  margin: auto;
  position: relative;
  overflow: hidden;
  width: 250px;
}
@media screen and (min-width: 690px) {
  .pdp-main .recommendations #carousel-recommendations {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .pdp-main .recommendations #carousel-recommendations {
    width: 750px;
  }
}
.pdp-main .recommendations ul {
  list-style-type: none;
  position: relative;
  width: 2000em;
}
.pdp-main .recommendations li {
  float: left;
  width: 250px;
}
.pdp-main .recommendations .product-tile {
  padding: 0 2em;
}
.pdp-main .recommendations .product-name {
  font-size: 1em;
  margin: 0.2em 0;
  width: 100%;
}
.pdp-main .recommendations .product-price {
  font-size: 1em;
}
.pdp-main .recommendations .jcarousel-clip {
  margin: auto;
  overflow: hidden;
  width: 300px;
}
.pdp-main .recommendations .jcarousel-nav {
  cursor: pointer;
  position: absolute;
  top: 20%;
}
.pdp-main .recommendations .jcarousel-nav.inactive {
  display: none;
}
.pdp-main .recommendations .jcarousel-prev {
  left: 0;
}
.pdp-main .recommendations .jcarousel-next {
  right: 0;
}
.pdp-main .recommendations .product-tile:hover .recommendation-tooltip {
  display: block !important;
}
.pdp-main .display-blank {
  height: 6em;
}
.pdp-main .caution {
  color: #ff0000;
}

.main-image {
  display: block;
}

.primary-image {
  max-width: 100%;
}

.product-thumbnails .thumb {
  border-bottom: 5px solid #fff;
  float: left;
  margin-right: 0.5rem;
  padding-top: 1px;
  width: 3.4375rem;
}
.product-thumbnails .thumb.selected {
  border-color: #333;
}
.product-thumbnails img {
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 100%;
  height: auto;
}
.product-thumbnails h2 {
  margin: 1rem 0 0.3rem;
}

.rating {
  color: #64772d;
}
.product-info .rating {
  font-size: 2em;
}

.product-variations,
.product-options {
  margin: 0 0 2%;
}
@media screen and (min-width: 768px) {
  .product-variations,
  .product-options {
    margin: 0 0 20px;
  }
}
.product-variations .attribute,
.product-options .attribute {
  margin: 1em 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.product-variations .attribute h3,
.product-variations .attribute .label,
.product-options .attribute h3,
.product-options .attribute .label {
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  width: 28%;
  margin-top: 5px;
}
.product-variations .attribute .value,
.product-options .attribute .value {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-variations .attribute .value,
  .product-options .attribute .value {
    width: 75%;
  }
}
.product-variations .attribute ul,
.product-options .attribute ul {
  width: 100%;
}
.product-variations .attribute .selected-value,
.product-options .attribute .selected-value {
  border: 0 none;
  color: #333;
  font-weight: bold;
  padding: 1.3em 0 0 0.4em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .product-variations .attribute .selected-value,
  .product-options .attribute .selected-value {
    padding-top: 0.8em;
  }
}
.product-variations .attribute .size-chart-link,
.product-options .attribute .size-chart-link {
  clear: both;
  float: none;
}
.product-variations .attribute .size-chart-link a,
.product-options .attribute .size-chart-link a {
  border-color: #fff !important;
  padding: 0;
}
.product-variations .attribute .required-text,
.product-options .attribute .required-text {
  color: #ff0000;
}
.product-variations .swatches li,
.product-options .swatches li {
  float: left;
}
.product-variations .swatches li:hover a, .product-variations .swatches li.selected a,
.product-options .swatches li:hover a,
.product-options .swatches li.selected a {
  border-color: #333;
}
.product-variations .swatches li.unselectable a,
.product-options .swatches li.unselectable a {
  color: #e0e0e0;
  opacity: 0.8;
}
.product-variations .swatches li.unselectable:hover a,
.product-options .swatches li.unselectable:hover a {
  border-color: #e0e0e0;
}
.product-variations .swatches li a,
.product-options .swatches li a {
  line-height: 3.5;
  min-height: 2.625rem;
  min-width: 2.625rem;
  padding: 1px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .product-variations .swatches li a,
  .product-options .swatches li a {
    line-height: 2.7;
    min-height: 2rem;
    min-width: 2rem;
  }
}
.product-variations .color li a,
.product-options .color li a {
  line-height: 0;
}
.product-variations select,
.product-options select {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  height: 42px;
  width: 100%;
  margin-left: 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .product-variations select,
  .product-options select {
    height: 32px;
    font-size: 12px;
  }
}

.tabs {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tab {
    display: inline-block;
    float: none;
  }
}
.tab .tab-switch {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab .tab-switch:checked + .tab-label {
    background: #fff;
    border-bottom-color: #333;
    color: #000;
    font-weight: 700;
    top: -0.0625rem;
    transition: all 0.35s;
    z-index: 1;
  }
}
.tab .tab-switch:checked + label + .tab-content {
  opacity: 1;
  transition: all 0.35s;
  z-index: 2;
}
.tab .tab-label {
  border-bottom: 3px solid #fff;
  color: #999;
  display: block;
  font-weight: 400;
  line-height: 2.5em;
  margin-bottom: 0;
  position: relative;
  text-transform: none;
  top: 0;
  transition: all 0.25s;
}
@media screen and (min-width: 768px) {
  .tab .tab-label {
    cursor: pointer;
    padding: 0 1.25rem;
  }
  .tab .tab-label:hover {
    border-bottom-color: #999;
    top: -0.25rem;
    transition: top 0.25s;
  }
}
.tab .tab-content {
  padding: 1em 0;
  text-align: left;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tab .tab-content {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 2.75em;
    transition: all 0.35s;
    width: 100%;
  }
}

/* 商品詳細説明文のスタイル */
.description h2 {
  display: flex;
  align-items: center;
  width: 290px;
  margin: 0 auto 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .description h2 {
    width: 350px;
  }
}
.description h2:before, .description h2:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background: #009843;
  display: block;
}
.description h2:before {
  margin-right: 0.4em;
}
.description h2:after {
  margin-left: 0.4em;
}
.description h2 .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .description h2 .sp {
    display: none;
  }
}
.description .product-detail-point {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .description .product-detail-point {
    margin-bottom: 20px;
  }
}
.description .product-detail-point .detail_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.description .product-detail-point .detail_title img {
  width: 35px;
}
@media screen and (min-width: 768px) {
  .description .product-detail-point .detail_title img {
    width: 45px;
  }
}
.description .product-detail-point .detail_title .yellow_line {
  display: block;
  margin-left: 5px;
}
.description .product-detail-point .detail_title .yellow_line span {
  background: none;
  box-shadow: inset 0 -5px #fcfc00;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .description .product-detail-point .detail_title .yellow_line span {
    background: linear-gradient(transparent 60%, #fcfc00 0%);
    box-shadow: none;
  }
}
.description .product-detail-point .detail_title .yellow_line span .sp {
  display: block;
}
@media screen and (min-width: 470px) {
  .description .product-detail-point .detail_title .yellow_line span .sp {
    display: none;
  }
}
.description .product-detail-point h2 span {
  font-size: 1.5em;
  margin-right: 20px;
  margin-left: 3px;
}
.description .product-detail-point p {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.description .product-detail-point .detail_img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.description .product-detail-point .detail_img img {
  max-width: 100%;
}
.description .service-attention {
  padding: 0 3%;
}
.description .service-attention .service-attention-list {
  padding: 0;
  list-style: none;
}
.description .service-attention .service-attention-list li {
  font-size: 11px;
  margin-bottom: 1%;
}
.description .service-attention .service-attention-list li .attention-detail {
  list-style: none;
  padding: 0 2%;
}
.description .service-attention .service-attention-list li .attention-detail li {
  font-size: 11px;
  margin-bottom: 0;
}

.pdp-main .product-variation-notice {
  border-top: dashed 1px #b2b2b2;
  margin-top: 30px;
}
.pdp-main .variation-notice-bloc {
  display: flex;
  margin: 20px 0;
}
.pdp-main .variation-notice-bloc button.site-white-btn.open-modal, .pdp-main .variation-notice-bloc .store-tile.selected .site-white-btn.open-modal.select-store-button, .store-tile.selected .pdp-main .variation-notice-bloc .site-white-btn.open-modal.select-store-button {
  width: 50%;
  font-size: 13px;
}
.pdp-main .variation-notice-bloc .tire-size-description {
  width: 50%;
  font-size: 13px;
}
.pdp-main .product-variation-notice-service .product-variation-notice {
  border-top: none;
  margin-top: 0;
}
.pdp-main .product-variation-notice-service .variation-notice-bloc {
  margin: 0;
}
.pdp-main .variation-link-bloc {
  padding: 15px 0px 0px 20px;
}
.pdp-main .variation-link {
  text-decoration: underline;
}
.pdp-main .variation-link::after {
  content: "";
  display: block;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: transparent;
  margin-left: 10px;
  vertical-align: 2px;
  border: solid 1px #333;
  outline: solid 1px #fff;
  box-shadow: 0px 0px 0px 2px #333;
}
.pdp-main .variation-link:hover {
  cursor: pointer;
}
.pdp-main .variation-link-blocs {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.pdp-main .variation-tire-link-bloc {
  padding: 15px 0px 0px 20px;
  width: 50%;
}
.pdp-main .variation-battery-notice-bloc {
  display: flex;
  flex-direction: column;
}
.pdp-main .battery-guide-bloc-top {
  border-bottom: dashed 1px #b2b2b2;
  margin-top: 30px;
}
.pdp-main .battery-guide-bloc-bottom p {
  font-weight: 600;
}
.pdp-main p.attribute.product-guide-text {
  font-weight: 600;
}
.pdp-main .oil-guide-bloc-middle {
  border-bottom: dashed 1px #b2b2b2;
  margin: 30px 0;
}
.pdp-main .tire-wheel-guide-text {
  border: solid 1px #b2b2b2;
  padding: 10px;
  margin-top: 20px;
}
.pdp-main .tire-wheel-guide-text .head-title {
  font-size: 20px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}
.pdp-main .product-variations .label-pc {
  display: unset;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  width: 30%;
  margin-top: 5px;
}
.pdp-main .product-variations .label-sp {
  display: none;
}
.pdp-main .product-variations .tire-option-label-pc {
  display: unset;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  width: 30%;
  margin-top: 5px;
}
.pdp-main .product-variations .tire-option-label-sp {
  display: none;
}
.pdp-main .product-variations-service {
  padding-top: 0;
}
.pdp-main .product-options .attribute .color-value {
  width: 100%;
}
.pdp-main .list-container.clearfix, .pdp-main nav.list-container[role=navigation], .pdp-main .level-2 > ul.list-container, .pdp-main .list-container.category-switch {
  width: 50%;
}
.pdp-main .battery-service-bloc {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
}
.pdp-main .battery-img-bloc {
  width: 50%;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .pdp-main .tire-wheel-guide-text {
    border: solid 1px #b2b2b2;
    padding: 10px;
    margin-top: 20px;
    max-height: 300px;
    overflow: scroll;
  }
  .pdp-main .variation-link-bloc {
    padding: 10px 0;
  }
  .pdp-main .variation-notice-bloc {
    display: flex;
    margin: 10px 0 20px 0;
    flex-direction: column;
  }
  .pdp-main .variation-notice-bloc .tire-size-description {
    width: 100%;
    font-size: 13px;
  }
  .pdp-main .product-variations .label-pc {
    display: none;
  }
  .pdp-main .product-variations .label-sp {
    display: inline;
    font-weight: bold;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .pdp-main .product-variations .tire-option-label-pc {
    display: none;
  }
  .pdp-main .product-variations .tire-option-label-sp {
    display: inline;
    font-weight: bold;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .pdp-main .battery-guide-bloc-top {
    display: none;
  }
  .pdp-main .battery-guide-bloc-bottom {
    border-top: dashed 1px #b2b2b2;
    margin: 30px 0 10px 0;
  }
  .pdp-main .battery-service-bloc {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
  }
  .pdp-main .battery-img-bloc {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  .pdp-main .list-container.clearfix, .pdp-main nav.list-container[role=navigation], .pdp-main .level-2 > ul.list-container, .pdp-main .list-container.category-switch {
    width: 100%;
  }
  .pdp-main .variation-link-blocs {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .pdp-main .variation-tire-link-bloc {
    padding: 15px 0px 0px 0px;
    width: 100%;
    text-align: justify;
  }
  .pdp-main .display-blank {
    display: none;
  }
  #modal4 p {
    font-size: 100%;
    padding-bottom: 0;
    width: 100%;
  }
  #modal4 .battery-img-bloc {
    margin: 10px;
  }
}
.flexblock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#product-contents {
  max-width: 1080px;
  margin: auto;
}

#product-contents *, #product-contents *:before, #product-contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#product-contents #product-url-tile {
  margin-top: 0;
}

@media only screen and (max-width: 780px) {
  #product-contents #product-url-tile {
    margin: 0 20px;
  }
}
#product-contents .explainTxt {
  font-size: 60%;
}

#product-contents .h1Product {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin: 1rem 0;
}

#product-contents .h1Product span {
  color: #333;
  display: inline-block;
  font-size: 24px;
  line-height: 90%;
}

@media only screen and (max-width: 780px) {
  #product-contents .h1Product {
    font-size: 16px;
  }
  #product-contents .h1Product span {
    font-size: 12px;
  }
}
#product-contents .pdp-main .variation-notice-bloc {
  margin-bottom: 0;
  padding: 10px 0;
}

#product-contents .pdp-main .variation-notice-bloc.spFlexCenter {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#product-contents .pdp-main .variation-notice-bloc.spFlexCenter .variation-link-bloc {
  text-align: center;
}

#product-contents .pdp-main .product-variation-notice {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#product-contents .clearBoth {
  clear: both;
}

#product-contents .productDescriptionArea .contentsNaviArea .ankerBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}

#product-contents .productDescriptionArea .contentsNaviArea .ankerBlock li {
  text-align: left;
  padding: 0.5rem 1rem;
  border: 1px solid #CCC;
  margin: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media only screen and (max-width: 780px) {
  #product-contents .productDescriptionArea .contentsNaviArea .ankerBlock li {
    width: 100%;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
#product-contents .productDescriptionArea .contentsNaviArea .ankerBlock li:after {
  content: "⌄";
  display: inline-block;
  margin: 0 0.1em;
  line-height: 100%;
  vertical-align: top;
}

#product-contents .productDescriptionArea .contentsNaviArea .ankerBlock li:before {
  content: "1";
  font-size: 160%;
  padding-right: 1rem;
}

#product-contents .productDescriptionArea .contentsNaviArea .ankerBlock li:nth-child(2):before {
  content: "2";
  font-size: 160%;
}

#product-contents .productDescriptionArea .contentsNaviArea .iconRecommend {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}

#product-contents .productDescriptionArea .contentsNaviArea .iconRecommend .imgBox {
  width: 50%;
  padding: 1rem;
}

#product-contents .productDescriptionArea .contentsNaviArea .iconRecommend .imgBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 780px) {
  #product-contents .productDescriptionArea .contentsNaviArea .iconRecommend .imgBox {
    width: 100%;
    padding: 1rem 10% 0;
  }
}
#product-contents .productDescriptionArea .productDescriptionBlock {
  padding: 30px 0;
}

@media only screen and (max-width: 780px) {
  #product-contents .productDescriptionArea .productDescriptionBlock {
    padding: 80px 0 15px;
  }
}
#product-contents .productDescriptionArea .productDescriptionBlock .numLine {
  margin: 0 0 0 2rem;
  position: relative;
}

#product-contents .productDescriptionArea .productDescriptionBlock .numLine:before {
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: -2rem;
}

#product-contents .productDescriptionArea .productDescriptionBlock .numLine.num1:before {
  content: "1";
}

#product-contents .productDescriptionArea .productDescriptionBlock .numLine.num2:before {
  content: "2";
}

#product-contents .productDescriptionArea .productDescriptionBlock h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 780px) {
  #product-contents .productDescriptionArea .productDescriptionBlock h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
  }
}
#product-contents .productDescriptionArea .productDescriptionBlock p {
  margin-top: 0;
  color: #333;
}

#product-contents .productDescriptionArea .productDescriptionBlock .dImgBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#product-contents .serviceDescriptionArea {
  margin-top: 30px;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 780px) {
  #product-contents .serviceDescriptionArea .serviceDescriptionBlock h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
  }
}
#product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock {
  padding: 2rem 0;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .flexblock {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .flexblock .imgBlock {
  width: 60%;
}

@media only screen and (max-width: 780px) {
  #product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .flexblock .imgBlock {
    width: 100%;
  }
}
#product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .flexblock .txtBlock {
  width: 40%;
}

@media only screen and (max-width: 780px) {
  #product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .flexblock .txtBlock {
    width: 100%;
  }
}
#product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .imgBlock img {
  max-width: 100%;
  height: auto;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .imgBlock.flexblock {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .imgBlock.flexblock .imgBox {
  width: 49%;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .imgBlock.flexblock .imgBox.twoImages {
  text-align: center;
}

@media only screen and (max-width: 780px) {
  #product-contents .serviceDescriptionArea .serviceDescriptionBlock .serviceDBlock .txtImgBlock .imgBlock.flexblock .imgBox.twoImages {
    text-align: left;
  }
}
#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .imgBlock:first-of-type {
  margin-right: 1%;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .imgBlock {
  width: 49%;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .imgBlock.table-image {
  margin-right: 0;
  width: 100%;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .txtBlock {
  width: 20%;
  margin: 3vmax auto 0;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .txtBlock .buttons-area {
  width: 100%;
  text-align: center;
}

#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .txtBlock .buttons-area .trans-black-btn {
  display: inline-block;
  font-size: 14px;
}

@media only screen and (max-width: 780px) {
  #product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .txtBlock {
    width: 100%;
    text-align: center;
  }
}
#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock p.multiweather2-performance-sentence-pc {
  display: block;
  font-size: 10px;
  margin: 0;
  padding-left: 2vmin;
}

@media only screen and (max-width: 780px) {
  #product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock p.multiweather2-performance-sentence-pc {
    display: none;
  }
}
#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .imgBlock p.multiweather2-performance-sentence-sp {
  display: none;
}

@media only screen and (max-width: 780px) {
  #product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .imgBlock p.multiweather2-performance-sentence-sp {
    display: block;
    font-size: 8px;
    margin: 0;
    padding-left: 2vmin;
  }
}
@media only screen and (max-width: 780px) {
  #product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock .txtImgBlock .flexblock .imgBlock.multiweather2-performance-image {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}
#product-contents .serviceDescriptionArea .serviceDescriptionBlock.multiWeatherBlock .serviceDBlock.no-padding {
  padding: 0 0 2rem 0;
}

#product-contents .voiceArea .flexblock {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#product-contents .voiceArea .voiceBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 2% 0;
  width: 48%;
  border: 1px solid #e3e3e3;
}

#product-contents .voiceArea .voiceBlock .iconBox {
  width: 30%;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}

#product-contents .voiceArea .voiceBlock .iconBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#product-contents .voiceArea .voiceBlock .iconBox p {
  margin: 0;
  text-align: center;
  padding: 0.5rem 0;
  font-size: 12px;
  line-height: 110%;
  font-weight: bold;
}

#product-contents .voiceArea .voiceBlock .txtBox {
  width: 70%;
  padding: 0.5rem;
}

@media only screen and (max-width: 780px) {
  #product-contents .voiceArea .voiceBlock {
    width: 98%;
    margin-bottom: 1rem;
  }
}
#product-contents .voiceArea ul {
  text-align: right;
  padding: 0 2em;
  margin-left: 15px;
}

#product-contents .voiceArea ul li {
  display: inline-block;
}

#product-contents .voiceArea ul a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: relative;
  right: 13px;
  top: 13px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}

/* 店舗選択・予約フォームのスタイル */
.pdp-main #reserve-form-error > li {
  margin: 5px 0;
}
.pdp-main .store {
  margin: 1em 0 2em;
}
.pdp-main .store .ttl {
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.pdp-main .store .required-text {
  color: #ff0000;
  margin: 0;
}
.pdp-main .store ul li {
  margin-bottom: 0.5em;
}
.pdp-main .store ul li span {
  font-weight: bold;
  font-weight: bold;
}
.pdp-main .store ul li #store-pref, .pdp-main .store ul li #store-city, .pdp-main .store ul li #store-list {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .pdp-main .store ul li #store-pref, .pdp-main .store ul li #store-city, .pdp-main .store ul li #store-list {
    width: 75%;
  }
}
.pdp-main .store ul li #store-list {
  margin-bottom: 0.3rem;
}
.pdp-main .store ul li #store-info {
  margin: 10px 5px;
  font-size: 14px;
}
.pdp-main .store ul li #store-info .store-info-body {
  font-weight: normal;
}
.pdp-main .store ul li #store-info #store-link {
  background: url("../images/ico_footer_external01_2x.png") no-repeat right center;
  background-size: 11px 10px;
  padding-right: 13px;
  display: inline-block;
  margin: 0;
}
.pdp-main .store ul li #store-link {
  text-decoration: underline;
}
.pdp-main .store ul li #store-link img {
  max-height: 15px;
}
.pdp-main .store #search-contents .store-result-wrap {
  width: 100%;
  clear: both;
  overflow: hidden;
}
.pdp-main .store #search-contents .store-result-wrap .store-search-bloc ul li.store-result-name {
  margin: 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-search-bloc ul li.store-result-name .result-txt-01 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.pdp-main .store #search-contents .store-result-wrap .store-search-bloc ul li.store-result-link {
  width: auto !important;
  float: right;
  margin: 0;
  margin-left: 15px;
}
.pdp-main .store #search-contents .store-result-wrap .store-search-bloc ul li.store-result-link .search-another-link {
  float: right;
  margin: 15px 0 0 0;
  text-decoration: underline;
  position: relative;
  padding: 0 10px 0 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-search-bloc ul li.store-result-link .search-another-link::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pdp-main .store #search-contents .store-result-wrap .store-search-bloc ul li.store-result-filter .filter-box {
  float: left;
  width: 33%;
  padding: 18px 0 0 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-search-bloc ul li.store-result-filter .filter-box label.filter-text {
  width: 72%;
  text-align: left;
}
.pdp-main .store #search-contents .store-result-wrap .store-search-bloc ul li.store-result-filter:before {
  width: 100%;
  content: "";
  border-bottom: 1px dotted #999;
  display: block;
  padding: 5px 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-box {
  width: 100%;
  overflow: hidden;
  clear: left;
  border-top: 1px dotted #CCC;
  padding: 20px 0 5px 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-image {
  width: 15%;
  float: left;
  margin: 0 3% 0 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-image img {
  width: 100%;
  height: auto;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address {
  width: 55%;
  float: left;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address dl {
  margin: 0;
  padding: 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address dl dt {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address dl dd {
  margin: 0;
  padding: 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address dl dd ul {
  margin: 0;
  padding: 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address dl dd ul li {
  font-size: 14px;
  padding: 0;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address dl dd ul li span {
  font-weight: normal;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address dl dd ul li.no-service-txt {
  color: #FF0000;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address p {
  font-size: 14px;
  color: #F00;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-address dl dd ul li a.store-tel-txt span {
  display: none;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-link {
  width: 25%;
  float: right;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-link button span::before, .pdp-main .store #search-contents .store-result-wrap .store-result-link .store-tile.selected .select-store-button span::before, .store-tile.selected .pdp-main .store #search-contents .store-result-wrap .store-result-link .select-store-button span::before {
  content: "この店舗を";
}
.pdp-main .store #search-contents .store-result-wrap .store-result-link .site-red-btn {
  font-size: 16px;
  padding: 13px 30px 11px;
}
.pdp-main .store #search-contents .store-result-wrap .store-result-link .site-red-btn::before {
  left: 15px;
}
.pdp-main .store ul li:last-of-type {
  padding-bottom: 15px !important;
}
.pdp-main .store .store-balloon {
  width: 300px;
}
.pdp-main .store .store-balloon .store-balloon-close {
  float: right;
}
.pdp-main .store .store-balloon .store-balloon-close .cancel-icon {
  display: inline-block;
  position: relative;
  margin: 0 13px 0 7px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #000;
  transform: rotate(-45deg);
}
.pdp-main .store .store-balloon .store-balloon-close .cancel-icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #000;
}
.pdp-main .store .store-balloon .store-balloon-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline;
}
.pdp-main .store .store-balloon .store-balloon-payment-img {
  display: inline-block;
  width: 190px;
}
.pdp-main .store .store-balloon .store-balloon-payment-img.not-ec {
  display: none;
}
.pdp-main .store .store-balloon .store-balloon-payment {
  vertical-align: bottom;
  height: 14px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 1px;
}
.pdp-main .store .store-balloon .store-balloon-address {
  margin-bottom: 5px;
}
.pdp-main .store .store-balloon .store-balloon-phone {
  margin-bottom: 5px;
}
.pdp-main .store .store-balloon .store-balloon-select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdp-main .store .store-balloon .unsupported-message {
  color: #ff0000;
  text-align: center;
}

@media (max-width: 481px) {
  .pdp-main .store .store-balloon {
    width: unset !important;
  }
  .pdp-main .gm-style .gm-style-iw-c {
    max-width: unset !important;
  }
  .pdp-main .gm-style .gm-style-iw-d {
    max-width: unset !important;
    width: 220px;
  }
}
/* 店頭サービスオプション選択フォームのスタイル */
.pdp-main .store-service-contains-notice-msg {
  color: #999;
}
.pdp-main .store-service-contains-notice-msg,
.pdp-main .required-error-msg,
.pdp-main .store-service-error-msg {
  display: none;
}
.pdp-main .store-service-contains-notice .store-service-contains-notice-msg {
  display: block;
}
.pdp-main .required-error .required-error-msg {
  display: block;
}
.pdp-main .required-error li.required-error-msg {
  display: list-item;
}
.pdp-main .store-service-error .store-service-error-msg {
  display: block;
}
.pdp-main .store-service-error li.store-service-error-msg {
  display: list-item;
}
.pdp-main .service-option-list .store-service-error .store-service-error-msg {
  margin-top: 10px;
}
.pdp-main #store-service-list {
  margin: 1em 0 2em 1em;
}
.pdp-main #store-service-list .ttl {
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 18px;
  border: 1px solid #efefef;
  background-color: #efefef;
  padding: 10px 0;
}
.pdp-main #store-service-list .service-read {
  padding: 1% 3%;
  margin: 0 0 2%;
}
@media screen and (min-width: 768px) {
  .pdp-main #store-service-list .service-read {
    margin: 0 0 10px;
  }
}
.pdp-main #store-service-list .service-read p span.option-service-guideline {
  font-weight: 700;
}
.pdp-main #store-service-list .service-read a {
  text-decoration: underline;
}
.pdp-main #store-service-list .service-read a:hover, .pdp-main #store-service-list .service-read a:focus {
  color: #ccc;
}
.pdp-main #store-service-list .service-list-title {
  display: flex;
  align-items: center;
  margin: 0 auto 10px;
}
.pdp-main #store-service-list .service-list-title:before, .pdp-main #store-service-list .service-list-title:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #000;
  display: block;
}
.pdp-main #store-service-list .service-list-title:before {
  margin-right: 0.4em;
}
.pdp-main #store-service-list .service-list-title:after {
  margin-left: 0.4em;
}
.pdp-main #store-service-list .service-option-list {
  margin: 0 0 2%;
  display: block;
  padding: 0 2%;
}
@media screen and (min-width: 768px) {
  .pdp-main #store-service-list .service-option-list {
    margin: 0 0 10px;
  }
}
.pdp-main #store-service-list .service-option-list .service-option {
  margin-bottom: 1em;
}
.pdp-main #store-service-list .service-option-list .service-option:nth-child(2n+1) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .pdp-main #store-service-list .service-option-list .service-option:nth-child(2n+1) {
    margin-right: 2%;
  }
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox {
  display: inline-block;
  position: relative;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox label {
  display: inline-block;
  padding-left: 25px;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox label .breakdown {
  display: block;
  font-size: 11px;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox label .price {
  display: block;
  color: #ff0000;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox label .attention-no {
  font-size: 10px;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  margin: 0;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox]:checked + label::before {
  background-color: #fff;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox]:checked + label::after {
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox]:disabled + label::before {
  background-color: #ccc;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox]:disabled + label {
  color: #999;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox]:disabled + label .price {
  color: #999;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox] + label::before,
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox] + label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  box-sizing: border-box;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox] + label::before {
  z-index: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 2px #ccc solid;
  border-radius: 2px;
}
.pdp-main #store-service-list .service-option-list .service-option .checkbox input[type=checkbox] + label::after {
  z-index: 1;
  margin: 2px 5px;
  width: 8px;
  height: 11px;
}
.pdp-main #store-service-list .service-option-list .service-option .service-link {
  display: inline-block;
  margin-left: 1.8em;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .pdp-main #store-service-list .service-option-list .service-option .service-link {
    margin-left: 2em;
  }
}
.pdp-main #store-service-list .service-option-list .service-option .price {
  display: inline-block;
  width: 48%;
}
.pdp-main #store-service-list .service-pack-list {
  margin: 0 0 3%;
}
@media screen and (min-width: 768px) {
  .pdp-main #store-service-list .service-pack-list {
    margin: 0 0 30px;
  }
}

.product_detail_notice {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

ul.product_detail_notice {
  list-style-type: none;
}

.product_detail_notice li:before {
  content: "※";
}

/*
  Below is the syntax for adding values to the box shadow property
  box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
*/
.flexblock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.pdp-main .reserve-error {
  color: #ff0000;
}
@media screen and (max-width: 320px) {
  .pdp-main .bflex-wrapper.two-cols .bflex-column {
    width: 260px;
  }
}
.pdp-main .bflex-wrapper.two-cols .bflex-column.site-red-btn {
  padding: 16px 0;
}
.pdp-main .color-value ul.swatches {
  margin-top: 15px;
}
.pdp-main .color-value ul.swatches li {
  float: none;
  background-color: #f4f4f4;
  margin-bottom: 3px;
  padding-left: 55px;
  position: relative;
}
.pdp-main .color-value ul.swatches li.selectable.selected a.swatchanchor {
  pointer-events: none;
}
.pdp-main .color-value ul.swatches li.selectable:not(.selected) {
  cursor: pointer;
}
.pdp-main .color-value ul.swatches li::before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 3px #cccccc;
  background-color: #333333;
  position: absolute;
  border-radius: 15px;
  left: 15px;
  top: 30px;
}
.pdp-main .color-value ul.swatches li::after {
  content: "";
  width: 0;
  height: 82px;
  border: solid 2px #e5e5e5;
  position: absolute;
  left: 52px;
  top: 0;
  z-index: 1;
}
.pdp-main .color-value ul.swatches li::not(.selected) #swatch-selected-mark {
  display: none;
}
.pdp-main .color-value ul.swatches li.selected #swatch-selected-mark::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 7px;
  left: 21px;
  top: 36px;
}
.pdp-main .color-value ul.swatches li a.swatchanchor {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 84px;
  text-align: left;
  margin: 0 0 0 0;
}
.pdp-main .color-value ul.swatches li a.swatchanchor img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 12px 15px;
  float: left;
}
.pdp-main .color-value ul.swatches li a.swatchanchor div {
  font-size: 14px;
  font-weight: bold;
  height: 84px;
  vertical-align: middle;
  display: table-cell;
  white-space: normal;
  line-height: 16px;
}
.pdp-main .validation-target-attrs #color-select-checker {
  padding-top: 2px;
}
.pdp-main .validation-target-attrs .is-selected ~ span.unselected, .pdp-main .validation-target-attrs :not(.is-selected) ~ span.selected {
  display: none;
}
.pdp-main .validation-target-attrs .is-selected ~ span.selected {
  display: inline;
}
.pdp-main .validation-target-attrs span.unselected {
  display: inline-block;
  background: #F00;
  font-size: 12px;
  color: #FFF;
  margin: 0 0 0 5px;
  padding: 6px 3px;
  width: 40px;
  text-align: center;
}
.pdp-main .validation-target-attrs span.unselected::before {
  content: "必須";
}
.pdp-main .validation-target-attrs span.selected {
  display: inline;
  padding-left: 30px;
  position: relative;
  margin: 3px 3px 3px 8px;
  width: 14px;
}
.pdp-main .validation-target-attrs span.selected:before, .pdp-main .validation-target-attrs span.selected:after {
  content: "";
  display: block;
  position: absolute;
  margin-left: 5px;
}
.pdp-main .validation-target-attrs span.selected:before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #999;
  border: 1px solid #999;
  left: 0;
  top: -2px;
}
.pdp-main .validation-target-attrs span.selected:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  left: 6px;
  top: 5px;
}
.pdp-main .validation-target-attrs .select-attr {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.pdp-main .validation-target-attrs .select-attr::before {
  position: absolute;
  top: 40%;
  right: 4.8em;
  pointer-events: none;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pdp-main .validation-target-attrs .select-attr:after {
  position: absolute;
  height: 28px;
  top: 3px;
  right: 6.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 2px solid #DEDEDE;
}
.pdp-main .validation-target-attrs .select-attr select {
  color: black;
  background: #F3F3F3;
  width: 99%;
  padding-right: 4em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
.pdp-main .validation-target-attrs .select-attr select::-ms-expand {
  display: none;
}
.pdp-main .validation-target-attrs .select-attr-option {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.pdp-main .validation-target-attrs .select-attr-option::before {
  position: absolute;
  top: 40%;
  right: 1.3em;
  pointer-events: none;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pdp-main .validation-target-attrs .select-attr-option:after {
  position: absolute;
  height: 28px;
  top: 3px;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 2px solid #DEDEDE;
}
.pdp-main .validation-target-attrs .select-attr-option select {
  color: black;
  background: #F3F3F3;
  width: 99%;
  padding-right: 4em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
.pdp-main .validation-target-attrs .select-attr-option select::-ms-expand {
  display: none;
}
.pdp-main .validation-target-attrs .search-area {
  clear: left;
  text-align: -webkit-center;
  text-align: -moz-center;
  margin: 15px auto;
}
.pdp-main .validation-target-attrs .search-area #searchByVehicleInfo {
  font-size: 13px;
  width: 220px;
  margin: 0 auto;
}
.pdp-main .product-info {
  clear: both;
  padding-top: 2em;
}
.pdp-main .image-box {
  height: 110px;
  width: 330px;
  margin: 25px auto;
  position: relative;
}
.pdp-main .image-box div.out_picture {
  color: black;
}
.pdp-main .image-box div.on_picture {
  color: white;
}
.pdp-main .image-box .red {
  color: red;
}
.pdp-main .image-box .label_width {
  bottom: 110px;
  left: 65px;
  position: absolute;
}
.pdp-main .image-box .label_ratio {
  bottom: 110px;
  left: 135px;
  position: absolute;
}
.pdp-main .image-box .label_radius {
  bottom: 110px;
  left: 185px;
  position: absolute;
}
.pdp-main .image-box .t_width {
  bottom: 45px;
  left: 90px;
  position: absolute;
  transform: rotate(330deg);
  font-size: 18px;
}
.pdp-main .image-box .t_slash {
  bottom: 55px;
  left: 130px;
  position: absolute;
  transform: rotate(0deg);
  font-size: 18px;
}
.pdp-main .image-box .t_aratio {
  bottom: 55px;
  left: 145px;
  position: absolute;
  transform: rotate(0deg);
  font-size: 18px;
}
.pdp-main .image-box .t_radius {
  bottom: 50px;
  left: 190px;
  position: absolute;
  transform: rotate(15deg);
  font-size: 18px;
}
.pdp-main #div-tire-picture {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.pdp-main #div-tire-picture .selected_size_area .reset_link {
  text-decoration: underline;
  cursor: pointer;
  margin-right: 1em;
}
.pdp-main #div-tire-picture .selected_size_area .selected_size_display {
  border: 1px solid black;
  padding: 5px 20px;
  background-color: #f0f0f0;
}
.pdp-main #div-tire-picture .selected_size_area .link_area {
  margin: 1em;
}
.pdp-main #div-tire-picture .selected_value_area {
  padding-top: 10px;
}
.pdp-main #div-tire-picture .selected_value_area .value_display {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.pdp-main #div-tire-picture .selected_value_area .value_display .selected_value_title {
  padding: 0.3em 0.6em;
  width: 9em;
}
.pdp-main #div-tire-picture .selected_value_area .value_display .selected_value_display {
  border: 1px solid black;
  padding: 0.3em 0.3em;
  background-color: #f0f0f0;
  width: 13.5em;
}
.pdp-main #div-tire-picture .selected_value_area .value_display .link_area {
  padding: 0 0.6em;
  width: 5em;
}
.pdp-main #div-tire-picture .selected_value_area .value_display .link_area .reset_link {
  padding: 0.3em 0.6em;
  text-decoration: underline;
  cursor: pointer;
}
.pdp-main #div-tire-picture .button_area {
  background-color: #f0f0f0;
}
.pdp-main #div-tire-picture .button_area .button_area_header {
  display: inline-block;
  margin: 0.5em auto;
}
.pdp-main .price-sales-box {
  display: inline-block;
  padding: 5px;
  font-size: 20px;
  border: 1px solid black;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #f3f3f3;
}
.pdp-main .price-sales-box .price-notice-zeikomi {
  font-size: 0.8rem;
}
.pdp-main .pricenotice-title {
  display: inline-block;
  margin-top: 10px;
  padding: 5px;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.pdp-main #pricenotice-detail-button {
  display: block;
  height: 50px;
  line-height: 40px;
  width: 100%;
  position: inherit;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  box-sizing: border-box;
}
.pdp-main #pricenotice-detail-button::before {
  content: "- 閉じる";
}
.pdp-main .pricenotice {
  position: relative;
}
.pdp-main .pricenotice.close {
  height: 50px;
  overflow: hidden;
}
.pdp-main .pricenotice.close #pricenotice-detail-button {
  position: absolute;
}
.pdp-main .pricenotice.close #pricenotice-detail-button::before {
  content: "+ すべて表示";
}
.pdp-main dl.ankerLinks {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  background: #f0f0f0;
}
@media only screen and (max-width: 780px) {
  .pdp-main dl.ankerLinks {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    font-size: 12px;
    padding: 4px 0;
  }
}
.pdp-main dl.ankerLinks dd {
  float: none;
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .pdp-main dl.ankerLinks dd {
    width: inherit;
  }
}
.pdp-main dl.ankerLinks dd a {
  color: #FFF;
  background: #333;
  padding: 0.2rem 1rem;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  .pdp-main dl.ankerLinks dd a {
    display: inherit;
  }
}
.pdp-main dl.ankerLinks dd a:hover, .pdp-main dl.ankerLinks dd a:active, .pdp-main dl.ankerLinks dd a:focus {
  text-decoration: none;
  background: #4d4d4d;
}
.pdp-main .product-variations-service .ankerLinks-vehicletype {
  margin-left: 1em;
  margin-right: 1em;
}
.pdp-main .product-variations-service .ankerLinks-vehicletype dd {
  width: 50%;
  padding: 0 1%;
}
@media only screen and (max-width: 480px) {
  .pdp-main .product-variations-service .ankerLinks-vehicletype dd {
    width: 100%;
  }
}
.pdp-main .product-variations-service .ankerLinks-tiresize {
  margin-left: 1em;
  margin-right: 1em;
}
.pdp-main .product-variations-service .ankerLinks-tiresize dd {
  width: 33%;
  padding: 0 1%;
}
@media only screen and (max-width: 480px) {
  .pdp-main .product-variations-service .ankerLinks-tiresize dd {
    width: 50%;
  }
}

/*
 * (new-style.cssのflexが、汚れているため)flex配置のためのスタイルを定義します。
 * .bflex-wrapper 要素の子要素に .bflex-container 要素を配置し、その中にbflex-column要素を配置します。
 * .bflex-column要素がフレックス配置されます。
 */
.bflex-wrapper {
  overflow: hidden;
  width: 100%;
}

.bflex-container {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bflex-container {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.bflex-column {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 15px;
  margin: 0 15px 20px 15px;
}
@media screen and (max-width: 767px) {
  .bflex-column {
    margin: 7.5px auto;
  }
}

.two-cols .bflex-column {
  width: 65%;
}

/* FLEXレイアウトの用意をしたのに、結局1要素しか表示しない場合のための宣言 */
.one-cols .bflex-column {
  width: 100%;
}

.store-service .bflex-wrapper.two-cols .bflex-container {
  -webkit-align-items: center;
}
.store-service .bflex-wrapper.two-cols .bflex-column {
  font-size: small;
  width: 280px;
  margin-top: 3em;
}
.store-service .bflex-wrapper.two-cols .bflex-column.site-red-btn {
  padding: 16px 10px 16px 25px;
  margin: 25px 10px 20px 10px;
}
.store-service .bflex-wrapper.two-cols .bflex-column.site-red-btn::before {
  left: 15px;
}

.store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc {
  display: flex;
  flex-wrap: wrap;
}
.store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc .icon {
  margin: 0 2px 2px 0;
  width: calc(50% - 1px);
}
.store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc .icon img {
  width: 100%;
  height: 100%;
}
.store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc .icon:nth-child(2n) {
  margin-right: 0;
}
.store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc .icon:nth-child(3n) {
  margin-top: 2px;
}
.store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc .icon:nth-child(4n) {
  margin-top: 2px;
}
.store-service #optionServiceSelectForm p#annotation {
  padding: 10px;
}

.service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc {
  display: flex;
  flex-wrap: wrap;
}
.service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc .icon {
  margin: 0 2px 0 0;
  width: 24.4%;
}
.service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc .icon img {
  width: 100%;
  height: 100%;
}
.service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-pc .icon:nth-child(4n) {
  margin-right: 0;
}
.service-option-list .service-option .checkbox .service-option-desc .annotation {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp {
    display: flex;
    flex-wrap: wrap;
  }
  .store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon {
    margin: 0 2px 2px 0;
    width: calc(50% - 1px);
  }
  .store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon img {
    width: 100%;
    height: 100%;
  }
  .store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon:nth-child(2n) {
    margin-right: 0;
  }
  .store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon:nth-child(3n) {
    margin-top: 2px;
  }
  .store-service .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon:nth-child(4n) {
    margin-top: 2px;
  }
  .store-service .service-option-list .service-option .checkbox .service-option-desc .annotation {
    font-size: 12px;
  }
  .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp {
    display: flex;
    flex-wrap: wrap;
  }
  .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon {
    margin: 0 2px 2px 0;
    width: calc(50% - 1px);
  }
  .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon img {
    width: 100%;
    height: 100%;
  }
  .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon:nth-child(2n) {
    margin-right: 0;
  }
  .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon:nth-child(3n) {
    margin-top: 2px;
  }
  .service-option-list .service-option .checkbox .service-option-desc .service-option-icons .on-sp .icon:nth-child(4n) {
    margin-top: 2px;
  }
}
.pt_work_service .primary-content .work-service-store-information {
  padding: 0 20%;
}
.pt_work_service .primary-content .pdp-main .product-col-2 {
  float: none;
  width: 100%;
}
.pt_work_service .primary-content .pdp-main #store-service-list {
  /* 法人予約向け　作業種別選択 */
}
.pt_work_service .primary-content .pdp-main #store-service-list .service-read {
  padding: 0 0 20px 0;
}
.pt_work_service .primary-content .pdp-main #store-service-list .desc-red {
  color: red;
}
.pt_work_service .primary-content .pdp-main #store-service-list .desc-red a {
  color: red;
}
.pt_work_service .primary-content .pdp-main #store-service-list .section-radio {
  text-align: center;
}
.pt_work_service .primary-content .pdp-main #store-service-list .service_radio {
  display: inline-flex;
}
.pt_work_service .primary-content .pdp-main #store-service-list .custom-radio {
  width: 180px;
  height: 40px;
  background: #f8f8f8;
  border: 2px solid #555;
  position: relative;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.pt_work_service .primary-content .pdp-main #store-service-list input[type=radio]:checked + .custom-radio {
  border-color: red;
  background: #ffc1c1;
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work {
  padding-top: 5px;
  padding-left: 50px; /*要件等*/
  font-size: 14px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin: 0 -15px;
  flex-wrap: wrap;
  /*justify-content: center;*/
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work .flex-column-work {
  width: 45%;
  margin: 0 5px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 5px;
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work .flex-column-work label {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  background: #e3e3e3;
  padding: 14px 0;
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work .flex-column-work label span {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work .flex-column-work label span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work .flex-column-work label.current {
  color: #ffffff;
  background: #333333;
  position: relative;
  overflow: inherit;
  cursor: default;
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work .flex-column-work label.current span::before {
  display: none;
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .site-head-A .h4Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0.3rem solid #333;
}
.pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .site-head-A .h4Wrapper h4 {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  margin: 0;
  padding: 0.5rem 0.25rem;
}
.pt_work_service .primary-content .pdp-main #store-service-list .section-head button, .pt_work_service .primary-content .pdp-main #store-service-list .section-head .store-tile.selected .select-store-button, .store-tile.selected .pt_work_service .primary-content .pdp-main #store-service-list .section-head .select-store-button {
  background-color: #fff;
  border-style: none;
  color: #333;
  font-size: 0px;
  padding: 0px;
  width: 100%;
  text-align: left;
}
.pt_work_service .primary-content .pdp-main #store-service-list .section-head button:focus-visible, .pt_work_service .primary-content .pdp-main #store-service-list .section-head .store-tile.selected .select-store-button:focus-visible, .store-tile.selected .pt_work_service .primary-content .pdp-main #store-service-list .section-head .select-store-button:focus-visible {
  outline: none;
}
.pt_work_service .primary-content .pdp-main #store-service-list .section-head .section-title {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pt_work_service .primary-content .pdp-main #store-service-list .section-head .section-title {
    width: 90%;
  }
}
.pt_work_service .primary-content .pdp-main #store-service-list .section-head .plus-btn, .pt_work_service .primary-content .pdp-main #store-service-list .section-head .minus-btn {
  display: inline-block;
  position: absolute;
  right: 3%;
  width: 1%;
  font-size: 1.6em;
  margin: 0px;
}
.pt_work_service .primary-content .pdp-main #store-service-list .section-head .icon {
  height: 22px;
  width: 22px;
}
.pt_work_service .primary-content .pdp-main #store-service-list .section-head .hide {
  display: none;
}
.pt_work_service .primary-content .pdp-main #store-service-list .hide {
  display: none;
}
.pt_work_service .primary-content .pdp-main .store.product-options {
  padding-top: 0;
}
.pt_work_service .primary-content .pdp-main .store.product-options .notification_message {
  padding: 4px;
  border: dotted 1px red;
}
.pt_work_service .primary-content .pdp-main .store.product-options .service-option-desc .service-option-text a {
  font-weight: bold;
  text-decoration: underline;
}
.pt_work_service .primary-content .pdp-main .store.product-options .service-option-desc .service-option-text .content-supplement {
  font-weight: bold;
  font-size: 11px;
}
.pt_work_service .primary-content .pdp-main .store.product-options .service-option-desc .service-option-text .option-service-text-annotation {
  color: red;
  font-weight: bold;
}
.pt_work_service .primary-content .pdp-main .store.product-options .service-option-desc .service-option-detail .service-option-detail-radio input[type=radio] {
  margin: 0.5em 1% 0.5em 0%;
}
.pt_work_service .primary-content .pdp-main .store.product-options .service-option-desc .service-option-detail .service-option-detail-radio input[type=radio]:focus {
  -webkit-box-shadow: none !important;
}
.pt_work_service .primary-content .pdp-main .store.product-options .service-option-desc .service-option-detail .service-option-detail-text {
  margin-left: 3% !important;
}
.pt_work_service .primary-content .pdp-main .store.product-options .guidance-link-font {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pt_work_service .primary-content .pdp-main .store.product-options .guidance-link-font {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work {
    display: flex;
    flex-direction: column;
    padding-left: revert; /*要件等*/
  }
  .pt_work_service .primary-content .pdp-main #store-service-list .work_service_type_select .flex-container-work .flex-column-work {
    width: 90%;
    display: inherit;
    margin: 0 auto;
  }
}
.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .bonus-product-list .bonus-product-item .product-col-1,
  .bonus-product-list .bonus-product-item .product-col-2 {
    float: left;
    clear: none;
  }
}
.bonus-product-list .product-add-to-cart {
  padding-bottom: 0;
}
.bonus-product-list .product-add-to-cart .inventory {
  width: auto;
}
.bonus-product-list .product-name {
  float: none;
  margin: 1em 0;
}
.bonus-product-list .quantity-error {
  color: red;
  text-transform: inherit;
}
.bonus-product-list .bonus-product-list-footer {
  padding-top: 1em;
  padding-bottom: 1em;
}
.bonus-product-list .bonus-product-list-footer .add-to-cart-bonus {
  float: right;
}
.bonus-product-list .selected-bonus-item {
  margin: 1em 0 1em 1em;
  position: relative;
}
.bonus-product-list .selected-bonus-item .item-name {
  font-weight: bold;
}
.bonus-product-list .selected-bonus-item .remove-link {
  cursor: pointer;
  color: #990000;
  left: -1em;
  position: absolute;
}
.bonus-product-list .selected-bonus-item .remove-link:hover {
  color: #424242;
}

.bonus-discount-container .promo-details {
  display: none;
}
.bonus-discount-container .promo-details.visible {
  display: block;
}

.sizinginformation {
  border: 0 none;
  padding: 10px;
}
.sizinginformation th {
  background: none repeat scroll 0 0 #efefef;
}
.sizinginformation td, .sizinginformation th {
  border-bottom: 1px solid #efefef;
  padding: 10px;
}
.sizinginformation td {
  border-left: 1px solid #efefef;
}
.sizinginformation .ui-tabs-nav {
  height: 33px;
}
.sizinginformation .sizing-charts {
  border: 0 none;
}
.sizinginformation .tips-list {
  padding: 0 !important;
}
.sizinginformation .tips-list li {
  list-style: none outside none !important;
}

.dw-apple-pay-button,
.dw-apple-pay-button:hover {
  margin: 0;
}

#cart-table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  #cart-table thead {
    display: table-header-group;
  }
}
#cart-table td {
  box-sizing: border-box;
  display: block;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  #cart-table td {
    display: table-cell;
  }
}
#cart-table .cart-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #cart-table .cart-row {
    display: table-row;
  }
}
#cart-table .header-total-price {
  text-align: right;
}
#cart-table .item-image {
  float: left;
  order: 1;
  text-align: center;
  flex-basis: 20%;
}
@media screen and (min-width: 768px) {
  #cart-table .item-image {
    float: none;
    width: 10rem;
  }
}
#cart-table .item-image img {
  width: 100px;
}
#cart-table .item-image img {
  width: 100px;
}
#cart-table .item-details {
  float: left;
  order: 2;
  flex-basis: 80%;
}
@media screen and (min-width: 768px) {
  #cart-table .item-details {
    float: none;
    flex-basis: 60%;
  }
}
#cart-table .item-details .name {
  font-size: 1rem;
}
#cart-table .item-details .item-edit-details {
  position: relative;
}
#cart-table .item-details .item-edit-details a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: absolute;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
@media screen and (max-width: 767px) {
  #cart-table .item-details .item-edit-details a::before {
    margin-left: 0.6em;
  }
}
#cart-table .item-details .item-edit-details a {
  margin-left: 0.8em;
}
@media screen and (max-width: 767px) {
  #cart-table .item-details .item-edit-details a {
    margin-left: 1.8em;
    font-size: 1em;
  }
}
#cart-table .item-edits {
  margin: 20px 0;
}
#cart-table .item-edits .item-user-actions {
  margin: 5px 0;
}
#cart-table .item-edits .item-user-actions .button-text {
  font-size: 14px;
  margin-left: 0.8em;
}
@media screen and (max-width: 767px) {
  #cart-table .item-edits .item-user-actions .button-text {
    font-size: 12px;
    margin-left: 1.4em;
    margin-top: 2px;
  }
}
#cart-table .item-edits .item-user-actions button, #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button, .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  #cart-table .item-edits .item-user-actions button span, #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button span, .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button span {
    margin-left: 5px;
  }
}
#cart-table .item-edits .item-user-actions button span::before, #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button span::before, .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: absolute;
  margin-top: 8px;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cart-table .item-edits .item-user-actions button span _::-webkit-full-page-media, #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button span _::-webkit-full-page-media, .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button span _::-webkit-full-page-media, #cart-table .item-edits .item-user-actions button span _:future, #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button span _:future, .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button span _:future, :root #cart-table .item-edits .item-user-actions button span::before, :root #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button span::before, :root .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button span::before {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #cart-table .item-edits .item-user-actions button span _::-webkit-full-page-media, #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button span _::-webkit-full-page-media, .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button span _::-webkit-full-page-media, #cart-table .item-edits .item-user-actions button span _:future, #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button span _:future, .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button span _:future, :root #cart-table .item-edits .item-user-actions button span::before, :root #cart-table .item-edits .item-user-actions .store-tile.selected .select-store-button span::before, :root .store-tile.selected #cart-table .item-edits .item-user-actions .select-store-button span::before {
    margin-left: -14px;
  }
}
#cart-table .item-delivery-options {
  order: 6;
  text-align: center;
  flex-basis: 50%;
}
@media screen and (min-width: 768px) {
  #cart-table .item-delivery-options {
    text-align: left;
    width: 8rem;
  }
}
#cart-table .item-delivery-options .form-row {
  margin-top: 0;
}
#cart-table .item-quantity {
  float: left;
  order: 4;
  text-align: center;
  flex-basis: 33.3333%;
}
@media screen and (min-width: 768px) {
  #cart-table .item-quantity {
    float: none;
    text-align: left;
  }
}
#cart-table .item-quantity input {
  width: 2.7rem;
}
#cart-table .item-quantity-details {
  float: left;
  order: 3;
  text-align: right;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  #cart-table .item-quantity-details {
    float: none;
    width: 9em;
  }
}
#cart-table .item-quantity-details .product-availability-list {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #cart-table .item-quantity-details .product-availability-list {
    width: 5em;
    width: max-content;
  }
}
#cart-table .item-quantity-details .product-availability-list .on-order, #cart-table .item-quantity-details .product-availability-list .not-available {
  color: #990000;
  font-size: 0.9em;
}
#cart-table .item-quantity-details .item-user-actions a,
#cart-table .item-quantity-details .item-user-actions button,
#cart-table .item-quantity-details .item-user-actions .store-tile.selected .select-store-button,
.store-tile.selected #cart-table .item-quantity-details .item-user-actions .select-store-button {
  display: block;
  font-size: 1em;
  margin: 0.3rem 0;
}
#cart-table .item-quantity-details .item-user-actions button, #cart-table .item-quantity-details .item-user-actions .store-tile.selected .select-store-button, .store-tile.selected #cart-table .item-quantity-details .item-user-actions .select-store-button {
  position: relative;
}
#cart-table .item-quantity-details .item-user-actions button span::before, #cart-table .item-quantity-details .item-user-actions .store-tile.selected .select-store-button span::before, .store-tile.selected #cart-table .item-quantity-details .item-user-actions .select-store-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: absolute;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
@media screen and (max-width: 767px) {
  #cart-table .item-quantity-details .item-user-actions button span::before, #cart-table .item-quantity-details .item-user-actions .store-tile.selected .select-store-button span::before, .store-tile.selected #cart-table .item-quantity-details .item-user-actions .select-store-button span::before {
    margin-left: 1em;
  }
}
#cart-table .item-quantity-details .item-user-actions button span, #cart-table .item-quantity-details .item-user-actions .store-tile.selected .select-store-button span, .store-tile.selected #cart-table .item-quantity-details .item-user-actions .select-store-button span {
  margin-left: 0.8em;
}
@media screen and (max-width: 767px) {
  #cart-table .item-quantity-details .item-user-actions button span, #cart-table .item-quantity-details .item-user-actions .store-tile.selected .select-store-button span, .store-tile.selected #cart-table .item-quantity-details .item-user-actions .select-store-button span {
    margin-left: 1.8em;
    font-size: 0.8em;
  }
}
#cart-table .item-price {
  order: 5;
  text-align: right;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  #cart-table .item-price {
    float: none;
    width: 16em;
  }
}
#cart-table .item-price .price-sales-description {
  font-size: 0.8em;
  color: gray;
}
#cart-table .price-promotion .price-sales {
  color: #990000;
}
#cart-table .price-promotion .price-standard {
  margin: 0 1em 0 0;
  text-decoration: line-through;
}
#cart-table .item-total {
  flex-grow: 2;
  font-size: 1rem;
  font-weight: 700;
  order: 7;
  text-align: right;
  flex-basis: 50%;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  #cart-table .item-total {
    float: none;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  #cart-table .item-total .promo-adjustment {
    width: 100%;
    float: right;
  }
}
#cart-table .price-unadjusted {
  color: #666;
  display: block;
  margin: 0 0 0.42em;
}
#cart-table .price-unadjusted span {
  text-decoration: line-through;
}
#cart-table .price-adjusted-total {
  color: #666;
  display: block;
  margin: 0.42em 0 0;
}
#cart-table .price-adjusted-total span {
  color: #990000;
}
#cart-table .gift-cert-delivery {
  color: #990000;
}

.cart-promo {
  background: url("../images/interface/ui-promo-bg-gray-diag.png") repeat scroll 0 0 transparent;
  color: #333;
  font-style: italic;
  margin: 0.3em 0;
  padding: 1em;
}
.cart-promo .bonus-item-actions {
  font-size: 1em !important;
  text-align: right;
  vertical-align: middle;
}

.cart-footer {
  margin: 0.83em 0;
}

@media screen and (min-width: 768px) {
  .cart-coupon-code {
    float: left;
    width: 60%;
  }
}
.cart-coupon-code input {
  margin-bottom: 0.5rem;
  width: 34%;
}
@media screen and (min-width: 768px) {
  .cart-coupon-code input {
    width: 45%;
  }
}
.cart-coupon-code .error {
  padding-top: 0.4em;
}
.cart-coupon-code button, .cart-coupon-code .store-tile.selected .select-store-button, .store-tile.selected .cart-coupon-code .select-store-button {
  margin-left: 0.2rem;
}

.cart-order-totals {
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .cart-order-totals {
    float: right;
    margin-top: 0;
    width: 45%;
  }
}

.order-totals-table td {
  padding: 0.3rem;
  text-align: right;
}
.order-totals-table .order-totals-item {
  width: 60%;
}
.order-totals-table .order-totals-value {
  width: 40%;
}
.order-totals-table .order-subtotal {
  font-weight: 700;
}
.order-totals-table .order-total {
  font-size: 1rem;
  font-weight: 700;
}

.order-totals-description {
  font-size: 0.8em;
}

.order-value {
  white-space: nowrap;
}
.order-value .description {
  font-size: 0.8em;
  color: gray;
}

.cart-actions {
  text-align: center;
}
.cart-actions .dw-apple-pay-button {
  font-size: 1.35em;
  padding: 0.5em 2em;
}
.cart-actions button, .cart-actions .store-tile.selected .select-store-button, .store-tile.selected .cart-actions .select-store-button {
  display: inline;
  margin-top: 1em;
}
.cart-actions form {
  display: inline-block !important;
  float: none !important;
}
.cart-actions form button, .cart-actions form .store-tile.selected .select-store-button, .store-tile.selected .cart-actions form .select-store-button {
  margin: 0 5px;
  height: 60px;
  width: 220px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .cart-actions form button, .cart-actions form .store-tile.selected .select-store-button, .store-tile.selected .cart-actions form .select-store-button {
    margin: 5px;
  }
}

.cart-action-checkout {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cart-action-continue-shopping {
    float: right;
  }
}
.cart-action-continue-shopping .button-text {
  margin-top: 0.2rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .cart-action-continue-shopping .button-text {
    margin-top: 0.6rem;
  }
}

.cart-actions-title {
  padding: 7px 0 18px;
  position: relative;
  background-color: #ededed;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.cart-actions-description {
  font-size: 1.5em;
}

.cart-action-notice {
  margin: 0 30px;
}

.cart-actions-border {
  color: #e0e0e0;
  border: 0.5px solid;
}

.cart-actions-top {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cart-actions-top .cart-action-continue-shopping {
  float: none;
}

.cart-empty {
  margin-top: 4rem;
}
.cart-empty h1 {
  text-align: center;
}
.cart-empty .cart-action-continue-shopping {
  float: none;
  text-align: center;
  margin-bottom: 4rem;
}
.cart-empty .product-listing {
  background-color: #efefef;
  padding: 1rem 0;
}
.cart-empty .product-listing h2 {
  margin-left: 1.3rem;
}
.cart-empty .product-listing .search-result-items {
  margin-top: 1em;
}

.promo-adjustment {
  color: #990000;
}

.account-welcome .welcome-message {
  font-size: 1.2em;
  font-style: italic;
}
.account-welcome .not-user {
  margin: 0.83em 0;
}

#password-reset {
  white-space: nowrap;
}

a#ToCartBuyNow {
  display: none;
}

.checkout-progress-indicator {
  overflow: hidden;
}
.checkout-progress-indicator div {
  display: inline;
  padding: 0 0.83em 0 0;
}
.checkout-progress-indicator span {
  text-transform: uppercase;
}
.checkout-progress-indicator .active span {
  font-weight: 700;
  color: #000;
}
.checkout-progress-indicator a {
  color: #333;
}
.checkout-progress-indicator i {
  padding-left: 0.83em;
  color: #ccc;
}
.checkout-progress-indicator .step-3 {
  padding-right: 0;
}

.gift-message-text {
  overflow: visible;
  opacity: 1;
  transition: all 1s ease;
}
.gift-message-text.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.gift-message-text textarea {
  width: 100%;
}

.billing-coupon-code .form-row,
.billing-coupon-code .coupon-apply,
.billing-coupon-code .giftcert-apply {
  display: inline-block;
}
.billing-coupon-code .form-row {
  margin: 0;
  width: 45%;
}
.billing-coupon-code .tooltip {
  padding-left: 1rem;
}

.redemption {
  color: #990000;
}
.redemption .success {
  color: #019328;
}
.redemption span.error {
  margin-left: 0;
}

.payment-method-options .form-row {
  clear: none;
  float: left;
  width: 30%;
}

.payment-method {
  clear: both;
  display: none;
}

.payment-method-expanded {
  display: block;
}

.month,
.year,
.day {
  clear: none;
  float: left;
  margin: 0 0 2% 2%;
}
.month select,
.year select,
.day select {
  width: auto;
}

.month .form-caption {
  margin-left: 0;
}

.cvn {
  clear: left;
}
.cvn .field-wrapper {
  width: 50px;
}

.ssn {
  clear: left;
}

.bml-terms-and-conditions {
  border: 1px solid #aaa;
  font-size: 0.8em;
  height: 400px;
  overflow: auto;
  padding: 1em;
}

.bml-table-col-1 {
  width: 25%;
}

.pt_checkout h3 {
  padding-bottom: 1em;
}

.checkout-mini-cart {
  background-color: #efefef;
  max-height: 330px;
  overflow: auto;
}

.checkout-order-totals {
  background-color: #efefef;
  padding: 0.3rem 0.5rem;
}

.place-order-totals {
  clear: both;
}
.place-order-totals .order-totals-table {
  float: right;
  width: 50%;
}
.order-component-block {
  margin: 1.67em 0;
}
.order-component-block .section-header a {
  float: right;
  font-weight: normal;
}
.order-component-block .details {
  background: none repeat scroll 0 0 #e0e0e0;
  color: #aaa;
  padding: 0.5em 1em;
}

.order-summary-footer {
  position: relative;
}
.order-summary-footer h2 {
  font-size: 2em;
  font-style: italic;
  font-weight: normal;
}

.summary-help {
  float: right;
  font-size: 0.8em;
  margin: 1em 0;
}

.submit-order {
  clear: both;
  display: block;
  padding: 1.67em 0 0;
  text-align: right;
}
.submit-order .back-to-cart {
  font-size: 1.1em;
}
.submit-order .back-to-cart:hover {
  text-decoration: underline;
}
.submit-order button, .submit-order .store-tile.selected .select-store-button, .store-tile.selected .submit-order .select-store-button {
  margin-left: 1.5em;
}

.order-discount {
  color: #990000;
}

.gift-cert-used {
  padding: 0.83em 0;
}

.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9em;
  line-height: 1.5em;
}

.pt_checkout #main,
.pt_cart #main {
  padding: 0 1.15em;
}

.pt_cart .breadcrumb {
  padding-left: 0;
}

.item-shipping-address {
  min-width: 120px;
}

.billing-error {
  color: red;
  margin: 0 0 0.83em 24%;
}

.cvn-tooltip {
  font-weight: bold;
  margin: 5px;
  text-align: center;
}
.cvn-tooltip img {
  height: 150px;
  width: 110px;
}

#shipping-method-list {
  position: relative;
}

.order-history-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 10px;
}
.order-history-header .label {
  font-weight: 700;
}
.order-history-header button, .order-history-header .store-tile.selected .select-store-button, .store-tile.selected .order-history-header .select-store-button {
  float: right;
}
.order-history-header .order-date, .order-history-header .order-status, .order-history-header .order-number {
  float: left;
  margin: 2px 0;
  width: 60%;
}

.order-history-items {
  margin: 20px 0;
}
.order-history-items .order-history-table th, .order-history-items .order-history-table td {
  padding: 5px 10px;
}
.order-history-items .order-history-table ul {
  margin: 0;
  padding: 0;
}
.order-history-items .order-history-table li {
  list-style-position: inside;
  list-style-type: square;
}
.order-history-items .order-history-table .order-shipped-to,
.order-history-items .order-history-table .order-items,
.order-history-items .order-history-table .order-total-price {
  width: 33%;
}
.order-history-items .order-history-table .toggle {
  cursor: pointer;
  display: block;
}

.js .order-history-table .hidden {
  display: none;
}

.orderdetails {
  font-family: Lato, sans-serif;
  margin: 0 1%;
}
.orderdetails h2 {
  clear: both;
}
.orderdetails .label {
  font-weight: bold;
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  text-transform: uppercase;
}
.orderdetails .order-shipment-table {
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 1em;
}
.orderdetails .order-shipment-details .order-shipment-address {
  float: right;
}
.orderdetails .line-items {
  clear: both;
  padding-top: 1rem;
}
.orderdetails .line-items .line-item {
  padding-bottom: 1rem;
}
.orderdetails .line-items .line-item .line-item-details,
.orderdetails .line-items .line-item .line-item-quantity,
.orderdetails .line-items .line-item .line-item-price {
  display: inline-block;
  vertical-align: top;
}
.orderdetails .line-items .line-item .line-item-quantity,
.orderdetails .line-items .line-item .line-item-price {
  width: 14%;
}
.orderdetails .line-items .line-item .line-item-details {
  width: 70%;
}
.orderdetails .line-items .line-item .line-item-details a {
  font-size: 1.1rem;
}
.orderdetails .line-items .line-item .line-item-quantity {
  text-align: center;
}
.orderdetails .line-items .line-item .line-item-price {
  text-align: right;
}
@media screen and (min-width: 480px) {
  .orderdetails .order-payment-summary {
    float: right;
  }
}
.orderdetails .order-information {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.orderdetails .order-information .label {
  color: #999;
  font-weight: 300;
  text-transform: none;
}
.orderdetails .order-information .value {
  font-weight: 700;
}
.orderdetails .order-information .order-number {
  font-size: 1.75rem;
}
.orderdetails .payment-amount .label {
  font-weight: normal;
  text-transform: none;
}
.orderdetails .order-totals-table td:first-child {
  padding-right: 5rem;
  text-align: left;
}

.pt_order .actions,
.confirmation .actions {
  padding: 0.5em 1%;
}
.pt_order .actions a,
.confirmation .actions a {
  margin-right: 2rem;
}

.confirmation-message {
  border-bottom: 3px solid #333;
  padding: 1rem 1%;
}

.confirmation.create-account .login-create-account,
.confirmation.create-account .order-confirmation-details {
  display: inline-block;
  vertical-align: top;
}
.confirmation.create-account .login-create-account {
  float: right;
  padding: 0 1%;
  width: 25%;
}
.confirmation.create-account .order-confirmation-details {
  width: 73%;
}
.confirmation.create-account .login-box-content {
  background-color: #efefef;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 1em;
}
.confirmation.create-account .login-box-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.confirmation.create-account .login-box-content .form-row {
  margin: 0;
}

.shippingaddress .select-address {
  width: 100%;
  margin-left: 0;
}
.shippingaddress .edit-address {
  margin-top: 0.5em;
}
.shippingaddress .edit-address span {
  color: #84bd00;
  cursor: pointer;
}

.formactions {
  margin-top: 20px;
  text-align: right;
}

.item-list .multi-shipment-row {
  border-bottom: none;
}

.minishipments-method {
  padding-top: 10px;
}

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em;
}
.multishipprogress .step-4 {
  padding-right: 0;
}

.pt_checkout #cart-table .cart-row .shipment-label {
  font-weight: 700;
  margin-top: 35px;
  font-size: 1.4em;
}

#PasswordResetForm fieldset {
  position: relative;
}
#PasswordResetForm button, #PasswordResetForm .store-tile.selected .select-store-button, .store-tile.selected #PasswordResetForm .select-store-button {
  float: right;
  top: 0px;
  left: 63%;
}

h1 .account-logout {
  font-size: 0.6em;
  float: none;
}

.registration-selection input, .registration-selection label {
  display: inline;
  float: none;
}

.address-list,
.payment-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.address-list li,
.payment-list li {
  list-style-type: none;
  padding: 1em;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .address-list li,
  .payment-list li {
    width: 25%;
  }
}
.address-list li.default,
.payment-list li.default {
  background-color: #efefef;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 1em;
  width: 85%;
}
.address-list li address,
.payment-list li address {
  color: #666;
  font-style: normal;
}
.address-list li a,
.address-list li .button-text,
.payment-list li a,
.payment-list li .button-text {
  line-height: 2rem;
  padding-right: 0.2rem;
}
.address-list .mini-address-title,
.payment-list .mini-address-title {
  font-style: italic;
  line-height: 2rem;
}
.address-list .cc-owner,
.payment-list .cc-owner {
  font-weight: 700;
}

.profile-data-download {
  position: absolute;
  right: 0;
  margin-right: 4.3em;
}
@media screen and (max-width: 767px) {
  .profile-data-download {
    display: none;
  }
}

.pt_wish-list .list-table-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 2em;
}
.pt_wish-list .list-table-header p {
  color: #999;
  float: right;
  margin: 0;
  overflow: hidden;
  width: 40%;
}
.pt_wish-list .primary-content .list-table-header h2 {
  float: left;
}

.list-share {
  border-top: 1px solid #d6d6d6;
  padding: 2em;
}
.list-share .share-option {
  box-sizing: border-box;
  display: block;
  margin-bottom: 0.5rem;
  float: left;
}
.list-share .share-options {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.7em;
  float: left;
  margin-left: 1rem;
  margin-top: 0.3rem;
}
.list-share .share-options .share-title {
  display: inline;
}
.list-share .list-title {
  float: left;
}
.list-share .share-link {
  cursor: pointer;
}
.list-share .share-link-content {
  display: none;
}
.list-share .share-link-content.active {
  display: block;
  float: left;
}

.event-info {
  margin: 1em;
}

.wishlist-search .form-row,
.registry-search .form-row {
  clear: none;
  margin: 0.5rem 0 0.5rem 1%;
  float: left;
  width: 32.666666667%;
}
.wishlist-search .form-row:nth-of-type(3n + 1),
.registry-search .form-row:nth-of-type(3n + 1) {
  margin-left: 0;
}
.wishlist-search .form-row-button,
.registry-search .form-row-button {
  margin-left: 0;
}

.pt_gift-registry .create-new-registry {
  margin: 1em 0;
}
.pt_gift-registry .create-new-registry button, .pt_gift-registry .create-new-registry .store-tile.selected .select-store-button, .store-tile.selected .pt_gift-registry .create-new-registry .select-store-button {
  float: left;
  margin-right: 2em;
}
.pt_gift-registry .create-new-registry p {
  font-size: 1.3em;
}
.pt_gift-registry .add-gift-cert {
  border: 1px solid #efefef;
  margin-bottom: -1px;
  overflow: auto;
  padding: 0.83em;
}
.pt_gift-registry .add-gift-cert p {
  color: #999;
  font-style: italic;
  line-height: 1.5em;
}
.pt_gift-registry .hdr-options {
  width: 9%;
}

.page-content-tab-navigaton button, .page-content-tab-navigaton .store-tile.selected .select-store-button, .store-tile.selected .page-content-tab-navigaton .select-store-button {
  background-color: #e0e0e0;
  border-color: #efefef;
  border-width: 1px;
  color: #999;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 -1px;
}
.page-content-tab-navigaton button.selected, .page-content-tab-navigaton .store-tile.selected .selected.select-store-button, .store-tile.selected .page-content-tab-navigaton .selected.select-store-button {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.page-content-tab-wrapper {
  border: 1px solid #efefef;
  padding: 0.42em;
}

.gift-reg-purchases .item-purchased-by dd {
  float: left;
  font-weight: bold;
  margin: 0 1em 0 0;
  position: relative;
  width: auto;
}
.gift-reg-purchases .item-purchased-by dt {
  clear: both;
  float: left;
  margin: 0 1em 0 0;
  position: relative;
  width: auto;
}
.gift-reg-purchases .quantity-purchased {
  color: #990000;
}

.gift-registry-advanced .toggle-content {
  display: none;
}

.gift-certificate-purchase {
  background-color: #efefef;
  margin-bottom: 1em;
  padding: 0.83em;
}
@media (min-width: 768px) {
  .gift-certificate-purchase .content-asset {
    box-sizing: border-box;
    float: left;
    padding-right: 1rem;
    width: 50%;
  }
}
.gift-certificate-purchase .content-asset img {
  margin: 1.66em 0;
}
.gift-certificate-purchase form {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 1.66em 1.66em;
  width: 100%;
}
@media (min-width: 768px) {
  .gift-certificate-purchase form {
    float: left;
    width: 50%;
  }
}
.gift-certificate-purchase form .cert-amount {
  clear: none;
  float: left;
  margin: 0;
  width: 40%;
}
.gift-certificate-purchase form button, .gift-certificate-purchase form .store-tile.selected .select-store-button, .store-tile.selected .gift-certificate-purchase form .select-store-button {
  margin-top: -4px;
  width: 12em;
  width: max-content;
}
.gift-certificate-purchase form .form-row-button {
  clear: none;
  float: left;
  margin: 2.1em 0 0 1.66em;
  width: 50%;
}
.gift-certificate-purchase .cert-amount .form-caption {
  margin: 1.66em 0 0;
  position: absolute;
  width: 40%;
}
.gift-certificate-purchase .cert-amount.error {
  padding-bottom: 2.92em;
}
.gift-certificate-purchase span.error {
  margin-left: 2%;
}

.check-balance {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 1.66em;
  padding: 0 0 1.66em;
}

.gift-cert-balance {
  float: left;
  width: 40%;
}
.gift-cert-balance label {
  display: none;
}
.gift-cert-balance input {
  margin-top: 0;
  width: 93%;
}
.gift-cert-balance .form-caption {
  margin-left: 0;
}

.gift-cert-balance-submit {
  clear: none;
  float: left;
}

.gift-cert-balance .label {
  display: none;
}

.checkoutlogin {
  margin: 4em auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .checkoutlogin .col-1 {
    border-right: 1px solid #e0e0e0;
  }
}

.login-box h3 {
  margin: 0;
}
.login-box p {
  margin: 1em 0;
}
.login-box .error {
  margin-left: 0;
}

.login-rememberme {
  display: inline-block;
  margin-left: 0.5em;
}

.login-oauth p:first-child {
  font-size: 2em;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

#OAuthProvider {
  display: block;
  margin-bottom: 1em;
  width: 80%;
}

#category-landing-search-store .store-result-box {
  width: 100%;
  overflow: hidden;
  clear: left;
  border-top: 1px dotted #CCC;
  padding: 20px 0 5px 0;
}
#category-landing-search-store .store-result-image {
  width: 15%;
  float: left;
  margin: 0 3% 0 0;
}
#category-landing-search-store .store-result-image img {
  width: 100%;
  height: auto;
}
#category-landing-search-store .store-result-address {
  width: 55%;
  float: left;
}
#category-landing-search-store .store-result-address .latest-reserved-store {
  border-radius: 2px;
  float: right;
  background-color: #999;
  color: #ffffff;
  padding: 5px 10px;
}
#category-landing-search-store .store-result-address .store-result-title {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}
#category-landing-search-store .store-result-address ul.store-address {
  margin: 0;
  padding: 0;
}
#category-landing-search-store .store-result-address ul.store-address li {
  font-size: 14px;
  padding: 0;
}
#category-landing-search-store .store-result-address ul.store-address li span {
  font-weight: normal;
}
#category-landing-search-store .store-result-address ul.store-address li.no-service-txt {
  color: #FF0000;
}
#category-landing-search-store .store-result-link {
  width: 25%;
  float: right;
}

.bottom-banner-container {
  overflow: hidden;
}
.bottom-banner-container .bottom-banner-cell {
  float: left;
  overflow: hidden;
  text-align: center;
}
.bottom-banner-container .banner-cell-1 {
  width: 33%;
}
.bottom-banner-container .banner-cell-2 {
  width: 34%;
}
.bottom-banner-container .banner-cell-3 {
  width: 33%;
}

@media screen and (max-width: 767px) {
  div#primary div.content-asset div.contents-wrapper div.section-head#anchor1::before, div#primary div.content-asset div.contents-wrapper div.section-head#anchor2::before, div#primary div.content-asset div.contents-wrapper div.section-head#anchor3::before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
    pointer-events: none;
  }
  div#primary div.content-asset div.contents-wrapper a#item-lineup {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
    pointer-events: none;
  }
  #category-landing-search-store .store-result-wrap .store-result-image {
    display: none;
  }
  #category-landing-search-store .store-result-wrap .store-result-address {
    width: 72%;
  }
  #category-landing-search-store .store-result-wrap .store-result-address dl dd ul li.no-service-txt {
    padding: 10px 0 0 0;
  }
  #category-landing-search-store .store-result-wrap .store-result-address dl dd ul li span {
    display: inline;
  }
}
.head-title.gradient {
  margin-top: 3%;
  margin-bottom: 20px;
  border-bottom: 4px solid;
  border-image: radial-gradient(#999, white) 1/0 0 4px 0;
  border-image-slice: 1;
}

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

.bordered {
  border-bottom: solid 1px #cccccc;
}

.tile-item-list-block {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

.tile-item-list-block div.header a.lineup-linker img {
  width: 52%;
  margin: 12px 20px 8px 20px;
}

.tile-item-list-block div.header {
  margin-bottom: 30px;
}

.tile-item-list-block .header p.title {
  top: 8%;
  font-size: 24px;
  margin: 0;
  max-width: 100%;
}

.tile-item-list-block div.feature article {
  overflow: hidden;
  margin-bottom: 30px;
}

.tile-item-list-block .feature article.point p.subtitle {
  font-size: 18px;
  padding-bottom: 20px;
  margin-top: 40px;
}

.tile-item-list-block article.point section.description h1 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.tile-item-list-block article.point section.description p {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 30px 0;
}

.tile-item-list-block article.point section.description p.caution {
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.tile-item-list-block div.feature article.performance table {
  width: 100%;
  margin-top: 0;
  border: none;
  table-layout: fixed;
}

.tile-item-list-block div.feature article.performance td {
  border: solid 1px #CFCFCF;
  border-top: none;
  padding: 0;
}

.tile-item-list-block div.feature article.performance td h1 {
  border-bottom: solid 1px #CFCFCF;
  background-color: #E2E2E2;
  text-align: center;
  margin: 0;
}

.tile-item-list-block div.feature article.performance td img {
  display: block;
  max-width: 85%;
  margin: 20px auto;
}

.tile-item-list-block article.performance div.table-header {
  font-size: 16px;
  text-align: center;
  background-color: #424242;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .tile-item-list-block .header {
    position: relative;
  }
  .tile-item-list-block .header p {
    position: absolute;
    left: 4%;
    max-width: 480px;
    color: #FFF;
    font-size: 14px;
  }
  .tile-item-list-block div.header p.image-caution {
    top: 62%;
    left: 38%;
    position: absolute;
    font-size: 10px;
  }
  .tile-item-list-block .feature .title {
    margin: 1.7em 0 1.7em;
    font-size: 22px;
  }
  .tile-item-list-block .feature .point img {
    float: left;
    width: 37%;
    margin-right: 3%;
  }
  .tile-item-list-block article.point section.description {
    width: 60%;
    float: left;
  }
  .tile-item-list-block div.feature article.performance td {
    width: 33%;
    padding: 0 22px;
  }
  .tile-item-list-block div.feature article.performance td h1 {
    font-size: 14px;
    padding: 15px 0;
    margin: 0 -22px;
  }
}
@media screen and (max-width: 767px) {
  .tile-item-list-block .header p {
    font-size: 14px;
    margin: 20px 25px;
  }
  .tile-item-list-block div.header p.image-caution {
    font-size: 10px;
    margin-top: 0;
  }
  .tile-item-list-block div.header p.title {
    text-align: unset;
    margin: 18px 25px;
    font-size: 18px;
  }
  .tile-item-list-block div.feature {
    margin: 0 25px;
  }
  div.feature p.title {
    text-align: unset;
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .tile-item-list-block img {
    width: 100%;
  }
  .tile-item-list-block article.point section.description h1 {
    font-size: 16px;
  }
  .tile-item-list-block div.feature article.performance table tbody tr td {
    display: block;
  }
  .tile-item-list-block div.feature article.performance td {
    padding: 0 12px;
  }
  .tile-item-list-block div.feature article.performance td h1 {
    font-size: 16px;
    padding: 13px 0;
    margin: 0 -12px;
  }
  .the-breadcrumb {
    display: none;
  }
}
.store-locator-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  font-size: 1.75em;
  font-style: italic;
  font-weight: 400;
  margin: 20px 0 0;
  padding: 20px 0;
}

.store-information {
  background: none repeat scroll 0 0 #e0e0e0;
  border-bottom: 1px solid #fff;
}

.store-name {
  font-weight: bold;
  margin: 0 0 10px;
}

.store-map {
  border-bottom: 1px solid #e0e0e0;
}

.store-locator-details {
  float: left;
  width: 44%;
}
.store-locator-details img {
  max-width: 100%;
}
.store-locator-details h1, .store-locator-details p {
  margin: 0.25em 0;
}

.store-locator-details-map {
  float: right;
  width: 50%;
}
.store-locator-details-map img {
  max-width: 100%;
}

.product-col-2.product-detail .other-store-box {
  margin: 0;
}
.product-col-2.product-detail .other-store-box .site-white-btn::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 2px red;
  border-top: solid 2px red;
  border-right: none;
  border-bottom: none;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}
.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat;
}

.search-suggestion-wrapper {
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .search-suggestion-wrapper.full {
    margin-left: -75%;
    width: 175%;
  }
  .search-suggestion-wrapper.full .phrase-suggestions {
    width: 42.8571429%;
    float: left;
  }
  .search-suggestion-wrapper.full .product-suggestions {
    width: 57.1428571%;
    float: right;
  }
}
.search-suggestion-wrapper .hitgroup {
  color: #666;
  margin: 0.7rem 0 0.7rem 0.7rem;
}
.search-suggestion-wrapper .hitgroup .header {
  margin: 0 0 0.5rem 0;
}
.search-suggestion-wrapper .hitgroup .hit {
  display: block;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.search-suggestion-wrapper .hitgroup .hit:hover {
  text-decoration: underline;
}
.search-suggestion-wrapper .hitgroup .parent-category {
  color: #999;
}

.phrase-suggestions {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .phrase-suggestions {
    border-top: none;
  }
}

.product-suggestion {
  border: 1px solid #fff;
  border-top: 1px solid #ccc;
  padding: 0.5em;
}
.product-suggestion:hover, .product-suggestion:focus {
  background-color: #e0e0e0;
  border: 1px solid #ccc;
}
.product-suggestion .product-image {
  float: left;
  text-align: center;
  width: 25%;
}
.product-suggestion .product-image img {
  max-width: 100%;
}
.product-suggestion .product-details {
  float: right;
  padding-top: 0.5em;
  width: 70%;
}
.product-suggestion .product-details .product-price {
  color: #000;
}

.search-phrase {
  color: #999;
  margin: 1em;
}
.search-phrase .completed {
  font-style: italic;
}
.search-phrase .completed .original {
  text-decoration: underline;
  font-weight: bold;
}
.search-phrase .corrected {
  font-weight: bold;
}

.js .ui-dialog-content .product-col-1 {
  padding: 13px 1%;
  width: 39%;
}
.js .ui-dialog-content .product-col-1 .product-image {
  max-width: 100%;
}
.js .ui-dialog-content .product-col-2 {
  padding: 20px 0;
  width: 58%;
}
@media screen and (max-width: 767px) {
  .js .ui-dialog-content .product-col-2 {
    width: 100%;
  }
}
.js .ui-dialog-content .pdp-main .product-set-list {
  height: 500px;
  overflow: auto;
}
.js .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
  width: 100%;
}
.js .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Arial, sans-serif;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  *width: 100px;
  *height: 49px;
}
.js .zoomPup {
  overflow: hidden;
  background-color: #fff;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 101;
  cursor: crosshair;
}
.js .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.js .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #fff;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.js .zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}
.js .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.js .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.js .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.js .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

.quickview-nav .quickview-next {
  float: right;
}

#homepage-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#homepage-slider .jcarousel-control {
  bottom: 0.5rem;
  right: 0.5rem;
  position: absolute;
}
#homepage-slider .jcarousel-control a {
  background: none repeat scroll 0 0 #e0e0e0;
  border: 1px solid #ccc;
  display: block;
  float: left;
  height: 24px;
  margin: 0 3px;
  opacity: 0.5;
  text-indent: -999em;
  width: 24px;
}
#homepage-slider .jcarousel-control a.active {
  background-color: #666;
}
#homepage-slider .jcarousel-control a:hover {
  background-color: #666;
  opacity: 0.7;
}

.home-bottom-slots {
  margin: 20px auto;
  max-width: 960px;
  display: block;
  padding: 0 3%;
}
@media screen and (min-width: 768px) {
  .home-bottom-slots {
    display: flex;
    padding: 0;
  }
}
.home-bottom-slots .home-bottom-left,
.home-bottom-slots .home-bottom-right {
  width: 100%;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .home-bottom-slots .home-bottom-left,
  .home-bottom-slots .home-bottom-right {
    width: 49.5%;
  }
}
.home-bottom-slots .home-bottom-left img,
.home-bottom-slots .home-bottom-right img {
  width: 100%;
}
.home-bottom-slots .home-bottom-left:hover,
.home-bottom-slots .home-bottom-right:hover {
  opacity: 0.7;
}
.home-bottom-slots .home-bottom-left {
  margin-right: 1%;
}

.home-bottom-logo {
  text-align: center;
}
.home-bottom-logo img {
  max-width: 300px;
}

.home-read #home-read {
  padding: 1%;
  border: 2px solid #e0e0e0;
  background-color: #efefef;
  margin: 1% 0;
}
.home-read #home-read p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .home-read #home-read p {
    font-size: 16px;
  }
}
.home-read #home-read p span {
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .home-read #home-read p span {
    font-size: 18px;
  }
}

.ui-dialog #listings-nav {
  float: right;
  margin-top: 2%;
}
.ui-dialog #listings-nav a {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}
.ui-dialog #listings-nav a.active {
  font-weight: bold;
}

.pdp-main .product-add-to-cart .online-stock span {
  float: left;
}
.pdp-main .product-add-to-cart .store-stock {
  display: block;
  clear: left;
}

.availability-web {
  padding-bottom: 1rem;
}
.availability-web label {
  float: none;
}
.availability-web p {
  margin: 0;
}
.availability-web .availability-novariation {
  color: #999;
  font-style: italic;
}

.availability-storepickup .availability-instore,
.availability-storepickup .availability-web {
  background-color: #e0e0e0;
  padding: 1rem;
}
.availability-storepickup .availability-web {
  float: none;
}
.availability-storepickup .availability-instore {
  margin-bottom: 1rem;
}

.in-stock-msg,
.is-in-stock,
[data-status=store-in-stock] {
  color: #64772d;
  font-weight: 700;
}

.not-available-msg,
.in-stock-date-msg,
.not-available,
.out-of-stock,
.store-error {
  color: #008578;
}

.on-order,
.preorder-msg,
.backorder-msg {
  color: #008578;
  font-weight: 700;
}

#user-zip {
  display: block;
  margin: 1rem auto 0;
}

.store-list-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 565px;
}

.store-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.store-tile {
  border: 1px dashed #ccc;
  box-sizing: border-box;
  float: left;
  list-style: none outside none;
  margin: 0.3rem 0.4rem;
  padding: 0.8rem;
  text-align: center;
  width: 175px;
}
.store-tile.selected {
  background-color: rgba(51, 51, 51, 0.5);
}
.store-tile .store-status {
  display: block;
  font-size: 0.9em;
  margin: 1rem 0;
}
.store-list-pdp-container {
  margin-top: 1em;
}
.store-list-pdp-container .store-list-pdp {
  margin-top: 0.5em;
}
.store-list-pdp-container .store-list-item {
  display: none;
  padding: 0.5em 0.8em;
}
.store-list-pdp-container .store-list-item:last-of-type {
  border: none;
}
.store-list-pdp-container .store-list-item.selected {
  display: block;
  font-weight: bold;
}
.store-list-pdp-container .store-list-item.visible {
  display: block;
}
.store-list-pdp-container .store-list-item .store-address {
  float: left;
}
.store-list-pdp-container .store-list-item .store-status {
  float: right;
}

.selected-store-address {
  margin-top: 0.5em;
}

.selected-store-availability {
  margin: 0.3em 0 0.5em;
}

.multishipprogress div, .multishipprogress .step-3 {
  display: inline;
  padding: 1em;
}
.multishipprogress .step-4 {
  padding-right: 0;
}

.multishipaddressestable {
  margin: 9px 0px 20px 0px;
  width: 706px;
}

.multi-ship-shipments-table {
  margin: 0 0 20px;
  width: 706px;
}
.multi-ship-shipments-table .section-header {
  font-size: 10px;
  font-weight: bold;
  padding: 9px 6px 11px;
}
.multi-ship-shipments-table .shipping-address .details {
  padding: 0 10px 0 22px;
}
.multi-ship-shipments-table .gift-options label {
  float: left;
  padding: 0;
}
.multi-ship-shipments-table .gift-options input {
  margin: 0 10px;
}

.multi-shipping-addresses {
  margin-bottom: 20px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.multi-shipping-addresses .shipping-address {
  text-align: right;
}
.multi-shipping-addresses .shipping-address select {
  margin: 4px 0 0;
  width: 260px;
}

.header-product-shipping {
  width: 276px;
}

.header-qty-shipping {
  width: 45px;
}

.header-location-shipping {
  text-indent: 70px;
  width: 307px;
}

.header-shipment-index {
  width: 409px;
}

.header-shipment-qty {
  width: 27px;
}

.header-shipment-details {
  text-indent: 22px;
}

.multi-shipping-methods {
  position: absolute;
  top: 30px;
}
.multi-shipping-methods .form-row {
  clear: none;
  float: left;
  display: none;
}
.multi-shipping-methods select {
  width: 250px;
  margin: -5px 0 0 15px;
}

.multi-shipping-option {
  border-bottom: 2px dotted #999;
  left: 0;
  padding: 0 0 12px;
  position: absolute;
  text-indent: 10px;
  top: 48px;
  width: 95%;
}

.multi-shipping-addresses .shipping-qty,
.multi-ship-shipments-table .shipping-qty {
  background: none repeat scroll 0 0 #efefef;
}

.multiship .label {
  font-weight: bold;
}

.hide {
  display: none;
}

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent;
}

.instore-shipping-option {
  width: 100%;
}

.pt_checkout .instore-shipment-header {
  width: 100%;
}
.pt_checkout .instore-shipment-method {
  width: 100%;
  padding: 1em;
}
.pt_checkout .instore-shipment-method span {
  font-weight: bold;
}
.pt_checkout .instore-shipment-address {
  width: 40%;
  float: left;
  padding-left: 1em;
}
.pt_checkout .instore-shipment-message {
  clear: both;
}
.pt_checkout .instore-shipment-messagetxt {
  width: 50%;
  float: right;
}

.checkout-shipping fieldset .instore-continue-button {
  margin-left: 61.5%;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
  .tooltip {
    font-size: 0.9em;
  }
  .form-field-tooltip {
    float: none;
    margin: 0 0 10px 5px;
    width: auto;
  }
  .ui-dialog {
    max-width: 98%;
  }
  .ui-dialog .ui-dialog-content {
    height: auto !important;
    overflow: visible;
  }
  .col-1,
  .col-2 {
    float: none;
    width: 100%;
  }
  .scrollable {
    height: auto;
  }
  .scrollable li {
    float: left;
  }
  .scrollable li a {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    display: block;
    padding: 0.2em 0.8em;
  }
  #header {
    height: auto;
    padding: 1% 1% 30px;
  }
  #header .primary-logo {
    float: left;
    position: relative;
    top: auto;
    width: 65%;
  }
  #header .primary-logo img {
    max-width: 100%;
  }
  .mini-cart-products {
    max-height: 100%;
  }
  .mini-cart-content {
    max-width: 220px;
  }
  #quickviewbutton {
    display: none !important;
  }
  ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%;
  }
  .search-result-options {
    margin: 0.5em 0;
  }
  .search-result-options .sort-by {
    margin: 0;
  }
  .search-result-options .sort-by select {
    width: 120px;
  }
  .search-result-options .items-per-page {
    display: none;
  }
  .search-result-options .pagination {
    margin: 0;
  }
  .search-result-options .pagination .results-hits {
    display: none;
  }
  .product-tile {
    height: auto !important;
  }
  .wide-tiles .product-tile .product-image {
    width: 41%;
  }
  .wide-tiles .product-tile .product-name,
  .wide-tiles .product-tile .product-pricing,
  .wide-tiles .product-tile .product-promo,
  .wide-tiles .product-tile .pr_stars,
  .wide-tiles .product-tile .product-swatches {
    float: right;
  }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 0px;
  }
  .product-tile .product-swatches .swatch img {
    height: 2em;
    width: 2em;
  }
  .product-listing-1x4 ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%;
  }
  .product-compare,
  .compareitems {
    display: none !important;
  }
  .pt_product-details .primary-content {
    padding-bottom: 68px;
  }
  .pt_product-details .breadcrumb .last {
    display: none;
  }
  #product-nav-container {
    bottom: 0;
    width: 100%;
  }
  #product-nav-container div {
    width: 60px;
  }
  #product-nav-container div.product-next {
    float: right;
  }
  #product-nav-container .divided span {
    border: 0;
  }
  .sizinginformation {
    padding: 0;
  }
  .sizinginformation th {
    font-weight: normal;
    padding: 0 0 0 2px;
  }
  .sizinginformation td {
    background: #ffffff;
    padding: 5px;
    text-align: center;
  }
  .sizinginformation .sizechart {
    padding: 0 !important;
  }
  .ui-dialog .ui-dialog-content {
    padding: 0.25em;
  }
  .pt_cart #secondary {
    display: none;
  }
  .checkout-progress-indicator {
    clear: both;
    font-size: 0.8em;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
    text-align: left;
    top: auto;
  }
  .checkout-progress-indicator div {
    padding: 0 2%;
  }
  .order-summary-footer h2 {
    width: 50%;
  }
  .place-order-totals .order-totals-table {
    width: 100%;
  }
  .payment-method-options {
    padding: 0;
  }
  .payment-method-options .form-row {
    width: 100%;
  }
  .payment-method-options .form-row label {
    float: left;
    margin: 0;
    padding: 0 0 0 1em;
    width: 150px;
  }
  .payment-method-options .form-row .input-radio {
    margin: 0;
  }
  .pt_order-confirmation .item-list th {
    display: none;
  }
  .pt_order-confirmation .item-list td {
    float: left;
    padding: 1em 0;
    width: 98%;
  }
  .pt_order-confirmation .item-list .order-totals-table td {
    float: left;
    width: 48%;
  }
  .pt_order-confirmation .order-shipment-table th {
    display: none;
  }
  .pt_order-confirmation .order-shipment-table td {
    font-size: 0.9em;
    box-sizing: border-box;
    float: left;
  }
  .pt_order-confirmation .order-shipment-table .line-item-details {
    width: 70%;
  }
  .pt_order-confirmation .order-shipment-table .line-item-quantity {
    width: 10%;
  }
  .pt_order-confirmation .order-shipment-table .line-item-price {
    width: 20%;
  }
  .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border: none;
    width: 100%;
  }
  .pt_order-confirmation .order-shipment-table .scrollable {
    height: auto;
  }
  .pt_order-confirmation .order-shipment-table .scrollable li {
    float: left;
  }
  .pt_order-confirmation .order-shipment-table .scrollable li a {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    display: block;
    padding: 0.2em 0.8em;
  }
  .pt_order-confirmation .order-shipment-table #header {
    height: auto;
    padding: 1% 1% 30px;
  }
  .pt_order-confirmation .order-shipment-table #header .primary-logo {
    float: left;
    position: relative;
    top: auto;
    width: 65%;
  }
  .pt_order-confirmation .order-shipment-table #header .primary-logo img {
    max-width: 100%;
  }
  .pt_order-confirmation .order-shipment-table .mini-cart-products {
    max-height: 100%;
  }
  .pt_order-confirmation .order-shipment-table .mini-cart-content {
    max-width: 220px;
  }
  .pt_order-confirmation .order-shipment-table #quickviewbutton {
    display: none !important;
  }
  .pt_order-confirmation .order-shipment-table ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%;
  }
  .pt_order-confirmation .order-shipment-table .product-tile {
    height: auto !important;
  }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-image {
    width: 41%;
  }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-name,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-pricing,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-promo,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .pr_stars,
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-swatches {
    float: right;
  }
  .pt_order-confirmation .order-shipment-table .wide-tiles .product-tile .product-name h2 {
    margin-top: 0px;
  }
  .pt_order-confirmation .order-shipment-table .product-tile .product-swatches .swatch img {
    height: 2em;
    width: 2em;
  }
  .pt_order-confirmation .order-shipment-table .product-listing-1x4 ul.search-result-items .grid-tile {
    margin: 2%;
    width: 92%;
  }
  .pt_order-confirmation .order-shipment-table .product-compare,
  .pt_order-confirmation .order-shipment-table .compareitems {
    display: none !important;
  }
  .pt_order-confirmation .order-shipment-table .pt_product-details .primary-content {
    padding-bottom: 68px;
  }
  .pt_order-confirmation .order-shipment-table .pt_product-details .breadcrumb .last {
    display: none;
  }
  .pt_order-confirmation .order-shipment-table #product-nav-container {
    bottom: 0;
    width: 100%;
  }
  .pt_order-confirmation .create-new-registry {
    overflow: hidden;
  }
  .pt_order-confirmation .create-new-registry p {
    display: none;
  }
  .pt_order-confirmation .checkout-progress-indicator {
    clear: both;
    font-size: 0.8em;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
    text-align: left;
    top: auto;
  }
  .pt_order-confirmation .checkout-progress-indicator div {
    padding: 0 2%;
  }
  .pt_order-confirmation .order-summary-footer h2 {
    width: 50%;
  }
  .pt_order-confirmation .place-order-totals .order-totals-table {
    width: 100%;
  }
  .pt_order-confirmation .payment-method-options {
    padding: 0;
  }
  .pt_order-confirmation .payment-method-options .form-row {
    width: 100%;
  }
  .pt_order-confirmation .payment-method-options .form-row label {
    float: left;
    margin: 0;
    padding: 0 0 0 1em;
    width: 150px;
  }
  .pt_order-confirmation .payment-method-options .form-row .input-radio {
    margin: 0;
  }
  .pt_order-confirmation .pt_order-confirmation .item-list th {
    display: none;
  }
  .pt_order-confirmation .pt_order-confirmation .item-list td {
    float: left;
    padding: 1em 0;
    width: 98%;
  }
  .pt_order-confirmation .pt_order-confirmation .item-list .order-totals-table td {
    float: left;
    width: 48%;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table th {
    display: none;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table td {
    font-size: 0.9em;
    box-sizing: border-box;
    float: left;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-details {
    width: 70%;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-quantity {
    width: 10%;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .line-item-price {
    width: 20%;
  }
  .pt_order-confirmation .pt_order-confirmation .order-shipment-table .order-shipment-details {
    border: none;
    width: 100%;
  }
  .pt_order-confirmation .order-history-header button, .pt_order-confirmation .order-history-header .store-tile.selected .select-store-button, .store-tile.selected .pt_order-confirmation .order-history-header .select-store-button {
    font-size: 1em;
    padding: 0.25em;
  }
  .pt_order-confirmation .page-content-tab-navigaton button, .pt_order-confirmation .page-content-tab-navigaton .store-tile.selected .select-store-button, .store-tile.selected .pt_order-confirmation .page-content-tab-navigaton .select-store-button {
    width: 100%;
  }
  .pt_order-confirmation .pt_gift-registry .add-gift-cert p {
    width: 100%;
  }
  .pt_order-confirmation .pt_gift-registry .create-new-registry {
    overflow: hidden;
  }
  .pt_order-confirmation .pt_gift-registry .create-new-registry p {
    display: none;
  }
  .pt_order-confirmation .pt_gift-registry .item-list {
    width: 98%;
  }
  .pt_order-confirmation .pt_gift-registry .item-list th {
    display: none;
  }
  .pt_order-confirmation .order-shipment-table .section-header {
    font-size: 0.9em !important;
    padding: 0.3em;
  }
  .pt_order-confirmation table.item-list .section-header,
  .pt_order-confirmation .order-shipment-table .section-header {
    background-image: none;
  }
  .pt_order-confirmation table.item-list .item-image,
  .pt_order-confirmation table.item-list .item-details,
  .pt_order-confirmation table.item-list .item-availability,
  .pt_order-confirmation table.item-list .item-dashboard {
    display: inline-block;
  }
  .pt_order-confirmation table.item-list .item-image {
    width: 30%;
  }
  .pt_order-confirmation table.item-list .item-details {
    width: 50%;
  }
  .pt_order-confirmation table.item-list .item-availability,
  .pt_order-confirmation table.item-list .item-dashboard {
    width: 97%;
  }
  .pt_order-confirmation table.item-list .delete-registry {
    text-align: center;
  }
  .pt_order-confirmation .list-table-header {
    padding: 1em !important;
  }
  .pt_order-confirmation .list-table-header .button, .pt_order-confirmation .list-table-header .button-fancy-large {
    display: block;
    margin: 20px 0;
    width: 196px;
  }
  .pt_order-confirmation .list-table-header p {
    display: none;
  }
  .pt_order-confirmation .list-table-header button, .pt_order-confirmation .list-table-header .store-tile.selected .select-store-button, .store-tile.selected .pt_order-confirmation .list-table-header .select-store-button {
    display: block;
    width: 260px;
  }
  .pt_order-confirmation .home-bottom-left,
  .pt_order-confirmation .home-bottom-center,
  .pt_order-confirmation .home-bottom-right {
    width: 100% !important;
  }
  .pt_order-confirmation .product-tile .product-image {
    height: auto;
  }
  .pt_order-confirmation #email-alert-signup {
    margin: 0;
    width: 100%;
  }
  .pt_order-confirmation #email-alert-signup label {
    text-align: center;
    width: 100%;
  }
  .pt_order-confirmation #email-alert-signup input [type=text] {
    float: none;
    margin: 0;
    width: 50%;
  }
  .pt_order-confirmation #email-alert-signup input[type=image] {
    float: none;
    vertical-align: bottom;
  }
  .pt_order-confirmation .facebook-registration {
    left: -3px;
    position: relative;
    width: 100.7% !important;
  }
  .pt_order-confirmation .facebook-registration iframe {
    position: relative;
    width: 100.7% !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .product-tile .pr_stars {
    left: 40px;
  }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 10px;
  }
  .wide-tiles .product-tile .product-image {
    width: 38%;
  }
  .facebook-registration {
    left: 0px;
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget {
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget span {
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget span iframe {
    position: relative;
    width: 100% !important;
  }
  #preferred-store-panel input[type=text] {
    width: 49.5966%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #secondary {
    width: 171px;
  }
  .primary-content {
    width: 588px;
  }
  .primary-focus .primary-content {
    width: 540px;
  }
  .primary-focus #secondary {
    width: 190px;
  }
  .html-slot-container img,
  .bottom-banner-cell img {
    max-width: 100%;
  }
  .ui-dialog {
    max-width: 98%;
  }
  .ui-dialog .ui-dialog-content {
    height: auto !important;
    overflow: visible;
  }
  .scrollable {
    height: auto;
  }
  .mini-cart-total-label {
    display: none;
  }
  .mini-cart-products {
    max-height: 100%;
  }
  ul.search-result-items .new-row {
    clear: none;
  }
  ul.search-result-items .grid-tile {
    width: 41.5%;
  }
  table .section-header {
    font-size: 1em !important;
  }
  #compare-table td .product-tile {
    width: 79px;
  }
  .pt_gift-registry .add-gift-cert p {
    width: auto;
  }
  #cart-table .item-user-actions {
    width: 120px;
  }
  #cart-table .item-total .promo-adjustment {
    width: 77px;
  }
  .home-bottom-right .product-tile {
    min-height: 0;
  }
  #email-alert-signup {
    margin: 0;
    width: 100%;
  }
  #email-alert-signup label {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  #email-alert-signup input[type=text] {
    width: 73%;
  }
  .facebook-registration {
    left: 0px;
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget {
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget span {
    position: relative;
    width: 100% !important;
  }
  .facebook-registration .fb_iframe_widget span iframe {
    position: relative;
    width: 100% !important;
  }
  .mini-cart-item-word span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #preferred-store-panel input[type=text] {
    width: 49.5966%;
  }
}
@media print {
  .pt_order-confirmation #mini-cart,
  .pt_order-confirmation .menu-utility-user,
  .pt_order-confirmation .menu-utility,
  .pt_order-confirmation .header-banner,
  .pt_order-confirmation #navigation {
    display: none;
  }
}
.product-selection .selection-group {
  margin-bottom: 1em;
}
.product-selection .selection-group:nth-child(1) .selection-description {
  margin-top: 7px;
}
.product-selection .selection-group:nth-child(n+2) .selection-description {
  margin-top: 30px;
}
.product-selection .selection-group .selection-description {
  margin-bottom: 7px;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-selection .selection-group .selection-description {
    font-size: 1em;
  }
}
.product-selection .selection-group .selection-table {
  padding-bottom: 1px;
  margin-bottom: 3px;
}
.product-selection .selection-group .selection-table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-selection .selection-group .selection-table thead {
    display: table-header-group;
  }
}
.product-selection .selection-group .selection-table td {
  box-sizing: border-box;
  padding: 2px;
}
.product-selection .selection-group .selection-table .selector {
  order: 1;
}
.product-selection .selection-group .selection-table .selector input[type=radio] {
  -webkit-box-shadow: none !important;
}
.product-selection .selection-group .selection-table .item-image {
  order: 2;
}
.product-selection .selection-group .selection-table .item-image img {
  width: 100%;
}
.product-selection .selection-group .selection-table .item-details {
  order: 3;
}
.product-selection .selection-group .selection-table .item-details .name {
  font-size: 1rem;
}
.product-selection .selection-group .selection-table .item-details .item-edit-details {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-selection .selection-group .selection-table .item-details .item-edit-details {
    display: block;
  }
}
.product-selection .selection-footer {
  text-align: center;
}
.product-selection .selection-footer button, .product-selection .selection-footer .store-tile.selected .select-store-button, .store-tile.selected .product-selection .selection-footer .select-store-button {
  display: inline;
}
.product-selection .selection-group .selection-table {
  border-top: 1px #e0e0e0 solid;
}
.product-selection .selection-group .selection-table td {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-selection .selection-group .selection-table td {
    display: table-cell;
  }
}
.product-selection .selection-group .selection-table .selection-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .product-selection .selection-group .selection-table .selection-row {
    display: table-row;
  }
}
.product-selection .selection-group .selection-table .selector {
  float: left;
  flex-basis: 4%;
}
.product-selection .selection-group .selection-table .item-image {
  float: left;
  flex-basis: 16%;
}
@media screen and (min-width: 768px) {
  .product-selection .selection-group .selection-table .item-image {
    float: none;
    width: 7rem;
  }
}
.product-selection .selection-group .selection-table .item-details {
  float: left;
  flex-basis: 77%;
}
.product-selection .selection-group .selection-table .item-details.oneline-item-details {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .product-selection .selection-group .selection-table .item-details {
    float: none;
  }
}
.product-selection .selection-group .selection-table .item-details label {
  font-weight: normal;
}

.categoryclassandstore-selection .selection-group {
  margin-bottom: 1em;
}
.categoryclassandstore-selection .selection-group:nth-child(1) .selection-description {
  margin-top: 7px;
}
.categoryclassandstore-selection .selection-group:nth-child(n+2) .selection-description {
  margin-top: 30px;
}
.categoryclassandstore-selection .selection-group .selection-description {
  margin-bottom: 7px;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .categoryclassandstore-selection .selection-group .selection-description {
    font-size: 1em;
  }
}
.categoryclassandstore-selection .selection-group .selection-table {
  padding-bottom: 1px;
  margin-bottom: 3px;
}
.categoryclassandstore-selection .selection-group .selection-table thead {
  display: none;
}
@media screen and (min-width: 768px) {
  .categoryclassandstore-selection .selection-group .selection-table thead {
    display: table-header-group;
  }
}
.categoryclassandstore-selection .selection-group .selection-table td {
  box-sizing: border-box;
  padding: 2px;
}
.categoryclassandstore-selection .selection-group .selection-table .selector {
  order: 1;
}
.categoryclassandstore-selection .selection-group .selection-table .selector input[type=radio] {
  -webkit-box-shadow: none !important;
}
.categoryclassandstore-selection .selection-group .selection-table .item-image {
  order: 2;
}
.categoryclassandstore-selection .selection-group .selection-table .item-image img {
  width: 100%;
}
.categoryclassandstore-selection .selection-group .selection-table .item-details {
  order: 3;
}
.categoryclassandstore-selection .selection-group .selection-table .item-details .name {
  font-size: 1rem;
}
.categoryclassandstore-selection .selection-group .selection-table .item-details .item-edit-details {
  display: none;
}
@media screen and (min-width: 768px) {
  .categoryclassandstore-selection .selection-group .selection-table .item-details .item-edit-details {
    display: block;
  }
}
.categoryclassandstore-selection .selection-footer {
  text-align: center;
}
.categoryclassandstore-selection .selection-footer button, .categoryclassandstore-selection .selection-footer .store-tile.selected .select-store-button, .store-tile.selected .categoryclassandstore-selection .selection-footer .select-store-button {
  display: inline;
}
.categoryclassandstore-selection .selection-group {
  margin-bottom: 1em;
}
.categoryclassandstore-selection .selection-group .selection-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.categoryclassandstore-selection .selection-group .selection-table tr.first_line {
  border-top: 1px solid #e0e0e0;
}
.categoryclassandstore-selection .selection-group .selection-table tr.last_line {
  border-bottom: 0px;
}
.categoryclassandstore-selection .selection-group .selection-table .selector {
  width: 2rem;
}
.categoryclassandstore-selection .selection-group .selection-table .selector input[type=radio] {
  width: 100%;
}
.categoryclassandstore-selection .selection-group .selection-table .selector input[type=radio].single-option {
  display: none;
}
.categoryclassandstore-selection .selection-group .selection-table .item-image {
  width: 7rem;
}
.categoryclassandstore-selection .selection-group .selection-table .item-details .label {
  width: 7em;
}
.categoryclassandstore-selection .selection-group .selection-table .item-details .value {
  width: 45%;
}
.categoryclassandstore-selection .selection-footer {
  text-align: center;
}
.categoryclassandstore-selection .selection-footer button, .categoryclassandstore-selection .selection-footer .store-tile.selected .select-store-button, .store-tile.selected .categoryclassandstore-selection .selection-footer .select-store-button {
  display: inline;
}

.side-mini-cart {
  padding-top: 20px;
  width: 100%;
  max-width: 18rem;
  margin: 0 auto;
}
.side-mini-cart .section_line {
  border: 1px dashed #ccc;
  margin: 0 10px;
}
.side-mini-cart .side-mini-cart-content {
  background-color: #fff;
  border: 1px solid #ccc;
  right: 0;
  top: 2.5em;
  display: block;
}
.side-mini-cart .side-mini-cart-header {
  font-size: 1.1em;
  font-weight: 700;
  padding: 1em 1em 0.5em;
  text-transform: uppercase;
}
.side-mini-cart .side-mini-cart-spcontroll {
  position: relative;
}
.side-mini-cart .side-mini-cart-products {
  padding: 0.5em;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .side-mini-cart .side-mini-cart-products {
    padding: 0.1em 0.5em;
  }
}
.side-mini-cart .side-mini-cart-products .cart-close-btn {
  font-size: 20px;
  cursor: pointer;
  float: right;
  margin: 0;
}
.side-mini-cart .side-mini-cart-products .mini-cart-image {
  clear: both;
}
.side-mini-cart .side-mini-cart-products dl.mini-cart-consulation {
  clear: both;
  margin: 0;
  padding: 10px 0;
}
.side-mini-cart .side-mini-cart-products dl.mini-cart-consulation dt {
  float: none;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  padding: 0 0 10px 0;
}
.side-mini-cart .side-mini-cart-products dl.mini-cart-consulation dd {
  float: none;
  font-size: 14px;
  padding: 0;
}
.side-mini-cart .side-mini-cart-address {
  padding: 0.5em;
  overflow: hidden;
}
.side-mini-cart .side-mini-cart-address .caption {
  float: none;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  padding: 0 0 10px 0;
}
.side-mini-cart .side-mini-cart-address .product-address-box-right {
  margin: 2% 0 0;
}
.side-mini-cart .side-mini-cart-address .product-address-box-right .product-store-txt {
  font-weight: bold;
  margin: 0;
}
.side-mini-cart .side-mini-cart-address .product-address-box-right .product-address-sub-title {
  display: none;
}
.side-mini-cart .side-mini-cart-address .product-address-box-right .product-address-post-code {
  display: block;
}
.side-mini-cart .side-mini-cart-address .product-address-box-right ul li a.store-tel-txt span {
  display: none;
}
.side-mini-cart .side-mini-cart-address .product-address-box-right .procust-lits-02 {
  margin: 6px 0 1px 0;
}
.side-mini-cart .side-mini-cart-address .product-address-box-right .procust-lits-02 dt {
  font-size: 15px;
  font-weight: bold;
  float: none;
  margin: 0 0 5px 0;
}
.side-mini-cart .side-mini-cart-address .product-address-box-right .procust-lits-02 dd {
  float: none;
  margin: 0;
  padding: 0;
}
.side-mini-cart .side-mini-cart-address .other-store-link {
  margin-left: -12px;
  margin-bottom: 4px;
}
.side-mini-cart .side-mini-cart-address .other-store-link a {
  display: inline-block;
  position: relative;
  padding: 9px 18px 8px 27px;
  background-color: #fff;
}
.side-mini-cart .side-mini-cart-address .other-store-link a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 2px red;
  border-top: solid 2px red;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .side-mini-cart .side-mini-cart-spcontroll {
    display: none;
  }
  .side-mini-cart .side-mini-cart-content .side-mini-cart-title {
    display: block;
  }
  .side-mini-cart .side-mini-cart-content .side-mini-cart-summary {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .side-mini-cart .side-mini-cart-spcontroll {
    display: block;
  }
  .side-mini-cart .side-mini-cart-content .side-mini-cart-title {
    display: none;
  }
  .side-mini-cart .side-mini-cart-content .side-mini-cart-summary {
    display: block;
  }
  .side-mini-cart .side-mini-cart-products {
    height: 0;
  }
  .side-mini-cart .side-mini-cart-products.open {
    height: auto;
  }
}
.side-mini-cart .side-mini-cart-spcontroll .side-mini-cart-opener {
  height: 25px;
  position: relative;
  top: -1px;
  left: none;
  right: none;
  margin: auto;
  text-align: center;
  width: 120px;
  border: 1px #ccc solid;
  border-top: none;
  background: white;
  cursor: pointer;
}
.side-mini-cart .mini-cart-product .mini-cart-desc {
  float: left;
  font-size: 10px;
}
.side-mini-cart .mini-cart-product p.text-is-online {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 481px) {
  .side-mini-cart .side-mini-cart-address .product-address-box-right {
    float: none;
    width: auto;
    margin-left: 0%;
  }
  .side-mini-cart .side-mini-cart-address .product-address-box-right .procust-lits-02 {
    padding: 5px 0 1px 0;
    margin: 0;
  }
  .side-mini-cart .side-mini-cart-address .product-address-box-right .procust-lits-02 dt {
    margin: 0 0 3px 0;
  }
  .side-mini-cart .side-mini-cart-address .product-address-box-right ul li a.store-tel-txt {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 0;
  }
  .side-mini-cart .side-mini-cart-address .product-address-box-right ul li a.store-tel-txt span {
    display: inline-block;
    margin: 0 3px 0 0;
  }
  .side-mini-cart .side-mini-cart-address .product-address-box-right ul li a.store-tel-txt span img {
    vertical-align: middle;
  }
  .side-mini-cart .side-mini-cart-address .product-address-box-right .product-store-txt {
    font-size: 12px;
  }
}

.acc-box {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0;
}
.acc-box.faq-box .one-faq {
  border-top: 2px solid #fff;
  margin: 0;
}
.acc-box.faq-box .one-faq .answer {
  overflow: hidden;
  height: 0;
}
.acc-box.faq-box .one-faq .answer .answer-container {
  background: #f4f4f4;
  padding: 0 !important;
}
.acc-box.faq-box .one-faq .answer .answer-container p {
  padding-top: 20px;
  margin: 0;
}
.acc-box.faq-box .one-faq .answer .answer-container ul {
  margin: 0;
  padding: 0;
}
.acc-box.faq-box .one-faq .answer .answer-container ul li {
  font-size: 20px;
  border-top: 2px solid #fff;
}
.acc-box.faq-box .one-faq .answer .answer-container ul li a {
  padding: 18px 0 15px 60px;
  color: #333;
  display: block;
  position: relative;
}
.acc-box.faq-box .one-faq .answer .answer-container ul li a span {
  float: right;
}
.acc-box.faq-box .one-faq .answer .answer-container ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.acc-box.faq-box .one-faq .answer .answer-container ul li a:hover {
  opacity: 0.75;
}
.acc-box.faq-box .one-faq .question {
  display: block;
  position: relative;
  background-color: #e3e3e3;
  color: #333;
  font-size: 20px;
}
.acc-box.faq-box .one-faq .question::after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  display: block;
  right: 23px;
  top: 50%;
  margin-top: -1px;
  background-color: red;
  z-index: 1;
}
.acc-box.faq-box .one-faq .question::before {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  display: block;
  right: 29px;
  top: 50%;
  margin-top: -7px;
  background-color: red;
  z-index: 1;
}
.acc-box.faq-box .one-faq .question .question-inside {
  font-size: 20px;
  padding: 12px 20px 12px;
  display: block;
  position: relative;
  cursor: pointer;
}
.acc-box.faq-box .one-faq .question .question-inside::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -12px;
  background-color: #fff;
}
.acc-box.faq-box .one-faq .question .question-inside::before {
  display: none;
  content: "";
  font-size: 26px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.acc-box.faq-box .one-faq.opened .answer {
  height: auto;
}
.acc-box.faq-box .one-faq.opened .question::before {
  display: none;
}

/* 店舗リストから探す(検索結果) */
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-box {
  width: 100%;
  overflow: hidden;
  clear: left;
  border-top: 1px dotted #CCC;
  padding: 20px 0 5px 0;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-image {
  width: 15%;
  float: left;
  margin: 0 3% 0 0;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-image img {
  width: 100%;
  height: auto;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address {
  width: 55%;
  float: left;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address .latest-reserved-store {
  border-radius: 2px;
  float: right;
  background-color: #999;
  color: #ffffff;
  padding: 5px 10px;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address .store-result-title {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address ul.store-address {
  margin: 0;
  padding: 0;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address ul.store-address li {
  font-size: 14px;
  padding: 0;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address ul.store-address li span {
  font-weight: normal;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address ul.store-address li.no-service-txt {
  color: #FF0000;
}
#pdpMain .product-col-2.product-detail .store-result-wrap .store-result-link {
  width: 25%;
  float: right;
}

/* 現在地から探す(検索結果) */
#near_store_list .store-result-box {
  width: 100%;
  overflow: hidden;
  clear: left;
  border-top: 1px dotted #CCC;
  padding: 20px 0 5px 0;
}
#near_store_list .store-info {
  float: left;
  width: 73%;
}
#near_store_list .store-info .store-result-address {
  float: left;
  width: 100%;
}
#near_store_list .store-info .store-result-address .store-result-title {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}
#near_store_list .store-info .store-result-address ul.store-address {
  margin: 0;
  padding: 0;
}
#near_store_list .store-info .store-result-address ul.store-address li {
  font-size: 14px;
  padding: 0;
}
#near_store_list .store-info .store-result-address ul.store-address li span {
  font-weight: normal;
}
#near_store_list .store-info .store-result-address ul.store-address li.no-service-txt {
  color: #FF0000;
}
#near_store_list .store-info .store-result-address ul.store-address li a.store-tel-txt {
  pointer-events: none;
}
#near_store_list .store-info .store-result-address ul.store-address li a.store-tel-txt span {
  display: none;
}
#near_store_list .store-info .store-payment-img {
  float: left;
  width: 100%;
}
#near_store_list .store-info .store-payment-img .store-payment {
  vertical-align: bottom;
  height: 20px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 1px;
}
#near_store_list .store-info .store-payment-img.not-ec {
  display: none;
}
#near_store_list .store-info .no-service-txt {
  float: left;
  color: #FF0000;
}
#near_store_list .near-store-result-link {
  width: 25%;
  float: right;
}

@media (max-width: 481px) {
  #pdpMain .product-col-2.product-detail .store-result-wrap .store-result-image {
    display: none;
  }
  #pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address {
    width: 72%;
  }
  #pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address dl dd ul li.no-service-txt {
    padding: 10px 0 0 0;
  }
  #pdpMain .product-col-2.product-detail .store-result-wrap .store-result-address dl dd ul li span {
    display: inline;
  }
  #near_store_list .store-info {
    float: left;
    width: 100%;
  }
  #near_store_list .store-info .store-result-address {
    width: 100%;
    float: left;
  }
  #near_store_list .store-info .store-result-address ul.store-address li a.store-tel-txt {
    pointer-events: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 6px;
    border: 1px solid #ccc;
    font-weight: bold;
  }
  #near_store_list .store-info .store-result-address ul.store-address li a.store-tel-txt span {
    display: inline-block;
    margin: 0 3px 0 0;
  }
  #near_store_list .store-info .store-result-address ul.store-address li a.store-tel-txt span img {
    vertical-align: text-top;
  }
  #near_store_list .store-info .store-payment-img {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #near_store_list .store-info .store-payment-img.not-ec {
    display: none;
  }
  #near_store_list .store-info .no-service-txt {
    width: 100%;
  }
  #near_store_list .near-store-result-link {
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }
}
#main.pt-productlineup-main {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
@media screen and (max-width: 768px) {
  #main.pt-productlineup-main {
    padding-top: 0px;
  }
}
#main.pt-productlineup-main .productlineup-main .pr-section {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  #main.pt-productlineup-main .productlineup-main .pr-section {
    padding-top: 0px;
  }
}
#main.pt-productlineup-main .productlineup-main .pr-section .image-bloc .bloc-container.bo-none {
  border: none;
}
#main.pt-productlineup-main .productlineup-main .pr-section .image-bloc .bloc-container.bo-none .bloc-btn-era.btn-era-02 {
  bottom: calc(33% - 46px) !important;
}
@media screen and (max-width: 768px) {
  #main.pt-productlineup-main .productlineup-main .pr-section .image-bloc .bloc-container.bo-none .bloc-btn-era.btn-era-02 {
    top: 80%;
    width: 174px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
#main.pt-productlineup-main .productlineup-main .pr-section .image-bloc .bloc-container.bo-none .bloc-btn-era.btn-era-02 .site-red-btn {
  font-size: 15px;
  padding: 10px 28px 9px 39px;
  border-radius: 2px;
  text-align: center;
}
#main.pt-productlineup-main .productlineup-main .pr-section .pr-message-pc {
  text-align: left;
  position: absolute;
  left: 5.7%;
  bottom: 44% !important;
  color: white;
}
#main.pt-productlineup-main .productlineup-main .pr-section .pr-message-pc .pr-message-1 {
  font-size: 22px;
}
#main.pt-productlineup-main .productlineup-main .pr-section .pr-message-pc .pr-message-2 {
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #main.pt-productlineup-main .productlineup-main .pr-section .pr-message-pc {
    display: none;
  }
}
#main.pt-productlineup-main .productlineup-main .pr-section .pr-message-sp {
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24% !important;
  color: white;
}
#main.pt-productlineup-main .productlineup-main .pr-section .pr-message-sp .pr-message-1 {
  font-size: 3.8vw;
}
#main.pt-productlineup-main .productlineup-main .pr-section .pr-message-sp .pr-message-2 {
  font-size: 2.8vw;
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  #main.pt-productlineup-main .productlineup-main .pr-section .pr-message-sp {
    display: block;
  }
}
#main.pt-productlineup-main .productlineup-main .categories-section {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #main.pt-productlineup-main .productlineup-main .categories-section {
    padding-top: 20px;
  }
}
#main.pt-productlineup-main .productlineup-main #selectTireWheelItems {
  max-width: 630px;
}
#main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
#main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article .modal-header {
  border-bottom: 2px solid #ccc;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
#main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article .modal-header .modal-title {
  font-size: 28px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article .modal-contents-inner {
  width: 85%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article .modal-contents-inner .content-text {
  padding: 10px 0;
}
#main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article .modal-contents-inner .content-btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article .modal-contents-inner .content-btns a {
  margin: 10px;
}

@media screen and (max-width: 767px) {
  #main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article .modal-header .modal-title {
    font-size: 16px;
  }
  #main.pt-productlineup-main .productlineup-main #selectTireWheelItems .content-article .modal-contents-inner .content-btns {
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
  }
}
.top-navi ul li a {
  position: relative;
}
.top-navi ul li a em {
  font-style: normal !important;
  padding: 0 0 0 22px;
}
.top-navi ul li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  left: 0px;
  top: 12%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fa-chevron-right {
  padding: 0 8px 0 0;
}

.top-navi {
  width: 100%;
  background: #333333;
  clear: both;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
}
.top-navi ul {
  max-width: 1000px;
  margin: 0 0;
  list-style: none;
  padding: 0 5%;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: stretch;
}
.top-navi ul li {
  width: 27%;
  float: left;
  font-size: 20px;
  border-left: 1px solid #454545;
  padding: 25px 3%;
}
.top-navi ul li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
.top-navi ul li a:hover {
  opacity: 0.75;
}
.top-navi ul li span {
  font-size: 14px;
  display: block;
  margin: 10px 0 0 0;
}

@media (max-width: 481px) {
  .top-navi ul {
    padding: 0;
  }
  .top-navi ul li {
    width: 90%;
    float: none;
    border-left: none;
    border-bottom: 1px solid #454545;
    padding: 20px 5%;
  }
}
/* アラート情報 */
.alert-box {
  border: 2px solid #ff0000;
  padding: 10px 20px;
  margin: 15px 0 30px;
  clear: both;
  overflow: hidden;
  display: none;
}
.alert-box .alert-txt {
  font-size: 14px;
  color: #ff0000;
}
.alert-box.alert-box-show {
  display: block;
}
.alert-box ul {
  list-style: circle;
  padding: 0 30px;
}
.alert-box ul li {
  color: #ff0000;
}

/* 店舗・住所番号 */
.product-address-box {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 0 0 30px 0;
}
.product-address-box .product-address-box-left {
  float: left;
  width: 20%;
}
.product-address-box .product-address-box-left.reserve-date-left {
  width: 20%;
}
.product-address-box .product-address-box-left img {
  width: 100%;
}
.product-address-box .product-address-box-right {
  float: left;
  width: 77%;
  margin-left: 3%;
}
.product-address-box .product-address-box-right.reserve-date-right {
  width: 77%;
}
.product-address-box .product-address-box-right .product-store-txt {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin: 0;
}
.product-address-box .product-address-box-right ul li a.store-tel-txt span {
  display: none;
}
.product-address-box .product-address-box-right .procust-lits-02 {
  overflow: hidden;
  clear: both;
  margin: 28px 0 0 0;
}
.product-address-box .product-address-box-right .procust-lits-02 dt {
  font-size: 16px;
  font-weight: bold;
  float: none !important;
  margin: 0 0 5px 0;
  padding: 0;
}
.product-address-box .product-address-box-right .procust-lits-02 dd {
  float: none !important;
  margin: 0;
  padding: 0;
}
.product-address-box .product-address-box-right .procust-lits-02 dd ul li {
  width: 120px;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  background: #333;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  float: left;
}
.product-address-box .product-address-box-right .procust-lits-02 dd ul li.no-service {
  background: #ccc;
  color: #fff;
}
.product-address-box .product-address-box-right .procust-lits-01 {
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
.product-address-box .product-address-box-right .procust-lits-01 dt {
  display: inline-block;
  font-weight: bold;
  float: none !important;
  margin: 0;
  padding: 0;
}
.product-address-box .product-address-box-right .procust-lits-01 dd {
  display: inline-block;
  float: none !important;
  margin: 0;
  padding: 0;
}

.other-store-box {
  text-align: center;
  margin-top: 30px;
}
.other-store-box .site-white-btn {
  border: 1px solid #CCC;
  padding: 14px 32px;
  font-weight: bold;
  font-size: 18px;
}

.other-store-link {
  margin-left: -2px;
}
.other-store-link a {
  display: inline-block;
  position: relative;
  padding: 9px 18px 8px 27px;
  background-color: #fff;
}
.other-store-link a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 2px red;
  border-top: solid 2px red;
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#scheduleMain .usage-guide {
  border: 1px solid #ccc;
  padding: 0.5em;
}
#scheduleMain .usage-guide .usage-guide-td1 {
  padding: 0em;
  width: 5em;
  text-align: center;
}
#scheduleMain .usage-guide .usage-guide-td2 {
  padding: 0em;
}
#scheduleMain .usage-guide .cal-stat-01 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
#scheduleMain .usage-guide .cal-stat-03 {
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
}
#scheduleMain .usage-guide .cal-stat-04 {
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
#scheduleMain .usage-guide .cal-stat-05 {
  font-size: 14px;
  color: #000;
}
#scheduleMain .guidance {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
#scheduleMain .guidance .red {
  color: #ff0000;
}

/* 店舗・住所番号 -> カレンダー予約 */
.product-date-box {
  background: #ededed;
  clear: both;
  overflow: hidden;
  padding: 20px;
}
.product-date-box .product-date-text-01 {
  font-size: 22px;
  text-align: center;
  padding: 0;
}
.product-date-box .product-date-text-02 {
  font-size: 13px;
  text-align: center;
}
.product-date-box dl dt {
  float: none;
  text-align: center;
  margin: 0 0 10px 0;
}
.product-date-box dl dd {
  float: none;
  padding: 0 14%;
}
.product-date-box dl dd ul li {
  margin: 0 0 5px 0;
}

@media (max-width: 481px) {
  .product-address-box .product-address-box-right.reserve-date-right {
    float: none;
    width: auto;
    margin-left: 0%;
  }
  .product-address-box .product-address-box-right.reserve-date-right ul {
    float: left;
    width: 70%;
    margin: 0 0 0 3%;
    padding: 0 !important;
  }
  .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 {
    padding: 10px 0 0 0;
    margin: 0;
  }
  .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 dd ul {
    width: 100%;
    float: none;
    margin: 0;
  }
  .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 dd ul li {
    font-size: 10px !important;
    width: 28%;
    margin: 0 0 5px 5px;
    padding: 3px 5px;
  }
  .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 dd ul li:first-child, .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 dd ul li:nth-child(4) {
    margin: 0 0 5px 0px;
  }
  .product-address-box .product-address-box-right ul li a.store-tel-txt {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 6px;
    border: 1px solid #ccc;
    font-weight: bold;
  }
  .product-address-box .product-address-box-right ul li a.store-tel-txt span {
    display: inline-block;
    margin: 0 3px 0 0;
  }
  .product-address-box .product-address-box-right ul li a.store-tel-txt span img {
    vertical-align: middle;
  }
  .product-address-box .product-address-box-right .product-store-txt {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 0 0 0 3%;
    float: left;
  }
  .reserve-box-inner .product-date-box {
    padding: 5px;
  }
  .reserve-box-inner .product-date-box ul {
    padding: 5px 0 5px 20px;
  }
  .reserve-box-inner .product-date-box .product-date-text-01 {
    font-size: 15px;
    font-weight: bold;
  }
  .reserve-box-inner .product-date-box .product-date-text-02 {
    font-size: 12px;
  }
  .reserve-box-inner .product-date-box dl dd {
    font-size: 16px;
    padding: 0;
  }
}
#reserve-scheduler {
  padding: 1px 0;
}
#reserve-scheduler ul {
  list-style: none;
  margin: 0;
}
#reserve-scheduler .reserve-candidate-list {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#reserve-scheduler .reserve-candidate-list li {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background: #FFF;
  float: left;
  width: 33%;
  border-left: 1px solid #CCC;
  cursor: pointer;
}
#reserve-scheduler .reserve-candidate-list li span {
  font-weight: normal;
}
#reserve-scheduler .reserve-candidate-list li.no-detected {
  padding: 20px 0;
}
#reserve-scheduler .reserve-candidate-list li.no-detected span {
  font-size: 14px;
  display: block;
  margin: 10px 40px 0;
  padding: 4px 0 3px;
  border-radius: 15px;
}
#reserve-scheduler .reserve-candidate-list li.selected {
  color: #FFF;
  background: #FF0000;
  padding: 24px 0;
}
#reserve-scheduler .reserve-candidate-list li.selected span {
  font-size: 14px;
  display: block;
  margin: 10px 40px 0;
  padding: 4px 0 3px;
  border-radius: 15px;
  background: #FFF;
  color: #FF0000;
}
#reserve-scheduler .reserve-candidate-list li.no-detected span {
  background: #CCC;
  color: #FFF;
}
#reserve-scheduler .reserve-candidate-list li.detected {
  color: #000;
  padding: 20px 0 0;
}
#reserve-scheduler .reserve-candidate-list li.detected span {
  color: #000;
  display: block;
  font-size: 16px;
  margin: 5px 0;
}
#reserve-scheduler .reserve-calendar-box {
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
  border-bottom: 1px solid #CCC;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl {
  width: 100%;
  table-layout: fixed;
  border: none;
  /*border:1px solid #CCC;*/
  margin: 0 0 1px 0;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl thead th {
  width: 20%;
  background: #EAEAEA;
  color: #000;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #CCC;
  font-weight: normal;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody tr {
  border-bottom: 1px solid #CCC;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td {
  width: 20%;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td span {
  display: block;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date {
  font-size: 20px;
  padding: 0 0 5px 0;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date em {
  font-size: 22px;
  font-style: normal;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-01 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-02 {
  font-size: 16px;
  color: #090;
  font-weight: bold;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-03 {
  font-size: 20px;
  color: #F00;
  font-weight: bold;
  cursor: pointer;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-04 {
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .cal-active {
  background: #F00;
  color: #FFF;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .cal-active:hover {
  background: #F00;
  color: #FFF;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .cal-active .cal-stat-03 {
  color: #FFF;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .reserve-calendar-row {
  display: none;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .reserve-calendar-row td {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: none;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot {
  padding: 10px 20px;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot td {
  border: 1px solid #CCC;
  border-bottom: none;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-prev {
  float: left;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-next {
  float: right;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-prev a {
  position: relative;
  padding: 0 0 0 10px;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-prev a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 2px #ff0000;
  border-top: solid 2px #ff0000;
  position: absolute;
  left: 0px;
  top: 45%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-next a {
  position: relative;
  padding: 0 10px 0 0;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-next a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  right: 0px;
  top: 45%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#reserve-scheduler .reserve-calendar-box .detect-date {
  background: #FFCCCC;
  cursor: default;
}
#reserve-scheduler .reserve-calendar-box .txt-col-red {
  color: #FF0000 !important;
}
#reserve-scheduler .reserve-calendar-box .txt-col-blue {
  color: #007FFF !important;
}
#reserve-scheduler .reserve-calendar-detail-box {
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #EAEAEA;
  position: relative;
  padding-bottom: 30px;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li.detect-date {
  background: #FFCCCC;
  cursor: default;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li.detect-date:hover {
  opacity: 1;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-txt {
  font-size: 22px;
  text-align: center;
  color: #000;
  padding: 20px 0 5px;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner {
  padding: 0 15px;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul {
  width: 31%;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  border: 1px solid #EAEAEA;
  margin-left: 2%;
  margin-bottom: 15px;
  padding: 0;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li {
  width: 49%;
  float: left;
  background: #FFF;
  padding: 12px 0 12px;
  color: #000;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li:first-child {
  border-right: 1px solid #EAEAEA;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li:hover {
  opacity: 0.75;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li.no-reserve {
  background: #DDD;
  color: #999;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li.no-reserve:hover {
  opacity: 1;
  cursor: default;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:first-child, #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:nth-child(3n+1) {
  margin-left: 0;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-other {
  margin-left: 20px;
  position: absolute;
  bottom: 0;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-other ul li.list-cal-other {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 10px;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-other ul li.list-cal-other span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 2px #ff0000;
  border-top: solid 2px #ff0000;
  position: absolute;
  left: 0px;
  top: 45%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#reserve-scheduler .cal-arrow {
  text-align: center;
  color: #F00;
  font-size: 35px;
  position: absolute;
  top: -14px;
  left: 56.5%;
}
#reserve-scheduler .reserve-calendar-end-box {
  width: 99.9%;
  height: 520px;
  overflow: hidden;
  clear: both;
  background: #FFF;
  border: 1px solid #CCC;
}
#reserve-scheduler .reserve-calendar-end-box .end-box-inner {
  width: 55%;
  text-align: center;
  margin: 0 auto;
}
#reserve-scheduler .reserve-calendar-end-box .end-box-inner .end-box-description {
  font-size: 14px;
  margin: 100px 0 40px 0;
  float: none;
}

@media (max-width: 767px) {
  #reserve-scheduler {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #reserve-scheduler .reserve-candidate-list li {
    width: 33%;
    font-size: 14px;
  }
  #reserve-scheduler .reserve-candidate-list li:first-child {
    width: 33%;
    font-size: 14px;
  }
  #reserve-scheduler .reserve-candidate-list li.no-detected span, #reserve-scheduler .reserve-candidate-list li.selected span {
    margin: 10px 20% 0;
  }
  #reserve-scheduler .reserve-candidate-list li.detected span {
    font-size: 11px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td {
    padding: 15px 0;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date {
    font-size: 11px;
    padding: 0 0 20px 0;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date em {
    font-size: 18px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-01 {
    font-size: 11px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-02 {
    font-size: 12px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-03 {
    font-size: 15px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-04 {
    font-size: 15px;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner {
    padding: 0 8px;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul {
    width: 47.5%;
    margin-left: 2%;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li {
    width: 49%;
    font-size: 11px;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:first-child, #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:nth-child(3n+1) {
    margin-left: 2%;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:nth-child(odd) {
    margin-left: 1% !important;
  }
}
@media (max-width: 410px) {
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl {
    height: 519px;
  }
}
@media (max-width: 481px) {
  #reserve-scheduler .reserve-calendar-end-box .end-box-inner {
    width: 72%;
  }
}
.store #search-contents .store-search-bloc {
  margin-bottom: 20px;
}
.store #search-contents .store-search-bloc button, .store #search-contents .store-search-bloc .store-tile.selected .select-store-button, .store-tile.selected .store #search-contents .store-search-bloc .select-store-button {
  height: 3em;
  padding: 0.5em 0;
}
.store #search-contents .store-search-bloc ul {
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.store #search-contents .store-search-bloc ul > li.searchbox {
  flex: 0 0 260px;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  width: 100%;
}
.store #search-contents .store-search-bloc ul > li.searchbox > button img, .store #search-contents .store-search-bloc .store-tile.selected ul > li.searchbox > .select-store-button img, .store-tile.selected .store #search-contents .store-search-bloc ul > li.searchbox > .select-store-button img {
  width: 50%;
  text-indent: 0;
}
.store #search-contents .store-search-bloc ul > li.searchbox > input[type=text] {
  flex: 1 0 calc(100% - 55px);
  flex-basis: calc(100% - 55px);
  max-width: calc(100% - 55px);
  height: auto;
  padding: 0.5em 0.6em 0.5em 1em;
  border-width: 1px 0 1px 1px;
  border-color: #ccc;
  border-radius: 2px 0 0 2px;
}
.store #search-contents .store-search-bloc ul > li.searchbox > button, .store #search-contents .store-search-bloc .store-tile.selected ul > li.searchbox > .select-store-button, .store-tile.selected .store #search-contents .store-search-bloc ul > li.searchbox > .select-store-button {
  flex: 1 0 55px;
  flex-basis: 55px;
  max-width: 55px;
  border-radius: 0 2px 2px 0;
  background: url("../images/icon_search.png") no-repeat center center #333;
  background-size: 22px 22px;
  white-space: nowrap;
  overflow: hidden;
}
.store #search-contents .store-search-bloc ul > li.searchbox > button:hover, .store #search-contents .store-search-bloc .store-tile.selected ul > li.searchbox > .select-store-button:hover, .store-tile.selected .store #search-contents .store-search-bloc ul > li.searchbox > .select-store-button:hover {
  background: url("../images/icon_search_hover.png") no-repeat center center #fff;
  background-size: 22px 22px;
}
.store #search-contents .store-search-bloc ul > li.search-current-position {
  flex: 0 0 160px;
  margin-left: 10px;
  padding-bottom: 15px;
}
.store #search-contents .store-search-bloc ul > li.search-current-position > button, .store #search-contents .store-search-bloc .store-tile.selected ul > li.search-current-position > .select-store-button, .store-tile.selected .store #search-contents .store-search-bloc ul > li.search-current-position > .select-store-button {
  width: 100%;
}
.store #search-contents .store-search-bloc ul > li.search-current-position > button img, .store #search-contents .store-search-bloc .store-tile.selected ul > li.search-current-position > .select-store-button img, .store-tile.selected .store #search-contents .store-search-bloc ul > li.search-current-position > .select-store-button img {
  margin: 0 5px;
}
.store #search-contents .store-search-bloc ul > li.search-about-link {
  flex: 1 0 130px;
  margin-left: 10px;
  padding-bottom: 15px;
}
.store #search-contents .store-search-bloc ul > li.search-about-link .modal-ico-link {
  text-decoration: underline;
  cursor: pointer;
}
.store #search-contents .store-search-bloc ul > li.search-about-link .modal-ico-link::after {
  transition: outline 0.2s;
  border: solid 1px #333;
  outline: solid 1px #fff;
  box-shadow: 0 0 0 2px #333;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: 0 0;
  margin-left: 10px;
  vertical-align: 2px;
}
.store #search-contents .store-search-bloc ul > li.search-about-link .q-icon {
  display: inline-block;
  margin: 0 3px 0 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #F00;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  padding: 0 !important;
  line-height: normal !important;
  font-weight: normal !important;
}
.store #search-contents .store-search-bloc ul > li.search-filter {
  flex: 1 0 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.store #search-contents .store-search-bloc ul > li.search-filter .filter-box {
  float: left;
  width: 33%;
  padding: 18px 0 0 0;
}
.store #search-contents .store-search-bloc ul > li.search-filter label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.store #search-contents .store-search-bloc ul > li.search-filter label.filter-text {
  width: calc(100% - 30px);
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox] {
  display: none;
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox] + label {
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox] + label::before, .store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox] + label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox] + label::before {
  z-index: 0;
  background-color: #fff;
  width: 18px;
  height: 18px;
  border: 2px #ccc solid;
  border-radius: 2px;
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox] + label::after {
  z-index: 1;
  margin: 2px 5px;
  width: 8px;
  height: 11px;
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox]:checked + label::before {
  border-color: #333;
  background-color: #333;
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox]:checked + label::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox]:disabled + label::before {
  background-color: #ccc;
}
.store #search-contents .store-search-bloc ul > li.search-filter input[type=checkbox]:disabled + label + label {
  color: #999;
}
.store #search-contents .store-search-bloc ul > li.search-filter:before {
  width: 100%;
  border-bottom: 1px dotted #999;
  content: "";
  display: block;
  padding: 5px 0;
}
.store #search-contents .example-pins ul {
  list-style: none;
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
}
.store #search-contents .example-pins ul > li {
  padding: 10px 0;
}
.store #search-contents .example-pins ul > li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.store #search-contents .example-pins ul img {
  display: inline-block;
  height: 22px;
  margin-top: -6px;
  margin-right: 4px;
  vertical-align: middle;
}
.store #search-contents .example-pins ul li span {
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}
.store #search-contents .notification_message {
  margin-bottom: 8px;
  border: dotted 1px red;
  padding: 4px;
}

@media screen and (max-width: 480px) {
  .store #search-contents .store-search-bloc {
    margin-bottom: 20px;
  }
  .store #search-contents .store-search-bloc ul {
    display: block;
  }
  .store #search-contents .store-search-bloc ul > li.searchbox {
    max-width: none;
  }
  .store #search-contents .store-search-bloc ul > li.search-current-position {
    max-width: none;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .store #search-contents .store-search-bloc ul > li.search-about-link {
    max-width: none;
  }
  .store #search-contents .store-search-bloc ul > li.search-filter .filter-box {
    float: none;
    width: 100%;
    padding: 5px 0;
  }
  .store #search-contents .store-search-bloc ul.list-store-search-condition {
    display: flex;
  }
  .store #search-contents .example-pins ul li span {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 320px) {
  .store #search-contents .store-search-bloc ul > li:nth-of-type(4) label {
    font-size: 0.95em;
  }
  .store #search-contents .store-search-bloc ul > li:nth-of-type(4) input[type=checkbox] + label {
    width: 18px;
    height: 1em;
  }
  .store #search-contents .store-search-bloc ul > li:nth-of-type(4) input[type=checkbox] + label::before {
    width: 15px;
    height: 15px;
  }
  .store #search-contents .store-search-bloc ul > li:nth-of-type(4) input[type=checkbox] + label::after {
    width: 5px;
    height: 8px;
  }
  .store #search-contents .example-pins ul {
    display: block;
  }
}
/* infoWindowの×ボタン削除 */
.gm-ui-hover-effect {
  /*z-index: -999;*/
  display: none !important;
}

dl.customer-input-list input[type=radio] {
  -webkit-box-shadow: none !important;
}

.payment-online-expire-year-month {
  display: none;
}

#customer-input-modal {
  max-width: 630px;
}
#customer-input-modal ul {
  list-style: none;
  padding: 0 10px;
}
#customer-input-modal .flex-container {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#customer-input-modal .flex-container label {
  text-align: center;
}
#customer-input-modal .flex-container input[type=radio] {
  -webkit-box-shadow: none !important;
}
#customer-input-modal .flex-container .flex-left {
  width: 50%;
}
#customer-input-modal .flex-container .flex-right {
  width: 50%;
}
#customer-input-modal .modal-header {
  border-bottom: 2px solid #CCC;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
#customer-input-modal .modal-header .modal-title {
  font-size: 28px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#customer-input-modal .modal-header .content-input-error {
  text-align: center;
  padding: 7px 0;
  color: #F00;
  display: none;
  margin: 10px 20px 0 20px;
  border: solid red 4px;
}
#customer-input-modal.modal .content-article {
  max-height: calc(100vh - 140px - 117px);
}
#customer-input-modal .modal-container .batsu {
  top: 10px !important;
  right: 10px !important;
  background: transparent !important;
  color: #333;
}
#customer-input-modal .validation-target.is-invalid-select ~ span.valid-txt-01, #customer-input-modal .validation-target.is-invalid ~ span.valid-txt-01 {
  display: inline-block;
}
#customer-input-modal .validation-target.is-valid-select ~ span.valid-txt-01, #customer-input-modal .validation-target.is-valid ~ span.valid-txt-01, #customer-input-modal .validation-target ~ span.valid-txt-02, #customer-input-modal .validation-target.is-invalid-select ~ span.valid-txt-02, #customer-input-modal .validation-target.is-invalid ~ span.valid-txt-02 {
  display: none;
}
#customer-input-modal .validation-target.is-valid-select ~ span.valid-txt-02, #customer-input-modal .validation-target.is-valid ~ span.valid-txt-02 {
  display: inline;
}
#customer-input-modal input.validation-target.is-invalid {
  border: 1px solid #F00 !important;
}
#customer-input-modal .validation-target select.is-invalid {
  border: 1px solid #F00;
}
#customer-input-modal textarea.validation-target.is-invalid {
  border: 1px solid #F00;
}
#customer-input-modal select#expireYear.is-invalid, #customer-input-modal select#expireMonth.is-invalid {
  border: 1px solid #F00;
}
#customer-input-modal .select-list .invalid-message {
  color: #F00;
  margin-left: 32%;
  margin-top: 6px;
}
#customer-input-modal #consultationDetail-error {
  margin-left: 0;
  text-align: center;
}
#customer-input-modal .content-article.customer-modal-article {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
#customer-input-modal .customer-modal-article {
  padding: 15px 0px;
}
#customer-input-modal .customer-modal-article dl.customer-input-list {
  overflow: hidden;
}
#customer-input-modal .customer-modal-article dl.customer-input-list dt {
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  float: none;
}
#customer-input-modal .customer-modal-article dl.customer-input-list dd {
  float: none;
  margin: 0 0 40px 0;
  padding: 0;
}
#customer-input-modal .customer-modal-article dl.customer-input-list dd ul li {
  margin: 0 0 20px 0;
}
#customer-input-modal .customer-modal-article dl.customer-input-list dd.checkbox {
  margin: 0 0 20px 0;
}
#customer-input-modal .customer-modal-article label.input-title {
  width: 32%;
  text-align: right;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}
#customer-input-modal .customer-modal-article img.help-ico {
  width: 12px;
  height: 12px;
}
#customer-input-modal .customer-modal-article input[type=text] {
  width: 50%;
  height: 40px;
  border: 1px solid #999;
  background: #F3F3F3;
  color: black;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#customer-input-modal .customer-modal-article select {
  width: 100%;
  height: 40px;
  margin: 0;
  box-sizing: border-box;
  text-transform: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#customer-input-modal .customer-modal-article textarea {
  width: 78%;
  margin: 0 10%;
  padding: 1%;
  border: 1px solid #999;
  background-color: #F3F3F3;
  color: black;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#customer-input-modal .customer-modal-article ul.check-link-list {
  text-align: center;
  width: 96%;
  margin: 0 0 20px;
  padding: 0;
}
#customer-input-modal .customer-modal-article ul.check-link-list li {
  display: inline-block;
}
#customer-input-modal .customer-modal-article ul.check-link-list li .site-white-btn:hover {
  opacity: 1;
  background: transparent;
  text-decoration: underline;
}
#customer-input-modal .customer-modal-article dd.checkbox {
  text-align: center;
}
#customer-input-modal .customer-modal-article dd.checkbox input.checkbox:focus {
  -webkit-box-shadow: none !important;
}
#customer-input-modal .customer-modal-article dd.checkbox label {
  display: inline;
  font-size: 18px;
  font-weight: normal;
}
#customer-input-modal .customer-modal-article dd.checkbox div.aster {
  margin: 0 auto;
  max-width: 470px;
}
#customer-input-modal .customer-modal-article dd.checkbox div.aster ul.aster {
  text-align: left;
  font-size: 12px;
  list-style-type: none;
  margin-left: 2em;
}
#customer-input-modal .customer-modal-article dd.checkbox div.aster ul.aster li {
  margin: 0;
}
#customer-input-modal .customer-modal-article dd.checkbox div.aster ul.aster li:before {
  content: "※";
  margin-left: -1em;
}
#customer-input-modal .customer-modal-article .action-btns {
  width: 78%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  display: flex;
}
#customer-input-modal .customer-modal-article .action-btns .close-btn {
  width: 236px;
  padding: 16px 40px;
  margin-right: 10px;
}
#customer-input-modal .customer-modal-article .action-btns .submit-btn {
  padding: 16px 74px;
  margin-left: 10px;
}
#customer-input-modal .customer-modal-article .site-red-btn {
  margin: 0 auto;
}
#customer-input-modal .customer-modal-article .valid-txt-01 {
  margin-left: 5px;
}
#customer-input-modal .customer-modal-article .valid-txt-02 {
  margin-left: 12px;
}
#customer-input-modal .customer-modal-article .valid-txt-01 {
  padding: 5px 4px;
  vertical-align: middle;
  display: inline-block;
}
#customer-input-modal .customer-modal-article .select-list .valid-txt-01 {
  margin-top: 5px;
}
#customer-input-modal .cp_ipselect2 {
  overflow: hidden;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#customer-input-modal .cp_ipselect2 select {
  width: 99%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #999;
  outline: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
#customer-input-modal .cp_ipselect2 select::-ms-expand {
  display: none;
}
#customer-input-modal .cp_ipselect2.cp_sl02 {
  position: relative;
}
#customer-input-modal .cp_ipselect2.cp_sl02::before {
  position: absolute;
  top: 40%;
  right: 1em;
  pointer-events: none;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#customer-input-modal .cp_ipselect2.cp_sl02:after {
  position: absolute;
  height: 28px;
  top: 5px;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 2px solid #DEDEDE;
}
#customer-input-modal .cp_ipselect2.cp_sl02 select {
  padding: 8px 38px 8px 8px;
  color: black;
  background: #F3F3F3;
}
#customer-input-modal .payment-online-expire {
  width: 24.5%;
}
#customer-input-modal .btn-style {
  border: none;
}
#customer-input-modal span.valid-txt-01 {
  display: inline-block;
  background: #F00;
  font-size: 12px;
  color: #FFF;
  margin: 0 0 0 5px;
  padding: 6px 3px;
}
#customer-input-modal span.valid-txt-01::before {
  content: "必須";
}
#customer-input-modal span.valid-txt-02 {
  display: inline;
  padding-left: 24px;
  position: relative;
  margin: 0 0 0 6px;
}
#customer-input-modal span.valid-txt-02:before, #customer-input-modal span.valid-txt-02:after {
  content: "";
  display: block;
  position: absolute;
}
#customer-input-modal span.valid-txt-02:before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #999;
  border: 1px solid #999;
  left: 0;
  top: -2px;
}
#customer-input-modal span.valid-txt-02:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  left: 6px;
  top: 5px;
}
#customer-input-modal .info-reception {
  text-align: center;
  margin: 0 0 30px 0;
}
#customer-input-modal .info-reception input.radio:focus {
  -webkit-box-shadow: none !important;
}
#customer-input-modal .info-reception .select-list .invalid-message {
  margin-left: 0;
}
#customer-input-modal .info-reception label {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
}
#customer-input-modal .simpleEstimation {
  display: contents;
  font-size: 1em;
  font-weight: 100;
  margin-bottom: 0;
}

#customer-input-modal .customer-input-notion {
  text-align: center;
}
#customer-input-modal .customer-input-notion.card {
  font-size: 10px;
}
#customer-input-modal .sp-only {
  display: none;
}
#customer-input-modal #bridgestoneCarLifeSupportMessage #modal-bridgestone-car-life-support-message {
  border: 1px solid #999;
  margin: 30px auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #customer-input-modal #bridgestoneCarLifeSupportMessage #modal-bridgestone-car-life-support-message {
    margin: 30px auto 10px auto;
    width: 97%;
  }
}
#customer-input-modal #bridgestoneCarLifeSupportMessage #modal-bridgestone-car-life-support-message .bridgestone-car-life-support-message {
  font-size: 18px;
  margin: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #customer-input-modal #bridgestoneCarLifeSupportMessage #modal-bridgestone-car-life-support-message .bridgestone-car-life-support-message {
    font-size: 14px;
  }
}
#customer-input-modal #bridgestoneCarLifeSupportMessage #modal-bridgestone-car-life-support-message .bridgestone-car-life-support-message .bridgestone-car-life-support-title {
  font-weight: bold;
  display: block;
}
#customer-input-modal #bridgestoneCarLifeSupportMessage .batsu-bridgestone-car-life-support-message {
  top: 10px;
  right: 10px;
  background: transparent;
  color: #333;
  width: 42px;
  position: absolute;
  font-size: 25px;
}

@media (max-width: 481px) {
  #customer-input-modal .customer-input-notion.card {
    padding: 0 0 0 10px;
  }
  #customer-input-modal .select-list .invalid-message {
    margin-left: 0;
  }
  #customer-input-modal .cp_ipselect2 {
    width: 86%;
  }
  #customer-input-modal .inquiry-input .cp_ipselect2 {
    width: 85%;
  }
  #customer-input-modal .customer-modal-article label.input-title {
    width: 100%;
    text-align: left;
    display: block;
  }
  #customer-input-modal .customer-modal-article input[type=text] {
    width: 83%;
  }
  #customer-input-modal .customer-modal-article textarea {
    width: 86%;
    margin: 0 5%;
  }
  #customer-input-modal .customer-modal-article ul.check-link-list {
    width: 92%;
    margin: 0 0 20px;
  }
  #customer-input-modal .customer-modal-article ul.check-link-list li {
    margin: 0 0 0 5px;
  }
  #customer-input-modal .customer-modal-article .site-red-btn {
    font-size: 14px;
    width: 88%;
    padding: 15px 0px 13px 5px;
    border: none;
  }
  #customer-input-modal .modal-header .modal-title {
    font-size: 20px;
    padding: 10px 0 0 0;
  }
  #customer-input-modal .modal-container .batsu {
    top: 5px !important;
    right: 5px !important;
  }
  #customer-input-modal .payment-online-expire {
    width: 41%;
  }
  #customer-input-modal .pc-only {
    display: none;
  }
  #customer-input-modal .sp-only {
    display: inline;
  }
}
@media screen and (max-width: 481px) {
  #customer-input-modal span.valid-txt-02 {
    padding-left: 24px;
    vertical-align: top;
    display: inline-block;
    margin: 10px 0 0 8px;
  }
}
@media screen and (min-width: 481px) {
  .reserve-candidates-box {
    clear: both;
    overflow: hidden;
    margin: 10px 0 20px 0;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 {
    font-size: 23px;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 dt {
    width: 100%;
    float: none;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 dd {
    margin: 0;
    padding: 0;
    float: none;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 ul {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 li.reserve-candidate-label {
    text-align: right;
    width: 33%;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 li.reserve-candidate-value {
    text-align: left;
    width: 66%;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box .reserve-candidate-txt-01 {
    font-size: 22px;
    margin: 0;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box .reserved-store-visited {
    border-radius: 2px;
    background-color: #999;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 10px;
  }
  .reserve-candidates-box p.reserve-candidate-txt-02 {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }
  .reserve-candidates-box .hide {
    display: none !important;
  }
  .reserve-candidates-box .notOverflow {
    word-break: break-all;
  }
}
@media screen and (max-width: 481px) {
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 {
    font-size: 15px;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 dt {
    float: none;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 dd {
    margin: 5% 0 0;
    padding: 0 0 0 12%;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 ul {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: left;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 li.reserve-candidate-label {
    text-align: left;
    width: auto;
  }
  .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 li.reserve-candidate-value {
    text-align: left;
    width: auto;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box .reserve-candidate-txt-01 {
    font-size: 13px;
    margin: 0 0 10px 0;
  }
  .reserve-candidates-box .notOverflow {
    word-break: break-all;
  }
  p.reserve-candidate-txt-02 {
    font-size: 12px;
    margin: 0;
    text-align: center;
  }
  .reserved-store-visited {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #999;
    color: #ffffff;
    padding: 5px 10px;
  }
  .hide {
    display: none !important;
  }
  #reserve-info-1 .reserve-candidates-box div#reserve-tentatively-candidate-date-box .reserve-candidate-txt-01 dd {
    padding: 0 0 0 0;
  }
}
.reserve-desc-box {
  margin: 0 0 40px 0;
  clear: both;
  overflow: hidden;
}
.reserve-desc-box p {
  color: #000;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0;
}
.reserve-desc-box .reserve-txt-01 {
  font-size: 28px;
}
.reserve-desc-box .question-text {
  font-size: 23px;
}
.reserve-desc-box .reserve-txt-02 {
  font-size: 16px;
}
.reserve-desc-box .reserve-txt-02.red-text {
  color: #FF0000;
}
.reserve-desc-box .reserve-txt-03 {
  font-size: 16px;
  padding: 0;
}
.reserve-desc-box .reserve-txt-03.red-text {
  color: #FF0000;
}
.reserve-desc-box .reserve-txt-confirm-title {
  font-size: 28px;
  color: red;
}
.reserve-desc-box .confirm-error {
  text-align: center;
  color: red;
}
.reserve-desc-box .text-is-online {
  font-size: 22px;
}
.reserve-desc-box div.text-is-online {
  margin: 10px auto;
}
.reserve-desc-box div.text-is-online p.text-is-online {
  margin: 0 auto;
  line-height: 1em;
}

.reserve-box .reserve-box-inner {
  margin: 0 0px 30px 0px;
}
.reserve-box .reserve-box-inner pre {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", serif;
  white-space: pre-wrap;
}
.reserve-box ul.reseve-store-btn {
  margin: 0 20px;
}
.reserve-box ul.reseve-store-btn li {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.reserve-box .reseve-datetime-message {
  margin: 0 20px 20px;
}
.reserve-box ul.reseve-datetime-btn {
  margin: 0 20px 20px;
}
.reserve-box ul.reseve-datetime-btn li {
  width: 100%;
  display: flex;
}
.reserve-box ul.reseve-datetime-btn li #rsvDateChangeBtn {
  cursor: pointer;
}
.reserve-box .site-black-btn {
  font-size: 18px;
  padding: 17px 32px 16px 32px;
}
a:hover .reserve-box .site-black-btn {
  background: #666666;
}
.reserve-box .site-black-btn:after {
  display: none;
}

.reserve-regist-box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 40px auto 20px auto;
  padding: 60px 0 0 0;
  text-align: center;
}
.reserve-regist-box p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 0 0 30px 0;
  margin: auto;
  text-align: left;
  width: 85%;
}
.reserve-regist-box .reserve-text-agree-note {
  color: black;
  width: 100%;
  font-weight: bold;
}
.reserve-regist-box .action-buttons {
  width: 80%;
  padding: 0 10%;
  clear: both;
  overflow: hidden;
}
.reserve-regist-box .site-black-btn {
  font-size: 18px;
  margin: 0 15px;
  padding: 17px 32px 16px 32px;
  width: 30%;
}
a:hover .reserve-regist-box .site-black-btn {
  background: #666666;
}
.reserve-regist-box .site-black-btn:after {
  display: none;
}
.reserve-regist-box li {
  display: inline;
}
.reserve-regist-box .site-red-btn.site-top-btn {
  display: inline-block;
  background: #000;
  color: #FFF;
}
.reserve-regist-box .site-red-btn.site-top-btn::before {
  border-right: solid 2px #FF0000;
  border-bottom: solid 2px #FF0000;
}
.reserve-regist-box .site-red-btn.site-top-btn:hover {
  background: #666666;
}
.reserve-regist-box .yoyaku-banner img.pc {
  width: 100%;
  display: block;
}
.reserve-regist-box .yoyaku-banner img.sp {
  width: 100%;
  display: none;
}
.reserve-regist-box #rsvDateCancelBtn {
  cursor: pointer;
}
.reserve-regist-box .question-annotation {
  padding: 0 0 0 0;
}

.confirm-agree-box {
  padding: 0 0 0 0;
}

.customer-question {
  padding: 0 0 20px 0;
}
.customer-question .question {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.customer-question span.title-pc {
  display: unset;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  width: 30%;
  text-align: right;
}
.customer-question span.title-sp {
  display: none;
}
.customer-question input[type=text] {
  width: 49.5%;
  height: 60px;
  border: 1px solid #999;
  background: #F3F3F3;
  color: black;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.customer-question .select-attr-question {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
}
.customer-question .select-attr-question::before {
  position: absolute;
  top: 40%;
  right: 1.3em;
  pointer-events: none;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customer-question .select-attr-question:after {
  position: absolute;
  height: 28px;
  top: 3px;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 2px solid #DEDEDE;
}
.customer-question .select-attr-question select {
  color: black;
  background: #F3F3F3;
  width: 99%;
  padding-right: 4em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
.customer-question .select-attr-question select::-ms-expand {
  display: none;
}
.customer-question textarea {
  width: 47.5%;
  padding: 1%;
  border: 1px solid #999;
  background-color: #F3F3F3;
  border-radius: 0 !important;
  -webkit-appearance: none;
}

@media (max-width: 767px) {
  .reserve-box ul.reseve-store-btn {
    margin: 0 10px 10px;
  }
  .reserve-box ul.reseve-store-btn li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .reserve-box ul.reseve-datetime-btn {
    margin: 0 10px 30px 10px;
  }
  .reserve-box ul.reseve-datetime-btn li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .reserve-regist-box .site-black-btn {
    margin: 7px 15px;
    width: 60%;
  }
  .reserve-regist-box .action-buttons {
    width: 100%;
    padding: 0;
  }
  .reserve-regist-box .yoyaku-banner img.pc {
    display: none;
  }
  .reserve-regist-box .yoyaku-banner img.sp {
    display: block;
  }
  .reserve-regist-box .bflex-column {
    width: 85%;
  }
  .reserve-regist-box .question-annotation {
    font-size: 12px;
    display: block;
    margin: 0;
  }
  .reserve-desc-box .question-text {
    font-size: 17px;
    width: 100%;
  }
  .customer-question .question {
    margin-top: 0;
  }
  .customer-question span.title-pc {
    display: none;
  }
  .customer-question span.title-sp {
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: left;
  }
  .customer-question .select-attr-question {
    width: 100%;
  }
  .customer-question textarea {
    width: 100%;
  }
}
#consultation .image-bloc .on-pc {
  max-width: 100%;
}
#consultation .image-bloc .on-sp {
  display: block;
  margin: auto;
}
#consultation .the-last-link-02 {
  padding-top: 20px;
}
#consultation .the-last-link-02 .bloc-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#consultation .the-last-link-02 .bloc-container .block-two {
  width: 38%;
  padding: 0 1%;
  clear: both;
  text-align: center;
}
#consultation .the-last-link-02 .bloc-container .block-two .site-red-btn {
  margin: 0 auto;
  line-height: 1em;
}
#consultation .footer-float-nav.absoluted {
  bottom: -90px;
}
#consultation .footer-float-nav .right-link.alone {
  max-width: none;
}
#consultation .footer-float-nav .right-link.alone .bloc-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#consultation .footer-float-nav .right-link.alone .bloc-container .block-two {
  width: 38%;
  padding: 0 1%;
  clear: both;
  text-align: center;
}
#consultation .footer-float-nav .right-link.alone .bloc-container .block-two .site-red-btn {
  margin: 0 auto;
  line-height: 1em;
}
#consultation .top-service-box {
  margin-bottom: 30px;
}
#consultation .head-desc-02 {
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 16px 10% 30px;
  display: block;
}
#consultation .icon-bloc .bloc-container {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#consultation .icon-bloc .bloc-container .block-two {
  width: 38%;
  padding: 0 1%;
  clear: both;
  text-align: center;
}
#consultation .icon-bloc .bloc-container .block-two figure {
  margin: 0;
}
#consultation .icon-bloc .bloc-container .block-two figure.ico-figure-01 {
  padding: 17px 0;
}
#consultation .icon-bloc .bloc-container .block-two figure.ico-figure-02 {
  padding: 0;
}
#consultation .icon-bloc .bloc-container .block-two dl dt {
  float: none;
  min-width: 100%;
  margin: 0;
  font-size: 18px;
}
#consultation .icon-bloc .bloc-container .block-two dl dd {
  font-size: 12px;
  text-align: left;
}
#consultation .message-time-required {
  font-size: 12px;
  text-align: center;
}
#consultation .message-checked {
  text-align: center;
}
#consultation .flex-container {
  text-align: center;
}
#consultation .flex-container label {
  text-align: center;
}
#consultation .flex-container input[type=radio] {
  -webkit-box-shadow: none !important;
}
#consultation .flex-container .flex-left {
  width: 50%;
}
#consultation .flex-container .flex-right {
  width: 50%;
}
#consultation .message_only_consultation {
  font-size: 12px;
  width: 75%;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
#consultation #consultationContentInput {
  max-width: 630px;
}
#consultation #consultationContentInput.modal .content-article {
  max-height: calc(100vh - 140px - 65px);
}
#consultation #consultationContentInput .content-article.store-modal-article {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
#consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner {
  width: 400px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner .message_only_consultation {
  width: 90%;
  padding-bottom: 20px;
}
#consultation #consultationContentInput .content-article.store-modal-article ul {
  margin: 0 auto 30px;
  padding: 0 18%;
}
#consultation #consultationContentInput .content-article.store-modal-article ul li {
  margin: 0 0 15px 0;
}
#consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner label.textarea-title {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  text-align: center;
  padding: 0 0 20px 0;
}
#consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner textarea {
  width: 95%;
  padding: 2%;
  margin: 0 0 50px 0;
  border: 1px solid #999;
  color: black;
  background: #F3F3F3;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner .end-button {
  margin: 0 auto;
}
#consultation #consultationContentInput .content-article.store-modal-article .checkbox01-input {
  display: none;
}
#consultation #consultationContentInput .content-article.store-modal-article .checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 3px;
  width: 8px;
  height: 11px;
  transform: rotate(40deg);
  border: 2px solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#consultation #consultationContentInput .content-article.store-modal-article .checkbox01-input:disabled + .checkbox01-parts {
  display: none;
}
#consultation #consultationContentInput .content-article.store-modal-article .checkbox01-parts {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}
#consultation #consultationContentInput .content-article.store-modal-article .checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-color: #333;
  background-color: #FFF;
}
#consultation #consultationContentInput .content-article.store-modal-article .site-red-btn {
  width: 58%;
}
#consultation #consultationContentInput .modal-header {
  border-bottom: 2px solid #CCC;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
#consultation #consultationContentInput .modal-header .modal-title {
  font-size: 28px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#consultation #consultationContentInput .btn-style {
  border: none;
}
#consultation #consultationContentInput .site-red-btn {
  cursor: pointer;
}
#consultation #consultationContentInput .content-input-error {
  text-align: center;
  padding-top: 7px;
  color: #F00;
  display: none;
}
#consultation #consultationContentInput li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  #consultation #consultationContentInput .modal-header .modal-title {
    font-size: 20px;
    padding: 10px 0 0 0;
  }
  #consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner {
    width: 96%;
    padding: 0 2%;
  }
  #consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner ul {
    padding: 0 2%;
  }
  #consultation #consultationContentInput .content-article.store-modal-article .site-red-btn {
    width: 67%;
  }
  #consultation .the-last-link-02 .bloc-container {
    flex-direction: column;
  }
  #consultation .the-last-link-02 .bloc-container .block-two {
    width: 90%;
    padding-bottom: 10px;
  }
  #consultation .footer-float-nav {
    height: 70px;
  }
  #consultation .footer-float-nav .right-link.alone .bloc-container {
    flex-direction: column;
  }
  #consultation .footer-float-nav .right-link.alone .bloc-container .block-two {
    width: 90%;
    padding-bottom: 10px;
  }
  #consultation .footer-float-nav .right-link.alone .bloc-container .block-two .site-red-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  #consultation #consultationContentInput .content-article.store-modal-article .site-red-btn {
    width: 77%;
  }
}
#bpit .contents-wrapper-narrow {
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
#bpit .header-img-container {
  position: relative;
  margin-bottom: -5px;
}
#bpit .head-img {
  width: 100%;
}
#bpit .head-desc {
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 16px 10% 30px;
  display: block;
}
#bpit .merit-box {
  margin: auto;
  width: 85%;
}
#bpit .merit-box .flex-column {
  text-align: left;
  width: 50%;
  padding-bottom: 0;
  margin-bottom: 30px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
}
#bpit .merit-box .merit-txt {
  display: block;
  margin: 0;
  padding: 10px;
  background-color: #efefef;
  height: 60px;
}
#bpit .merit-box .merit-title {
  font-size: 20px;
  height: 50px;
  background: #000000;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
#bpit .merit-box .merit-title-label {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#bpit .howtouse {
  text-align: center;
}
#bpit .howtouse img.on-pc {
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 80%;
}
#bpit .footer-float-nav.absoluted {
  bottom: -120px;
}
#bpit .reserve-btn {
  display: inline-block;
  position: relative;
  padding: 9px 60px 9px 60px;
  background-color: #ff0000;
  color: #fff;
  font-size: 26px;
  display: block;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 30px;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: bold;
  min-width: 200px;
}
#bpit .reserve-btn-middle {
  width: 180px;
}
#bpit .reserve-btn-fotter {
  width: 180px;
}
#bpit .btn-head {
  border: 2px solid;
}
#bpit .reserve-btn::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#bpit .reserve-btn:hover {
  color: #fff;
  background-color: #ff6666;
}
#bpit .reserve-container-middle {
  margin-bottom: 50px;
}
#bpit .three-step-txt {
  position: relative;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#bpit .three-step-txt-head {
  position: absolute;
  top: -120%;
  left: 5%;
}
#bpit .reserve-container {
  position: absolute;
  width: 600px;
  top: 96%;
  left: 50%;
  transform: translate(-50%, -97%);
  -webkit-transform: translate(-50%, -97%);
  -ms-transform: translate(-50%, -97%);
}
#bpit .head-title-merit {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
  font-size: 24px;
}
#bpit .customer-container {
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: auto;
}
#bpit .customer-box {
  width: 40%;
}
#bpit .customer-img {
  width: 100%;
}
#bpit .customer-age {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}
#bpit .customer-message {
  text-align: left;
  font-size: 14px;
}
#bpit .available-at-stores-near-you {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#bpit .available-at-stores-near-you .available-at-stores-near-you-child {
  width: 35%;
  margin-bottom: 10px;
  margin-left: 5%;
  padding-left: 10%;
}
#bpit .available-at-stores-near-you .available-at-stores-near-you-child img {
  width: 90%;
}
#bpit .available-at-stores-near-you .available-at-stores-near-you-child p {
  font-size: 30px;
  text-align: left;
}
#bpit .available-at-stores-near-you .available-at-stores-near-you-child-text {
  width: 35%;
  margin-bottom: 10px;
  padding-left: 3%;
}
#bpit .available-at-stores-near-you .available-at-stores-near-you-child-text p {
  font-size: 22px;
  text-align: left;
}
#bpit .available-at-stores-near-you-sp {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#bpit .precautionary {
  font-size: 14px;
}
#bpit .footer-float-nav {
  display: none;
  background-color: #FFF;
}
#bpit .footer-float-nav .right-link.alone {
  max-width: none;
}
#bpit .footer-float-nav .right-link.alone .bloc-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#bpit .footer-float-nav .right-link.alone .bloc-container .block-two {
  width: 38%;
  padding: 0 1%;
  clear: both;
  text-align: center;
}
#bpit .footer-float-nav .right-link.alone .bloc-container .block-two .reserve-btn {
  margin: 0 auto;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #bpit .bpit-content-article-head {
    margin-bottom: 1em;
    margin-top: 2em;
  }
  #bpit .bpit-content-article-head .bpit-head-title {
    padding: 0;
    margin-top: 3%;
    margin-bottom: 20px;
    border-bottom: 4px solid;
    border-image: radial-gradient(#999, white) 1/0 0 4px 0;
    border-image-slice: 1;
    font-size: 24px;
    display: block;
    font-weight: 400;
    text-align: center;
    margin: 0;
  }
  #bpit .last-article {
    margin-bottom: 200px;
  }
  #bpit .merit-img {
    height: 150px;
    object-fit: cover;
  }
  .service_icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .service_icons .service_icon {
    width: 130px;
    margin-bottom: 10px;
    text-align: center;
  }
  .service_icons .service_icon img {
    width: 90%;
  }
  .cockpit-service-merits {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-left: 8%;
  }
  .cockpit-service-merits .cockpit-service-merit {
    width: 26%;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .cockpit-service-merits .cockpit-service-merit .image {
    text-align: center;
  }
  .cockpit-service-merits .cockpit-service-merit .image img {
    height: 80px;
    padding-bottom: 20px;
  }
  .cockpit-service-merits .cockpit-service-merit .title {
    font-weight: bold;
  }
  .check-this-out-for-car-maintenance {
    text-align: center;
    margin-bottom: 40px;
  }
  .check-this-out-for-car-maintenance table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .check-this-out-for-car-maintenance table tr {
    width: 35%;
  }
  .check-this-out-for-car-maintenance table tr th {
    background-color: black;
    text-align: center;
    color: white;
    border-style: solid;
    border-left-color: white;
    border-left-width: 1px;
    border-bottom-color: black;
    border-bottom-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .check-this-out-for-car-maintenance table tr td {
    vertical-align: middle;
    border-style: solid;
    border-collapse: #fff;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
  }
  .check-this-out-for-car-maintenance table tr .gray {
    background-color: #efefef;
  }
  .empty-cell {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #bpit .section-top-div {
    padding-top: 1.5rem;
  }
  #bpit .head-desc {
    text-align: left;
    padding: initial;
  }
  #bpit .footer-float-nav {
    height: 70px;
    background-color: #FFF;
    border: initial;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 20px;
  }
  #bpit .footer-float-nav .right-link.alone .bloc-container {
    flex-direction: column;
  }
  #bpit .footer-float-nav .right-link.alone .bloc-container .block-two {
    width: 90%;
    padding-bottom: 10px;
  }
  #bpit .footer-float-nav .right-link.alone .bloc-container .block-two .reserve-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
  }
  #bpit .three-merit {
    margin-top: 20px;
  }
  #bpit .merit-box {
    width: 100%;
  }
  #bpit .merit-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #efefef;
    margin-bottom: 10px;
  }
  #bpit .merit-row img {
    width: 100%;
  }
  #bpit .merit-image-width {
    width: 45%;
  }
  #bpit .merit-right {
    width: 55%;
    padding-right: 15px;
  }
  #bpit .merit-txt-title {
    font-weight: bold;
    display: block;
    padding: 10px 10px 0px;
    font-size: 15px;
  }
  #bpit .merit-txt {
    font-size: 15px;
  }
  #bpit .merit-img-sp {
    height: 100%;
  }
  #bpit .reserve-btn {
    padding: 2px 32px 2px 32px;
    width: 80%;
  }
  #bpit .reserve-container {
    position: absolute;
    width: 80%;
  }
  #bpit .bpit-content-article-head {
    background: #000000;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #bpit .bpit-content-article-head .bpit-head-title {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
  }
  #bpit .customer-box {
    width: 100%;
  }
  #bpit .reserve-container-middle {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #bpit .three-step-txt-head {
    font-size: 18px;
  }
  #bpit .three-step-txt {
    font-size: 18px;
  }
  #bpit .three-step-txt-head {
    top: -80%;
  }
  #bpit .service_icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  #bpit .service_icons::after {
    content: "";
    display: block;
    width: 50%;
    height: 0;
  }
  #bpit .service_icons .service_icon {
    width: 50%;
    margin-bottom: 10px;
    text-align: center;
  }
  #bpit .service_icons .service_icon img {
    width: 90%;
  }
  #bpit .cockpit-service-merit .image {
    text-align: center;
    margin-top: 20px;
  }
  #bpit .cockpit-service-merit .image img {
    max-width: 25%;
    padding-bottom: 25px;
  }
  #bpit .cockpit-service-merit .title {
    font-weight: bold;
    font-size: 15px;
    margin-left: 25px;
    margin-right: 25px;
  }
  #bpit .cockpit-service-merit .content {
    font-size: 15px;
    margin-left: 25px;
    margin-right: 25px;
  }
  #bpit .check-this-out-for-car-maintenance {
    text-align: center;
    margin-top: 15px;
  }
  #bpit .check-this-out-for-car-maintenance table {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  #bpit .check-this-out-for-car-maintenance table tr {
    width: 48%;
  }
  #bpit .check-this-out-for-car-maintenance table tr th {
    background-color: black;
    text-align: center;
    color: white;
    border-style: solid;
    border-left-color: white;
    border-left-width: 1px;
    border-bottom-color: black;
    border-bottom-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #bpit .check-this-out-for-car-maintenance table tr td {
    vertical-align: middle;
    border-style: solid;
    border-collapse: #fff;
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: bold;
  }
  #bpit .check-this-out-for-car-maintenance table tr .gray {
    background-color: #efefef;
  }
}
#mypage {
  margin-top: 60px;
}
#mypage #mypageSideMenu {
  float: left;
  width: 25%;
  font-size: 18px;
}
#mypage #mypageSideMenu li.mypage-sidemenu-item {
  padding: 10px 20px 10px 18px;
  margin: 0px 25px 30px 5px;
  cursor: pointer;
}
#mypage #mypageSideMenu li.mypage-sidemenu-item:hover {
  background: #F4F4F4;
}
#mypage #mypageSideMenu li.mypage-sidemenu-item.select-gray {
  background: #EDEDED;
}
#mypage #mypageContent {
  float: right;
  width: 70%;
  padding-left: 30px;
  border-left: solid 2px #EDEDED;
  margin-bottom: 65px;
}
#mypage #mypageContent .section-title:before {
  width: 100%;
  border-bottom: 1px dotted #999;
  content: "";
  display: block;
  padding: 5px 0;
}
#mypage #mypageContent .sub-section-title {
  display: block;
  font-size: 18px;
  position: relative;
  line-height: 130%;
  padding: 5px 0 6px 30px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
}
#mypage #mypageContent .mypage-content {
  padding: 5px 0 20px 30px;
}
#mypage #mypageContent .mypage-content .rsv-history-item-frame.hide {
  display: none;
}
#mypage #mypageContent .mypage-content-end {
  float: right;
  padding-right: 40px;
}
#mypage #mypageContent .mypage-content-end a#to-old-rsv-history {
  cursor: pointer;
}
#mypage #mypageContent .mypage-content-end a#to-old-rsv-history:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #404040;
  border-bottom: solid 2px #404040;
  position: relative;
  left: 143px;
  top: 13px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mypage #mypageContent .mypage-content-end a#show-older-rsv-history {
  cursor: pointer;
}
#mypage #mypageContent .mypage-content-end a#show-older-rsv-history:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #404040;
  border-bottom: solid 2px #404040;
  position: relative;
  left: 105px;
  top: 13px;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mypage #mypageContent .no-rsv-history-box {
  text-align: center;
  width: 32%;
  margin: 0 auto;
}
#mypage #mypageContent .no-rsv-history-box .no-rsv-history-message {
  margin-top: 20px;
  margin-bottom: 50px;
}
#mypage #mypageContent .no-rsv-history-box .no-reserve-btn {
  padding: 10px 20px;
}
#mypage #mypageContent .site-red-btn.site-top-btn {
  background: #000;
  color: #FFF;
}
#mypage #mypageContent .site-red-btn.site-top-btn:before {
  border-right: solid 2px #FF0000;
  border-bottom: solid 2px #FF0000;
}
#mypage #mypageContent .site-red-btn.site-top-btn:hover {
  background: #666666;
}

.mypage-description p {
  display: block;
}

.toast-success {
  background-color: #009b40 !important;
  opacity: 0.9 !important;
}

@media screen and (max-width: 960px) {
  #mypage #mypageContent {
    width: 100%;
    border: none;
    padding: 0;
  }
  #mypage #mypageContent .no-rsv-history-box {
    width: 50%;
  }
  #mypage #mypageSideMenu {
    float: none;
    clear: both;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #mypage #mypageSideMenu ul {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  #mypage #mypageSideMenu ul li:first-child {
    border-top: 1px solid #A8A8A8;
  }
  #mypage #mypageSideMenu ul li.mypage-sidemenu-item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #A8A8A8;
    line-height: 40px;
  }
  #mypage #mypageSideMenu ul li.mypage-sidemenu-item:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: solid 2px #404040;
    border-bottom: solid 2px #404040;
    position: relative;
    left: 85%;
    top: 22px;
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .pc-only {
    display: none;
  }
}
.reservation-history-item-box {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.reservation-history-item-box:after {
  width: 100%;
  border-bottom: 1px dotted #999;
  content: "";
  display: block;
  margin-bottom: 18px;
  padding: 70px 0;
}
.reservation-history-item-box .reservation-store-image-box {
  width: 20%;
  float: left;
  position: relative;
}
.reservation-history-item-box .reservation-store-image-box img {
  width: 100%;
}
.reservation-history-item-box .reservation-store-image-box img.gray-out-image {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.reservation-history-item-box .reservation-store-image-box p {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 25px);
  text-align: center;
  color: white;
}
.reservation-history-item-box .reservation-store-info-box {
  float: left;
  padding: 0 8px 0 15px;
  width: 350px;
}
.reservation-history-item-box .reservation-store-info-box dl {
  margin: 0;
}
.reservation-history-item-box .reservation-store-info-box dl dt {
  margin: 0 0 2%;
}
.reservation-history-item-box .reservation-store-info-box dl dd {
  margin: 0 0 2%;
  padding: 0;
}
.reservation-history-item-box .reservation-store-info-box .reservation-items {
  margin: 2% 0 2% 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.reservation-history-item-box .detail-reservation-btn-box {
  float: right;
  margin-right: 10px;
  width: 22%;
}
.reservation-history-item-box .detail-reservation-btn-box button, .reservation-history-item-box .detail-reservation-btn-box .store-tile.selected .select-store-button, .store-tile.selected .reservation-history-item-box .detail-reservation-btn-box .select-store-button {
  padding: 12px 50px;
}
.reservation-history-item-box .detail-reservation-btn-box a {
  padding: 12px 50px;
  width: 25%;
}

@media screen and (max-width: 960px) {
  .reservation-history-item-box:after {
    padding: 110px 0;
  }
  .reservation-history-item-box .reservation-store-info-box {
    width: 65%;
    padding: 0 0 0 15px;
    max-width: none;
  }
  .reservation-history-item-box .reservation-store-image-box {
    width: 24%;
  }
  .reservation-history-item-box .detail-reservation-btn-box {
    width: 75%;
  }
  .reservation-history-item-box .detail-reservation-btn-box button, .reservation-history-item-box .detail-reservation-btn-box .store-tile.selected .select-store-button, .store-tile.selected .reservation-history-item-box .detail-reservation-btn-box .select-store-button {
    padding: 10px 40%;
  }
  .reservation-history-item-box .detail-reservation-btn-box a {
    padding: 10px 35%;
    text-align: center;
  }
}
#authLoginMark-pc {
  position: absolute;
  right: 10em;
  top: 0.5em;
  padding-right: 25px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
}
#authLoginMark-pc span {
  display: block;
  color: #cccccc;
  margin: 0 0 0 3px;
}
#authLoginMark-pc .login-logo {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  #authLoginMark-pc {
    position: absolute;
    top: 7px;
    right: 0;
  }
  #authLoginMark-pc span {
    display: none;
  }
}
#authLoginMark-sp {
  margin: 15px 20px;
  cursor: pointer;
}
#authLoginMark-sp img.login-logo {
  float: left;
}
#authLoginMark-sp span {
  color: #cccccc;
  font-size: 15px;
  line-height: 30px;
  margin: 5px;
}

@media screen and (min-width: 768px) {
  #authLoginMark-sp {
    display: none;
  }
}
#loginSelection {
  max-width: 630px;
}
#loginSelection .on-sp {
  display: none;
}
#loginSelection .content-article {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
#loginSelection .content-article .modal-contents-inner {
  width: 420px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#loginSelection .content-article .modal-contents-inner .login-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#loginSelection .content-article .modal-contents-inner .login-action div {
  padding: 3px;
  width: 45%;
}
#loginSelection .content-article .modal-contents-inner .login-action div label {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  text-align: left;
  padding: 0;
  margin: 25px 2px 25px 0px;
}
#loginSelection .content-article .modal-contents-inner .login-action div .modal-button {
  margin: 0 auto;
}
#loginSelection .content-article .modal-contents-inner .login-action div .site-red-btn-login {
  width: 98%;
  transition: background-color 0.2s;
  display: inline-block;
  position: relative;
  padding: 17px 12px 16px 12px;
  background-color: #ff0000;
  color: #fff;
  font-size: 18px;
  display: block;
  border: none;
  cursor: pointer;
}
#loginSelection .content-article .modal-contents-inner .login-explanation {
  margin: 10px auto;
}
#loginSelection .content-article .modal-contents-inner .login-explanation label {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: left;
  padding: 0;
  margin: 10px;
}
#loginSelection .content-article .modal-contents-inner .login-explanation-radius {
  border: 1px solid gray;
  border-radius: 10px;
  width: 99%;
  display: inline-block;
  margin: 10px auto;
}
#loginSelection .content-article .modal-contents-inner .login-explanation-radius label {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: left;
  padding: 0;
  margin: 10px;
}
#loginSelection .content-article .modal-contents-inner .login-explanation-radius ul {
  margin: 0 3px;
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
#loginSelection .content-article .modal-contents-inner .login-explanation-radius ul li {
  padding: 3px 0;
  font-size: 14px;
  font-weight: normal;
}
#loginSelection .content-article .modal-contents-inner .login-explanation-radius ul li:last-child {
  padding: 3px 0 13px;
}
#loginSelection .content-article .modal-contents-inner .modal-button {
  margin: 20px auto;
}
#loginSelection .modal-header {
  border-bottom: 2px solid #ccc;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
#loginSelection .modal-header .modal-title {
  font-size: 24px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#loginSelection .btn-style {
  border: none;
}

@media screen and (max-width: 767px) {
  #loginSelection .on-sp {
    display: block;
  }
  #loginSelection .modal-container {
    padding: 15px 0 0;
  }
  #loginSelection .modal-header {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
  }
  #loginSelection .modal-header .modal-title {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
  #loginSelection .content-article .modal-contents-inner {
    width: 96%;
    padding: 0 2%;
  }
  #loginSelection .content-article .modal-contents-inner .login-action div {
    padding: 1px;
    width: 49%;
  }
  #loginSelection .content-article .modal-contents-inner .login-action div label {
    font-size: 16px;
  }
  #loginSelection .content-article .site-red-btn-login {
    width: 67%;
  }
}
@media screen and (max-width: 320px) {
  #loginSelection .content-article.store-modal-article .site-red-btn-login {
    width: 77%;
  }
}
.pt_logout h1 {
  text-align: center;
}
.pt_logout .logout-page-message .menu-links {
  margin-top: 20px;
}
.pt_logout .logout-page-message .menu-links ul {
  margin-left: 2em;
  list-style: none;
  font-size: 1.2rem;
}
.pt_logout .logout-page-message .menu-links ul ul {
  font-size: 0.9rem;
}
.pt_logout .logout-page-message .menu-links ul.menu_top_level > li {
  margin: 10px 0;
}
.pt_logout .logout-page-message a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: relative;
  right: 13px;
  top: 13px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}

#reservationDetailModal #rsvDateChangeModal, #reservationDetailModal #rsvDateCancelModal {
  max-width: 630px;
}
#reservationDetailModal .rsv-detail-modal-footer {
  margin-top: 30px;
}
#reservationDetailModal .change-modal-article {
  padding-left: 0;
  padding-right: 0;
}
#reservationDetailModal .rsv-detail-error-msg {
  color: #ff0000;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
#reservationDetailModal .rsv-detail-complete-header {
  font-size: 25px;
  margin: 50px 0 10px;
}
#reservationDetailModal .rsv-detail-complete-msg1 li, #reservationDetailModal .rsv-detail-complete-msg2 li {
  display: inline;
}
#reservationDetailModal .rsv-detail-complete-msg2 {
  font-size: 18px;
}
#reservationDetailModal .rsv-detail-complete-msg3 {
  margin: 25px 0 30px;
}
#reservationDetailModal .close-btn {
  padding: 10px 65px;
}
#reservationDetailModal #rsvDateChangeModal .modal-header {
  overflow: hidden;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #ccc;
}
#reservationDetailModal #rsvDateChangeModal .modal-header .modal-title {
  margin: 0;
}
#reservationDetailModal #rsvDateChangeModal .rsv-detail-modal-header {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  clear: both;
}
#reservationDetailModal #rsvDateChangeModal .rsv-detail-modal-header.complete {
  border-bottom: 2px solid #CCC;
}
#reservationDetailModal #rsvDateChangeModal .rsv-date-change-confirm-box-inner {
  height: 370px;
  background: #EAEAEA;
  position: relative;
}
#reservationDetailModal #rsvDateChangeModal .rsv-date-change-complete-box-inner {
  text-align: center;
}
#reservationDetailModal #rsvDateChangeModal .change-date-description {
  padding: 15% 0 10% 0;
  text-align: center;
  font-size: 17px;
}
#reservationDetailModal #rsvDateChangeModal .change-date-submit-btn-area {
  cursor: pointer;
  width: 43%;
  text-align: center;
  margin: 0 auto;
}
#reservationDetailModal #rsvDateChangeModal .change-rsv-time-other {
  cursor: pointer;
  margin-top: 15%;
}
#reservationDetailModal #rsvDateChangeModal .change-rsv-time-other .list-cal-other {
  margin-left: 30px;
}
#reservationDetailModal #rsvDateChangeModal .change-rsv-time-other .list-cal-other span {
  position: absolute;
  left: 30px;
  bottom: 0;
}
#reservationDetailModal #rsvDateChangeModal .change-rsv-time-other .list-cal-other span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 2px #ff0000;
  border-top: solid 2px #ff0000;
  position: absolute;
  left: -10px;
  top: 45%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#reservationDetailModal #rsvDateCancelModal .rsv-detail-modal-header {
  text-align: center;
  font-size: 20px;
  clear: both;
  overflow: hidden;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #CCC;
}
#reservationDetailModal #rsvDateCancelModal #rsvCancelComplete {
  text-align: center;
}
#reservationDetailModal #rsvDateCancelModal .rsv-date-cancel-description {
  margin: 25px 0 25px 40px;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner {
  margin: 0 auto;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner ul {
  padding: 0 10%;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner ul li {
  margin: 0 0 15px 0;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner ul li .reason-checkbox {
  display: none;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner ul li .reason-checkbox-span {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner ul li .reason-checkbox-span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-color: #333;
  background-color: #333;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner ul li .reason-checkbox:checked + .reason-checkbox-span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 3px;
  width: 8px;
  height: 11px;
  transform: rotate(40deg);
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner #cancelReason {
  width: 90%;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner .btn2-area {
  width: 78%;
  overflow: hidden;
  margin: 20px auto 0 auto;
  text-align: center;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner .btn2-area .close-btn {
  display: inline;
  float: left;
}
#reservationDetailModal #rsvDateCancelModal .modal-contents-inner .btn2-area .cancel-btn {
  display: inline;
  float: right;
}

#reservationDetailModal .modal .close-btn {
  background-color: #333;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 17px 32px 16px 32px;
  font-size: 18px;
  display: block;
  border: none;
  cursor: pointer;
  width: 230px;
}
#reservationDetailModal .modal .close-btn::before {
  content: "×";
  color: #ff0000;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 20px;
}
#reservationDetailModal .modal .close-btn:hover {
  background: #666666;
}
#reservationDetailModal .modal .close-btn.btn-center {
  margin: 0 auto 0px auto;
}
#reservationDetailModal .site-red-btn {
  width: 230px;
}
#reservationDetailModal .cancel-btn {
  margin: 0 10px 0 auto;
}

@media (max-width: 767px) {
  #reservationDetailModal #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date {
    font-size: 11px;
  }
  #reservationDetailModal #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-01 {
    font-size: 11px;
  }
  #reservationDetailModal #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-02 {
    font-size: 12px;
  }
  #reservationDetailModal #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-03 {
    font-size: 15px;
  }
  #reservationDetailModal #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-04 {
    font-size: 15px;
  }
  #reservationDetailModal #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li {
    font-size: 11px;
  }
  #reservationDetailModal .rsv-detail-modal-header {
    font-size: 20px !important;
    padding: 10px 0 0 0;
  }
  #reservationDetailModal .rsv-detail-complete-msg2 {
    font-size: 13px;
  }
  #reservationDetailModal .rsv-detail-complete-header {
    font-size: 18px;
  }
  #reservationDetailModal #rsvDateChangeModal .change-modal-article {
    max-height: calc(100vh - 250px);
  }
  #reservationDetailModal #rsvDateChangeModal #reserve-scheduler {
    width: unset;
  }
  #reservationDetailModal #rsvDateChangeModal .change-date-submit-btn-area {
    width: 80%;
  }
  #reservationDetailModal #rsvDateChangeModal .change-date-submit-btn-area .change-date-btn {
    width: 200px;
    padding: 12px 15px 12px 15px;
    margin: 0 auto;
  }
  #reservationDetailModal #rsvDateChangeModal .rsv-date-change-confirm-box-inner {
    height: 250px;
  }
  #reservationDetailModal #rsvDateCancelModal .rsv-date-cancel-description {
    margin: 25px 10px 25px 10px;
  }
  #reservationDetailModal #rsvDateCancelModal .modal-contents-inner ul {
    padding: 0 10px;
  }
  #reservationDetailModal #rsvDateCancelModal .modal-contents-inner .btn2-area .close-btn {
    display: inline;
    float: none;
  }
  #reservationDetailModal #rsvDateCancelModal .modal-contents-inner .btn2-area .cancel-btn {
    display: inline;
    float: none;
    margin: 0 0 10px 0;
  }
}
#bstrModal #bstrAlertModal {
  max-width: 630px;
}
#bstrModal .detail-msg {
  margin: 25px 0 30px;
}
#bstrModal .close-btn {
  padding: 10px 65px;
}
#bstrModal #bstrAlertModal #modalInner {
  text-align: center;
}

#bstrModal .modal .close-btn {
  background-color: #333;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 17px 32px 16px 32px;
  font-size: 18px;
  display: block;
  border: none;
  cursor: pointer;
  width: 230px;
}
#bstrModal .modal .close-btn::before {
  content: "×";
  color: #ff0000;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 20px;
}
#bstrModal .modal .close-btn:hover {
  background: #666666;
}
#bstrModal .modal .close-btn.btn-center {
  margin: 0 auto 0px auto;
}
#bstrModal .cancel-btn {
  margin: 0 10px 0 auto;
}

#consultationContentInput.modal .content-article {
  max-height: calc(100vh - 140px - 65px);
}

.mail_verify {
  text-align: center;
}
.mail_verify .site-black-btn:after {
  display: none;
}
.mail_verify .caution {
  margin: 30px auto;
  min-width: 340px;
  width: 60%;
  border: 1px #333 dashed;
}
.mail_verify .caution div {
  margin: 15px auto;
}
.mail_verify .bounced-mail-message {
  margin: 30px auto;
  min-width: 340px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .mail_verify .bounced-mail-message br {
    display: none;
  }
}
.mail_verify .control_buttons {
  margin: 30px auto;
  width: 260px;
}
.mail_verify .control_buttons button, .mail_verify .control_buttons .store-tile.selected .select-store-button, .store-tile.selected .mail_verify .control_buttons .select-store-button {
  width: 100%;
  margin: 10px;
  display: block;
}
.mail_verify .resend_mail_window {
  display: none;
}

/** jQuery Dialog の中 **/
.mail_verify_dialog .resend_mail_window {
  margin: 0 auto;
}
.mail_verify_dialog .ui-dialog-title {
  font-size: 28px;
  display: block;
  font-weight: 400;
  text-align: center;
}
.mail_verify_dialog .ui-widget-header.ui-dialog-titlebar {
  height: auto;
  background: white;
  margin-bottom: 10px;
}
.mail_verify_dialog article {
  text-align: center;
}
.mail_verify_dialog article button, .mail_verify_dialog article .store-tile.selected .select-store-button, .store-tile.selected .mail_verify_dialog article .select-store-button {
  margin: 1em auto;
}

#paymentMethodSelecting .on-sp {
  display: none;
}
#paymentMethodSelecting .modal-container {
  max-width: 600px;
  margin: 0 auto;
}
#paymentMethodSelecting .modal-container .content-article {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
#paymentMethodSelecting .modal-container .content-article .modal-contents-inner {
  clear: both;
  overflow: hidden;
}
#paymentMethodSelecting .modal-container .content-article .modal-contents-inner .select-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#paymentMethodSelecting .modal-container .content-article .modal-contents-inner .select-action div {
  padding: 3px 10px;
  width: 38%;
}
#paymentMethodSelecting .modal-container .content-article .modal-contents-inner .select-action div .site-red-btn-payment {
  width: 98%;
  transition: background-color 0.2s;
  display: inline-block;
  position: relative;
  padding: 17px 12px 16px 12px;
  background-color: #ff0000;
  color: #fff;
  font-size: 18px;
  display: block;
  border: none;
  cursor: pointer;
}
#paymentMethodSelecting .modal-container .content-article .modal-contents-inner .description {
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
#paymentMethodSelecting .modal-container .content-article .modal-header {
  border-bottom: 2px solid #ccc;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
#paymentMethodSelecting .modal-container .content-article .modal-header .modal-title {
  font-size: 24px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

#modal-bg-payment-select {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 110;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #paymentMethodSelecting .on-sp {
    display: block;
  }
  #paymentMethodSelecting .modal-container {
    padding: 15px 0 0;
  }
  #paymentMethodSelecting .modal-container .content-article .modal-contents-inner {
    width: 96%;
    padding: 0 2%;
  }
  #paymentMethodSelecting .modal-container .content-article .modal-contents-inner .select-action {
    display: block;
  }
  #paymentMethodSelecting .modal-container .content-article .modal-contents-inner .select-action div {
    padding: 10px;
    width: 60%;
    margin: 0 auto;
  }
  #paymentMethodSelecting .modal-container .content-article .modal-header {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
  }
  #paymentMethodSelecting .modal-container .content-article .modal-header .modal-title {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  #paymentMethodSelecting .modal-container .content-article .modal-contents-inner .select-action div {
    width: 77%;
  }
}
.pdp-main .product-side-details {
  margin-top: 5%;
}
.pdp-main .product-side-details .icon-bloc-img {
  width: 40px;
  height: 40px;
}
.pdp-main .product-side-details .icon-ip2-bloc-img {
  width: 50px;
  height: 40px;
}
.pdp-main .product-side-details .icon-bloc-item {
  display: flex;
  margin: 10px 0 0 10px;
  font-size: 12px;
}
.pdp-main .product-side-details .icon-bloc-item p {
  margin: 10px;
}
.pdp-main h1.section-title.product-side-details {
  font-size: 18px;
}
.pdp-main .product-detail-icepartner2, .pdp-main .product-detail-dayton, .pdp-main .product-detail-battery, .pdp-main .product-detail-oil {
  font-size: 12px;
}
.pdp-main .product-detail-links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.pdp-main .product-detail-links ui {
  list-style: none;
}
.pdp-main .product-detail-links ui li {
  font-size: 13px;
  text-align: center;
  width: auto;
  background: #e3e3e3;
  margin: 15px 0 0 0;
  height: auto;
  position: relative;
  padding: 10px 5px 10px 25px;
}
.pdp-main .product-detail-links ui li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pdp-main .product-detail-links ui li:hover {
  opacity: 0.8;
  cursor: pointer;
}
.pdp-main .product-detail-btn {
  float: left;
  height: 38px;
  margin: 20px 0;
}
.pdp-main .product-detail-btn a {
  border: solid 1px #CCCCCC;
}
.pdp-main .product-detail-display-on-sp {
  display: none;
}

#modal14 .modal .close-btn, #modal15 .modal .close-btn {
  background-color: #333;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 17px 32px 16px 32px;
  font-size: 18px;
  display: block;
  border: none;
  cursor: pointer;
  width: 230px;
}
#modal14 .modal .close-btn::before, #modal15 .modal .close-btn::before {
  content: "×";
  color: #ff0000;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 20px;
}
#modal14 .modal .close-btn:hover, #modal15 .modal .close-btn:hover {
  background: #666666;
}
#modal14 .modal .close-btn.btn-center, #modal15 .modal .close-btn.btn-center {
  margin: 0 auto 0px auto;
}
#modal14 .site-red-btn, #modal15 .site-red-btn {
  width: 230px;
}
#modal14 .cancel-btn, #modal15 .cancel-btn {
  margin: 0 10px 0 auto;
}
#modal14 .action-btns .site-red-btn.submit-btn, #modal15 .action-btns .site-red-btn.submit-btn {
  margin: 0 auto;
  padding: 0 40px;
}

#modal14, #modal15 {
  width: 60%;
  margin: auto;
  height: 90%;
}
#modal14 .modal-title, #modal15 .modal-title {
  text-align: center;
}
#modal14 .modal-header, #modal15 .modal-header {
  border-bottom: 2px solid #CCC;
  clear: both;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
#modal14 .center-close-btn, #modal15 .center-close-btn {
  text-align: center;
  padding-bottom: 10px;
}

#modal14 .half-bloc-container .half-bloc {
  display: flex;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
  float: left;
}
#modal14 p {
  font-size: 12px;
}
#modal14 .strong-title {
  display: block;
  font-size: 15px;
  line-height: 140%;
  padding-bottom: 5px;
  margin: 0;
  font-weight: 400;
}
#modal14 .description-list li {
  counter-increment: description-counter;
  padding-bottom: 10px;
}
#modal14 .kome span {
  font-size: 10px;
}

#modal15 .strong-title {
  display: block;
  font-size: 15px;
  line-height: 140%;
  padding-bottom: 5px;
  margin: 0;
  font-weight: 400;
  text-align: center;
}
#modal15 .modal .subtitle {
  text-align: center;
  font-size: 15px;
}
#modal15 .close-btn {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .pdp-main .product-detail-display-on-pc {
    display: none;
  }
  .pdp-main .product-detail-display-on-sp {
    display: block;
  }
  .pdp-main .list-container.clearfix, .pdp-main nav.list-container[role=navigation], .pdp-main .level-2 > ul.list-container, .pdp-main .list-container.category-switch {
    margin-left: 10px;
  }
  .pdp-main .battery-img-bloc img {
    max-width: 90%;
  }
  .pdp-main .product-detail-btn {
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    padding: 6px 0;
    width: 100%;
  }
  .pdp-main .product-detail-btn a {
    width: 80%;
  }
  #modal14 {
    overflow: scroll;
    width: calc(100% - 30px);
    max-height: 100%;
  }
  #modal14 p {
    font-size: 11px;
    margin: 0;
  }
  #modal14 .modal-title {
    text-align: center;
    font-size: 18px;
    padding: 0px 20px;
  }
  #modal14 .half-bloc-container:last-of-type {
    display: flex;
    flex-direction: column;
  }
  #modal14 .half-bloc-container .half-bloc {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    float: none;
  }
  #modal14 .batsu::after {
    right: -7px;
    top: -13px;
  }
  #modal15 {
    overflow: scroll;
    width: calc(100% - 30px);
    max-height: 100%;
  }
  #modal15 .modal-title {
    text-align: center;
    font-size: 18px;
  }
  #modal15 .batsu::after {
    right: -7px;
    top: -13px;
  }
}
.q-icon {
  display: inline-block;
  margin: 0 3px 0 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background: #F00;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  padding: 0 !important;
  line-height: normal !important;
  font-weight: normal !important;
  vertical-align: text-top;
}

input.validation-target::placeholder, input.validation-target::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
input.validation-target:-ms-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1;
}

textarea::placeholder, textarea::-webkit-input-placeholder {
  color: #c4c4c4;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1;
}

.contents-wrapper-wide {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents-wrapper-wide {
    padding: 0;
  }
}

.hide {
  display: none;
}

#purchase-guide .content-article-head, #related-links .content-article-head, #product-search .content-article-head, #car-maintenance .content-article-head {
  padding: 0 0 1% 0;
}
#purchase-guide .content-article-head .head-title, #related-links .content-article-head .head-title, #product-search .content-article-head .head-title, #car-maintenance .content-article-head .head-title {
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #purchase-guide .content-article-head .head-title, #related-links .content-article-head .head-title, #product-search .content-article-head .head-title, #car-maintenance .content-article-head .head-title {
    width: 100%;
    padding-bottom: 5px;
  }
}
#purchase-guide .content-article-head .head-title.linear, #related-links .content-article-head .head-title.linear, #product-search .content-article-head .head-title.linear, #car-maintenance .content-article-head .head-title.linear {
  font-size: 28px;
  border-bottom: solid 2px #999;
}
@media screen and (max-width: 767px) {
  #purchase-guide .content-article-head .head-title.linear, #related-links .content-article-head .head-title.linear, #product-search .content-article-head .head-title.linear, #car-maintenance .content-article-head .head-title.linear {
    font-size: 18px;
  }
}
#purchase-guide .content-article-head .head-title.gradient, #related-links .content-article-head .head-title.gradient, #product-search .content-article-head .head-title.gradient, #car-maintenance .content-article-head .head-title.gradient {
  font-size: 18px;
  margin-top: 3%;
  margin-bottom: 20px;
  border-bottom: 4px solid;
  border-image: radial-gradient(#999, white) 1/0 0 4px 0;
  border-image-slice: 1;
}
@media screen and (max-width: 767px) {
  #purchase-guide .content-article-head .head-title.gradient, #related-links .content-article-head .head-title.gradient, #product-search .content-article-head .head-title.gradient, #car-maintenance .content-article-head .head-title.gradient {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .jump-target {
    position: relative;
    top: -85px;
  }
}

.trans-black-btn {
  font-size: 18px;
  background: #333333;
  color: #fff;
  padding: 10px 20px;
  border: double #333333;
}
.trans-black-btn:hover {
  background: #000000;
}

.trans-red-btn {
  font-size: 18px;
  color: #fff;
  background: #ff0000;
  border: double #ff0000;
}
@media screen and (max-width: 767px) {
  .trans-red-btn {
    width: 100%;
  }
}
.trans-red-btn:hover {
  background: #c10000;
}

.trans-gray-btn {
  font-size: 18px;
  color: #666666;
  background: #CCCCCC;
  border: double #CCCCCC;
}
@media screen and (max-width: 767px) {
  .trans-gray-btn {
    width: 100%;
  }
}
.trans-gray-btn:hover {
  background: #ff0000;
  color: #fff;
  opacity: 0.5;
}

#globalMenu {
  max-width: 1200px;
}
#globalMenu .modal-container {
  background: #333;
  opacity: 0.9;
  max-width: 1200px;
  padding: 100px 30px 0;
  margin: 0 auto;
}
#globalMenu .modal-container .menu-top {
  padding: 10px 0;
  height: 100px;
}
#globalMenu .modal-container .menu-top .flex-container {
  flex-direction: row;
  width: 100%;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column {
  width: 23%;
  height: 50px;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column.under-line {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column.under-line .mini-cart-area {
  display: inline-flex;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column .reserve-tire, #globalMenu .modal-container .menu-top .flex-container .flex-column .reserve-maintenance {
  background: #ededed;
  border: double #333;
  padding: 15px;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column #authLoginMark-pc {
  position: inherit;
  margin: 15px 0 5px 35%;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column #authLoginMark-pc span {
  margin: 0 0 0 10px;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-total {
  margin-top: 15px;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-total img {
  width: 24px;
  height: 20px;
  margin-right: 5px;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-total img.mini-cart-img.sp {
  display: none;
}
#globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-total .mini-cart-link .minicart-quantity {
  position: absolute;
  top: 0;
  left: 40px;
}
#globalMenu .modal-container .menu-top .site-top {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#globalMenu .modal-container .menu-top .site-top a {
  color: #fff;
  width: 90px;
}
#globalMenu .modal-container .menu-top .site-top a span {
  position: relative;
  left: 15px;
}
#globalMenu .modal-container .menu-top .site-top a span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: relative;
  top: 13px;
  right: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}
#globalMenu .modal-container .menu-main {
  margin: 50px 0;
}
#globalMenu .modal-container .menu-main .link-space {
  margin-left: 22px;
}
#globalMenu .modal-container .menu-main .content-asset .footer-main-nav {
  background: #333;
}
#globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper {
  max-width: 100%;
}
#globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-top {
  display: none;
}
#globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column .column-title {
  color: #fff;
}
#globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column span, #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column ul li a {
  color: #fff;
  font-size: 12px;
}
#globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column span.column-title, #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column ul li a.column-title {
  font-size: 14px;
}
#globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column ul li.trans-nagamochi {
  max-width: 195px;
}
#globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column ul li img.trans-icon-white {
  width: 13px;
  height: 13px;
  top: 1px;
  right: 4px;
}
@media screen and (max-width: 767px) {
  #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column ul li img.trans-icon-white {
    width: 12px;
    height: 12px;
  }
}
#globalMenu .modal-container .menu-main .pageTop a {
  display: none;
}
#globalMenu .modal-container .batsu {
  top: -20px !important;
  right: -20px !important;
}
#globalMenu .modal-container .batsu::after {
  background-color: #fff;
}
#globalMenu .batsu {
  top: -20px !important;
  right: -20px !important;
}
#globalMenu .batsu::after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #globalMenu {
    max-height: 95%;
    padding-top: 25px;
    overflow-y: auto;
  }
  #globalMenu .modal-container {
    padding: 10px 5px 0px 5px;
    overflow: hidden;
    max-width: 100%;
  }
  #globalMenu .modal-container .menu-top {
    height: auto;
  }
  #globalMenu .modal-container .menu-top .flex-container {
    flex-direction: column;
    margin: 0;
    align-items: center;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column {
    width: 95%;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column.under-line {
    padding: 10px 0;
    height: 30px;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column #authLoginMark-pc {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column a .reserve-tire, #globalMenu .modal-container .menu-top .flex-container .flex-column a .reserve-maintenance {
    font-size: 14px;
    font-weight: bold;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column span {
    display: initial;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-area {
    width: 200px;
    justify-content: center;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-area img {
    position: relative;
    top: 0;
    left: -12px;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-area .mini-cart-total {
    margin: 0;
    width: 200px;
    display: contents;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-area .mini-cart-total .mini-cart-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-area .mini-cart-total .mini-cart-link.mini-cart-empty {
    width: 100px;
    height: 40px;
  }
  #globalMenu .modal-container .menu-top .flex-container .flex-column .mini-cart-area .mini-cart-total .mini-cart-link .minicart-quantity {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0;
    background-color: #fff;
    color: #333;
  }
  #globalMenu .modal-container .menu-top .site-top {
    padding-bottom: 15px;
    margin: 0 8px;
  }
  #globalMenu .modal-container .menu-top .site-top a span {
    left: 20px;
  }
  #globalMenu .modal-container .menu-main {
    margin: 0;
  }
  #globalMenu .modal-container .menu-main .content-asset .footer-main-nav {
    margin: 0;
  }
  #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column {
    left: 20px;
  }
  #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column span, #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column ul li a {
    font-size: 11px;
  }
  #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column span.column-title, #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column ul li a.column-title {
    font-size: 12px;
  }
  #globalMenu .modal-container .menu-main .content-asset .footer-main-nav .contents-wrapper .flex-container.footer-main .flex-column ul li.trans-nagamochi {
    max-width: auto;
    max-width: initial;
  }
  #globalMenu .modal-container .batsu {
    top: 0 !important;
    right: 0 !important;
  }
  #globalMenu .batsu {
    top: 0 !important;
    right: 0 !important;
  }
}
@media only screen and (max-width: 780px) {
  #home-top .trans-black-btn,
  #home-top .trans-red-btn {
    font-size: 14px;
  }
}
#home-top a img {
  max-width: 100%;
}
#home-top a:hover, #home-top a:active, #home-top a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#home-top .flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0;
}
#home-top .flex-container .flex-column {
  width: 49%;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  #home-top .flex-container .flex-column {
    padding: 0.4rem 0;
  }
}
#home-top .flex-container .flex-column .tile {
  padding: 10px 15px;
}
@media only screen and (max-width: 780px) {
  #home-top .flex-container .flex-column .tile {
    padding: 0px 5px;
  }
}
#home-top .flex-container .flex-column .subtitle span {
  display: inline-block;
}
#home-top .flex-container a .trans-black-btn {
  background: #ff3333;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  #home-top .flex-container a .trans-black-btn {
    width: inherit !important;
  }
}
#home-top .flex-container a:hover .trans-black-btn, #home-top .flex-container a:active .trans-black-btn, #home-top .flex-container a:focus .trans-black-btn {
  background: #ff0000;
}
#home-top .flex-container .explainTxt {
  font-size: 60%;
}
#home-top .flex-container .outerTitleBlock {
  width: 100%;
  margin-bottom: 16px;
  margin: auto;
}
@media only screen and (max-width: 780px) {
  #home-top .flex-container .outerTitleBlock {
    width: 91%;
    margin: 0 auto 16px;
  }
}
#home-top .margin-bottom-3rem {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 780px) {
  #home-top .margin-bottom-3rem {
    margin-bottom: 2rem;
  }
}
#home-top .search-links {
  margin: 1rem;
}
#home-top .search-links a {
  display: block;
}
#home-top .bgA {
  background-image: url("../images/top/bgA.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 25%;
  padding: 2rem 0;
}
@media only screen and (max-width: 780px) {
  #home-top .bgA {
    padding: 1rem 0;
    margin-bottom: 0rem;
    background-position-x: 85%;
  }
}
#home-top .bgA a .trans-black-btn {
  background: #FFF;
  color: #333;
}
#home-top .bgA a:hover .trans-black-btn {
  background: #FFF;
  color: #333;
}
#home-top .bgB {
  background-image: url("../images/bgB.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 20%;
  padding: 2rem 0;
}
@media only screen and (max-width: 780px) {
  #home-top .bgB {
    padding: 1rem 0;
  }
}
#home-top .bgB a .trans-black-btn {
  background: #FFF;
  color: #333;
}
#home-top .bgB a:hover .trans-black-btn {
  background: #FFF;
  color: #333;
}
@media only screen and (max-width: 780px) {
  #home-top .bgB .flex-container .flex-column {
    width: 100%;
  }
}
#home-top .titMid {
  border-bottom: 4px solid;
  border-color: #e3e3e3;
  border-image-slice: 1;
  text-align: left;
  position: relative;
}
#home-top .titMid:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30%;
  background: #E60012;
  height: 4px;
}
#home-top .titMid h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
}
#home-top .titMid h2 br.spBr {
  display: none;
}
@media only screen and (max-width: 780px) {
  #home-top .titMid h2 {
    font-size: 16px;
  }
  #home-top .titMid h2 br.spBr {
    display: block;
  }
}
#home-top .titMidTypeB {
  text-align: left;
  position: relative;
}
#home-top .titMidTypeB:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30%;
  background: #E60012;
  height: 4px;
}
@media only screen and (max-width: 780px) {
  #home-top .titMidTypeB:after {
    width: 40%;
  }
}
#home-top .titMidTypeB h2 {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0.5rem;
  line-height: 135%;
}
@media only screen and (max-width: 780px) {
  #home-top .titMidTypeB h2 {
    padding: 0.75rem 0.5rem;
  }
}
#home-top .titMidTypeB h2 br.spBr {
  display: none;
}
@media only screen and (max-width: 780px) {
  #home-top .titMidTypeB h2 {
    font-size: 18px;
  }
  #home-top .titMidTypeB h2 br.spBr {
    display: block;
  }
}
#home-top .search-links {
  margin: 1rem;
}
#home-top .search-links a {
  display: block;
}
#home-top .div-trans-black-btn, #home-top .div-trans-red-btn {
  margin: 0;
  padding: 0.5rem;
  max-width: 55%;
  text-align: center;
}
#home-top .div-trans-black-btn.btnCenter, #home-top .div-trans-red-btn.btnCenter {
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  #home-top .div-trans-black-btn, #home-top .div-trans-red-btn {
    margin: 0 auto;
    max-width: 80%;
    padding: 0.5rem;
  }
}
#home-top .trans-red-btn {
  padding: 10px 0px;
}
@media screen and (max-width: 767px) {
  #home-top .trans-red-btn {
    font-size: 14px;
  }
}
#home-top .site-head-A h4 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0.5rem;
}
@media only screen and (max-width: 780px) {
  #home-top .site-head-A h4 {
    font-size: 16px;
    padding: 0.5rem 0.25rem;
  }
}
#home-top .site-head-A.smallBloack h4 {
  background: none;
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
}
@media only screen and (max-width: 780px) {
  #home-top .site-head-A.smallBloack h4 {
    font-size: 16px;
  }
}
#home-top .site-head-A .h4Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0.3rem solid #333;
}
#home-top .site-head-A .h4Wrapper h4 {
  padding-right: 0.3rem;
  font-size: 26px;
}
@media only screen and (max-width: 780px) {
  #home-top .site-head-A .h4Wrapper h4 {
    font-size: 18px;
    padding: 0.5rem 0.25rem;
  }
}
#home-top .site-head-A p {
  text-align: left;
  padding: 0 0 2rem;
}
@media only screen and (max-width: 780px) {
  #home-top .site-head-A p {
    padding: 0.5rem 0 1rem;
    margin: 0;
    text-align: left;
  }
  #home-top .site-head-A p.tAc {
    text-align: center;
  }
}
#home-top .singleBox {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 780px) {
  #home-top .singleBox {
    padding: 0.5rem 0.5rem 0;
  }
}
#home-top .bg_gray {
  background-color: rgba(238, 238, 238, 0.9333333333);
  margin: 0 0;
}
#home-top .bg_gray .flex-container .flex-left, #home-top .bg_gray .flex-container .flex-right {
  background-color: #FFF;
}
#home-top .site-head h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 1rem 0 0;
}
@media only screen and (max-width: 780px) {
  #home-top .site-head h4 {
    font-size: 16px;
  }
}
#home-top .site-head p {
  text-align: center;
}
@media only screen and (max-width: 780px) {
  #home-top .site-head p {
    text-align: left;
  }
  #home-top .site-head p.tAc {
    text-align: center;
  }
}
#home-top .div-trans-black-btn, #home-top .div-trans-red-btn {
  margin: 0 0;
  padding: 10px 0;
  max-width: 48%;
  text-align: center;
}
#home-top .div-trans-black-btn.btnCenter, #home-top .div-trans-red-btn.btnCenter {
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  #home-top .div-trans-black-btn, #home-top .div-trans-red-btn {
    margin: 0 auto;
    max-width: 80%;
  }
}
#home-top .banArea {
  width: 100%;
  padding: 1rem 0;
}
@media only screen and (max-width: 780px) {
  #home-top .banArea {
    padding: 0 0 1rem;
  }
}
#home-top .banArea.banAreaMiddle {
  padding: 1rem 0;
}
@media only screen and (max-width: 780px) {
  #home-top .banArea.banAreaMiddle {
    padding: 0;
  }
}
#home-top .banArea ul {
  padding: 0rem 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 780px) {
  #home-top .banArea ul {
    padding: 0rem;
  }
}
#home-top .banArea ul li {
  width: 25%;
  list-style: none;
}
#home-top .banArea ul li a {
  display: block;
  padding: 5px;
}
#home-top .banArea ul li a img {
  max-width: 100%;
  padding: 3px;
  border: 1px solid #242424;
  box-sizing: border-box;
}
#home-top .banArea ul li a:hover, #home-top .banArea ul li a:active, #home-top .banArea ul li a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#home-top .banArea ul li a:hover img, #home-top .banArea ul li a:active img, #home-top .banArea ul li a:focus img {
  border: 1px solid #FFF;
}
#home-top .banArea ul.banArea2Line {
  margin: 0;
}
#home-top .banArea ul.banArea2Line li {
  width: 50%;
  list-style: none;
}
@media only screen and (max-width: 780px) {
  #home-top .banArea ul.banArea2Line li {
    width: 100%;
  }
}
#home-top .banArea ul.banAreaLine {
  margin: 0;
}
#home-top .banArea ul.banAreaLine li {
  width: 100%;
  list-style: none;
}
#home-top .banArea .jcarouselWrapper {
  width: 100%;
  position: relative;
}
#home-top .banArea .jcarouselWrapper .jcarousel {
  position: relative;
  overflow: hidden;
}
#home-top .banArea .jcarouselWrapper .jcarousel ul {
  width: 10000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
#home-top .banArea .jcarouselWrapper .jcarousel ul li {
  /* Required only for block elements like <li>'s */
  float: left;
}
#home-top .banArea .jcarousel-control-prev,
#home-top .banArea .jcarousel-control-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}
#home-top .banArea .jcarousel-control-prev {
  left: -15px;
}
@media only screen and (max-width: 780px) {
  #home-top .banArea .jcarousel-control-prev {
    left: 0px;
  }
}
#home-top .banArea .jcarousel-control-next {
  right: -15px;
}
@media only screen and (max-width: 780px) {
  #home-top .banArea .jcarousel-control-next {
    right: 0px;
  }
}
#home-top .ecTopLinkArea {
  width: 100%;
  padding: 1rem 0;
}
#home-top .padding-bottom-3rem {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 780px) {
  #home-top .padding-bottom-3rem {
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 780px) {
  #home-top .ban_eclinkPC {
    display: none;
  }
}
@media only screen and (min-width: 780px) {
  #home-top .ban_eclinkSP {
    display: none;
  }
}
#home-top #summary .flexblock {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
#home-top #summary .summaryBlock {
  width: 49%;
  display: flex;
}
#home-top #summary .summaryBlock dl {
  background: #FFF;
}
#home-top #summary .summaryArea {
  width: 100%;
  padding: 0 0 2rem;
  margin: 0 auto;
}
#home-top #summary .summaryArea h3 {
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
}
@media only screen and (max-width: 780px) {
  #home-top #summary .summaryArea h3 {
    font-size: 17px;
  }
}
#home-top #summary .summaryArea .flexblock {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
#home-top #summary .summaryArea .flexblock:before {
  content: "";
  display: block;
  order: 1;
}
#home-top #summary .summaryArea .flexblock:after {
  content: "";
  display: block;
}
#home-top #summary .summaryArea .summaryBlock {
  display: flex;
}
@media only screen and (max-width: 480px) {
  #home-top #summary .summaryArea .summaryBlock {
    width: 49%;
  }
}
#home-top #summary .summaryArea .summaryBlock dl {
  cursor: pointer;
  padding: 0.4rem;
  margin: 0;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#home-top #summary .summaryArea .summaryBlock dl dt {
  float: none;
  margin: 0;
  padding: 0;
}
#home-top #summary .summaryArea .summaryBlock dl dt img {
  max-width: 100%;
  height: auto;
}
#home-top #summary .summaryArea .summaryBlock dl dd {
  margin: 0;
  padding: 0.4rem 0;
  float: none;
  line-height: 110%;
}
#home-top #summary .summaryArea .summaryBlock dl dd:last-child {
  text-align: center;
  color: #FFF;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#home-top #summary .summaryArea .summaryBlock dl dd.titleLine {
  line-height: 120%;
  font-weight: bold;
  padding-bottom: 0;
}
#home-top #summary .summaryArea .summaryBlock dl dd.summaryLine {
  padding-bottom: 3.5rem;
}
#home-top #summary .summaryArea .summaryBlock dl dd.tire-kan-name {
  position: absolute;
  font-size: 12px;
  color: #009843;
  font-weight: bold;
  bottom: 1.8rem;
  right: 0.4rem;
}
#home-top #summary .summaryArea .summaryBlock dl dd.tire-kan-name span {
  font-size: 10px;
}
#home-top #summary .summaryArea .summaryBlock dl dd.tire-kan-name span:before {
  content: "　(";
}
#home-top #summary .summaryArea .summaryBlock dl dd.tire-kan-name span:after {
  content: ")";
}
#home-top #summary .summaryArea .summaryBlock dl dd.cp-Blue-name {
  position: absolute;
  text-align: right;
  bottom: 1.8rem;
  font-weight: bold;
  right: 0.4rem;
  font-size: 12px;
  color: #0065b4;
}
#home-top #summary .summaryArea .summaryBlock dl dd.cp-Blue-name span {
  font-size: 10px;
}
#home-top #summary .summaryArea .summaryBlock dl dd.cp-Blue-name span:before {
  content: "(";
}
#home-top #summary .summaryArea .summaryBlock dl dd.cp-Blue-name span:after {
  content: ")";
}
#home-top #summary .summaryArea .summaryBlock dl:hover, #home-top #summary .summaryArea .summaryBlock dl:active, #home-top #summary .summaryArea .summaryBlock dl:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#home-top #summary .summaryBlockmodal {
  max-width: 600px;
  max-height: 600px;
  position: fixed;
  overflow-y: scroll;
}
#home-top #summary .summaryBlockmodal .modal-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  #home-top #summary .summaryBlockmodal .modal-container {
    padding: 30px 0;
  }
}
#home-top #summary .summaryBox {
  margin: auto;
  max-width: 600px;
}
#home-top #summary .summaryBox p {
  padding: 0 1rem 0.5rem;
}
#home-top #summary .summaryBox figure {
  padding: 1rem 1rem 0.5rem;
  text-align: center;
  margin: 0;
}
#home-top #summary .summaryBox figure img {
  max-width: 100%;
  height: auto;
}
#home-top #summary .summaryBox blockquote {
  margin: 30px;
}
@media only screen and (max-width: 780px) {
  #home-top #summary .summaryBox blockquote {
    margin: 10px;
  }
}
#home-top #summary .summaryBox .flexblock {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#home-top #summary .modal-header h3 {
  margin: 0 30px;
  font-size: 24px;
  text-align: left;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 780px) {
  #home-top #summary .modal-header h3 {
    font-size: 18px;
    margin: 0 10px;
  }
}
#home-top #summary .modal-footer ul {
  margin: 30px;
}
@media only screen and (max-width: 780px) {
  #home-top #summary .modal-footer ul {
    margin: 10px;
  }
}
#home-top #summary .modal-footer ul li a {
  color: #333;
  text-decoration: underline;
  word-break: break-all;
}
#home-top #summary .modal-footer ul li a:hover, #home-top #summary .modal-footer ul li a:active, #home-top #summary .modal-footer ul li a:focus {
  text-decoration: none;
  color: black;
}
#home-top #summary .modal-footer ul li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: relative;
  right: 13px;
  top: 13px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home-top .columnArea {
  padding-bottom: 6rem;
}
#home-top .columnBlock {
  width: 33%;
  display: flex;
}
@media only screen and (max-width: 780px) {
  #home-top .columnBlock {
    width: 49%;
    margin-bottom: 1%;
  }
}
#home-top .columnBlock dl {
  background: #FFF;
  cursor: pointer;
  padding: 0.4rem;
  margin: 0;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
#home-top .columnBlock dl dd {
  margin: 0;
  padding: 0.4rem 0;
  float: none;
  line-height: 110%;
}
#home-top .columnBlock dl dd.titleLine {
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 0;
}
#home-top .columnBlock dl dd.summaryLine {
  padding-bottom: 2.5rem;
}
#home-top .columnBlock dl dd:last-child {
  text-align: center;
  color: #fff;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#home-top .flex-container {
  margin-bottom: 48px;
}
#home-top .flex-container .boxTypeB a {
  display: block;
  overflow: visible;
}
#home-top .flex-container .boxTypeB a dl {
  background: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0 0 8px 0 rgba(51, 51, 51, 0.6);
  -moz-box-shadow: 0 0 8px rgba(51, 51, 51, 0.6);
  box-shadow: 0 0 8px 0 rgba(51, 51, 51, 0.6);
}
#home-top .flex-container .boxTypeB a dl dt {
  width: 30%;
}
#home-top .flex-container .boxTypeB a dl dd {
  margin-inline-start: 0px;
  width: 60%;
  text-align: left;
  padding: 0.5rem 1rem;
}
#home-top .flex-container.blockTypeA {
  margin-bottom: 0px;
}

.top-contents {
  margin: 0 auto;
}
.top-contents *, .top-contents *:before, .top-contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-contents ul, .top-contents li, .top-contents dl, .top-contents dt, .top-contents dd, .top-contents ol {
  margin: 0;
  padding: 0;
}
.top-contents .blockTypeA {
  padding-bottom: 1.5rem;
}
.top-contents .blockTypeA .boxTypeA {
  max-width: 100%;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 780px) {
  .top-contents .blockTypeA .boxTypeA {
    padding-bottom: 0.5rem;
  }
}
.top-contents .blockTypeA .boxTypeA a {
  display: block;
  position: relative;
}
.top-contents .blockTypeA .boxTypeA dl {
  border-bottom: 1px #000000 solid;
  padding-bottom: 10px;
}
.top-contents .blockTypeA .boxTypeA dl dt img {
  padding: 10px;
}
.top-contents .blockTypeA .boxTypeA dl dd {
  font-size: 14px;
}
@media only screen and (max-width: 780px) {
  .top-contents .blockTypeA .boxTypeA dl dd {
    font-size: 90%;
  }
}
.top-contents .blockTypeA .boxTypeA dl dd dl {
  border-bottom: none;
  padding-bottom: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
}
.top-contents .blockTypeA .boxTypeA dl dd dl dt {
  font-size: 18px;
  font-weight: bold;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 780px) {
  .top-contents .blockTypeA .boxTypeA dl dd dl dt {
    font-size: 15px;
  }
}
.top-contents .blockTypeA .boxTypeA dl dd dl dd {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 780px) {
  .top-contents .blockTypeA .boxTypeA dl dd dl dd {
    font-size: 12px;
    line-height: 120%;
  }
}
.top-contents .blockTypeA .boxTypeA .ecTagImg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .top-contents .blockTypeA .boxTypeA .ecTagImg {
    max-width: 50px;
  }
}
.top-contents .blockTypeA .boxTypeA .ecTagImg img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
.top-contents .contents-wrapper-wide {
  padding: 3rem 15px;
  max-width: 980px;
}
@media only screen and (max-width: 1280px) {
  .top-contents .contents-wrapper-wide {
    padding: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .top-contents .contents-wrapper-wide {
    padding: 0.5rem 0.5rem 0.25rem;
  }
}
@media only screen and (max-width: 780px) {
  .top-contents .tire-onlineArea {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  .top-contents .contents-wrapper-wide-cover {
    padding: 0.5rem 0 1rem;
  }
}
.top-contents .bgC {
  background-image: url("../images/top/bgC.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 40%;
  padding: 2rem 0;
}
@media only screen and (max-width: 780px) {
  .top-contents .bgC {
    padding: 2rem 0;
    margin-bottom: 0rem;
    background-position-x: 85%;
  }
}
.top-contents .bgC a .trans-black-btn {
  background: #FFF;
  color: #333;
}
.top-contents .bgC a:hover .trans-black-btn {
  background: #FFF;
  color: #333;
}
.top-contents .summary .flexblock {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.top-contents .summary .summaryArea {
  width: 100%;
  padding: 0.5rem 0 0rem;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .top-contents .summary .summaryArea {
    padding: 0.5rem 0 0;
  }
}
.top-contents .summary .summaryBlock {
  width: 24.5%;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .top-contents .summary .summaryBlock {
    width: 49%;
    margin-bottom: 1%;
  }
}
.top-contents .summary .summaryBlock dl {
  background: #FFF;
}
.top-contents .summary .columnBlock {
  width: 33%;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .top-contents .summary .columnBlock {
    width: 49%;
    margin-bottom: 1%;
  }
}
.top-contents .summary .columnBlock dl {
  background: #FFF;
}
.top-contents .summary .summaryBlock-service {
  width: 20%;
  display: flex;
}
@media only screen and (max-width: 780px) {
  .top-contents .summary .summaryBlock-service {
    width: 49%;
    margin-bottom: 1%;
  }
}
.top-contents .summary .summaryBlock-service dl {
  background: #FFF;
  cursor: pointer;
  padding: 0.4rem;
  margin: 0;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.top-contents .summary .summaryBlock-service dl dd {
  margin: 0;
  padding: 0.4rem 0;
  float: none;
  line-height: 110%;
}
.top-contents .summary .summaryBlock-service dl dd.titleLine {
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 0;
}
.top-contents .summary .summaryBlock-service dl dd.summaryLine {
  padding-bottom: 2.5rem;
}
.top-contents .summary .summaryBlock-service dl dd.lastchild {
  text-align: center;
  color: #fff;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top-contents .summary .summaryBlock-servicelink {
  display: flex;
  justify-content: end;
  align-items: end;
}
@media only screen and (max-width: 780px) {
  .top-contents .summary .summaryBlock-servicelink {
    margin: 0 0 0 auto;
  }
}
.top-contents .lead {
  text-align: left;
}
.top-contents .lead p {
  font-size: 16px;
  padding: 0 0.5rem;
  line-height: 175%;
}
@media only screen and (max-width: 780px) {
  .top-contents .lead p {
    padding: 0.75rem 0.25rem;
    font-size: 14px;
    line-height: 175%;
    margin: 0;
  }
}
.top-contents .lead.box60 {
  width: 55%;
}
.top-contents .lead.box60 p {
  color: #FFF;
  line-height: 175%;
}
@media only screen and (max-width: 780px) {
  .top-contents .lead.box60 {
    width: 100%;
    padding: 0.5rem 0;
  }
  .top-contents .lead.box60 p {
    padding: 0.5rem;
  }
}
.top-contents .sp-only {
  display: none;
}
@media only screen and (max-width: 780px) {
  .top-contents .sp-only {
    display: block;
  }
}
.top-contents .flex-container {
  margin-bottom: 0rem;
  padding: 0 0.5rem 0.5rem;
}
@media only screen and (max-width: 780px) {
  .top-contents .flex-container {
    padding: 0 0.25rem 0.5rem;
  }
}
.top-contents .flex-column {
  width: 49%;
}
@media only screen and (max-width: 780px) {
  .top-contents .flex-column {
    width: 49%;
  }
}
.top-contents .flex-container {
  justify-content: space-between;
  margin-bottom: 0rem;
  padding: 0 0.25rem 0.5rem;
}
@media only screen and (max-width: 780px) {
  .top-contents .flex-container {
    padding: 0 0.25rem 0.5rem;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 0px;
  }
}
.top-contents .flex-container.row2OnMobile {
  flex-direction: row;
  margin-bottom: 0rem;
  margin-top: 0rem;
}
@media only screen and (max-width: 780px) {
  .top-contents .flex-container.row2OnMobile {
    flex-direction: row;
    margin-top: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.top-contents .tire-online {
  width: 49%;
}
@media only screen and (max-width: 780px) {
  .top-contents .tire-online {
    width: 49%;
  }
}
.top-contents .middle-banner {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 780px) {
  .top-contents .middle-banner {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  .top-contents .banArea {
    padding: 0 0 1rem;
  }
}
.top-contents .ecTopLinkArea img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.top-contents .ecTopLinkArea a:hover, .top-contents .ecTopLinkArea a:active, .top-contents .ecTopLinkArea a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 780px) {
  .top-contents .ecTopLinkArea {
    padding: 0 0 1rem;
  }
}
.top-contents .serviceboxlink {
  margin: 0;
}
@media only screen and (max-width: 780px) {
  .top-contents .serviceboxlink {
    padding: 0.25rem 0.5rem;
  }
}
.top-contents .serviceboxlink span {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: bold;
}
.top-contents .serviceboxlink span::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.top-contents .service-menuArea {
  padding-bottom: 6rem;
}
@media only screen and (max-width: 780px) {
  .top-contents .service-menuArea {
    padding-bottom: 3rem;
  }
}
.top-contents .service-exampleArea {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .top-contents .service-exampleArea {
    padding-bottom: 3rem;
  }
}
.top-contents .bgD {
  background-image: url("../images/top/bgD.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 65%;
  padding: 2rem 0;
}
@media only screen and (max-width: 780px) {
  .top-contents .bgD {
    padding: 1rem 0;
    margin-bottom: 0rem;
    background-position-x: 85%;
  }
}
.top-contents .bgD a .trans-black-btn {
  background: #FFF;
  color: #333;
}
.top-contents .bgD a:hover .trans-black-btn {
  background: #FFF;
  color: #333;
}
.top-contents .summaryBlock dl {
  cursor: pointer;
  padding: 0.4rem;
  margin: 0;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.top-contents .summaryBlock dl dd {
  margin: 0;
  padding: 0.4rem 0;
  float: none;
  line-height: 110%;
}
.top-contents .summaryBlock dl dd.titleLine {
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 0;
}
.top-contents .summaryBlock dl dd.summaryLine {
  padding-bottom: 3.5rem;
}
.top-contents .summaryBlock dl dd.tire-kan-name {
  position: absolute;
  font-size: 12px;
  color: #009843;
  font-weight: 700;
  bottom: 1.8rem;
  right: 0.4rem;
}
.top-contents .summaryBlock dl dd.tire-kan-name span {
  font-size: 10px;
}
.top-contents .summaryBlock dl dd.tire-kan-name span:before {
  content: "　(";
}
.top-contents .summaryBlock dl dd.tire-kan-name:after {
  content: ")";
}
.top-contents .summaryBlock dl dd.cockpit-name {
  position: absolute;
  font-size: 12px;
  color: #0065b4;
  font-weight: 700;
  bottom: 1.8rem;
  right: 0.4rem;
}
.top-contents .summaryBlock dl dd.cockpit-name span {
  font-size: 10px;
}
.top-contents .summaryBlock dl dd.cockpit-name span:before {
  content: "　(";
}
.top-contents .summaryBlock dl dd.cockpit-name:after {
  content: ")";
}
.top-contents .summaryBlock dl dd:last-child {
  text-align: center;
  color: #fff;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#ectop-link-content {
  padding-bottom: 0;
}

#product-url-list, #product-url-tile {
  margin: 30px 5px;
}
@media screen and (max-width: 767px) {
  #product-url-list, #product-url-tile {
    margin: 20px 20px;
  }
}
#product-url-list .content-article-head .head-title, #product-url-tile .content-article-head .head-title {
  font-size: 20px;
}
#product-url-list .content-article-head .head-title br, #product-url-tile .content-article-head .head-title br {
  display: none;
}
#product-url-list .content-article-head .head-title.gradient, #product-url-tile .content-article-head .head-title.gradient {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #product-url-list .content-article-head .head-title.gradient, #product-url-tile .content-article-head .head-title.gradient {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #product-url-list .content-article-head .head-title, #product-url-tile .content-article-head .head-title {
    width: 90%;
  }
  #product-url-list .content-article-head .head-title br:not(.br-unnone), #product-url-tile .content-article-head .head-title br:not(.br-unnone) {
    display: unset;
  }
}
#product-url-list .content-article-head .head-sub-title, #product-url-tile .content-article-head .head-sub-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #product-url-list .content-article-head .head-sub-title, #product-url-tile .content-article-head .head-sub-title {
    text-align: left;
  }
  #product-url-list .content-article-head .head-sub-title br:not(.br-unnone), #product-url-tile .content-article-head .head-sub-title br:not(.br-unnone) {
    display: none;
  }
}
#product-url-list .category-jump-head, #product-url-tile .category-jump-head {
  display: none;
}
@media screen and (max-width: 767px) {
  #product-url-list .category-jump-head, #product-url-tile .category-jump-head {
    display: block;
  }
}
#product-url-list .category-jump-head .button_area, #product-url-tile .category-jump-head .button_area {
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #product-url-list .category-jump-head .button_area, #product-url-tile .category-jump-head .button_area {
    width: 100%;
  }
}
#product-url-list .category-jump-head .button_area .ankerLinks, #product-url-tile .category-jump-head .button_area .ankerLinks {
  margin: 0;
  flex-basis: 50%;
  background-color: unset;
}
#product-url-list .category-jump-head .button_area .ankerLinks .jump-button, #product-url-tile .category-jump-head .button_area .ankerLinks .jump-button {
  padding: 0;
  margin: 0 10px 0 0;
  flex: 1;
}
#product-url-list .category-jump-head .button_area .ankerLinks .jump-button:last-child, #product-url-tile .category-jump-head .button_area .ankerLinks .jump-button:last-child {
  margin: 0;
}
#product-url-list .article-supplement, #product-url-tile .article-supplement {
  text-align: center;
}
#product-url-list .article-supplement .desc-bold, #product-url-tile .article-supplement .desc-bold {
  font-weight: bold;
}
#product-url-list .article-supplement .desc-red, #product-url-tile .article-supplement .desc-red {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  #product-url-list .article-supplement, #product-url-tile .article-supplement {
    margin: 0 10%;
  }
}
#product-url-list .text-red, #product-url-tile .text-red {
  color: #ff0000;
  font-weight: bold;
}
#product-url-list .flex-container, #product-url-tile .flex-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#product-url-list .flex-container .flex-column .tile .catch, #product-url-tile .flex-container .flex-column .tile .catch {
  margin-bottom: 5px;
}
#product-url-list .flex-container .flex-column .tile .flex-sub-container .flex-sub-column-narrow .type, #product-url-tile .flex-container .flex-column .tile .flex-sub-container .flex-sub-column-narrow .type {
  font-size: 10px;
  font-weight: 600;
  margin: 10px 0;
}
#product-url-list .flex-container .flex-column .tile .flex-sub-container .flex-sub-column-narrow p, #product-url-tile .flex-container .flex-column .tile .flex-sub-container .flex-sub-column-narrow p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .tile .flex-sub-container .flex-sub-column-narrow p, #product-url-tile .flex-container .flex-column .tile .flex-sub-container .flex-sub-column-narrow p {
    margin: 0;
  }
}
#product-url-list .flex-container .flex-column .tile .flex-sub-container .flex-sub-column-narrow .ip2-wheel-stop-sale-notice, #product-url-tile .flex-container .flex-column .tile .flex-sub-container .flex-sub-column-narrow .ip2-wheel-stop-sale-notice {
  font-size: 10px;
  font-weight: bold;
  color: red;
}
#product-url-list .flex-container .flex-column .tile .flex-sub-container span.prodcut-sub-name.single, #product-url-tile .flex-container .flex-column .tile .flex-sub-container span.prodcut-sub-name.single {
  margin: 0 20px 0 10px;
}
#product-url-list .flex-container .flex-column .tile .prodcut-sub-name, #product-url-tile .flex-container .flex-column .tile .prodcut-sub-name {
  font-size: 12px;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .tile .prodcut-sub-name, #product-url-tile .flex-container .flex-column .tile .prodcut-sub-name {
    font-size: 10px;
    width: initial;
    max-width: initial;
  }
}
#product-url-list .flex-container .flex-column .tile .caution, #product-url-tile .flex-container .flex-column .tile .caution {
  font-size: 9px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .tile .flex-sub-column.or, #product-url-tile .flex-container .flex-column .tile .flex-sub-column.or {
    display: block;
  }
}
#product-url-list .flex-container .flex-column .tile .flex-sub-column.or .prodcut-sub-name, #product-url-tile .flex-container .flex-column .tile .flex-sub-column.or .prodcut-sub-name {
  padding: 0 15px;
  height: auto;
  max-width: 135px;
}
#product-url-list .flex-container .flex-column .tile .flex-sub-column.bar .prodcut-sub-name, #product-url-tile .flex-container .flex-column .tile .flex-sub-column.bar .prodcut-sub-name {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #product-url-list .flex-container .flex-column .tile .flex-sub-column.bar .prodcut-sub-name, #product-url-tile .flex-container .flex-column .tile .flex-sub-column.bar .prodcut-sub-name {
    max-width: 190px;
  }
}
#product-url-list .flex-container .flex-column .tile .flex-sub-column.bar.right-border, #product-url-tile .flex-container .flex-column .tile .flex-sub-column.bar.right-border {
  padding: 0 33px 0 0;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .tile .flex-sub-column.bar.right-border, #product-url-tile .flex-container .flex-column .tile .flex-sub-column.bar.right-border {
    padding: 0 25px 0 0;
  }
}
#product-url-list .flex-container .flex-column .tile .flex-sub-column.bar.no-right-border, #product-url-tile .flex-container .flex-column .tile .flex-sub-column.bar.no-right-border {
  padding: 0 0 0 10px;
}
#product-url-list .flex-container .flex-column .tile .trans-black-btn, #product-url-tile .flex-container .flex-column .tile .trans-black-btn {
  width: 12vw;
  max-width: 120px;
  font-size: 14px;
  padding: 5px 5px;
  border: double;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .tile .trans-black-btn, #product-url-tile .flex-container .flex-column .tile .trans-black-btn {
    font-size: 12px;
    padding: 5px 15px;
    width: 90px;
    max-width: initial;
  }
}
#product-url-list .flex-container .flex-column .tile .tarns-gray-btn, #product-url-tile .flex-container .flex-column .tile .tarns-gray-btn {
  background: #C0C0C0;
  color: #000;
  width: 12vw;
  max-width: 120px;
  font-size: 14px;
  padding: 5px 5px;
  border: double;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .tile .tarns-gray-btn, #product-url-tile .flex-container .flex-column .tile .tarns-gray-btn {
    font-size: 12px;
    padding: 5px 15px;
    width: 90px;
    max-width: initial;
  }
}
#product-url-list .flex-container .flex-column .tile .div-trans-black-btn, #product-url-tile .flex-container .flex-column .tile .div-trans-black-btn {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .tile .div-trans-black-btn, #product-url-tile .flex-container .flex-column .tile .div-trans-black-btn {
    margin: 0;
  }
}
#product-url-list .flex-container .flex-column .tile .string-or, #product-url-tile .flex-container .flex-column .tile .string-or {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .tile .string-or, #product-url-tile .flex-container .flex-column .tile .string-or {
    display: block;
    font-size: 10px;
  }
}
#product-url-list .flex-container .flex-column .tile table tr td, #product-url-tile .flex-container .flex-column .tile table tr td {
  vertical-align: middle;
}
#product-url-list .flex-container .flex-column .tile .material-icons, #product-url-tile .flex-container .flex-column .tile .material-icons {
  font-size: 14px;
}
#product-url-list .flex-container .flex-column .icon, #product-url-tile .flex-container .flex-column .icon {
  width: 8vw;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container .flex-column .icon, #product-url-tile .flex-container .flex-column .icon {
    width: 20vw;
    max-width: 75px;
  }
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-container, #product-url-tile .flex-container {
    flex-direction: column;
  }
}
#product-url-list .flex-column, #product-url-tile .flex-column {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-column, #product-url-tile .flex-column {
    width: 91%;
  }
}
#product-url-list .tile .catch, #product-url-tile .tile .catch {
  padding: 0 10px;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  border-color: #000;
}
#product-url-list .tile .catch .highlight, #product-url-tile .tile .catch .highlight {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  #product-url-list .tile .catch, #product-url-tile .tile .catch {
    font-size: 11px;
  }
  #product-url-list .tile .catch.long-text, #product-url-tile .tile .catch.long-text {
    font-size: 10px;
  }
}
#product-url-list .tile .title, #product-url-tile .tile .title {
  font-style: italic;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #product-url-list .tile .title, #product-url-tile .tile .title {
    font-size: 22px;
    line-height: 24px;
  }
}
#product-url-list .tile .subtitle, #product-url-tile .tile .subtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  #product-url-list .tile .subtitle, #product-url-tile .tile .subtitle {
    font-size: 13px;
    line-height: 18px;
  }
}
#product-url-list .tile .subtitle span, #product-url-tile .tile .subtitle span {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  #product-url-list .tile .subtitle span, #product-url-tile .tile .subtitle span {
    font-size: 19px;
  }
}
#product-url-list .tile .border, #product-url-tile .tile .border {
  border-top: 1px solid #999;
}
#product-url-list .tile div[class~=red], #product-url-tile .tile div[class~=red] {
  background-color: red;
  color: white;
}
#product-url-list .tile div[class~=gray], #product-url-tile .tile div[class~=gray] {
  background-color: #EEEEEE;
}
#product-url-list .tile div[class~=blue], #product-url-tile .tile div[class~=blue] {
  background-color: #0B7FB8;
  color: white;
}
#product-url-list .tile .type, #product-url-tile .tile .type {
  border-radius: 10px;
  width: fit-content;
  margin: 0 10px 5px 10px;
  line-height: 2em;
}
#product-url-list .tile .type span, #product-url-tile .tile .type span {
  margin: 10px;
}
#product-url-list .tile .wheelicon, #product-url-tile .tile .wheelicon {
  width: 30px;
  height: 30px;
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #product-url-list .tile .wheelicon, #product-url-tile .tile .wheelicon {
    width: 18px;
    height: 18px;
  }
}
#product-url-list .tile .huhman-icon, #product-url-tile .tile .huhman-icon {
  width: 50%;
  display: inline;
  vertical-align: middle;
}
#product-url-list .tile .description, #product-url-tile .tile .description {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #product-url-list .tile .description, #product-url-tile .tile .description {
    font-size: 10px;
  }
}
#product-url-list .tile .description.note, #product-url-tile .tile .description.note {
  font-size: 9px;
}
#product-url-list .tile .img, #product-url-tile .tile .img {
  width: 95%;
  margin: 10px;
  display: unset;
  width: 200px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #product-url-list .tile .img, #product-url-tile .tile .img {
    width: 160px;
  }
}
#product-url-list .tile .icon, #product-url-tile .tile .icon {
  width: 50%;
  display: inline;
}
#product-url-list .tile td, #product-url-tile .tile td {
  padding: 5px;
}
#product-url-list .tile td .btn, #product-url-tile .tile td .btn {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #product-url-list .tile td .btn, #product-url-tile .tile td .btn {
    font-size: 14px;
    white-space: nowrap;
    width: initial;
  }
}
#product-url-list .flex-sub-container, #product-url-tile .flex-sub-container {
  margin: 0;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-sub-container .flex-column img, #product-url-tile .flex-sub-container .flex-column img {
    width: 95%;
    margin: 10px;
  }
}
#product-url-list .flex-sub-container a, #product-url-tile .flex-sub-container a {
  color: #fff;
}
#product-url-list .flex-sub-container .flex-sub-column-icon, #product-url-tile .flex-sub-container .flex-sub-column-icon {
  margin: 0;
  justify-content: center;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-sub-container .flex-sub-column-icon, #product-url-tile .flex-sub-container .flex-sub-column-icon {
    display: block;
  }
}
#product-url-list .flex-sub-container .btn, #product-url-tile .flex-sub-container .btn {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-sub-container .btn, #product-url-tile .flex-sub-container .btn {
    font-size: 14px;
  }
}
#product-url-list .flex-sub-container .prodcut-sub-name, #product-url-tile .flex-sub-container .prodcut-sub-name {
  display: inline-block;
}
#product-url-list .flex-sub-container .prodcut-sub-name .prodcut-sub-name-single, #product-url-tile .flex-sub-container .prodcut-sub-name .prodcut-sub-name-single {
  margin: 0 15px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-sub-container .prodcut-sub-name, #product-url-tile .flex-sub-container .prodcut-sub-name {
    font-size: 14px;
  }
  #product-url-list .flex-sub-container .prodcut-sub-name br.br-none, #product-url-tile .flex-sub-container .prodcut-sub-name br.br-none {
    display: none;
  }
  #product-url-list .flex-sub-container .prodcut-sub-name.or-front, #product-url-tile .flex-sub-container .prodcut-sub-name.or-front {
    margin-bottom: 0;
  }
}
#product-url-list .flex-sub-container .flex-sub-column, #product-url-tile .flex-sub-container .flex-sub-column {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#product-url-list .flex-sub-container .right-border, #product-url-tile .flex-sub-container .right-border {
  border-right: 1px solid #999;
  border-image-slice: 1;
}
#product-url-list .flex-sub-container .flex-sub-column-wide, #product-url-tile .flex-sub-container .flex-sub-column-wide {
  margin: 0 15px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  width: 52%;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-sub-container .flex-sub-column-wide, #product-url-tile .flex-sub-container .flex-sub-column-wide {
    width: 42%;
    margin: 0 5px;
    padding: 0;
  }
}
#product-url-list .flex-sub-container .flex-sub-column-narrow, #product-url-tile .flex-sub-container .flex-sub-column-narrow {
  margin: 0 15px 0 0;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 58%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #product-url-list .flex-sub-container .flex-sub-column-narrow, #product-url-tile .flex-sub-container .flex-sub-column-narrow {
    width: 56%;
  }
}

#product-url-tile.pkg-top .title-new {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .title-new {
    margin-top: 12px;
  }
}
#product-url-tile.pkg-top .title-new h1 {
  font-size: 32px;
  font-weight: 700;
}
#product-url-tile.pkg-top .title-new h1 br.spBr {
  display: none;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .title-new h1 br.spBr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .title-new h1 {
    font-size: 15px;
    margin-bottom: 0;
  }
}
#product-url-tile.pkg-top .title-new div.red-text {
  color: #FF0000;
  font-size: 32px;
  font-weight: 700;
}
#product-url-tile.pkg-top .title-new div.red-text br.spBr {
  display: none;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .title-new div.red-text br.spBr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .title-new div.red-text {
    font-size: 15px;
  }
}
#product-url-tile.pkg-top .tile {
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .tile {
    padding: 0;
  }
}
#product-url-tile.pkg-top .tile .title {
  font-style: italic;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .tile .title {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .tile .img {
    margin: 5px !important;
  }
}
#product-url-tile.pkg-top .tile .caution {
  font-size: 9px;
  font-weight: bold;
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .tile .caution.adjusted-item {
    display: none;
  }
}
#product-url-tile.pkg-top .flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
#product-url-tile.pkg-top .flex-container .outerTitleBlock {
  width: 100%;
  margin-bottom: 16px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-container .outerTitleBlock {
    width: 91%;
    margin: 0 auto 16px;
  }
}
#product-url-tile.pkg-top .flex-container .explainTxt {
  font-size: 60%;
}
#product-url-tile.pkg-top .flex-container .flex-column {
  width: 50%;
  margin: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-container .flex-column {
    width: 91%;
    margin: 0 auto;
  }
}
#product-url-tile.pkg-top .flex-container .flex-column .ecTagImg {
  max-width: 100px;
}
#product-url-tile.pkg-top .flex-container .flex-column .ecTagImg img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-container .flex-column .ecTagImg {
    margin: 0 5px 1px -5px;
  }
}
#product-url-tile.pkg-top .flex-container .flex-column .description {
  padding-top: 0.5rem;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-container .flex-column .description {
    font-size: 14px;
  }
}
#product-url-tile.pkg-top .flex-container .flex-column .prodcut-sub-name {
  width: 20%;
  padding-right: 10px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-container .flex-column .prodcut-sub-name {
    margin: 0 5px 0 0 !important;
    width: 30% !important;
    padding: 0px;
  }
}
#product-url-tile.pkg-top .flex-container .flex-column .prodcut-sub-name.single {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-container .flex-column .prodcut-sub-name.single {
    width: 35% !important;
  }
}
#product-url-tile.pkg-top .flex-container a {
  color: #fff;
}
#product-url-tile.pkg-top .flex-container a .trans-black-btn {
  background: #ff3333;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-container a .trans-black-btn {
    width: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  #product-url-tile.pkg-top .flex-sub-container .flex-sub-column-narrow {
    margin: 10px 0px 5px 0px;
  }
}

#product-contents-pkg-detail .explainTxt {
  font-size: 60%;
}
#product-contents-pkg-detail #product-url-tile {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #product-contents-pkg-detail #product-url-tile .tile .title {
    font-size: 22px;
    line-height: 24px;
  }
}
#product-contents-pkg-detail #product-url-tile .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product-contents-pkg-detail #product-url-tile .title-container img.safety-pack-img {
  width: 240px;
}
@media screen and (max-width: 767px) {
  #product-contents-pkg-detail #product-url-tile .title-container img.safety-pack-img {
    width: 140px;
  }
}
#product-contents-pkg-detail .h1Product {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  #product-contents-pkg-detail .h1Product {
    font-size: 16px;
  }
}
#product-contents-pkg-detail .h1Product span {
  color: #333;
  display: inline-block;
  font-size: 24px;
  line-height: 90%;
}
@media screen and (max-width: 767px) {
  #product-contents-pkg-detail .h1Product span {
    font-size: 12px;
    display: inline-block;
  }
}

#purchase-guide {
  padding: 5% 0;
}
#purchase-guide .flex-container {
  display: flex;
  flex-direction: row;
  margin-top: 3%;
}
#purchase-guide .flex-container .flex-column {
  width: 23%;
  padding: 0 2% 0 0;
  border-right: 1px dotted #999;
}
#purchase-guide .flex-container .flex-column .column-icon {
  height: 19%;
}
#purchase-guide .flex-container .flex-column .column-icon img {
  display: inline-block;
  width: 80px;
}
#purchase-guide .flex-container .flex-column .column-head {
  margin: 10%;
  font-size: 18px;
  font-weight: bold;
}
#purchase-guide .flex-container .flex-column .column-desc {
  text-align: justify !important;
}
#purchase-guide .flex-container .flex-column .column-desc .desc-red {
  color: red;
  font-size: 0.8em;
}
#purchase-guide .flex-container .flex-column:last-of-type {
  border-right: none;
}

#related-links {
  margin-bottom: 30px;
}
#related-links .flex-container {
  padding-top: 20px;
  font-size: 18px;
  display: flex;
  flex-direction: row;
}
#related-links .flex-container .flex-column {
  width: 50%;
}
#related-links .flex-container .flex-column.ec-action-buton {
  width: 100%;
  padding: 0 34% 0 34%;
}
#related-links .flex-container .flex-column .btn-area {
  border: 1px solid #999;
  padding: 10px;
  display: block;
}
#related-links .flex-container .flex-column .btn-area.user-guide {
  padding: 20px 40px;
}
#related-links .flex-container .flex-column .btn-area.questions {
  padding: 20px 40px;
}
#related-links .flex-container .flex-column .btn-area.newcomer-guide {
  padding: 20px 40px;
  cursor: pointer;
}
#related-links .flex-container .flex-column .btn-area.newcomer-guide .guide-img {
  display: inline;
  width: 12px;
  height: 18px;
}
#related-links .flex-container .flex-column .btn-area.newcomer-guide .guide-img-square {
  display: inline;
  width: 17px;
  height: 17px;
}
#related-links .flex-container .flex-column .btn-area:hover {
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  #purchase-guide .flex-container {
    display: flex;
    flex-direction: column;
  }
  #purchase-guide .flex-container .flex-column {
    width: 85%;
    padding: 0 15px 25px 15px;
    margin: 10px auto;
    border-right: none;
    border-bottom: 1px solid #999;
    text-align: left;
  }
  #purchase-guide .flex-container .flex-column .column-icon img {
    display: none;
  }
  #purchase-guide .flex-container .flex-column .column-head {
    margin: 5px 0;
  }
  #purchase-guide .flex-container .flex-column:last-of-type {
    border-bottom: none;
  }
  #related-links .flex-container {
    display: flex;
    flex-direction: column;
  }
  #related-links .flex-container .flex-column {
    width: 90%;
    display: inherit;
    margin: 0 auto;
  }
  #related-links .flex-container .flex-column .btn-area.user-guide, #related-links .flex-container .flex-column .btn-area.questions, #related-links .flex-container .flex-column .btn-area.newcomer-guide {
    width: 600px;
  }
  #related-links .flex-container .flex-column.ec-action-buton {
    padding: 0 0 0 0;
    width: 90%;
  }
}
#product-search .contents-wrapper-wide {
  padding: 0 15px;
  max-width: 1200px;
}
#product-search .pdp-main {
  max-width: 100%;
  padding: 0;
}
#product-search .pdp-main .content-article-head .head-title {
  padding: 10px 0;
  font-size: 24px;
}
#product-search .search-suitable {
  text-align: center;
}
#product-search .search-suitable .search-head {
  padding: 0 0 1% 0;
  border-bottom: solid 1px #999;
}
#product-search .search-suitable .search-head .head-title {
  font-weight: bold;
  padding: 0;
}
#product-search .search-suitable .desc-red {
  color: #ff0000;
  font-size: 0.8em;
}
#product-search .search-suitable .suitable-search-area {
  padding: 3% 0;
}
#product-search .search-suitable .suitable-search-area .search-desc {
  font-size: 14px;
  font-weight: bold;
}
#product-search .search-suitable .suitable-search-area .flex-container {
  flex-direction: row;
  justify-content: space-evenly;
}
#product-search .search-suitable .suitable-search-area .flex-container .select-attr {
  width: 23%;
}
#product-search .head-sub-title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #product-search .head-sub-title {
    text-align: left;
  }
  #product-search .head-sub-title br:not(.br-unnone) {
    display: none;
  }
}
#product-search .flex-ip2-container {
  margin: 0;
  justify-content: center;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  #product-search .flex-ip2-container .flex-column img {
    width: 100%;
  }
}
#product-search .flex-ip2-container .flex-ip2-column {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #product-search .flex-ip2-container .flex-ip2-column {
    width: 48%;
  }
}
#product-search .flex-ip2-container .flex-ip2-column a {
  color: #fff;
  width: 60%;
}
#product-search .flex-ip2-container .flex-ip2-column .prodcut-sub-name {
  margin-bottom: 15px;
}
#product-search .flex-ip2-container .flex-ip2-column .product-name {
  font-size: 18px;
  font-weight: bold;
}
#product-search .flex-ip2-container .flex-ip2-column .price {
  font-size: 12px;
  font-weight: bold;
  margin: 1% 0;
}
#product-search .flex-ip2-container .flex-ip2-column .btn {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #product-search .flex-ip2-container .flex-ip2-column .btn {
    font-size: 14px;
    white-space: nowrap;
  }
}
#product-search .btn-external-site:after {
  content: "";
  display: block;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: transparent;
  margin-left: 5px;
  vertical-align: 2px;
  border: solid 1px white;
  outline: solid 1px #333;
  box-shadow: 0px 0px 0px 2px white;
}
#product-search .btos-banner {
  padding: 0 8%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #product-search .btos-banner {
    padding: 0 8%;
  }
}
#product-search .btos-banner img {
  width: 100%;
}
#product-search #purchase-guide .detail-title {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  #product-search #purchase-guide .detail-title {
    font-size: 14px;
  }
}
#product-search #purchase-guide .desc-red {
  display: block;
  color: red;
  font-size: 12px;
}
#product-search #purchase-guide .detailbox {
  border: 0.1px solid #999;
}
#product-search #purchase-guide .stepBox {
  padding: 0 8%;
}
@media only screen and (max-width: 480px) {
  #product-search #purchase-guide .stepBox {
    padding: 0;
  }
}
#product-search #purchase-guide .stepBox ul {
  list-style: none;
  padding-inline-start: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#product-search #purchase-guide .stepBox ul.stepArr li {
  width: 31%;
  margin: 1%;
}
#product-search #purchase-guide .stepBox ul.stepArr li dl {
  text-align: center;
  padding: 0.5rem;
  overflow: unset;
}
#product-search #purchase-guide .stepBox ul.stepArr li dl img {
  border: 1px solid #333;
  max-width: 100%;
  height: auto;
}
#product-search #purchase-guide .stepBox ul.stepArr li dt {
  position: relative;
}
#product-search #purchase-guide .stepBox ul.stepArr li dt:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#product-search #purchase-guide .stepBox ul.stepArr li .dt-last:after {
  display: none;
}
@media only screen and (max-width: 780px) {
  #product-search #purchase-guide .stepBox ul.stepArr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #product-search #purchase-guide .stepBox ul.stepArr li {
    width: 100%;
    margin: 1% 0;
    position: relative;
  }
  #product-search #purchase-guide .stepBox ul.stepArr li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: solid 2px red;
    border-bottom: solid 2px red;
    position: absolute;
    right: 0%;
    left: 0;
    top: auto;
    bottom: -16px;
    margin: 4px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #product-search #purchase-guide .stepBox ul.stepArr li:last-child:after {
    display: none;
  }
  #product-search #purchase-guide .stepBox ul.stepArr li:last-child dl {
    border-bottom: none;
  }
  #product-search #purchase-guide .stepBox ul.stepArr li dt {
    position: default;
  }
  #product-search #purchase-guide .stepBox ul.stepArr li dt:after {
    display: none;
  }
}
#product-search #purchase-guide .stepBox ul li {
  width: 31%;
  margin: 1%;
  position: relative;
}
#product-search #purchase-guide .stepBox ul li dl {
  text-align: center;
  padding: 0.5rem;
}
#product-search #purchase-guide .stepBox ul li dl dt {
  margin-inline-start: 0px;
}
#product-search #purchase-guide .stepBox ul li dl dd {
  margin-inline-start: 0px;
  text-align: justify;
  padding-right: 5%;
}
#product-search #purchase-guide .stepBox ul li dl dd #detail-button-guide02,
#product-search #purchase-guide .stepBox ul li dl dd #detail-button-guide03 {
  display: none;
}
@media only screen and (max-width: 480px) {
  #product-search #purchase-guide .stepBox ul li dl dd #detail-button-guide02,
  #product-search #purchase-guide .stepBox ul li dl dd #detail-button-guide03 {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 90%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    box-sizing: border-box;
  }
  #product-search #purchase-guide .stepBox ul li dl dd #detail-button-guide02::before,
  #product-search #purchase-guide .stepBox ul li dl dd #detail-button-guide03::before {
    content: "- 閉じる";
  }
}
#product-search #purchase-guide .stepBox ul li dl dd.detail-guide03 {
  text-align: center;
}
#product-search #purchase-guide .stepBox ul li dl dd.detail-guide03 .desc-red {
  text-align: justify;
}
#product-search #purchase-guide .stepBox ul li dl img {
  border: 1px solid #333;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 780px) {
  #product-search #purchase-guide .stepBox ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: unset;
  }
  #product-search #purchase-guide .stepBox ul li {
    width: 100%;
    margin: 1% 0;
    position: relative;
  }
  #product-search #purchase-guide .stepBox ul li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0.5rem;
    border-bottom: 1px solid #000;
  }
  #product-search #purchase-guide .stepBox ul li dl dt {
    width: 40%;
  }
  #product-search #purchase-guide .stepBox ul li dl dd {
    text-align: left;
    width: 50%;
    padding: 1rem;
    margin-inline-start: 0px;
  }
  #product-search #purchase-guide .stepBox ul li dl dd.detail-guide03 {
    text-align: left;
  }
  #product-search #purchase-guide .stepBox ul li dl dd.detail-guide03 .desc-red {
    text-align: left;
  }
  #product-search #purchase-guide .stepBox ul li dl img {
    max-width: 100%;
    height: auto;
  }
  #product-search #purchase-guide .stepBox ul li:last-child dl {
    border-bottom: none;
  }
}
@media only screen and (max-width: 480px) {
  #product-search #purchase-guide .stepBox ul li dl .detail-guide02,
  #product-search #purchase-guide .stepBox ul li dl .detail-guide03 {
    position: relative;
    padding-bottom: 40px;
  }
  #product-search #purchase-guide .stepBox ul li dl .detail-guide02.sp-close,
  #product-search #purchase-guide .stepBox ul li dl .detail-guide03.sp-close {
    max-height: 150px;
    overflow: hidden;
    padding: 1rem;
  }
  #product-search #purchase-guide .stepBox ul li dl .detail-guide02.sp-close #detail-button-guide02::before,
  #product-search #purchase-guide .stepBox ul li dl .detail-guide02.sp-close #detail-button-guide03::before,
  #product-search #purchase-guide .stepBox ul li dl .detail-guide03.sp-close #detail-button-guide02::before,
  #product-search #purchase-guide .stepBox ul li dl .detail-guide03.sp-close #detail-button-guide03::before {
    content: "+ すべて表示";
  }
}

.reserve-consultation {
  padding: 20px 0;
}
.reserve-consultation .flex-container {
  display: flex;
  flex-direction: row;
  background-color: #ededed;
  overflow: hidden;
  margin: 0 auto;
}
.reserve-consultation .flex-container .flex-left {
  float: left;
  width: 80%;
}
.reserve-consultation .flex-container .flex-left .desc-area {
  margin: 3%;
}
.reserve-consultation .flex-container .flex-left .desc-area .desc-red {
  color: red;
  font-size: 0.8em;
}
.reserve-consultation .flex-container .flex-right {
  float: right;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.reserve-consultation .flex-container .flex-right .red-area {
  width: 140px;
  height: 140px;
  background: #ff0000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.reserve-consultation .flex-container .flex-right .red-area img {
  width: 75px;
  height: 75px;
  position: relative;
  top: 10%;
}
.reserve-consultation .flex-container .flex-right .red-area span {
  margin: 15px 0 0 0;
  color: #fff;
  font-size: 18px;
}

#tire-bottom-navigation {
  margin: 80px 0;
}
#tire-bottom-navigation .flex-container {
  padding-top: 20px;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
#tire-bottom-navigation .flex-container .banner-column {
  width: 100%;
  margin: 0;
}
#tire-bottom-navigation .flex-container .banner-column img {
  margin: 0 15px;
  width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
  #product-search .pdp-main {
    padding-left: 0;
    padding-right: 0;
  }
  #product-search .search-suitable .search-head {
    padding: 20px 0;
  }
  .reserve-consultation {
    padding: 20px 0;
  }
  .reserve-consultation .flex-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
    width: 98%;
  }
  .reserve-consultation .flex-container .flex-left {
    width: 100%;
    margin: 0 auto;
  }
  .reserve-consultation .flex-container .flex-right {
    width: 100%;
    left: 0;
  }
  .reserve-consultation .flex-container .flex-right a {
    width: 100%;
  }
  .reserve-consultation .flex-container .flex-right a .red-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: 50px;
    margin: 10px auto;
  }
  .reserve-consultation .flex-container .flex-right a .red-area img {
    width: 30px;
    height: 27px;
    top: 0;
  }
  .reserve-consultation .flex-container .flex-right a .red-area span {
    margin: 0 0 0 10px;
  }
  #tire-bottom-navigation {
    margin: 30px;
  }
  #tire-bottom-navigation .flex-container .banner-column {
    width: 100%;
  }
  #tire-bottom-navigation .flex-container .banner-column img {
    margin: 0;
    width: 100%;
  }
}
#car-maintenance .content-article-head .head-title {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  width: 90%;
}
#car-maintenance .contents-wrapper-wide {
  padding: 0 15px;
  max-width: 1200px;
}
#car-maintenance dl.ankerLinks {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  background: #f0f0f0;
}
@media only screen and (max-width: 780px) {
  #car-maintenance dl.ankerLinks {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    font-size: 12px;
    padding: 4px 0;
  }
}
#car-maintenance dl.ankerLinks dd {
  float: none;
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  #car-maintenance dl.ankerLinks dd {
    width: inherit;
  }
}
#car-maintenance dl.ankerLinks dd a {
  color: #FFF;
  background: #333;
  padding: 0.2rem 0.2rem;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
  #car-maintenance dl.ankerLinks dd a {
    display: inherit;
  }
}
#car-maintenance dl.ankerLinks dd a:hover, #car-maintenance dl.ankerLinks dd a:active, #car-maintenance dl.ankerLinks dd a:focus {
  text-decoration: none;
  background: #4d4d4d;
}
#car-maintenance .inlineP {
  display: inline-block;
}
#car-maintenance .category-jump-head {
  display: none;
}
@media screen and (max-width: 767px) {
  #car-maintenance .category-jump-head {
    display: block;
  }
}
#car-maintenance .category-jump-head .button_area {
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #car-maintenance .category-jump-head .button_area {
    width: 100%;
  }
}
#car-maintenance .category-jump-head .button_area .ankerLinks {
  margin: 0;
  flex-basis: 50%;
  background-color: unset;
}
#car-maintenance .category-jump-head .button_area .ankerLinks .jump-button {
  padding: 0;
  margin: 0 10px 0 0;
  flex: 1;
  font-size: 11px;
}
#car-maintenance .category-jump-head .button_area .ankerLinks .jump-button:last-child {
  margin: 0;
}
#car-maintenance .reserve-maintenance {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
#car-maintenance .reserve-maintenance .maintenance-head .head-title {
  padding: 0;
  font-weight: bold;
}
#car-maintenance .reserve-maintenance .maintenance-head .desc-red {
  display: none;
}
#car-maintenance .border {
  border-top: 1px solid #999;
  width: 320px;
}
#car-maintenance .service-option {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
}
#car-maintenance .service-option .caution {
  color: #ff0000;
}
#car-maintenance .car-maintenance-description {
  text-align: center;
}
#car-maintenance .section-head button, #car-maintenance .section-head .store-tile.selected .select-store-button, .store-tile.selected #car-maintenance .section-head .select-store-button {
  background-color: #fff;
  border-style: none;
  color: #333;
  font-size: 0px;
  padding: 0px;
  width: 100%;
  text-align: left;
}
#car-maintenance .section-head button:focus-visible, #car-maintenance .section-head .store-tile.selected .select-store-button:focus-visible, .store-tile.selected #car-maintenance .section-head .select-store-button:focus-visible {
  outline: none;
}
#car-maintenance .lineup-area .product-lineup.flex-container {
  margin: 25px -15px;
}
#car-maintenance .lineup-area .product-lineup .flex-column {
  text-align: center;
  display: inherit;
  flex-direction: column;
  justify-content: space-between;
  width: 23%;
  border-right: 1px solid #999;
  margin: 0 auto;
  padding: 0 1%;
}
#car-maintenance .lineup-area .product-lineup .flex-column a {
  color: #fff;
  width: 60%;
}
#car-maintenance .lineup-area .product-lineup .flex-column img {
  height: 200px;
  margin: auto;
  object-fit: contain;
  object-position: center;
}
#car-maintenance .lineup-area .product-lineup .flex-column form {
  width: 80%;
}
#car-maintenance .lineup-area .product-lineup .flex-column .display {
  display: none;
}
#car-maintenance .lineup-area .product-lineup .flex-column .product-info {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
#car-maintenance .lineup-area .product-lineup .flex-column .product-info .product-name {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}
#car-maintenance .lineup-area .product-lineup .flex-column .product-info .product-sub-name {
  font-size: 14px;
}
#car-maintenance .lineup-area .product-lineup .flex-column .product-info .product-price {
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}
#car-maintenance .lineup-area .product-lineup .flex-column .product-info-estimation {
  height: 200px;
}
#car-maintenance .lineup-area .product-lineup .flex-column .product-info-anti-rust {
  height: 240px;
}
#car-maintenance .lineup-area .product-lineup .flex-column .trans-red-btn {
  width: 200px;
  font-size: 18px;
  color: #fff;
  background: #ff0000;
  padding: 10px 20px;
  border: double #ff0000;
}
#car-maintenance .lineup-area .product-lineup .flex-column .trans-black-btn {
  width: 200px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 15px 20px 15px;
}
#car-maintenance .lineup-area .product-lineup .flex-column .consult-btn {
  width: 200px;
}
#car-maintenance .lineup-area .product-lineup .flex-column .lineup-display {
  display: none;
}
#car-maintenance .lineup-area .product-lineup .flex-column:last-of-type, #car-maintenance .lineup-area .product-lineup .flex-column.display-blank {
  border-right: none;
}
#car-maintenance .lineup-area .product-lineup .flex-column .form-link-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#car-maintenance .lineup-area .product-lineup .flex-column .form-link-area .buttons-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}
#car-maintenance .lineup-area .product-lineup .empty-item {
  border-right: 0px;
}
#car-maintenance .lineup-area .middle-desc {
  text-align: center;
}
#car-maintenance .lineup-area .middle-desc p {
  font-size: 18px;
}
#car-maintenance .lineup-area .select-box {
  padding-bottom: 10px;
}
#car-maintenance .lineup-area .select-label {
  text-align: left;
}
#car-maintenance .howtouse {
  text-align: center;
}
#car-maintenance .howtouse img.on-pc {
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  #car-maintenance .double-button .buttons-area {
    height: 173px;
  }
}
#car-maintenance #car-maintenance-bottom-navigation {
  margin: 80px 0;
}
#car-maintenance #car-maintenance-bottom-navigation .flex-container {
  padding-top: 20px;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
#car-maintenance #car-maintenance-bottom-navigation .flex-container .banner-column {
  width: 100%;
  margin: 0;
}
#car-maintenance #car-maintenance-bottom-navigation .flex-container .banner-column img {
  margin: 0 15px;
  width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
  #car-maintenance {
    padding: 0 15px;
  }
  #car-maintenance .reserve-maintenance {
    padding-top: 20px;
  }
  #car-maintenance .reserve-maintenance .maintenance-head .desc-red {
    display: initial;
    color: #ff0000;
    font-size: 0.8em;
  }
  #car-maintenance .car-maintenance-description {
    text-align: left;
  }
  #car-maintenance .car-maintenance-description br {
    display: none;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container {
    flex-direction: column;
    margin: 0;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container form {
    width: 100% !important;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column {
    width: 100%;
    flex-direction: column;
    border-right: none;
    border-bottom: 1px solid #999;
    margin-top: 15px;
    padding-bottom: 5px;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column img {
    height: 125px;
    right: 20px;
    object-position: top;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column a {
    width: 90%;
    margin: 7.5px 0;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .display {
    display: none;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-info {
    min-height: 0px;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-info .product-name br, #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-info .prodcut-sub-name br, #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-info .service-option br {
    display: none;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-area {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-area .product-info {
    display: inherit;
    flex-direction: column;
    text-align: left;
    height: auto;
    width: 40%;
    margin: 0 10px;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-area .product-info .product-name {
    font-size: 18px;
    margin: 0;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-area .product-info .service-option {
    text-align: left;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-area .product-info-estimation {
    height: 170px;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .product-area .service-image {
    width: 40%;
    margin: 0 10px;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .flex-column .select-box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .empty-item {
    border-bottom: 0px;
  }
  #car-maintenance .lineup-area .product-lineup.flex-container .trans-red-btn, #car-maintenance .lineup-area .product-lineup.flex-container .trans-black-btn {
    width: 90% !important;
  }
  #car-maintenance .middle-desc {
    text-align: center;
  }
  #car-maintenance .middle-desc p {
    font-size: 11px !important;
  }
  #car-maintenance .howtouse img {
    max-width: 100%;
  }
  #car-maintenance #car-maintenance-bottom-navigation {
    margin: 15px;
  }
  #car-maintenance #car-maintenance-bottom-navigation .flex-container .banner-column {
    width: 100%;
  }
  #car-maintenance #car-maintenance-bottom-navigation .flex-container .banner-column .btn-area {
    margin: 0;
  }
  #car-maintenance #car-maintenance-bottom-navigation .flex-container .banner-column img {
    margin: 0;
    width: 100%;
  }
}
#suggest-consultation {
  padding: 0 8%;
}
#suggest-consultation img {
  max-width: 100%;
}
#suggest-consultation .flex-container {
  background-color: #f2f2f2;
  text-align: center;
  margin: 0 0;
}
#suggest-consultation .flex-container .flex-left,
#suggest-consultation .flex-container .flex-right {
  border-color: #fff;
  border-style: solid;
  width: 50%;
}
#suggest-consultation .flex-container .flex-left .trans-red-btn,
#suggest-consultation .flex-container .flex-right .trans-red-btn {
  padding: 10px 20px;
  width: 60%;
}
#suggest-consultation .flex-container .flex-left .multiple-lines,
#suggest-consultation .flex-container .flex-right .multiple-lines {
  line-height: 1em;
}
#suggest-consultation #consultationContentInput {
  max-width: 630px;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner {
  width: 400px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article ul {
  margin: 0 auto 50px;
  padding: 0 18%;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article ul li {
  margin: 0 0 15px 0;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner label.textarea-title {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  text-align: center;
  padding: 0 0 20px 0;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner textarea {
  width: 95%;
  padding: 2%;
  margin: 0 0 50px 0;
  border: 1px solid #999;
  color: black;
  background: #F3F3F3;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .modal-contents-inner .end-button {
  margin: 0 auto;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .checkbox01-input {
  display: none;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 3px;
  width: 8px;
  height: 11px;
  transform: rotate(40deg);
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .checkbox01-parts {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-color: #333;
  background-color: #333;
}
#suggest-consultation #consultationContentInput .content-article.store-modal-article .site-red-btn {
  width: 58%;
}
#suggest-consultation #consultationContentInput .modal-header {
  border-bottom: 2px solid #CCC;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
#suggest-consultation #consultationContentInput .modal-header .modal-title {
  font-size: 28px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#suggest-consultation #consultationContentInput .btn-style {
  border: none;
}
#suggest-consultation #consultationContentInput .site-red-btn {
  cursor: pointer;
}
#suggest-consultation #consultationContentInput .content-input-error {
  text-align: center;
  padding-top: 7px;
  color: #F00;
  display: none;
}
#suggest-consultation #consultationContentInput li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  #suggest-consultation {
    margin-bottom: 20px;
  }
  #suggest-consultation .flex-container {
    flex-direction: column;
  }
  #suggest-consultation .flex-container .flex-left,
  #suggest-consultation .flex-container .flex-right {
    width: 100%;
  }
  #suggest-consultation .flex-container .flex-left .trans-red-btn,
  #suggest-consultation .flex-container .flex-right .trans-red-btn {
    width: 90%;
  }
}
#landing-header-title {
  display: flex;
  justify-content: center;
}
#landing-header-title #primary {
  display: flex;
  flex-direction: row;
  width: 1000px;
  justify-content: center;
}
#landing-header-title #primary .service-overview {
  margin: 15px 0;
}
#landing-header-title #primary .service-overview .head-title {
  font-size: 24px;
  margin-bottom: 10px;
}
#landing-header-title #primary .service-overview p {
  font-size: 14px;
  margin: 0;
}
#landing-header-title #primary .service-overview p.text-red {
  color: #ff0000;
  font-weight: bold;
}
#landing-header-title #primary .guide-link {
  width: 235px;
  height: 20px;
  position: relative;
  text-align: center;
  padding: 5px;
  top: 15px;
  border: 1px solid #999;
  min-width: 235px;
}
#landing-header-title #primary .guide-link .guide-img {
  width: 12px;
  height: 18px;
  vertical-align: text-bottom;
}
#landing-header-title #primary .guide-link .guide-desc {
  display: inline-block;
  vertical-align: sub;
}
#landing-header-title #primary .guide-link .guide-img-square {
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
}
#landing-header-title #primary .guide-link .user-guide {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: -5px;
  padding: 3px 5px 7px;
  vertical-align: middle;
  border-radius: inherit;
  cursor: pointer;
}
#landing-header-title #primary .guide-link .user-guide:hover, #landing-header-title #primary .guide-link .user-guide:active, #landing-header-title #primary .guide-link .user-guide:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#landing-header-title #primary .guide-link a {
  display: inline-block;
  vertical-align: top;
}
#landing-header-title #primary .guide-link a:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #landing-header-title #primary {
    display: block;
    width: 100%;
  }
  #landing-header-title #primary .service-overview {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    font-size: 11px;
  }
  #landing-header-title #primary .service-overview .head-title {
    font-size: 11px;
  }
  #landing-header-title #primary .service-overview p {
    font-size: 11px;
    margin: 0 20px 0 20px;
  }
  #landing-header-title #primary .guide-link {
    width: 90%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #landing-header-title #primary .guide-link .user-guide {
    padding: 5px;
  }
}
.brj_btsj_header {
  background-color: #333333;
  color: #CCC;
}
.brj_btsj_header .img {
  height: 30px;
}
.brj_btsj_header .top-banner {
  position: static;
  border: none;
}
@media screen and (min-width: 768px) {
  .brj_btsj_header .top-banner {
    height: 80px;
    display: flex;
    padding: 0 0 0 20px;
  }
  .brj_btsj_header .top-banner .img {
    line-height: 100px;
  }
  .brj_btsj_header .top-banner .title {
    line-height: 85px;
    padding: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .brj_btsj_header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 2;
  }
  #main-navigation + .brj_btsj_header {
    top: 35px;
  }
  .brj_btsj_header .top-banner {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: unset;
  }
  .brj_btsj_header .top-banner .title {
    line-height: unset;
    font-size: 10px;
  }
}

#userGuide {
  max-width: 1000px;
  max-height: 600px;
  position: fixed;
  overflow-y: scroll;
}
#userGuide .modal-header {
  border-bottom: 2px solid #CCC;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#userGuide .modal-header .guide-img {
  width: 12px;
  height: 18px;
}
#userGuide .modal-header .modal-title {
  font-size: 28px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0 0 0 5px;
}
#userGuide .flex-container {
  flex-direction: column;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
#userGuide .flex-container .flex-column .flex-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#userGuide .flex-container .flex-column .flex-img img {
  width: 50px;
  height: 50px;
  padding: 5px;
  box-sizing: content-box;
}
#userGuide .flex-container .flex-column .flex-img.wide img {
  width: 120px !important;
}
#userGuide .flex-container .flex-column .desc-step p {
  font-size: 18px;
  font-weight: bold;
}
#userGuide .flex-container .flex-column .desc-step .desc-red {
  font-size: 12px;
  color: #ff0000;
}
#userGuide .flex-container .step-arrow {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#userGuide .flex-container .step-arrow::before {
  content: "";
  border-bottom: 2px solid #999;
  width: 100px;
  height: 20px;
  transform: rotate(20deg);
  position: relative;
  display: block;
  left: -35px;
  bottom: 9px;
}
#userGuide .flex-container .step-arrow::after {
  content: "";
  border-bottom: 2px solid #999;
  width: 100px;
  height: 20px;
  transform: rotate(-20deg);
  position: relative;
  display: block;
  left: 51px;
  bottom: 31px;
}
#userGuide .modal-footer {
  text-align: center;
  padding-bottom: 30px;
}
#userGuide .modal-footer a {
  top: 20px;
  padding: 15px;
}
#userGuide .modal-footer a .footer-desc {
  padding: 10px 50px;
  border: 1px solid #333;
}

@media screen and (max-width: 767px) {
  #userGuide {
    max-height: 95%;
  }
  #userGuide .modal-container {
    padding: 10px 10px 0;
  }
  #userGuide .modal-container .modal-header {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 40px;
    padding: 10px 0;
    background-color: #fff;
    z-index: 10;
    top: 0;
    box-sizing: content-box;
  }
  #userGuide .modal-container .modal-header .modal-title {
    font-size: 20px;
  }
  #userGuide .modal-container .modal-header .guide-img {
    margin-right: 5px;
    margin-top: 3px;
  }
  #userGuide .modal-container .flex-container {
    padding-top: 70px;
  }
  #userGuide .modal-container .flex-container .step-arrow {
    margin: 5px 0;
  }
  #userGuide .modal-container .flex-container .step-arrow::before {
    content: "";
    border-bottom: 2px solid #999;
    width: 150px;
    height: 20px;
    transform: rotate(10deg);
    position: relative;
    display: block;
    left: -69px;
    bottom: 9px;
  }
  #userGuide .modal-container .flex-container .step-arrow::after {
    content: "";
    border-bottom: 2px solid #999;
    width: 150px;
    height: 20px;
    transform: rotate(-10deg);
    position: relative;
    display: block;
    left: 75px;
    bottom: 31px;
  }
  #userGuide .modal-container .flex-container .flex-column .desc-step p {
    font-size: 12px;
  }
  #userGuide .modal-container .modal-footer {
    padding-bottom: 50px;
  }
  #userGuide .modal-container .modal-footer a .footer-desc {
    padding: 10px 80px;
  }
  #userGuide .modal-container .close-modal.batsu {
    z-index: 11;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../iconfont/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../iconfont/MaterialIcons-Regular.woff2") format("woff2"), url("../iconfont/MaterialIcons-Regular.woff") format("woff"), url("../iconfont/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  vertical-align: middle;
}

#scheduleMain #customer-input-modal .site-black-btn::after {
  display: none;
}
#scheduleMain #customer-input-modal .site-black-btn:disabled:hover {
  background-color: #333;
}

.product-address-box .product-address-box-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 契約選択画面のスタイル */
.pt_subscription_contract .primary-content .subscription-service-store-information {
  padding: 0 20%;
}
.pt_subscription_contract .primary-content .pdp-main .product-col-2 {
  float: none;
  width: 100%;
}
.pt_subscription_contract .primary-content .pdp-main #store-service-list .service-read {
  padding: 0 0 20px 0;
}
.pt_subscription_contract .primary-content .pdp-main .store.product-options {
  padding-top: 0;
}
.pt_subscription_contract .primary-content .pdp-main .store.product-options .checkbox input[type=radio] {
  box-shadow: none !important;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pt_subscription_contract .primary-content .pdp-main .store.product-options .service-option-desc .service-option-text a {
  font-weight: bold;
  text-decoration: underline;
}
.pt_subscription_contract .primary-content .pdp-main .store.product-options .service-option-desc .service-option-text .content-supplement {
  font-weight: bold;
  font-size: 11px;
}

.pt_subscription_service .primary-content .subscription-service-store-information {
  padding: 0 20%;
}
.pt_subscription_service .primary-content .pdp-main .product-col-2 {
  float: none;
  width: 100%;
}
.pt_subscription_service .primary-content .pdp-main #store-service-list .service-read {
  padding: 0 0 20px 0;
}
.pt_subscription_service .primary-content .pdp-main .store.product-options {
  padding-top: 0;
}
.pt_subscription_service .primary-content .pdp-main .store.product-options .service-option-desc .service-option-text a {
  font-weight: bold;
  text-decoration: underline;
}
.pt_subscription_service .primary-content .pdp-main .store.product-options .service-option-desc .service-option-text .content-supplement {
  font-weight: bold;
  font-size: 11px;
}
.pt_subscription_service .primary-content .pdp-main .store.product-options .service-available-times {
  padding: 0 30px 25px 30px;
}
.pt_subscription_service .primary-content .pdp-main .store.product-options .service-available-times span {
  display: inline-block;
  padding: 0.2em 0.6em;
  border-radius: 5px;
  background-color: #666;
  color: #fcfcfc;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pt_subscription_service .primary-content .pdp-main .store.product-options .service-available-times {
    padding: 0 15px 15px 15px;
  }
}
#subscription_contract_complete div p.thanks_message {
  text-align: center;
  font-size: 2em;
}

.tel-link {
  font-weight: bold;
}
.tel-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.tel-link::before {
  content: ">";
  color: #FF0000;
}

#chat_field {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 7;
  width: 400px;
  border: 2px solid black;
  border-radius: 5px;
  background: gray;
}
#chat_field #chat_entry {
  padding: 2px;
  margin: 0;
  line-height: 1.4em;
  font-size: 1.4em;
  color: dark-gray;
}
#chat_field #chat_entry:focus {
  outline: none;
}
#chat_field #chat_entry span.caption {
  padding: 3px;
  display: block;
  background: white;
  margin-left: 30px;
}
#chat_field #chat_entry span.chat_icon {
  background: gray;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 0;
  width: 30px;
}
#chat_field #chat_entry span.discard {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0px;
  margin: auto 5px;
}
#chat_field #chat_entry .discard {
  background-image: url("../images/chatbot/chatbot_close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#chat_field #chat_entry:hover span.ui-icon.accordion_closed {
  transform: translate(0, -5px);
}
#chat_field #chat_entry:hover span.ui-icon.accordion_opened {
  transform: translate(0, 5px);
}
#chat_field #chat_entry .ui-accordion-header-icon {
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
#chat_field #chat_entry .ui-accordion-header-icon.closed {
  background-image: url("../images/chatbot/chatbot_open.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#chat_field #chat_entry .ui-accordion-header-icon.opened {
  background-image: url("../images/chatbot/chatbot_minimize.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
#chat_field .chat_content {
  background: white;
  height: 600px;
  border-top: 2px solid black;
}
@media screen and (max-width: 767px) {
  #chat_field {
    max-width: 300px;
  }
}

#chat_field .chat_content .chat-message-frame {
  margin-top: 1em;
  position: relative;
  /* 双方共通チャットメッセージのデザイン */
  /* ボット側のデザイン */
  /* ユーザ側のデザイン */
}
#chat_field .chat_content .chat-message-frame .chat-message {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 5px;
  /* 吹き出しのデザイン */
}
#chat_field .chat_content .chat-message-frame .chat-message ul.selection {
  padding-left: 10px;
  list-style: none;
}
#chat_field .chat_content .chat-message-frame .chat-message ul.selection li {
  margin-top: 5px;
}
#chat_field .chat_content .chat-message-frame .chat-message .chat_talk_button {
  font-size: 1em;
  text-align: left;
  width: 100%;
  border-radius: 5px;
}
#chat_field .chat_content .chat-message-frame .chat-message::before {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 30px;
  -webkit-transform: rotate(45deg) skew(-10deg, -10deg);
  -moz-transform: rotate(45deg) skew(-10deg, -10deg);
  -o-transform: rotate(45deg) skew(-10deg, -10deg);
  -ms-transform: rotate(45deg) skew(-10deg, -10deg);
  transform-origin: 100% 0%;
}
#chat_field .chat_content .chat-message-frame .chat-message ul {
  padding-left: 25px;
}
#chat_field .chat_content .chat-message-frame .chat-message .text-red {
  color: red;
}
#chat_field .chat_content .chat-message-frame .chat-message .vertical-margin {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#chat_field .chat_content .chat-message-frame .time-stamp {
  display: block;
  position: absolute;
  bottom: 5px;
  font-size: 0.8em;
}
#chat_field .chat_content .chat-message-frame.left .chat-message {
  margin-right: 40px;
  margin-left: 55px;
  background: #DDE;
}
#chat_field .chat_content .chat-message-frame.left .chat-message::before {
  margin-left: -10px;
  background: #DDE;
}
#chat_field .chat_content .chat-message-frame.left .time-stamp {
  right: 5px;
}
#chat_field .chat_content .chat-message-frame.right .chat-message {
  margin-right: 15px;
  margin-left: 70px;
  background: #BFA;
}
#chat_field .chat_content .chat-message-frame.right .chat-message::before {
  right: 0;
  margin-right: 6px;
  background: #BFA;
}
#chat_field .chat_content .chat-message-frame.right .time-stamp {
  left: 5px;
}

#chat_field .chat_content .chat-persona {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  left: 5px;
  background-image: url("../images/chatbot/chatbot_persona.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.pt_error .top-banner.error-page {
  top: 0px;
}
.pt_error h1 {
  text-align: center;
}
.pt_error .error-page-message .menu-links {
  margin-top: 20px;
}
.pt_error .error-page-message .menu-links ul {
  margin-left: 2em;
  list-style: none;
  font-size: 1.2rem;
}
.pt_error .error-page-message .menu-links ul ul {
  font-size: 0.9rem;
}
.pt_error .error-page-message .menu-links ul.menu_top_level > li {
  margin: 10px 0;
}
.pt_error .error-page-message a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: relative;
  right: 13px;
  top: 13px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}

#stop-sale-notice-err-main {
  margin: 0;
}
#stop-sale-notice-err-main .stop-sale-notice-notification {
  padding-bottom: 1%;
}
#stop-sale-notice-err-main .stop-sale-notice-notification h2 {
  text-transform: none;
}
#stop-sale-notice-err-main .ip2-tires-link {
  padding-bottom: 1%;
}
#stop-sale-notice-err-main .ip2-tires-link a {
  text-decoration: none;
}
#stop-sale-notice-err-main .ip2-tires-link a span {
  color: red;
}
#stop-sale-notice-err-main .stop-sale-notice-menu {
  padding-bottom: 1%;
}
#stop-sale-notice-err-main .stop-sale-notice-menu .menu-links ul {
  margin: 0;
  list-style: none;
}
#stop-sale-notice-err-main .stop-sale-notice-menu .menu-links li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: relative;
  right: 13px;
  top: 13px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}
#stop-sale-notice-err-main .stop-sale-notice-menu .menu-links .detail-tel-counter {
  padding-left: 3%;
  margin-top: 0%;
}
@media screen and (max-width: 768px) {
  #stop-sale-notice-err-main .stop-sale-notice-menu .menu-links .detail-tel-counter {
    padding-left: 6%;
  }
}
#stop-sale-notice-err-main .suggest-consulation-link {
  padding-bottom: 6%;
}
#stop-sale-notice-err-main .suggest-consulation-link .menu-links ul {
  margin: 0;
  list-style: none;
}
#stop-sale-notice-err-main .suggest-consulation-link .menu-links li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: relative;
  right: 13px;
  top: 13px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #stop-sale-notice-err-main .new-line::after {
    content: "\a";
    white-space: pre;
  }
}

a.natural_link {
  color: revert;
  text-decoration: revert;
}

#app-promotion {
  margin-top: 20px;
  text-align: center;
}
#app-promotion .app-promotion-message {
  margin-bottom: 10px;
}
#app-promotion .app-promotion-message .promotion-message {
  font-weight: bold;
  font-size: 24px;
}
#app-promotion .flex-column {
  display: flex;
}
#app-promotion .flex-column .flex-left {
  margin-right: 5px;
  width: 50%;
}
#app-promotion .flex-column .flex-left .cockpit-app-title {
  border-bottom: solid 1px #0065b4;
  margin-bottom: 10px;
}
#app-promotion .flex-column .flex-left .cockpit-app-title .cockpit-app {
  color: #0065b4;
  font-size: 24px;
}
#app-promotion .flex-column .flex-right {
  margin-left: 5px;
  width: 50%;
}
#app-promotion .flex-column .flex-right .taiyakan-app-title {
  border-bottom: solid 1px;
  margin-bottom: 10px;
}
#app-promotion .flex-column .flex-right .taiyakan-app-title .taiyakan-app {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  #app-promotion .app-promotion-message .promotion-message {
    font-size: 11px;
  }
  #app-promotion .flex-column {
    flex-direction: column;
  }
  #app-promotion .flex-column .flex-left {
    margin-right: 0px;
    width: 100%;
  }
  #app-promotion .flex-column .flex-left .cockpit-app-title .cockpit-app {
    color: #0065b4;
    font-size: 20px;
  }
  #app-promotion .flex-column .flex-right {
    margin-left: 0px;
    width: 100%;
  }
  #app-promotion .flex-column .flex-right .taiyakan-app-title .taiyakan-app {
    font-size: 20px;
  }
  #app-promotion .flex-column .flex-column {
    flex-direction: row;
  }
  #app-promotion .flex-column .flex-column .flex-left {
    margin-right: 5px;
    width: 50%;
  }
  #app-promotion .flex-column .flex-column .flex-right {
    margin-left: 5px;
    width: 50%;
  }
  #app-promotion .app-sp {
    font-size: 20px;
  }
}
#store-search-content a {
  cursor: pointer;
}
#store-search-content a img {
  max-width: 100%;
}
#store-search-content a:hover, #store-search-content a:active, #store-search-content a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#store-search-content .search-links-title {
  position: relative;
}
#store-search-content .search-links-title .guide-link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2rem;
  margin: auto;
}
@media only screen and (max-width: 780px) {
  #store-search-content .search-links-title .guide-link {
    height: 4rem;
  }
}
#store-search-content .search-links-title .guide-link a.open-modal {
  display: inline-block;
  padding: 0.4rem;
  border: 1px solid #333;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  border-radius: 0.4rem;
}
#store-search-content .titMid {
  border-bottom: 4px solid;
  border-color: #e3e3e3;
  border-image-slice: 1;
  text-align: left;
  position: relative;
}
#store-search-content .titMid:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30%;
  background: #E60012;
  height: 4px;
}
#store-search-content .titMid h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
}
#store-search-content .titMid h2 br.spBr {
  display: none;
}
@media only screen and (max-width: 780px) {
  #store-search-content .titMid h2 {
    font-size: 16px;
    padding-right: 80px;
  }
  #store-search-content .titMid h2 br.spBr {
    display: block;
  }
}
#store-search-content .sp-only {
  display: none;
}
@media only screen and (max-width: 780px) {
  #store-search-content .sp-only {
    display: block;
  }
}
#store-search-content .inlineP {
  display: inline-block;
}
#store-search-content #userGuide .indexService {
  margin-top: 65px;
}
#store-search-content #userGuide .indexService ul {
  text-align: center;
  list-style: none;
  padding-inline-start: 0px;
}
#store-search-content #userGuide .indexService ul li {
  width: 90px;
  margin: 10px 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
#store-search-content #userGuide .indexService ul li figure {
  margin: 0;
  display: block;
}
#store-search-content #userGuide .indexService ul li figure a {
  color: #ff3333;
  text-decoration: underline;
  word-break: break-all;
}
#store-search-content #userGuide .indexService ul li figure a img {
  border: 3px solid #999 !important;
  border-radius: 8px;
}
#store-search-content #product-url-tile {
  margin: 0 auto;
}
#store-search-content #product-url-tile *, #store-search-content #product-url-tile *:before, #store-search-content #product-url-tile *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#store-search-content #product-url-tile .flex-container {
  margin-bottom: 3rem;
}
#store-search-content #product-url-tile .flex-column {
  width: 49%;
}
@media only screen and (max-width: 780px) {
  #store-search-content #product-url-tile .flex-column {
    width: 100%;
  }
}
#store-search-content #product-url-tile .flex-container {
  justify-content: space-between;
}
#store-search-content #product-url-tile .flex-container.row2OnMobile {
  flex-direction: row;
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  #store-search-content #product-url-tile .flex-container.row2OnMobile {
    flex-direction: row;
    margin-top: 0;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
#store-search-content #product-url-tile .flex-container.row2OnMobile .flex-column {
  width: 49.5%;
}
@media only screen and (max-width: 780px) {
  #store-search-content #product-url-tile .flex-container {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #store-search-content #product-url-tile .flex-column {
    width: 91%;
  }
}
#store-search-content .search-links {
  margin: 1rem auto;
}
#store-search-content .search-links .flex-container {
  margin: 0;
}
#store-search-content .search-links .flex-container .flex-column {
  margin: 0;
}
#store-search-content .search-links ul, #store-search-content .search-links li, #store-search-content .search-links dl, #store-search-content .search-links dt, #store-search-content .search-links dd, #store-search-content .search-links ol {
  margin: 0;
  padding: 0;
  float: none;
}
#store-search-content .search-links a {
  display: block;
}

#home-landing-header-title .topMainVisualBox {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#home-landing-header-title .topMainVisualBox .topMainVisualBoxInner {
  height: 40vh;
  min-height: 290px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 2rem 15px;
}
@media only screen and (max-width: 780px) {
  #home-landing-header-title .topMainVisualBox .topMainVisualBoxInner {
    margin: 0 auto 0;
    background-position: 50% 50%;
    min-height: 360px;
  }
}
@media only screen and (max-width: 1280px) {
  #home-landing-header-title .topMainVisualBox .topMainVisualBoxInner {
    padding: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  #home-landing-header-title .topMainVisualBox .topMainVisualBoxInner {
    padding: 1.5rem 15px;
  }
}
#home-landing-header-title .topMainVisualBox .topMainVisualBoxInner .topMainLead {
  padding: 15px 0;
  max-width: 60%;
}
@media only screen and (max-width: 1280px) {
  #home-landing-header-title .topMainVisualBox .topMainVisualBoxInner .topMainLead {
    max-width: 70%;
  }
}
@media only screen and (max-width: 780px) {
  #home-landing-header-title .topMainVisualBox .topMainVisualBoxInner .topMainLead {
    max-width: 100%;
  }
}
#home-landing-header-title .topMainVisualBox .topMainVisualBoxInner .topMainLead h1 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #FFF;
  margin: 0;
  padding: 1rem 0;
  font-weight: bold;
}
@media only screen and (max-width: 780px) {
  #home-landing-header-title .topMainVisualBox .topMainVisualBoxInner .topMainLead h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#home-landing-header-title .topMainVisualBox .topMainVisualBoxInner .topMainLead h1:after {
  content: "";
  display: block;
  height: 3px;
  background: #E60012;
  width: 40%;
  margin-top: 1rem;
}
#home-landing-header-title .topMainVisualBox .topMainVisualBoxInner .topMainLead p {
  color: #FFF;
}
#home-landing-header-title .topMainVisualBox .topMainVisualBoxInner .topMainLead .inlineP {
  display: inline-block;
}

#home-suggest-consultation {
  padding: 0 0 40px;
}
#home-suggest-consultation .trans-black-btn,
#home-suggest-consultation .trans-red-btn {
  box-sizing: border-box;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .trans-black-btn,
  #home-suggest-consultation .trans-red-btn {
    font-size: 14px;
  }
}
#home-suggest-consultation a img {
  max-width: 100%;
}
#home-suggest-consultation a:hover, #home-suggest-consultation a:active, #home-suggest-consultation a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#home-suggest-consultation img {
  max-width: 100%;
}
#home-suggest-consultation .singleBox {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#home-suggest-consultation .tab-bloc2 .two-tab {
  padding-top: 0px;
  padding-bottom: 0px;
}
#home-suggest-consultation .tab-bloc2 .tabl-bloc-nav ul li a {
  width: 33.3333333333%;
}
#home-suggest-consultation .linksToGuideTxt {
  text-align: center;
}
#home-suggest-consultation .site-head-A h4 {
  text-align: left;
  margin: 0;
  padding: 0.5rem 0;
  line-height: 135%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .site-head-A h4 {
    padding: 0.5rem 0.25rem;
  }
}
#home-suggest-consultation .site-head-A.smallBloack h4 {
  background: none;
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .site-head-A.smallBloack h4 {
    font-size: 16px;
  }
}
#home-suggest-consultation .site-head-A .h4Wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0.3rem solid #333;
}
#home-suggest-consultation .site-head-A .h4Wrapper h4 {
  font-size: 26px;
  text-align: left;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0.5rem;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .site-head-A .h4Wrapper h4 {
    font-size: 18px;
    padding: 0.5rem 0.25rem;
  }
}
#home-suggest-consultation .site-head-A p {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 175%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .site-head-A p {
    padding: 0.75rem 0.25rem 0.75rem;
    margin: 0;
    font-size: 14px;
    line-height: 175%;
  }
  #home-suggest-consultation .site-head-A p.tAc {
    text-align: center;
  }
}
#home-suggest-consultation .stepBox ul {
  list-style: none;
  padding-inline-start: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#home-suggest-consultation .stepBox ul.stepArr li {
  width: 23%;
  margin: 1%;
}
#home-suggest-consultation .stepBox ul.stepArr li dl {
  text-align: center;
  padding: 0.5rem;
}
#home-suggest-consultation .stepBox ul.stepArr li dl img {
  border: 1px solid #333;
  max-width: 100%;
  height: auto;
}
#home-suggest-consultation .stepBox ul.stepArr li dt {
  position: relative;
}
#home-suggest-consultation .stepBox ul.stepArr li dt:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home-suggest-consultation .stepBox ul.stepArr li .dt-last:after {
  display: none;
}
#home-suggest-consultation .stepBox ul.stepArr.centerBox {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#home-suggest-consultation .stepBox ul.stepArr.centerBox li {
  width: 31%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .stepBox ul.stepArr.centerBox li {
    width: 100%;
    margin: 1% 0;
    position: relative;
  }
  #home-suggest-consultation .stepBox ul.stepArr.centerBox li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: solid 2px red;
    border-bottom: solid 2px red;
    position: absolute;
    right: 0%;
    left: 0;
    top: auto;
    bottom: -16px;
    margin: 4px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #home-suggest-consultation .stepBox ul.stepArr.centerBox li:last-child:after {
    display: none;
  }
  #home-suggest-consultation .stepBox ul.stepArr.centerBox li:last-child dl {
    border-bottom: none;
  }
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .stepBox ul.stepArr {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #home-suggest-consultation .stepBox ul.stepArr li {
    width: 100%;
    margin: 1% 0;
    position: relative;
  }
  #home-suggest-consultation .stepBox ul.stepArr li:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: solid 2px red;
    border-bottom: solid 2px red;
    position: absolute;
    right: 0%;
    left: 0;
    top: auto;
    bottom: -16px;
    margin: 4px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #home-suggest-consultation .stepBox ul.stepArr li:last-child:after {
    display: none;
  }
  #home-suggest-consultation .stepBox ul.stepArr li:last-child dl {
    border-bottom: none;
  }
  #home-suggest-consultation .stepBox ul.stepArr li dt {
    position: default;
  }
  #home-suggest-consultation .stepBox ul.stepArr li dt:after {
    display: none;
  }
}
#home-suggest-consultation .stepBox ul li {
  width: 31%;
  margin: 1%;
  position: relative;
}
#home-suggest-consultation .stepBox ul li dl {
  text-align: center;
  padding: 0.5rem;
}
#home-suggest-consultation .stepBox ul li dl dt {
  margin-inline-start: 0px;
}
#home-suggest-consultation .stepBox ul li dl dd {
  margin-inline-start: 0px;
}
#home-suggest-consultation .stepBox ul li dl img {
  border: 1px solid #333;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .stepBox ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: unset;
  }
  #home-suggest-consultation .stepBox ul li {
    width: 100%;
    margin: 1% 0;
    position: relative;
  }
  #home-suggest-consultation .stepBox ul li dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0.5rem;
    border-bottom: 1px solid #000;
  }
  #home-suggest-consultation .stepBox ul li dl dt {
    width: 40%;
  }
  #home-suggest-consultation .stepBox ul li dl dd {
    text-align: left;
    width: 50%;
    padding: 1rem;
    margin-inline-start: 0px;
  }
  #home-suggest-consultation .stepBox ul li dl img {
    max-width: 100%;
    height: auto;
  }
  #home-suggest-consultation .stepBox ul li:last-child dl {
    border-bottom: none;
  }
}
#home-suggest-consultation .bg_gray {
  background-color: rgba(238, 238, 238, 0.9333333333);
}
#home-suggest-consultation .bg_gray .singleBox {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .bg_gray .singleBox {
    padding: 2rem 1rem;
  }
}
#home-suggest-consultation .flex-container {
  background-color: #f2f2f2;
  text-align: center;
  margin: 0 0;
  justify-content: space-between;
}
#home-suggest-consultation .flex-container .flex-left,
#home-suggest-consultation .flex-container .flex-right {
  border-color: #fff;
  border-style: solid;
  width: 48%;
}
#home-suggest-consultation .flex-container .flex-left .trans-red-btn,
#home-suggest-consultation .flex-container .flex-right .trans-red-btn {
  padding: 10px 20px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #home-suggest-consultation .flex-container .flex-left .trans-red-btn,
  #home-suggest-consultation .flex-container .flex-right .trans-red-btn {
    width: 100%;
  }
}
#home-suggest-consultation .flex-container .flex-left .multiple-lines,
#home-suggest-consultation .flex-container .flex-right .multiple-lines {
  line-height: 1em;
}
#home-suggest-consultation .titMid {
  border-bottom: 4px solid;
  border-color: #e3e3e3;
  border-image-slice: 1;
  text-align: left;
  position: relative;
}
#home-suggest-consultation .titMid:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30%;
  background: #E60012;
  height: 4px;
}
#home-suggest-consultation .titMid h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0.5rem;
}
#home-suggest-consultation .titMid h2 br.spBr {
  display: none;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .titMid h2 {
    font-size: 18px;
    line-height: 120%;
    padding: 0.5rem 0.2rem;
  }
  #home-suggest-consultation .titMid h2 br.spBr {
    display: block;
  }
}
#home-suggest-consultation .lead p {
  font-size: 16px;
  padding: 0 0.5rem;
  line-height: 175%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .lead p {
    padding: 0.75rem 0.25rem;
    font-size: 14px;
    line-height: 175%;
    margin: 0;
  }
}
#home-suggest-consultation .lead .applefgtbox {
  line-height: 175%;
  padding: 0;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .lead .applefgtbox {
    padding: 1.5rem 0rem 0;
    margin: 0;
  }
}
#home-suggest-consultation .flex-container.row2OnMobile {
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .flex-container.row2OnMobile {
    flex-direction: row;
    margin-top: 0;
  }
}
#home-suggest-consultation .flex-container.row2OnMobile .flex-column {
  width: 49%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .flex-container {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
#home-suggest-consultation .flex-left, #home-suggest-consultation .flex-right {
  width: 48%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .flex-left, #home-suggest-consultation .flex-right {
    width: 100%;
  }
}
#home-suggest-consultation .flex-left2, #home-suggest-consultation .flex-right2 {
  width: 48%;
  background-color: #FFF;
}
#home-suggest-consultation .onlineBox {
  font-size: 14px;
  padding: 0 0 0.5rem;
  font-weight: bold;
  line-height: 130%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .onlineBox {
    font-size: 12px;
    margin: 0;
  }
}
#home-suggest-consultation .reserve-consultationLink {
  padding: 0 0 1rem;
}
#home-suggest-consultation .reserve-consultationLink .trans-red-btn {
  width: 90%;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 20px;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .reserve-consultationLink .trans-red-btn {
    font-size: 0.775rem;
    padding: 10px 10px;
  }
}
#home-suggest-consultation .flex-container {
  background: none;
}
#home-suggest-consultation .flex-container.row2OnMobile {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#home-suggest-consultation .flex-container.row2OnMobile .flex-left, #home-suggest-consultation .flex-container.row2OnMobile .flex-right {
  width: 48%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .flex-container.row2OnMobile .flex-left, #home-suggest-consultation .flex-container.row2OnMobile .flex-right {
    display: flex;
  }
  #home-suggest-consultation .flex-container.row2OnMobile .flex-left.ocBox, #home-suggest-consultation .flex-container.row2OnMobile .flex-right.ocBox {
    flex-direction: column;
  }
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .flex-container .flex-left {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .flex-container .flex-right {
    padding-bottom: 0;
  }
}
#home-suggest-consultation .bg_gray .flex-container .flex-left, #home-suggest-consultation .bg_gray .flex-container .flex-right {
  background-color: #FFF;
}
#home-suggest-consultation .cockpit-taiyakan_appBox {
  padding-bottom: 1rem;
}
#home-suggest-consultation .cockpit-taiyakan_appBox *, #home-suggest-consultation .cockpit-taiyakan_appBox *:before, #home-suggest-consultation .cockpit-taiyakan_appBox *:after {
  box-sizing: border-box;
}
#home-suggest-consultation .cockpit-taiyakan_appBox .flex-container .flex-left,
#home-suggest-consultation .cockpit-taiyakan_appBox .flex-container .flex-right {
  background-color: unset;
  border-style: none;
  width: 49%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .cockpit-taiyakan_appBox .flex-container .flex-left,
  #home-suggest-consultation .cockpit-taiyakan_appBox .flex-container .flex-right {
    width: 100%;
    padding-bottom: 0rem;
  }
}
#home-suggest-consultation .cockpit-taiyakan_appBox .content-article-head {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .cockpit-taiyakan_appBox .content-article-head {
    padding-bottom: 0rem;
  }
}
#home-suggest-consultation .shopBox {
  height: 100%;
}
#home-suggest-consultation .shopBox.cpBox {
  border: 1px solid #0065b4;
  border-top: none;
}
#home-suggest-consultation .shopBox.cpBox .logoBox {
  background: #0065b4;
}
#home-suggest-consultation .shopBox.tkBox {
  border: 1px solid #009843;
  border-top: none;
}
#home-suggest-consultation .shopBox.tkBox .logoBox {
  background: #009843;
}
#home-suggest-consultation .shopBox .logoBox {
  padding: 0.5rem;
}
#home-suggest-consultation .shopBox .logoBox img {
  width: auto;
  max-height: 42px;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .shopBox .logoBox img {
    max-height: 22px;
  }
}
#home-suggest-consultation .shopBox .innerBox {
  background: #FFF;
}
#home-suggest-consultation .shopBox .innerBox h4 {
  margin: 0;
  padding: 1rem;
  font-size: 16px;
}
#home-suggest-consultation .shopBox .innerBox p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .shopBox .innerBox p {
    font-size: 14px;
  }
}
#home-suggest-consultation .shopBox .innerBox .trans-red-btn {
  width: 90%;
  font-size: 14px;
  margin: 0 auto;
  padding: 10px 20px;
}
#home-suggest-consultation .inlineP {
  display: inline-block;
}
#home-suggest-consultation .site-head h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .site-head h4 {
    font-size: 16px;
  }
}
#home-suggest-consultation .site-head p {
  text-align: center;
  padding: 0 0 2rem;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .site-head p {
    text-align: left;
  }
  #home-suggest-consultation .site-head p.tAc {
    text-align: center;
  }
}
#home-suggest-consultation .appBox.tkBox {
  margin-top: 1.5rem;
  background: linear-gradient(326deg, #009843 0%, #009843 50%, #0065b4 50%, #0065b4 100%);
}
#home-suggest-consultation .appBox {
  padding: 1.25rem 0.8rem;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .appBox {
    padding: 0.8rem 0.5rem;
  }
}
#home-suggest-consultation .appBox .titBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#home-suggest-consultation .appBox .titBox .applogoBox {
  width: 25%;
}
@media screen and (max-width: 780px) {
  #home-suggest-consultation .appBox .titBox .applogoBox {
    width: 25%;
  }
}
#home-suggest-consultation .appBox .titBox .txtBox {
  color: #333;
  text-align: left;
  padding: 1rem 0 1rem 0.75rem;
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#home-suggest-consultation .appBox .titBox .txtBox .applogo-catch {
  font-size: 16px;
  padding: 0 0 0.5rem;
  margin: 0;
  line-height: 135%;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .appBox .titBox .txtBox .applogo-catch {
    font-size: 13px;
    line-height: 125%;
    padding-bottom: 0.2rem;
  }
}
#home-suggest-consultation .appBox .titBox .txtBox h4 {
  font-size: 22px;
  padding: 0;
  margin: 0;
  letter-spacing: -0.05rem;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .appBox .titBox .txtBox h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#home-suggest-consultation .appBox ul {
  padding: 0.5rem 0.25rem 0 0.25rem;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  #home-suggest-consultation .appBox ul {
    padding: 0.3rem 0rem 0rem 0rem;
  }
}
#home-suggest-consultation .appBox ul li {
  width: 50%;
  margin: -4px;
  padding: 3px;
}
@media screen and (max-width: 780px) {
  #home-suggest-consultation .appBox ul li {
    width: 50%;
    margin: 0px;
    padding: 0 0.2rem;
  }
}
#home-suggest-consultation .contents-wrapper-wide {
  padding: 2rem 15px;
}
@media only screen and (max-width: 1280px) {
  #home-suggest-consultation .contents-wrapper-wide {
    padding: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .contents-wrapper-wide {
    padding: 0.5rem 0.5rem 0.25rem;
  }
}
#home-suggest-consultation .padding-bottom-3rem {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .padding-bottom-3rem {
    padding-bottom: 1.5rem;
  }
}
#home-suggest-consultation .padding-top-3rem {
  padding-top: 3rem;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .padding-top-3rem {
    padding-top: 1.5rem;
  }
}
#home-suggest-consultation .aboutStores .flex-container {
  margin-bottom: 3rem;
}
#home-suggest-consultation .subtitle p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5rem 0;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .subtitle p {
    font-size: 16px;
    line-height: 130%;
    margin: 0;
  }
}
#home-suggest-consultation .contactBlock {
  margin: 2rem 0;
  border: 1px solid #000;
  padding: 2rem 1rem;
  text-align: center;
}
#home-suggest-consultation .contactBlock h3 {
  font-size: 18px;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .contactBlock h3 {
    font-size: 16px;
  }
}
#home-suggest-consultation .contactBlock p {
  padding-top: 1rem;
  font-size: 16px;
}
@media only screen and (max-width: 780px) {
  #home-suggest-consultation .contactBlock p {
    font-size: 14px;
  }
}
#home-suggest-consultation .appBoxlinear-gradien {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8784313725);
  padding: 0.5rem;
  width: 100%;
}

@media screen and (max-width: 780px) {
  #home-suggest-consultation .pc-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #home-suggest-consultation {
    margin-bottom: 20px;
    padding: 0;
  }
  #home-suggest-consultation .flex-container {
    flex-direction: column;
  }
  #home-suggest-consultation .flex-container .flex-left,
  #home-suggest-consultation .flex-container .flex-right {
    width: 100%;
  }
  #home-suggest-consultation .flex-container .flex-left .trans-red-btn,
  #home-suggest-consultation .flex-container .flex-right .trans-red-btn {
    width: 90%;
  }
}
.page-main-title {
  padding: 7px 0 18px;
  position: relative;
  background-color: #ededed;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.page-main-title:after {
  content: "";
  background: #e3e3e3;
  height: 5000px;
  left: 50%;
  margin-left: -608px;
  margin-left: -612px;
  margin-top: -212px;
  margin-left: -515px;
  margin-top: -515px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-72deg);
  -webkit-transform-origin: center center;
  transform: rotate(-72deg);
  transform-origin: center center;
  width: 5000px;
  z-index: 0;
}
.page-main-title .title {
  font-weight: 400;
  font-size: 32px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.page-main-title .title .subtitle {
  font-weight: 300;
  font-size: 24px;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-main-title .title .subtitle {
    font-size: 15px;
  }
}

.footer-container .left-nav.centering-extended .menu-footer {
  text-align: center !important;
}

#add_customer_id {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #add_customer_id {
    width: 90%;
  }
  #add_customer_id .modal-title {
    font-size: 20px;
  }
}
#add_customer_id .content-article {
  width: 100%;
}
#add_customer_id .content-article .content-article-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#add_customer_id .content-article .content-article-content .display-section-title {
  margin: 0 0 50px;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form {
  text-align: center;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form li {
  font-size: 14px;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form dd {
  width: 100%;
  padding: 10px;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form dd input {
  border: 1px solid #aaa;
  box-sizing: border-box;
  height: 2rem;
  padding: 0.7em 0.5em;
  text-indent: 0;
  margin: 0 0 10px 0;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form label {
  margin: 0;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .confirm_link {
  margin: 10px;
  display: inline-block;
  text-decoration: underline;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .labeled_input {
  display: flex;
  align-items: center;
  justify-content: center;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .form_input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 77%;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .input-title {
  flex: 0 0 28%;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .validation-target {
  flex: 0 0 80%;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .select-radio {
  display: flex;
  justify-content: center;
  margin: 30px 0 20px;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .select-radio .form-check {
  display: flex;
  flex: 0 0 30%;
  align-items: center;
  justify-content: center;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .select-radio .form-check .form-check-input:focus {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .select-radio .form-check-label {
  float: none;
  width: auto;
  margin-left: 10px;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .invalid-border {
  border: 1px solid #F00 !important;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form span.valid-txt-01 {
  width: 30px;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form span.valid-txt-02 {
  margin: 0 0px 20px 6px;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .invalid-message {
  text-align: left;
  margin-left: 30%;
}
#add_customer_id .content-article .content-article-content #add-customer-id-form .message {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #add_customer_id .content-article .content-article-content #add-customer-id-form .labeled_input, #add_customer_id .content-article .content-article-content #add-customer-id-form .select-radio {
    display: block;
  }
  #add_customer_id .content-article .content-article-content #add-customer-id-form .input-title {
    text-align: left;
  }
  #add_customer_id .content-article .content-article-content #add-customer-id-form .validation-target {
    flex: 0 0 88%;
  }
  #add_customer_id .content-article .content-article-content #add-customer-id-form .invalid-message {
    margin-left: 0;
  }
  #add_customer_id .content-article .content-article-content #add-customer-id-form .select-radio .form-check {
    justify-content: flex-start;
    width: 60%;
    margin: 0 auto;
  }
}
#add_customer_id .content-article .content-article-content #add-customer-submit {
  width: 300px;
  display: inline-block;
}
#add_customer_id .content-article .content-article-content .add-customer-contents {
  text-align: center;
}
#add_customer_id .content-article .content-article-content .error-message {
  width: 90%;
  display: none;
  margin-bottom: 20px;
}
#add_customer_id .content-article .content-article-content .section-head button, #add_customer_id .content-article .content-article-content .section-head .store-tile.selected .select-store-button, .store-tile.selected #add_customer_id .content-article .content-article-content .section-head .select-store-button {
  background-color: #fff;
  border-style: none;
  color: #333;
  font-size: 0px;
  padding: 0px;
  width: 100%;
  text-align: left;
}
#add_customer_id .content-article .content-article-content .section-head button:focus-visible, #add_customer_id .content-article .content-article-content .section-head .store-tile.selected .select-store-button:focus-visible, .store-tile.selected #add_customer_id .content-article .content-article-content .section-head .select-store-button:focus-visible {
  outline: none;
}
#add_customer_id .content-article .content-article-content .section-head .section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  #add_customer_id .content-article .content-article-content .section-head .section-title {
    width: 90%;
  }
}
#add_customer_id .content-article .content-article-content .section-head .plus-btn, #add_customer_id .content-article .content-article-content .section-head .minus-btn {
  display: inline-block;
  position: absolute;
  right: 3%;
  width: 1%;
  font-size: 1.6em;
  margin: 0px;
}
#add_customer_id .content-article .content-article-content .section-head .icon {
  height: 22px;
  width: 22px;
}
#add_customer_id .content-article .content-article-content .section-head .hide {
  display: none;
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-container {
  max-height: 100%;
  padding: 10px 0;
  background-color: #ffffff;
  overflow: auto;
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-content-article {
  padding-right: 15px;
  padding-left: 15px;
  max-height: calc(100vh - 140px);
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-head {
  padding: 5px 30px 5px 30px;
  background-color: #e3e3e3;
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-head .customer-id-info-subtitle {
  color: #fff;
  background: #333;
  font-size: 14px;
  line-height: 180%;
  line-height: 200%;
  padding: 1px 4px;
  border: none;
  margin-bottom: 2px;
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-head .customer-id-info-title {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 4px;
  font-weight: 400;
  font-size: 18px;
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-head .customer-id-info-title.lonely {
  padding-top: 0;
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-inside .grey-bg {
  padding: 10px 10px 10px 10px;
  background-color: #f2f2f2;
  margin-bottom: 2px;
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-inside .grey-bg .bordered-sep-box {
  font-size: 18px;
}
#add_customer_id .content-article .content-article-content #customer-id-info .customer-id-info-inside .grey-bg .bordered-sep-box small {
  font-size: 70%;
}

.cloak-top-menu {
  width: 100%;
  margin: 10px 0 0 0;
}
.cloak-top-menu .menu-item {
  padding: 10px;
  position: relative;
}
.cloak-top-menu .menu-item .title {
  padding: 0;
  margin: 0;
}
.cloak-top-menu .menu-item .title:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 0 0 -10px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cloak-top-menu .menu-item a {
  font-size: 20px;
  color: #000;
  margin: 10px;
  text-decoration: none;
}
.cloak-top-menu .menu-item a:hover {
  text-decoration: underline;
}
.cloak-top-menu hr {
  border: none;
  border-top: 1px dotted #999;
}

.complete-reservation .product-date-box {
  margin: 10px 0 10px 0;
}
.complete-reservation .product-date-box .reserve-candidates-box {
  clear: both;
  overflow: hidden;
}
.complete-reservation .product-date-box .reserve-candidates-box .reserve-candidate-txt-01 {
  font-size: 22px;
  margin: 0 0 10px 0;
  text-align: center;
}
.complete-reservation .product-date-box .reserve-candidates-box .reserve-candidate-txt-02 {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.complete-reservation .reserve-desc-box {
  margin: 0 0 40px 0;
  clear: both;
  overflow: hidden;
}
.complete-reservation .reserve-desc-box p {
  color: #000;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0;
}
.complete-reservation .reserve-desc-box .reserve-txt-01 {
  font-size: 28px;
}
.complete-reservation .reserve-desc-box .reserve-txt-02 {
  font-size: 18px;
}
.complete-reservation .reserve-desc-box .reserve-txt-02.red-text {
  color: #FF0000;
}
.complete-reservation .reserve-desc-box .question-text {
  font-size: 23px;
}
.complete-reservation .reserve-regist-box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 40px auto 20px auto;
  padding: 60px 0 0 0;
  text-align: center;
}
.complete-reservation .reserve-regist-box p {
  font-size: 14px;
  display: flex;
  justify-content: center;
  padding: 0 0 30px 0;
  margin: auto;
  text-align: left;
  width: 85%;
}
.complete-reservation .reserve-regist-box .question-annotation {
  padding: 0 0 0 0;
}
.complete-reservation .reserve-regist-box .site-black-btn.site-top-btn {
  display: inline-block;
  padding: 17px 32px 16px 32px;
}
.complete-reservation .reserve-regist-box .site-black-btn.site-top-btn:after {
  border: none;
  box-shadow: none;
}
.complete-reservation .complete-container {
  text-align: center;
}
.complete-reservation .complete-container .site-top-btn {
  font-size: 18px;
}
.complete-reservation ul li {
  list-style: none;
}
.complete-reservation .customer-question {
  padding: 0 0 20px 0;
}
.complete-reservation .customer-question .question {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.complete-reservation .customer-question span.title-pc {
  display: unset;
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  width: 30%;
  text-align: right;
}
.complete-reservation .customer-question span.title-sp {
  display: none;
}
.complete-reservation .customer-question input[type=text] {
  width: 49.5%;
  height: 60px;
  border: 1px solid #999;
  background: #F3F3F3;
  color: black;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.complete-reservation .customer-question .select-attr-question {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
}
.complete-reservation .customer-question .select-attr-question::before {
  position: absolute;
  top: 40%;
  right: 1.3em;
  pointer-events: none;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.complete-reservation .customer-question .select-attr-question:after {
  position: absolute;
  height: 28px;
  top: 3px;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 2px solid #DEDEDE;
}
.complete-reservation .customer-question .select-attr-question select {
  color: black;
  background: #F3F3F3;
  width: 99%;
  padding-right: 4em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
.complete-reservation .customer-question .select-attr-question select::-ms-expand {
  display: none;
}
.complete-reservation .customer-question textarea {
  width: 47.5%;
  padding: 1%;
  border: 1px solid #999;
  background-color: #F3F3F3;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .complete-reservation .reserve-candidates-box .reserve-candidate-txt-01 {
    font-size: 15px;
  }
  .complete-reservation .reserve-candidates-box .reserve-candidate-txt-02 {
    font-size: 10px;
  }
  .complete-reservation .reserve-desc-box .reserve-txt-01 {
    font-size: 20px;
  }
  .complete-reservation .reserve-desc-box .reserve-txt-02 {
    font-size: 12px;
  }
  .complete-reservation .reserve-desc-box .reserve-txt-02.red-text {
    color: #FF0000;
  }
  .complete-reservation .reserve-desc-box .question-text {
    font-size: 17px;
    width: 100%;
  }
  .complete-reservation .site-top-btn {
    font-size: 12px !important;
  }
  .complete-reservation .reserve-regist-box .question-annotation {
    font-size: 12px;
    display: block;
    margin: 0;
  }
  .complete-reservation .customer-question .question {
    margin-top: 0;
  }
  .complete-reservation .customer-question span.title-pc {
    display: none;
  }
  .complete-reservation .customer-question span.title-sp {
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: left;
  }
  .complete-reservation .customer-question .select-attr-question {
    width: 100%;
  }
  .complete-reservation .customer-question textarea {
    width: 100%;
  }
}

#customer-cloak-input-modal {
  max-width: 630px;
}
#customer-cloak-input-modal ul {
  list-style: none;
  padding: 0 10px;
}
#customer-cloak-input-modal .modal-header {
  border-bottom: 2px solid #CCC;
  clear: both;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
#customer-cloak-input-modal .modal-header .modal-title {
  font-size: 28px;
  display: block;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
#customer-cloak-input-modal .modal-header .content-input-error {
  text-align: center;
  padding: 7px 0;
  color: #F00;
  display: none;
  margin: 10px 20px 0 20px;
  border: solid red 4px;
}
#customer-cloak-input-modal.modal .content-article {
  max-height: calc(100vh - 140px - 117px);
}
#customer-cloak-input-modal .modal-container .batsu {
  top: 10px !important;
  right: 10px !important;
  background: transparent !important;
  color: #333;
}
#customer-cloak-input-modal .validation-target.is-invalid-select ~ span.valid-txt-01, #customer-cloak-input-modal .validation-target.is-invalid ~ span.valid-txt-01 {
  display: inline-block;
}
#customer-cloak-input-modal .validation-target.is-valid-select ~ span.valid-txt-01, #customer-cloak-input-modal .validation-target.is-valid ~ span.valid-txt-01, #customer-cloak-input-modal .validation-target ~ span.valid-txt-02, #customer-cloak-input-modal .validation-target.is-invalid-select ~ span.valid-txt-02, #customer-cloak-input-modal .validation-target.is-invalid ~ span.valid-txt-02 {
  display: none;
}
#customer-cloak-input-modal .validation-target.is-valid-select ~ span.valid-txt-02, #customer-cloak-input-modal .validation-target.is-valid ~ span.valid-txt-02 {
  display: inline-block;
  vertical-align: text-top;
}
#customer-cloak-input-modal input#customerId {
  background-color: #d3d3d3 !important;
  color: #696969 !important;
}
#customer-cloak-input-modal input.validation-target.is-invalid {
  border: 1px solid #F00 !important;
}
#customer-cloak-input-modal .validation-target select.is-invalid {
  border: 1px solid #F00;
}
#customer-cloak-input-modal .select-list .invalid-message {
  color: #F00;
  margin-left: 32%;
  margin-top: 6px;
}
#customer-cloak-input-modal .content-article.customer-modal-article {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
#customer-cloak-input-modal .customer-modal-article {
  padding: 15px 0px;
}
#customer-cloak-input-modal .customer-modal-article div.div-goto-offline {
  text-align: center;
  padding: 7px 0;
  color: #F00;
  margin: 10px 20px 0 20px;
  border: solid red 4px;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list {
  overflow: hidden;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dt {
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  float: none;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dd {
  float: none;
  margin: 0 0 40px 0;
  padding: 0;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dd ul li {
  margin: 0 0 20px 0;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dd ul li.li-message-select-car {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dd ul div.div-car-info {
  margin: 20px auto;
  padding: 20px 0 10px 10px;
  max-width: 330px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dd ul div.div-car-info td {
  padding: 0 0 0 0;
  height: 30px;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dd ul div.div-car-info td.td-car-info {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dd ul div.div-car-info td.td-label {
  width: 30%;
  text-align: right;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list dd ul div.div-car-info td.td-value {
  width: 60%;
  text-align: left;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list .el-hidden {
  display: none;
}
#customer-cloak-input-modal .customer-modal-article dl.customer-input-list .customer-input-notion {
  text-align: center;
}
#customer-cloak-input-modal .customer-modal-article div#tireCloakId-error {
  margin-left: 0;
  text-align: center;
}
#customer-cloak-input-modal .customer-modal-article input.radio:focus {
  -webkit-box-shadow: none !important;
}
#customer-cloak-input-modal .customer-modal-article label.input-title {
  width: 32%;
  text-align: right;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  margin-top: 11px;
}
#customer-cloak-input-modal .customer-modal-article input[type=text] {
  width: 50%;
  height: 40px;
  border: 1px solid #999;
  background: #F3F3F3;
  color: black;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#customer-cloak-input-modal .customer-modal-article select {
  width: 100%;
  height: 40px;
  margin: 0;
  box-sizing: border-box;
  text-transform: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#customer-cloak-input-modal .customer-modal-article textarea {
  width: 78%;
  margin: 0 10%;
  padding: 1%;
  border: 1px solid #999;
  background-color: #F3F3F3;
  border-radius: 0 !important;
  -webkit-appearance: none;
}
#customer-cloak-input-modal .customer-modal-article ul.check-link-list {
  text-align: center;
  width: 96%;
  margin: 0 0 20px;
  padding: 0;
}
#customer-cloak-input-modal .customer-modal-article ul.check-link-list li {
  display: inline-block;
}
#customer-cloak-input-modal .customer-modal-article ul.check-link-list li .site-white-btn:hover {
  opacity: 1;
  background: transparent;
  text-decoration: underline;
}
#customer-cloak-input-modal .customer-modal-article .action-btns {
  display: flex;
}
#customer-cloak-input-modal .customer-modal-article .action-btns .close-btn {
  padding: 16px 40px;
  margin-right: 10px;
}
#customer-cloak-input-modal .customer-modal-article .action-btns .submit-btn {
  padding: 16px 74px;
  margin-left: 10px;
}
#customer-cloak-input-modal .customer-modal-article button.site-red-btn, #customer-cloak-input-modal .customer-modal-article .store-tile.selected .site-red-btn.select-store-button, .store-tile.selected #customer-cloak-input-modal .customer-modal-article .site-red-btn.select-store-button {
  margin: 0 auto 30px;
}
#customer-cloak-input-modal .customer-modal-article .valid-txt-01 {
  margin-left: 5px;
}
#customer-cloak-input-modal .customer-modal-article .valid-txt-02 {
  margin-left: 12px;
}
#customer-cloak-input-modal .customer-modal-article .valid-txt-01 {
  padding: 5px 4px;
  vertical-align: middle;
  display: inline-block;
}
#customer-cloak-input-modal .customer-modal-article .select-list .valid-txt-01 {
  margin-top: 5px;
}
#customer-cloak-input-modal .cp_ipselect2 {
  overflow: hidden;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#customer-cloak-input-modal .cp_ipselect2 select {
  width: 99%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #999;
  outline: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
#customer-cloak-input-modal .cp_ipselect2 select::-ms-expand {
  display: none;
}
#customer-cloak-input-modal .cp_ipselect2.cp_sl02 {
  position: relative;
}
#customer-cloak-input-modal .cp_ipselect2.cp_sl02::before {
  position: absolute;
  top: 40%;
  right: 1em;
  pointer-events: none;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#customer-cloak-input-modal .cp_ipselect2.cp_sl02:after {
  position: absolute;
  height: 28px;
  top: 5px;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 2px solid #DEDEDE;
}
#customer-cloak-input-modal .cp_ipselect2.cp_sl02 select {
  padding: 8px 38px 8px 8px;
  color: black;
  background: #F3F3F3;
}
#customer-cloak-input-modal .btn-style {
  border: none;
}
#customer-cloak-input-modal span.valid-txt-01 {
  display: inline-block;
  background: #F00;
  font-size: 12px;
  color: #FFF;
  margin: 0 0 0 5px;
  padding: 6px 3px;
}
#customer-cloak-input-modal span.valid-txt-01::before {
  content: "必須";
}
#customer-cloak-input-modal span.valid-txt-02 {
  display: inline;
  padding-left: 24px;
  position: relative;
  margin: 0 0 0 6px;
}
#customer-cloak-input-modal span.valid-txt-02:before, #customer-cloak-input-modal span.valid-txt-02:after {
  content: "";
  display: block;
  position: absolute;
}
#customer-cloak-input-modal span.valid-txt-02:before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #999;
  border: 1px solid #999;
  left: 0;
  top: -2px;
}
#customer-cloak-input-modal span.valid-txt-02:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  left: 6px;
  top: 5px;
}
#customer-cloak-input-modal .info-reception {
  text-align: center;
  margin: 0 0 30px 0;
}
#customer-cloak-input-modal .info-reception .select-list .invalid-message {
  margin-left: 0;
}
#customer-cloak-input-modal .info-reception label {
  display: inline;
  font-weight: normal;
}
#customer-cloak-input-modal .info-reception input[type=radio] {
  margin: 1em 1% 1em 2%;
}
.label-inline #customer-cloak-input-modal .info-reception input[type=radio] {
  margin: 0 0.3rem 0 0;
}

@media (max-width: 767px) {
  #customer-cloak-input-modal .select-list .invalid-message {
    margin-left: 0;
  }
  #customer-cloak-input-modal .cp_ipselect2 {
    width: 86%;
  }
  #customer-cloak-input-modal .customer-modal-article label.input-title {
    width: 100%;
    text-align: left;
    display: block;
  }
  #customer-cloak-input-modal .customer-modal-article input[type=text] {
    width: 83%;
  }
  #customer-cloak-input-modal .customer-modal-article textarea {
    width: 86%;
    margin: 0 5%;
  }
  #customer-cloak-input-modal .customer-modal-article ul.check-link-list {
    width: 92%;
    margin: 0 0 20px;
  }
  #customer-cloak-input-modal .customer-modal-article ul.check-link-list li {
    margin: 0 0 0 5px;
  }
  #customer-cloak-input-modal .customer-modal-article .site-red-btn {
    font-size: 14px;
    width: 88%;
    padding: 15px 0px 13px 5px;
    border: none;
  }
  #customer-cloak-input-modal .customer-modal-article .info-reception label.input-title-radio {
    width: 32%;
    text-align: center;
    display: inline-block;
  }
  #customer-cloak-input-modal .modal-header .modal-title {
    font-size: 20px;
    padding: 10px 0 0 0;
  }
  #customer-cloak-input-modal .modal-container .batsu {
    top: 5px !important;
    right: 5px !important;
  }
  #customer-cloak-input-modal input#customerId {
    -webkit-text-fill-color: #696969;
    opacity: 1;
  }
}
@media screen and (max-width: 481px) {
  #customer-cloak-input-modal span.valid-txt-02 {
    padding-left: 24px;
    display: inline-block;
    margin: 0 0 0 8px;
  }
}
/* アラート情報 */
.alert-box {
  border: 2px solid #ff0000;
  padding: 10px 20px;
  margin: 15px 0 30px;
  clear: both;
  overflow: hidden;
  display: none;
}
.alert-box .alert-txt {
  font-size: 14px;
  color: #ff0000;
}
.alert-box.alert-box-show {
  display: block;
}
.alert-box ul {
  list-style: circle;
  padding: 0 30px;
}
.alert-box ul li {
  color: #ff0000;
}

/* 店舗・住所番号 */
.product-address-box {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 0 0 30px 0;
}
.product-address-box .product-address-box-left {
  float: left;
  width: 20%;
}
.product-address-box .product-address-box-left.reserve-date-left {
  width: 20%;
}
.product-address-box .product-address-box-left img {
  width: 100%;
}
.product-address-box .product-address-box-right {
  float: left;
  width: 77%;
  margin-left: 3%;
}
.product-address-box .product-address-box-right.reserve-date-right {
  width: 77%;
}
.product-address-box .product-address-box-right .product-store-txt {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 15px 0;
  margin: 0;
}
.product-address-box .product-address-box-right ul {
  list-style: none;
}
.product-address-box .product-address-box-right ul li a.store-tel-txt span {
  display: none;
}
.product-address-box .product-address-box-right .procust-lits-02 {
  overflow: hidden;
  clear: both;
  margin: 28px 0 0 0;
}
.product-address-box .product-address-box-right .procust-lits-02 dt {
  font-size: 16px;
  font-weight: bold;
  float: none !important;
  margin: 0 0 5px 0;
  padding: 0;
}
.product-address-box .product-address-box-right .procust-lits-02 dd {
  float: none !important;
  margin: 0;
  padding: 0;
}
.product-address-box .product-address-box-right .procust-lits-02 dd ul li {
  width: 120px;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  background: #333;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  float: left;
}
.product-address-box .product-address-box-right .procust-lits-02 dd ul li.no-service {
  background: #ccc;
  color: #fff;
}
.product-address-box .product-address-box-right .procust-lits-01 {
  overflow: hidden;
  clear: both;
  margin: 0;
  padding: 0;
}
.product-address-box .product-address-box-right .procust-lits-01 dt {
  display: inline-block;
  font-weight: bold;
  float: none !important;
  margin: 0;
  padding: 0;
}
.product-address-box .product-address-box-right .procust-lits-01 dd {
  display: inline-block;
  float: none !important;
  margin: 0;
  padding: 0;
}

.other-store-box {
  text-align: center;
  margin-top: 30px;
}
.other-store-box .site-white-btn {
  border: 1px solid #CCC;
  padding: 14px 32px;
  font-weight: bold;
  font-size: 18px;
}

.cloak-guide-area {
  margin-top: 30px;
}

/* 店舗・住所番号 -> カレンダー予約 */
.product-date-box {
  background: #ededed;
  clear: both;
  overflow: hidden;
  padding: 20px;
}
.product-date-box .product-date-text-01 {
  font-size: 22px;
  text-align: center;
  padding: 0;
}
.product-date-box .product-date-text-02 {
  font-size: 13px;
  text-align: center;
}
.product-date-box dl dt {
  float: none;
  text-align: center;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.product-date-box dl dd {
  float: none;
  font-size: 18px;
  padding: 0 14%;
}
.product-date-box dl dd ul li {
  margin: 0 0 5px 0;
}

@media (max-width: 481px) {
  .product-address-box .product-address-box-right.reserve-date-right {
    float: none;
    width: auto;
    margin-left: 0%;
  }
  .product-address-box .product-address-box-right.reserve-date-right ul {
    float: left;
    width: 70%;
    margin: 0 0 0 3%;
    padding: 0 !important;
  }
  .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 {
    padding: 10px 0 0 0;
    margin: 0;
  }
  .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 dd ul {
    width: 100%;
    float: none;
    margin: 0;
  }
  .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 dd ul li {
    font-size: 10px !important;
    width: 28%;
    margin: 0 0 5px 5px;
    padding: 3px 5px;
  }
  .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 dd ul li:first-child, .product-address-box .product-address-box-right.reserve-date-right .procust-lits-02 dd ul li:nth-child(4) {
    margin: 0 0 5px 0px;
  }
  .product-address-box .product-address-box-right ul li a.store-tel-txt {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 6px;
    border: 1px solid #ccc;
    font-weight: bold;
  }
  .product-address-box .product-address-box-right ul li a.store-tel-txt span {
    display: inline-block;
    margin: 0 3px 0 0;
  }
  .product-address-box .product-address-box-right ul li a.store-tel-txt span img {
    vertical-align: middle;
  }
  .product-address-box .product-address-box-right .product-store-txt {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 0 0 0 3%;
    float: left;
  }
  .reserve-box-inner .product-date-box {
    padding: 5px;
  }
  .reserve-box-inner .product-date-box ul {
    padding: 5px 0 5px 20px;
  }
  .reserve-box-inner .product-date-box .product-date-text-01 {
    font-size: 15px;
    font-weight: bold;
  }
  .reserve-box-inner .product-date-box .product-date-text-02 {
    font-size: 12px;
  }
  .reserve-box-inner .product-date-box dl dd {
    font-size: 16px;
    padding: 0;
  }
}
#reserve-scheduler {
  padding: 1px 0;
}
#reserve-scheduler ul {
  list-style: none;
  margin: 0;
}
#reserve-scheduler .reserve-candidate-list {
  width: 100%;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#reserve-scheduler .reserve-candidate-list li {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background: #FFF;
  float: left;
  width: 33%;
  border-left: 1px solid #CCC;
  cursor: pointer;
}
#reserve-scheduler .reserve-candidate-list li span {
  font-weight: normal;
}
#reserve-scheduler .reserve-candidate-list li.no-detected {
  padding: 20px 0;
}
#reserve-scheduler .reserve-candidate-list li.no-detected span {
  font-size: 14px;
  display: block;
  margin: 10px 40px 0;
  padding: 4px 0 3px;
  border-radius: 15px;
}
#reserve-scheduler .reserve-candidate-list li.selected {
  color: #FFF;
  background: #FF0000;
  padding: 24px 0;
}
#reserve-scheduler .reserve-candidate-list li.selected span {
  font-size: 14px;
  display: block;
  margin: 10px 40px 0;
  padding: 4px 0 3px;
  border-radius: 15px;
  background: #FFF;
  color: #FF0000;
}
#reserve-scheduler .reserve-candidate-list li.no-detected span {
  background: #CCC;
  color: #FFF;
}
#reserve-scheduler .reserve-candidate-list li.detected {
  color: #000;
  padding: 20px 0 0;
}
#reserve-scheduler .reserve-candidate-list li.detected span {
  color: #000;
  display: block;
  font-size: 16px;
  margin: 5px 0;
}
#reserve-scheduler .reserve-calendar-box {
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
  border-bottom: 1px solid #CCC;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl {
  width: 100%;
  table-layout: fixed;
  border: none;
  /*border:1px solid #CCC;*/
  margin: 0 0 1px 0;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl thead th {
  width: 20%;
  background: #EAEAEA;
  color: #000;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #CCC;
  font-weight: normal;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody tr {
  border-bottom: 1px solid #CCC;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td {
  width: 20%;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td span {
  display: block;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date {
  font-size: 20px;
  padding: 0 0 5px 0;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date em {
  font-size: 22px;
  font-style: normal;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-01 {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-02 {
  font-size: 16px;
  color: #090;
  font-weight: bold;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-03 {
  font-size: 20px;
  color: #F00;
  font-weight: bold;
  cursor: pointer;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-04 {
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .cal-active {
  background: #F00;
  color: #FFF;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .cal-active:hover {
  background: #F00;
  color: #FFF;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .cal-active .cal-stat-03 {
  color: #FFF;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .reserve-calendar-row {
  display: none;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody .reserve-calendar-row td {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: none;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot {
  padding: 10px 20px;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot td {
  border: 1px solid #CCC;
  border-bottom: none;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-prev {
  float: left;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-next {
  float: right;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-prev a {
  position: relative;
  padding: 0 0 0 10px;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-prev a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 2px #ff0000;
  border-top: solid 2px #ff0000;
  position: absolute;
  left: 0px;
  top: 45%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-next a {
  position: relative;
  padding: 0 10px 0 0;
}
#reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tfoot ul li.list-cal-next a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  right: 0px;
  top: 45%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#reserve-scheduler .reserve-calendar-box .detect-date {
  background: #FFCCCC;
  cursor: default;
}
#reserve-scheduler .reserve-calendar-box .txt-col-red {
  color: #FF0000 !important;
}
#reserve-scheduler .reserve-calendar-box .txt-col-blue {
  color: #007FFF !important;
}
#reserve-scheduler .reserve-calendar-detail-box {
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #EAEAEA;
  position: relative;
  padding-bottom: 30px;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li.detect-date {
  background: #FFCCCC;
  cursor: default;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li.detect-date:hover {
  opacity: 1;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-txt {
  font-size: 22px;
  text-align: center;
  color: #000;
  padding: 20px 0 5px;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner {
  padding: 0 20px;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul {
  width: 31.5%;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  border: 1px solid #EAEAEA;
  margin-left: 2%;
  margin-bottom: 15px;
  padding: 0;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li {
  width: 49.6%;
  float: left;
  background: #FFF;
  padding: 12px 0 12px;
  color: #000;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li:first-child {
  border-right: 1px solid #EAEAEA;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li:hover {
  opacity: 0.75;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li.no-reserve {
  background: #DDD;
  color: #999;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li.no-reserve:hover {
  opacity: 1;
  cursor: default;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:first-child, #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:nth-child(3n+1) {
  margin-left: 0;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-other {
  margin-left: 20px;
  position: absolute;
  bottom: 0;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-other ul li.list-cal-other {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 10px;
}
#reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-other ul li.list-cal-other span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-left: solid 2px #ff0000;
  border-top: solid 2px #ff0000;
  position: absolute;
  left: 0px;
  top: 45%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#reserve-scheduler .cal-arrow {
  text-align: center;
  color: #F00;
  font-size: 35px;
  position: absolute;
  top: -14px;
  left: 56.5%;
}
#reserve-scheduler .reserve-calendar-end-box {
  width: 99.9%;
  height: 520px;
  overflow: hidden;
  clear: both;
  background: #FFF;
  border: 1px solid #CCC;
}
#reserve-scheduler .reserve-calendar-end-box .end-box-inner {
  width: 55%;
  text-align: center;
  margin: 0 auto;
}
#reserve-scheduler .reserve-calendar-end-box .end-box-inner .end-box-description {
  font-size: 14px;
  margin: 100px 0 40px 0;
  float: none;
}

@media (max-width: 767px) {
  #reserve-scheduler {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #reserve-scheduler .reserve-candidate-list li {
    width: 33%;
    font-size: 14px;
  }
  #reserve-scheduler .reserve-candidate-list li:first-child {
    width: 33%;
    font-size: 14px;
  }
  #reserve-scheduler .reserve-candidate-list li.no-detected span, #reserve-scheduler .reserve-candidate-list li.selected span {
    margin: 10px 20% 0;
  }
  #reserve-scheduler .reserve-candidate-list li.detected span {
    font-size: 11px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td {
    padding: 15px 0;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date {
    font-size: 11px;
    padding: 0 0 20px 0;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-date em {
    font-size: 18px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-01 {
    font-size: 11px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-02 {
    font-size: 12px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-03 {
    font-size: 15px;
  }
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl tbody td .cal-stat-04 {
    font-size: 15px;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner {
    padding: 0 8px;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul {
    width: 47.5%;
    margin-left: 2%;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul li {
    width: 49%;
    font-size: 11px;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:first-child, #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:nth-child(3n+1) {
    margin-left: 2%;
  }
  #reserve-scheduler .reserve-calendar-detail-box .reserve-calendar-detail-inner ul:nth-child(odd) {
    margin-left: 1% !important;
  }
}
@media (max-width: 410px) {
  #reserve-scheduler .reserve-calendar-box .reserve-calendar-tbl {
    height: 519px;
  }
}
@media (max-width: 481px) {
  #reserve-scheduler .reserve-calendar-end-box .end-box-inner {
    width: 72%;
  }
}
#scheduleMain .product-single-col {
  margin: 0 auto;
  width: 62%;
}
@media screen and (max-width: 767px) {
  #scheduleMain .product-single-col {
    width: 100%;
  }
}

.pt_cloak-store-locator#wrapper {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .pt_cloak-store-locator {
    padding-top: 0 !important;
  }
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-box {
  width: 100%;
  overflow: hidden;
  clear: left;
  border-bottom: 1px dotted #CCC;
  padding: 20px 0 5px 0;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-image {
  width: 15%;
  float: left;
  margin: 0 3% 0 0;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-image img {
  width: 100%;
  height: auto;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address {
  width: 55%;
  float: left;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address .latest-reserved-store {
  border-radius: 2px;
  float: right;
  background-color: #999;
  color: #ffffff;
  padding: 5px 10px;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address .store-result-title {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0;
  width: 100%;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.store-address,
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.customer-code {
  margin: 0;
  padding: 0;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.store-address li,
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.customer-code li {
  font-size: 14px;
  padding: 0;
  list-style: none;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.store-address li span,
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.customer-code li span {
  font-weight: normal;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.store-address li.no-service-txt,
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.customer-code li.no-service-txt {
  color: #FF0000;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.store-address li {
  font-size: 14px;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.customer-code {
  margin-bottom: 10px;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-address ul.customer-code li {
  font-size: 12px;
  color: #888;
}
.pt_cloak-store-locator .select-store .store-result-wrap .store-result-link {
  width: 25%;
  float: right;
}
@media screen and (max-width: 767px) {
  .pt_cloak-store-locator .select-store .store-result-wrap .store-result-link {
    width: auto;
    font-size: 12px;
  }
  .pt_cloak-store-locator .select-store .store-result-wrap .store-result-link .site-red-btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pt_cloak-store-locator .select-store .store-result-wrap .store-result-image {
    display: none;
  }
  .pt_cloak-store-locator .select-store .store-result-wrap .store-result-address {
    width: 72%;
  }
  .pt_cloak-store-locator .select-store .store-result-wrap .store-result-address dl dd ul li.no-service-txt {
    padding: 10px 0 0 0;
  }
  .pt_cloak-store-locator .select-store .store-result-wrap .store-result-address dl dd ul li span {
    display: inline;
  }
}
.pt_cloak-store-locator .select-store .low-button {
  text-align: center;
}
.pt_cloak-store-locator .select-store .low-button a.btn-style {
  width: 300px;
  margin: 25px 10px 20px;
}
.pt_cloak-store-locator .select-store .low-button a.btn-style::after {
  display: none;
}
.pt_cloak-store-locator .select-store .low-button .bflex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .reserve-candidates-box {
    clear: both;
    overflow: hidden;
    margin: 10px 0 20px 0;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box .reserve-candidate-txt-01 {
    font-size: 22px;
    margin: 0;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box .reserved-store-visited {
    border-radius: 2px;
    background-color: #999;
    color: #ffffff;
    padding: 5px 10px;
    margin: 0 10px;
  }
  .reserve-candidates-box p.reserve-candidate-txt-02 {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }
  .reserve-candidates-box .hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .reserve-candidates-box div#reserve-instantly-candidate-date-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .reserve-candidates-box div#reserve-instantly-candidate-date-box .reserve-candidate-txt-01 {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  p.reserve-candidate-txt-02 {
    font-size: 12px;
    margin: 0;
    text-align: center;
  }
  .reserved-store-visited {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    background-color: #999;
    color: #ffffff;
    padding: 5px 10px;
  }
  .hide {
    display: none !important;
  }
}
.guide-relocation .guide-relocation-paragraph {
  padding: 0 20px;
}
.guide-relocation .guide-relocation-paragraph p.guide-relocation-section {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guide-relocation .guide-relocation-paragraph p.guide-relocation-section {
    text-align: start;
  }
}

.site-red-btn {
  display: inline-block;
  position: relative;
  padding: 17px 32px 16px 32px;
  background-color: #ff0000;
  color: #fff;
  font-size: 18px;
  display: block;
  border: none;
  cursor: pointer;
}
.site-red-btn::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-black-btn {
  display: inline-block;
  position: relative;
  padding: 17px 32px 16px 32px;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  display: block;
  border: none;
  cursor: pointer;
}
.site-black-btn::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-style {
  text-decoration: none;
  font-size: 18px;
}

.btn-style:hover {
  font-size: 18px;
  text-decoration: none;
}

.site-white-btn.btn-style {
  border: solid 1px #808080;
}

.site-white-btn {
  display: inline-block;
  position: relative;
  padding: 17px 32px 16px 32px;
  background-color: #ffffff;
  color: #000000;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.site-white-btn::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-white-btn::hover {
  text-decoration: underline;
}

.back-to-top {
  margin-top: 40px;
  text-decoration: none;
}

.close-btn {
  position: relative;
  margin: 0 auto 30px;
}
.close-btn::before {
  content: "×";
  color: #ff0000;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 20px;
}
.close-btn:hover {
  background: #666666;
}

.error-message {
  color: red;
}

.hide {
  display: none;
}

.loading {
  background: url("../images/loading-progress-98x22.gif") no-repeat scroll left center transparent;
}

.validation-target.is-invalid-select ~ span.valid-txt-01, .validation-target.is-invalid ~ span.valid-txt-01 {
  display: inline-block;
}
.validation-target.is-valid-select ~ span.valid-txt-01, .validation-target.is-valid ~ span.valid-txt-01, .validation-target ~ span.valid-txt-02, .validation-target.is-invalid-select ~ span.valid-txt-02, .validation-target.is-invalid ~ span.valid-txt-02 {
  display: none;
}
.validation-target.is-valid-select ~ span.valid-txt-02, .validation-target.is-valid ~ span.valid-txt-02 {
  display: inline;
}

input.validation-target.is-invalid {
  border: 1px solid #F00 !important;
}

.validation-target select.is-invalid {
  border: 1px solid #F00;
}

.valid-txt-01 {
  margin-left: 5px;
}

.valid-txt-02 {
  margin-left: 12px;
}

.valid-txt-01 {
  padding: 5px 4px;
  vertical-align: middle;
  display: inline-block;
}

span.valid-txt-01 {
  display: inline-block;
  background: #F00;
  font-size: 12px;
  color: #FFF;
  margin: 0 0 0 5px;
  padding: 6px 3px;
}
span.valid-txt-01::before {
  content: "必須";
}
span.valid-txt-02 {
  display: inline;
  padding-left: 24px;
  position: relative;
  margin: 0 0 0 6px;
}
span.valid-txt-02:before, span.valid-txt-02:after {
  content: "";
  display: block;
  position: absolute;
}
span.valid-txt-02:before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #999;
  border: 1px solid #999;
  left: 0;
  top: -2px;
}
span.valid-txt-02:after {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  left: 6px;
  top: 5px;
}

.invalid-message {
  color: #F00;
  margin-top: 6px;
}

/*
  ラベル付けされた入力欄のスタイルを定義します。
  表(table)のように縦横がそろい、左側に(必要なら)入力チェック結果を表示するための余白があります。
 */
ul.labeled_input {
  list-style: none;
  padding: 0 10px;
}
ul.labeled_input li {
  margin: 0 0 20px 0;
}
ul.labeled_input li label {
  width: 32%;
  text-align: right;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  ul.labeled_input li label {
    width: 100%;
    text-align: left;
  }
}
ul.labeled_input li input[type=text], ul.labeled_input li input[type=passwrod] {
  width: 50%;
  height: 40px;
  border: 1px solid #999;
}
@media screen and (max-width: 767px) {
  ul.labeled_input li input[type=text], ul.labeled_input li input[type=passwrod] {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 767px) {
  #wrapper.pt_cloak-wrapper {
    padding-top: 85px;
  }
}

@media screen and (max-width: 767px) {
  #wrapper.pt_cloak_isolated-wrapper {
    padding-top: 50px;
  }
}

#portal {
  text-align: center;
}
#portal .portal-width {
  max-width: 600px;
  margin: 0 auto;
}
#portal .logo {
  width: 100%;
  padding: 10px 0;
}
#portal .portal-main {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  background: #000;
  width: 100%;
}
#portal .full-width {
  width: 100%;
}
#portal .portal-shop {
  display: flex;
}
#portal .shop-block {
  display: block;
  width: 50%;
  padding: 10px;
}
#portal .shop-img {
  width: 100%;
  border-radius: 30px;
}
#portal .shop-search {
  display: block;
  width: 100%;
  padding: 10px 0;
}
#portal .portal-section {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  background: #000;
  width: 100%;
  text-align: center;
}
#portal .portal-section:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}
#portal .portal-service {
  display: flex;
  width: 100%;
}
#portal .service-triple {
  display: block;
  width: 33%;
  padding: 10px;
}
#portal .service-double {
  display: inline-grid;
  width: 50%;
  padding: 10px;
}
#portal .service-title {
  padding: 10px 0;
}
#portal .red {
  color: #ff010b;
}
#portal .portal-app {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
#portal .appappeal-cockpit {
  display: inline-block;
  background-color: #0065b4;
  color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 10px 0 19% 0;
}
#portal .appappeal-taiyakan {
  display: inline-block;
  background-color: #009843;
  color: #fff;
  border-radius: 15px;
  width: 100%;
  padding: 10px 0 19% 0;
}
#portal .app-logo {
  position: absolute;
  width: 15%;
  left: 2%;
  bottom: 10%;
}
#portal .app-apple {
  position: absolute;
  width: 39%;
  left: 19%;
  bottom: 18%;
}
#portal .app-google {
  position: absolute;
  width: 39%;
  left: 59%;
  bottom: 18%;
}

/*
  Below is the syntax for adding values to the box shadow property
  box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
*/
.flexblock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#columnlist .image-bloc .on-pc {
  max-width: 100%;
}
#columnlist .image-bloc .on-sp {
  display: block;
  margin: auto;
}
#columnlist .head-desc {
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 16px 10% 30px;
  display: block;
}
#columnlist .order-select {
  display: flex;
  margin-left: auto;
  width: 30%;
}
#columnlist .order-select .select-attr {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
#columnlist .order-select .select-attr::before {
  position: absolute;
  top: 40%;
  right: 1.8em;
  pointer-events: none;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#columnlist .order-select .select-attr:after {
  position: absolute;
  height: 28px;
  top: 3px;
  right: 3.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 2px solid #DEDEDE;
}
#columnlist .order-select .select-attr select {
  color: black;
  background: #F3F3F3;
  width: 99%;
  padding-right: 4em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
#columnlist .order-select .select-attr select::-ms-expand {
  display: none;
}
#columnlist .product-lineup {
  margin-top: 30px;
  margin-bottom: 30px;
}
#columnlist .product-lineup.flex-container {
  display: flex;
  flex-wrap: wrap;
}
#columnlist .product-lineup .flex-column {
  width: 22%;
  margin-bottom: -10px;
  margin-top: 5px;
}
#columnlist .product-lineup .flex-column .column-area img {
  margin: auto;
  object-fit: contain;
  object-position: center;
}
#columnlist .product-lineup .flex-column .column-area .service-image {
  flex-direction: column;
  margin: 0 10px;
}
#columnlist .product-lineup .flex-column .column-area a:hover, #columnlist .product-lineup .flex-column .column-area:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#columnlist .product-lineup .flex-column .column-area .flex-column {
  display: flex;
  justify-content: space-between;
}
#columnlist .product-lineup .flex-column .column-area .flex-column .flex-left {
  margin-left: -5px;
}
#columnlist .product-lineup .flex-column .column-area .flex-column .flex-left .category {
  width: 100px;
  background-color: #ededed;
  border-radius: 5px;
  padding: 0.5em 1em;
  font-size: 12px;
  cursor: pointer;
}
#columnlist .product-lineup .flex-column .column-area .flex-column .flex-left:hover, #columnlist .product-lineup .flex-column .column-area .flex-column .flex-left:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#columnlist .product-lineup .flex-column .column-area .flex-column button, #columnlist .product-lineup .flex-column .column-area .flex-column .store-tile.selected .select-store-button, .store-tile.selected #columnlist .product-lineup .flex-column .column-area .flex-column .select-store-button {
  color: #000;
}
#columnlist .product-lineup .flex-column .column-area .flex-column .flex-right {
  margin-left: 18px;
  font-size: 12px;
}
#columnlist .product-lineup .flex-column .column-area .column-info .column-title {
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0;
  word-wrap: break-word;
}
#columnlist .product-lineup .flex-column .column-area .column-info .column-description {
  font-size: 14px;
  word-wrap: break-word;
}
#columnlist .product-lineup .flex-column .column-area button, #columnlist .product-lineup .flex-column .column-area .store-tile.selected .select-store-button, .store-tile.selected #columnlist .product-lineup .flex-column .column-area .select-store-button {
  font-size: 85%;
  padding-left: 20px;
}
#columnlist .product-lineup .spacer {
  width: 100%;
}
#columnlist .product-lineup .column-list-footer {
  text-align: center;
  margin: auto;
  margin-top: 50px;
}
#columnlist .product-lineup .column-list-footer .clear-button {
  font-size: 30px;
}
#columnlist .product-lineup .column-list-footer .active {
  background-color: #666;
  opacity: 0.7;
  padding: 5px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #columnlist .page-main-title {
    padding: 40px 0 14px 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #columnlist .order-select {
    margin-left: auto;
    width: 150px;
  }
  #columnlist .product-lineup .flex-column {
    width: 100%;
  }
  #columnlist .product-lineup .flex-column .column-area .flex-column .flex-right {
    margin-right: 25px;
    font-size: 14px;
  }
}
/*
  Below is the syntax for adding values to the box shadow property
  box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
*/
.flexblock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

#articlelist .image-bloc .on-pc {
  max-width: 100%;
}
#articlelist .image-bloc .on-sp {
  display: block;
  margin: auto;
}
#articlelist .head-desc {
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 16px 10% 30px;
  display: block;
}
#articlelist .order-select {
  display: flex;
  margin-left: auto;
  width: 30%;
}
#articlelist .order-select .select-attr {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
#articlelist .order-select .select-attr::before {
  position: absolute;
  top: 40%;
  right: 1.8em;
  pointer-events: none;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  position: absolute;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#articlelist .order-select .select-attr:after {
  position: absolute;
  height: 28px;
  top: 3px;
  right: 3.5em;
  bottom: 0;
  width: 1px;
  content: "";
  border-left: 2px solid #DEDEDE;
}
#articlelist .order-select .select-attr select {
  color: black;
  background: #F3F3F3;
  width: 99%;
  padding-right: 4em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: 1px solid #999;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  appearance: none;
}
#articlelist .order-select .select-attr select::-ms-expand {
  display: none;
}
#articlelist .product-lineup {
  margin-top: 30px;
  margin-bottom: 30px;
}
#articlelist .product-lineup.flex-container {
  display: flex;
  flex-wrap: wrap;
}
#articlelist .product-lineup .flex-column {
  width: 22%;
  margin-bottom: -10px;
  margin-top: 5px;
}
#articlelist .product-lineup .flex-column .article-area img {
  margin: auto;
  object-fit: contain;
  object-position: center;
}
#articlelist .product-lineup .flex-column .article-area .service-image {
  flex-direction: column;
  margin: 0 10px;
}
#articlelist .product-lineup .flex-column .article-area a:hover, #articlelist .product-lineup .flex-column .article-area:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#articlelist .product-lineup .flex-column .article-area .flex-column {
  display: flex;
  justify-content: space-between;
}
#articlelist .product-lineup .flex-column .article-area .flex-column .flex-left {
  margin-left: -5px;
}
#articlelist .product-lineup .flex-column .article-area .flex-column .flex-left .category {
  width: 120px;
  background-color: #ededed;
  border-radius: 5px;
  padding: 0.5em 0;
  font-size: 12px;
  cursor: pointer;
}
#articlelist .product-lineup .flex-column .article-area .flex-column .flex-left:hover, #articlelist .product-lineup .flex-column .article-area .flex-column .flex-left:focus {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#articlelist .product-lineup .flex-column .article-area .flex-column button, #articlelist .product-lineup .flex-column .article-area .flex-column .store-tile.selected .select-store-button, .store-tile.selected #articlelist .product-lineup .flex-column .article-area .flex-column .select-store-button {
  color: #000;
}
#articlelist .product-lineup .flex-column .article-area .flex-column .flex-right {
  margin-left: 10px;
  font-size: 12px;
}
#articlelist .product-lineup .flex-column .article-area .article-info .article-title {
  font-weight: bold;
  font-size: 22px;
  margin: 10px 0;
  word-wrap: break-word;
}
#articlelist .product-lineup .flex-column .article-area .article-info .article-description {
  font-size: 14px;
  word-wrap: break-word;
}
#articlelist .product-lineup .flex-column .article-area button, #articlelist .product-lineup .flex-column .article-area .store-tile.selected .select-store-button, .store-tile.selected #articlelist .product-lineup .flex-column .article-area .select-store-button {
  font-size: 85%;
  padding-left: 20px;
}
#articlelist .product-lineup .spacer {
  width: 100%;
}
#articlelist .product-lineup .article-list-footer {
  text-align: center;
  margin: auto;
  margin-top: 50px;
}
#articlelist .product-lineup .article-list-footer .clear-button {
  font-size: 30px;
}
#articlelist .product-lineup .article-list-footer .active {
  background-color: #666;
  opacity: 0.7;
  padding: 5px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #articlelist .page-main-title {
    padding: 40px 0 14px 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #articlelist .order-select {
    margin-left: auto;
    width: 150px;
  }
  #articlelist .product-lineup .flex-column {
    width: 100%;
  }
  #articlelist .product-lineup .flex-column .article-area .flex-column .flex-right {
    margin-right: 25px;
    font-size: 14px;
  }
}
#columnarticle-page .page-info {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#columnarticle-page .page-info .category {
  padding: 7px 10px;
  background-color: #ededed;
  border-radius: 5px;
}
#columnarticle-page .page-info .updatedDate {
  padding: 7px 10px;
}
#columnarticle-page .title {
  word-break: break-all;
}
#columnarticle-page .richtext {
  word-break: break-all;
}
#columnarticle-page .richtext h1 {
  border-bottom: 4px solid;
  border-image-source: radial-gradient(circle at 0%, #999, white);
  border-image-width: 0 0 4px;
  border-image-slice: 1;
}
#columnarticle-page .richtext h2 {
  border-bottom: solid 2px #999;
  margin-right: auto;
  margin-left: auto;
}
#columnarticle-page .richtext h3 {
  border-bottom: 4px solid;
  border-image-source: radial-gradient(circle at 0%, #999, white);
  border-image-width: 0 0 4px;
  border-image-slice: 1;
}
#columnarticle-page .richtext img {
  max-width: 100%;
}
#columnarticle-page .columnarticle-banner {
  padding-top: 50px;
}
#columnarticle-page .head-title {
  padding-bottom: 10px;
  font-size: 18px;
}
#columnarticle-page .tag-list {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  position: relative;
}
#columnarticle-page .tag-list.grey {
  padding: 4%;
}
#columnarticle-page .tag-list a {
  text-align: center;
}
#columnarticle-page .tag-list a span {
  position: relative;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 18px;
}
#columnarticle-page .tag-list a span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px #ff0000;
  border-bottom: solid 2px #ff0000;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  #columnarticle-page .row-column {
    width: 100%;
  }
  #columnarticle-page .page-info .updatedDate {
    padding-right: 18px;
  }
}

#storesearch .image-bloc .on-pc {
  max-width: 100%;
}
#storesearch .image-bloc .on-sp {
  display: block;
  margin: auto;
}
#storesearch .head-desc {
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 16px 10% 30px;
  display: block;
}
#storesearch .search-links ul, #storesearch .search-links li, #storesearch .search-links dl, #storesearch .search-links dt, #storesearch .search-links dd, #storesearch .search-links ol {
  margin: 0;
  padding: 0;
  float: none;
}
#storesearch #store-search-content {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #storesearch #store-search-content {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  #storesearch .page-main-title {
    padding: 40px 0 14px 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
#ectop .product-url-tile {
  margin: 0 auto;
}
#ectop .product-url-tile *, #ectop .product-url-tile *:before, #ectop .product-url-tile *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ectop *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ectop .tab-block {
  padding-top: 0.5rem;
}
#ectop h4.onlineTop {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  border-left: solid 5px #333;
  position: relative;
  line-height: 130%;
  padding: 3px 0 3px 18px;
  margin: 0.5rem 0.25rem;
}
#ectop .h4title-spBox .online-productlink {
  display: none;
}
#ectop p {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 175%;
}
#ectop a {
  color: #333;
  outline: medium;
  overflow: hidden;
  text-decoration: none;
}
#ectop .content-ec-top-header {
  max-width: 1000px;
  margin: 0 auto;
}
#ectop .image-block {
  padding: 2rem 0 0;
}
#ectop .image-top {
  width: 100%;
}
#ectop .content-online-head {
  padding: 16px 1rem 16px;
}
#ectop .introduction-header {
  border-bottom: 4px solid;
  border-color: #e3e3e3;
  border-image-slice: 1;
  text-align: left;
  position: relative;
}
#ectop .introduction-header-h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0.5rem 0.5rem;
}
#ectop .introduction-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 30%;
  background: #E60012;
  height: 4px;
}
#ectop p.serviceboxlink {
  margin: 0;
}
#ectop .introduction-header2 {
  border-color: #e3e3e3;
  border-image-slice: 1;
  text-align: left;
  position: relative;
  font-weight: bold;
}
#ectop .introduction-header2-p {
  font-size: 18px;
  margin-bottom: 0rem;
  font-weight: bold;
}
#ectop .introduction-text {
  font-size: 14px;
  padding: 0.5rem;
  line-height: 175%;
  margin: 0rem;
}
#ectop .contents-wrapper-wide {
  padding: 3rem 15px;
  max-width: 980px;
}
#ectop .campaign-info {
  margin-top: 1.5rem;
}
#ectop .figure {
  margin: 0 auto;
  width: 100%;
}
#ectop img {
  border: 0;
  max-width: 100%;
}
#ectop img.maintenanceBnr {
  padding: 0.3rem;
  width: 99%;
}
#ectop .bnrLinkmaintenance img {
  width: 98%;
}
#ectop .onlinebottom {
  padding-bottom: 4rem;
}
#ectop .site_guideBox {
  padding-bottom: 2rem;
}
#ectop .bnrLinkmaintenance {
  display: flex;
}
#ectop .summary.onlineTopbtm {
  padding-bottom: 2.5rem;
}
#ectop .summary .summaryArea {
  width: 100%;
  padding: 0.5rem 0 0rem;
  margin: 0 auto;
}
#ectop .flexblock.sp-slide {
  display: flex;
}
#ectop .flexblock2box.sp-slide {
  display: flex;
}
#ectop .onlineproductArea {
  width: 29%;
}
#ectop .onlineproductAreaAddPadding {
  padding-right: 10px;
}
#ectop .onlineproductBox {
  padding: 0.4rem;
  margin: 0;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 3px;
  position: relative;
}
#ectop .onlineproduct-titleBox p.titleLine {
  font-size: 15px;
}
#ectop p.titleLine.titleline2 {
  height: 2.5rem;
}
#ectop p.summaryLine.line2 {
  height: 3rem;
}
#ectop p.summaryLine.price-txt {
  font-size: 14px;
  line-height: 150%;
  border-top: solid 1px #e3e3e3;
}
#ectop p.summaryLine {
  margin: 0;
  padding: 0.4rem 0;
  float: none;
  line-height: 110%;
}
#ectop p.summaryLine.price-txt span.price-txtB {
  font-size: 13px;
}
#ectop p.titleLine {
  margin: 0;
  padding: 0.4rem 0;
  float: none;
  line-height: 110%;
  font-weight: 700;
}
#ectop .onlineLinkBtn {
  text-align: center;
  margin: 0 auto;
  padding: 0.5rem 0.5rem;
}
#ectop .trans-red-btn {
  font-size: 14px;
  color: #fff;
  background: red;
  border: double red;
  padding: 10px 10px;
  width: auto;
}
#ectop .online-productlink {
  display: flex;
  justify-content: end;
  align-items: end;
}
#ectop .serviceboxlink span {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  font-weight: bold;
}
#ectop .serviceboxlink span::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#ectop .summary .flexblock {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
#ectop .summary .flexblock2box {
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
#ectop h4.onlineTop::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  display: block;
  width: 0;
  height: calc(50% - 12px);
  border-style: solid;
  border-width: 0 0 22px 5px;
  border-color: red transparent transparent red;
}
#ectop .sp-only {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #ectop .contents-wrapper-wide {
    padding: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #ectop .introduction-header-h2 {
    padding: 0.5rem 0rem;
    font-size: 0.95rem;
    line-height: 130%;
    text-align: center;
  }
  #ectop span.textspacing {
    letter-spacing: -0.09em;
    margin-left: -8px;
  }
  #ectop .introduction-header2-p {
    font-size: 16px;
    line-height: 160%;
  }
  #ectop .content-online-head {
    padding: 16px 0.5rem 16px;
  }
  #ectop .site_guideBox {
    padding-bottom: 1.5rem;
  }
  #ectop .campaign-info .onlinebnrLink {
    margin-top: 0rem;
  }
  #ectop img.maintenanceBnr {
    padding: 0.3rem 0;
    width: 100%;
  }
  #ectop .bnrLinkmaintenance {
    flex-wrap: wrap;
  }
  #ectop .onlinebtm {
    padding-bottom: 0rem;
  }
  #ectop .h4title-spBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  #ectop h4.onlineTop {
    margin: 0.3rem 0.15rem;
    padding: 3px 0 3px 8px;
    font-size: 1rem;
  }
  #ectop .h4title-spBox .online-productlink {
    display: block;
  }
  #ectop .online-productlink {
    margin: 0 0 0 auto;
    display: none;
  }
  #ectop .h4title-spBox .online-productlink p.serviceboxlink {
    padding: 0.25rem 0 0;
  }
  #ectop .h4title-spBox .online-productlink p.serviceboxlink span {
    font-size: 12px;
  }
  #ectop p {
    padding: 0.75rem 0.25rem 0.75rem;
    margin: 0;
    font-size: 14px;
    line-height: 175%;
  }
  #ectop .summary.onlineTopbtm {
    padding-bottom: 1.5rem;
  }
  #ectop .summary .summaryArea {
    padding: 0.5rem 0 0;
  }
  #ectop .flexblock.sp-slide {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
  }
  #ectop .flexblock2box.sp-slide {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
  }
  #ectop .onlineproductArea {
    padding-right: 0.25rem;
    padding-bottom: 0.75rem;
    width: 100%;
    min-width: 170px;
  }
  #ectop .onlineproduct-imgBox {
    width: 100%;
  }
  #ectop .onlineproduct-titleBox {
    width: 100%;
  }
  #ectop .onlineproduct-titleBox p.titleLine {
    font-size: 14px;
    padding: 0.25rem 0 0.1rem;
  }
  #ectop p.summaryLine.line2 {
    height: 3.5rem;
  }
  #ectop p.titleLine.titleline2 {
    height: 2.75rem;
  }
  #ectop p.summaryLine {
    font-size: 12px;
    line-height: 120%;
  }
  #ectop p.summaryLine.price-txt span.price-txtB {
    font-size: 12px;
  }
  #ectop .onlineLinkBtn {
    padding: 0;
  }
  #ectop .trans-red-btn {
    padding: 5px 10px;
  }
  #ectop .online-prodnuctlik {
    margin: 0 0 0 auto;
    display: none;
  }
  #ectop .sp-only {
    display: block;
  }
}

#voice {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  margin: 0;
  color: #333;
  /*--tuiki_voice--*/
  /*アコーディオン全体*/
  /*アコーディオンで現れるエリア*/
}
#voice .flexblock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  #voice .pcOnly {
    display: none;
  }
}
#voice .spOnly {
  display: none;
}
@media only screen and (max-width: 780px) {
  #voice .spOnly {
    display: block;
  }
}
#voice .cptk-voice-main ul,
#voice .cptk-voice-main li,
#voice .cptk-voice-main dl,
#voice .cptk-voice-main dt,
#voice .cptk-voice-main dd,
#voice .cptk-voice-main ol {
  margin: 0;
  padding: 0;
}
#voice .cptk-voice-main a {
  color: #333;
  outline: medium;
  overflow: hidden;
  text-decoration: none;
}
#voice .cptk-voice-main a img {
  max-width: 100%;
}
#voice .cptk-voice-main a:hover, #voice .cptk-voice-main a:active, #voice .cptk-voice-main a:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#voice .cptk-voice-main *,
#voice .cptk-voice-main *:before,
#voice .cptk-voice-main *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#voice .cptk-voice-main .sp-only {
  display: none;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .sp-only {
    display: block;
  }
}
#voice .cptk-voice-main .titMid:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background: #E60012;
  height: 10px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(230, 0, 18) 5px, rgb(230, 0, 18) 7px);
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid:after {
    height: 7px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #e60012 1px, #e60012 6px);
  }
}
#voice .cptk-voice-main .titMid .title-hukiImg {
  width: 30%;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid .title-hukiImg {
    width: 40%;
  }
}
#voice .cptk-voice-main .titMid .title-hukisubtxt {
  width: 70%;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  z-index: 0;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid .title-hukisubtxt {
    width: 60%;
    font-size: 12px;
    padding-left: 0.25rem;
    padding-bottom: 0.5rem;
    line-height: 115%;
  }
}
#voice .cptk-voice-main .titMid h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0.5rem;
  z-index: 1;
  background-image: url("../images/voice/huki_big.png");
  position: relative;
  top: 25%;
  width: 100%;
  height: 95px;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(5px 5px 5px #aaa);
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid h2 {
    font-size: 15px;
    padding: 0rem;
    top: 17%;
    height: 65px;
    left: -2px;
    filter: drop-shadow(3px 3px 3px #aaa);
    background-position-y: 53%;
  }
}
#voice .cptk-voice-main .titMid h2 br.spBr {
  display: none;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid h2 br.spBr {
    display: block;
  }
}
#voice .cptk-voice-main .titMid.detailtire01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background: #E60012;
  height: 10px;
  background-size: auto auto;
  background-color: #898989;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #444 3px, #444 4px);
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid.detailtire01:after {
    height: 6px;
  }
}
#voice .cptk-voice-main .titMid.detailtire01 h1.detail_title {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  margin: 0.25rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid.detailtire01 h1.detail_title {
    font-size: 1.25rem;
    margin: 0 0 0.25rem;
  }
}
#voice .cptk-voice-main .titMid.detailtire02:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background: #E60012;
  height: 10px;
  background-size: auto auto;
  background-color: #eb9999;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #444 3px, #444 4px);
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid.detailtire02:after {
    height: 6px;
  }
}
#voice .cptk-voice-main .titMid.detailtire02 h1.detail_title {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  margin: 0.25rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid.detailtire02 h1.detail_title {
    font-size: 1.25rem;
    margin: 0 0 0.25rem;
  }
}
#voice .cptk-voice-main .titMid.detailtire03:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background: #E60012;
  height: 10px;
  background-size: auto auto;
  background-color: #69aec4;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #444 3px, #444 4px);
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid.detailtire03:after {
    height: 6px;
  }
}
#voice .cptk-voice-main .titMid.detailtire03 h1.detail_title {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  margin: 0.25rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid.detailtire03 h1.detail_title {
    font-size: 1.25rem;
    margin: 0 0 0.25rem;
  }
}
#voice .cptk-voice-main .titMid.detailtire04:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background: #E60012;
  height: 10px;
  background-size: auto auto;
  background-color: #57c47e;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #444 3px, #444 4px);
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid.detailtire04:after {
    height: 6px;
  }
}
#voice .cptk-voice-main .titMid.detailtire04 h1.detail_title {
  color: #fff;
  font-weight: 700;
  font-size: 1.75rem;
  margin: 0.25rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .titMid.detailtire04 h1.detail_title {
    font-size: 1.25rem;
    margin: 0 0 0.25rem;
  }
}
#voice .cptk-voice-main .search-links-title {
  position: relative;
}
#voice .cptk-voice-main .search-links-title.titMid {
  margin-bottom: 0.5rem;
  display: flex;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .search-links-title.titMid {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .search-links-title.titMid.top {
    margin-bottom: 1.25rem;
  }
}
#voice .cptk-voice-main .site-head-A h4 {
  text-align: left;
  margin: 0;
  padding: 0.5rem 0;
  line-height: 135%;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main .site-head-A h4 {
    padding: 0.5rem 0.25rem;
  }
}
#voice .cptk-voice-main p {
  padding: 0.5rem;
  font-size: 14px;
}
@media only screen and (max-width: 780px) {
  #voice .cptk-voice-main p {
    padding: 0.75rem 0.25rem 0.75rem;
    margin: 0;
    font-size: 14px;
    line-height: 175%;
  }
}
#voice .contents-wrapper-wide {
  padding: 2rem 15px;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  #voice .contents-wrapper-wide {
    padding: 0rem 0.5rem 0rem;
  }
}
#voice .padding-bottom-0 {
  padding-bottom: 0;
}
#voice .padding-top-0 {
  padding-top: 0;
}
@media only screen and (max-width: 780px) {
  #voice .on-pc {
    display: none;
  }
  #voice .pc-only {
    display: none;
  }
  #voice .on-sp {
    display: block;
  }
}
#voice .content-voice-head {
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0px 6px 5px rgba(51, 51, 51, 0.2);
}
#voice .content-voice-head .image-bloc {
  margin: 1rem 0;
}
#voice .content-voice-head .image-bloc img {
  width: 100%;
  display: block;
}
#voice .contents-voice {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 780px) {
  #voice .contents-voice {
    padding: 0rem 0.25rem 1rem;
  }
}
#voice .voice_useboxarea {
  padding: 0rem 0.25rem 0.5rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea {
    padding: 0rem 0.25rem;
  }
}
#voice .voice_useboxarea h5.voice_title {
  font-size: 1.15rem;
  color: #fff;
  text-align: center;
  padding: 0 0.25rem 0.25rem;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea h5.voice_title {
    font-size: 1rem;
    padding: 0 0.25rem 0.5rem;
  }
}
#voice .voice_useboxarea .voice_usebox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#voice .voice_useboxarea .voice_useboxcolumn {
  width: 49.5%;
  border: solid 1px #e3e3e3;
  border-radius: 5px;
}
#voice .voice_useboxarea .voice_useboxcolumn img {
  width: 100%;
  padding: 0.15rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea .voice_useboxcolumn img {
    display: block;
  }
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea {
  background-color: #fff;
  padding-bottom: 0.5rem;
  margin: 0 0.15rem 0.15rem;
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea p.Iconboxtitle {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 135%;
  margin: 0;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea p.Iconboxtitle {
    font-size: 0.8rem;
    padding: 0.5rem 0.15rem;
  }
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea p.Iconboxtitle span {
  letter-spacing: -0.02rem;
  display: inline-block;
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox {
  display: flex;
  align-items: center;
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox .iconboxleft {
  width: 25%;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox .iconboxleft {
    width: 35%;
  }
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox .textboxright {
  width: 75%;
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox .textboxright .productlabel {
  padding: 0 0.25rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox .textboxright .productlabel {
    display: flex;
    flex-direction: column;
  }
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox .textboxright .productlabel span.bggray-tag {
  padding: 0.25rem;
  font-size: 0.725rem;
  background-color: rgba(221, 221, 221, 0.8666666667);
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox .textboxright .productlabel span.bggray-tag {
    font-size: 0.625rem;
    margin-bottom: 0.25rem;
    padding: 0rem 0.5rem;
  }
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox figure {
  margin: 0;
  padding: 0 0.25rem;
}
#voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox p.Iconboxtext {
  margin: 0;
  padding: 0.05rem 0.5rem;
  font-size: 14px;
  line-height: 115%;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea .voice_useboxcolumn .voice_useboxcolumnIconarea .voice_useboxcolumnIconbox p.Iconboxtext {
    font-size: 0.75rem;
    padding: 0 0.25rem;
  }
}
#voice .voice_useboxcomtentsarea {
  display: flex;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxcomtentsarea {
    display: block;
  }
}
#voice .voice_useboxcomtentsarea .voice_useboxcomtentsareaBG {
  margin: 1.5rem 0.25rem 0;
  width: 100%;
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxcomtentsarea .voice_useboxcomtentsareaBG {
    margin: 0.75rem 0;
  }
}
#voice .voice_campaigninfo {
  margin-top: 1.5rem;
  display: flex;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo {
    margin: 1rem 0;
    width: 100%;
    flex-direction: column;
  }
}
#voice .voice_campaigninfo .cam_bnrmainbox-new {
  width: 67.2%;
  padding: 0.2rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnrmainbox-new {
    width: 100%;
    flex-direction: column;
  }
}
#voice .voice_campaigninfo .cam_bnrmainbox-new:before {
  content: "近日公開予定";
  color: #fff;
  font-size: 0.75rem;
  padding-top: 0.2rem;
  text-align: center;
  display: block;
  width: 85px;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #E60012;
  position: absolute;
  box-shadow: 3px 3px 3px 1px rgba(71, 71, 71, 0.4392156863);
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnrmainbox-new:before {
    padding-top: 0rem;
    width: 65px;
    height: 16px;
    font-size: 0.675rem;
  }
}
#voice .voice_campaigninfo .cam_bnrmainbox-new figure {
  margin: 0;
}
#voice .voice_campaigninfo .cam_bnrmainbox {
  width: 67.2%;
  padding: 0.2rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnrmainbox {
    width: 100%;
    flex-direction: column;
  }
}
#voice .voice_campaigninfo .cam_bnrmainbox:before {
  content: "実施中";
  color: #fff;
  font-size: 0.75rem;
  padding-top: 0.2rem;
  text-align: center;
  display: block;
  width: 85px;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #E60012;
  position: absolute;
  box-shadow: 3px 3px 3px 1px rgba(71, 71, 71, 0.4392156863);
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnrmainbox:before {
    padding-top: 0rem;
    width: 65px;
    height: 16px;
    font-size: 0.675rem;
  }
}
#voice .voice_campaigninfo .cam_bnrmainbox figure {
  margin: 0;
}
#voice .voice_campaigninfo .cam_bnrmainbox-old {
  width: 67.2%;
  padding: 0.2rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnrmainbox-old {
    width: 100%;
    flex-direction: column;
  }
}
#voice .voice_campaigninfo .cam_bnrmainbox-old:before {
  content: "終了";
  color: #fff;
  font-size: 0.75rem;
  padding-top: 0.2rem;
  text-align: center;
  display: block;
  width: 85px;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #898989;
  position: absolute;
  box-shadow: 3px 3px 3px 1px rgba(71, 71, 71, 0.4392156863);
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnrmainbox-old:before {
    padding-top: 0rem;
    width: 65px;
    height: 16px;
    font-size: 0.675rem;
  }
}
#voice .voice_campaigninfo .cam_bnrmainbox-old figure {
  margin: 0;
}
#voice .voice_campaigninfo .cam_bnr2box {
  width: 32.8%;
  padding: 0.2rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-new {
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-new {
    margin: 0;
    display: flex;
    width: 49.5%;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-new:before {
  content: "近日公開予定";
  color: #fff;
  font-size: 0.75rem;
  padding-top: 0.2rem;
  text-align: center;
  display: block;
  width: 85px;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #E60012;
  position: absolute;
  box-shadow: 3px 3px 3px 1px rgba(71, 71, 71, 0.4392156863);
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-new:before {
    padding-top: 0rem;
    width: 65px;
    height: 16px;
    font-size: 0.675rem;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-new figure {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-new figure {
    margin: 0;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-new figure img {
  width: 100%;
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-now {
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-now {
    margin: 0;
    display: flex;
    width: 49.5%;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-now:before {
  content: "実施中";
  color: #fff;
  font-size: 0.75rem;
  padding-top: 0.2rem;
  text-align: center;
  display: block;
  width: 85px;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #E60012;
  position: absolute;
  box-shadow: 3px 3px 3px 1px rgba(71, 71, 71, 0.4392156863);
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-now:before {
    padding-top: 0rem;
    width: 65px;
    height: 16px;
    font-size: 0.675rem;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-now figure {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-now figure {
    margin: 0;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-now figure img {
  width: 100%;
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-old {
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-old {
    margin: 0;
    display: flex;
    width: 49.5%;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-old:before {
  content: "終了";
  color: #fff;
  font-size: 0.75rem;
  padding-top: 0.2rem;
  text-align: center;
  display: block;
  width: 85px;
  height: 25px;
  top: 0;
  left: 0;
  background-color: #898989;
  position: absolute;
  box-shadow: 3px 3px 3px 1px rgba(71, 71, 71, 0.4392156863);
  z-index: 1;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-old:before {
    padding-top: 0rem;
    width: 65px;
    height: 16px;
    font-size: 0.675rem;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-old figure {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  #voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-old figure {
    margin: 0;
  }
}
#voice .voice_campaigninfo .cam_bnr2box .cam_bnr2box-old figure img {
  width: 100%;
}
#voice .voice_oshieteexample {
  padding-top: 0rem;
  display: flex;
}
@media only screen and (max-width: 780px) {
  #voice .voice_oshieteexample {
    display: flex;
    flex-wrap: wrap;
  }
}
#voice .voice_oshieteexample .oshieteexamplearea {
  display: flex;
  padding-top: 0rem;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox {
  width: 100%;
  padding: 0.25rem;
  border: solid 1px #e3e3e3;
  border-radius: 5px;
  margin: 0.2rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox {
    width: 100%;
    padding: 0.15em;
  }
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox img {
  padding-bottom: 0.25rem;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxM {
  display: flex;
  background-color: #784418;
  border-radius: 5px;
  width: 40%;
  margin-left: 0.25rem;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxT {
  display: flex;
  background-color: #d1801e;
  border-radius: 5px;
  width: 40%;
  margin-left: 0.25rem;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxA {
  display: flex;
  background-color: #006837;
  border-radius: 5px;
  width: 40%;
  margin-left: 0.25rem;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxCP {
  display: flex;
  margin: 0.25rem;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxCP:before {
  content: "";
  background-image: url("../images/voice/logo_cp.png");
  position: relative;
  top: 0px;
  width: 55px;
  left: 0px;
  background-size: cover;
  margin: 0px 10px 0 0;
  background-repeat: no-repeat;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxCP p.oshiete-iconTxt {
  font-size: 0.65rem;
  color: #333;
  margin: 0 0 auto;
  padding: 0;
  font-weight: bold;
  line-height: 120%;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxTK {
  display: flex;
  margin: 0.25rem;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxTK:before {
  content: "";
  background-image: url("../images/voice/logo_tk.png");
  position: relative;
  top: 0px;
  width: 55px;
  height: 26px;
  left: 0px;
  background-size: cover;
  margin-right: 10px;
  background-repeat: no-repeat;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshiete-iconBoxTK p.oshiete-iconTxt {
  font-size: 0.65rem;
  color: #333;
  margin: 0 0 auto;
  padding: 3px 0 0;
  font-weight: bold;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox p.oshiete-iconTxt {
  font-size: 0.65rem;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox img {
  width: 100%;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshieteboxtitle {
  font-size: 0.85rem;
  line-height: 135%;
  font-weight: bold;
  color: #333;
  margin: 0 0.25rem;
  padding: 0rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshieteboxtitle {
    font-size: 0.75rem;
    padding: 0.35rem 0rem;
    margin: 0 0.15rem;
  }
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshieteboxtitle span {
  font-size: 80%;
  font-weight: 500;
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshieteboxtitle-shop {
  font-size: 0.85rem;
  line-height: 125%;
  font-weight: bold;
  color: #333;
  margin: 0 0.25rem;
  padding: 0 0 0.25rem;
  height: 4rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshieteboxtitle-shop {
    font-size: 0.75rem;
    padding: 0.35rem 0rem;
    height: 4.3rem;
  }
}
#voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshieteboxtitle-shop span.shoptitletxt-note {
  font-size: 85%;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 780px) {
  #voice .voice_oshieteexample .oshieteexamplearea .oshieteexamplebox .oshieteboxtitle-shop span.font-spacenote {
    letter-spacing: -0.03rem;
  }
}
#voice .voice_otherlinkboxarea {
  padding: 0rem 0 2rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_otherlinkboxarea {
    padding: 0rem 0 2rem;
  }
}
#voice .voice_otherlinkboxarea .voice_otherlinkbox {
  display: flex;
  flex-wrap: wrap;
}
#voice .voice_otherlinkboxarea .voice_otherlinkbox .voice_otherlinkimg {
  width: 33.3%;
  padding: 0.25rem;
}
@media only screen and (max-width: 780px) {
  #voice .voice_otherlinkboxarea .voice_otherlinkbox .voice_otherlinkimg {
    width: 50%;
  }
}
#voice .voice_otherlinkboxarea .voice_otherlinkbox .voice_otherlinkimg img {
  width: 100%;
}
#voice .voice_otherlinkboxarea .voice_otherlinkbox .voice_otherlinkimg .voice_otherlinkimg {
  width: 33.3%;
}
#voice .stepBox .detail_useboxarea {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  height: auto;
  border: solid 1px #dcdcdc;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 10px 1px rgba(108, 120, 117, 0.3215686275);
}
@media only screen and (max-width: 780px) {
  #voice .stepBox .detail_useboxarea {
    padding: 0.75rem 0 0.45rem;
    margin-bottom: 0.5rem;
    box-shadow: 1px 1px 5px 1px rgba(108, 120, 117, 0.2196078431);
    height: 16%;
  }
}
#voice .stepBox .detail_useboxarea .detail_usebox {
  display: flex;
}
@media only screen and (max-width: 780px) {
  #voice .stepBox .detail_useboxarea .detail_usebox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#voice .detail_useboxarea.page {
  border: none;
  box-shadow: none;
}
#voice .detail_useboximgarea {
  width: 30%;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useboximgarea {
    width: 100%;
  }
}
#voice .detail_useboximgarea img {
  width: 100%;
  border: solid 1px #eee;
}
#voice .detail_useIconboxcolumn {
  display: flex;
  width: 100%;
  align-items: flex-start;
  z-index: 0;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useIconboxcolumn {
    width: 100%;
  }
}
#voice .detail_useIconbox {
  display: flex;
  width: 13%;
  flex-direction: column;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useIconbox {
    width: 25%;
    padding-top: 0.25rem;
  }
}
#voice .detail_useIconbox figure {
  justify-content: center;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useIconbox figure {
    margin: 0.5rem;
  }
}
#voice .detail_useIconbox p.detailIconboxtext {
  text-align: center;
  line-height: 125%;
  margin: 0rem;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0.25rem;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useIconbox p.detailIconboxtext {
    font-size: 0.75rem;
    padding: 0.15rem;
  }
  #voice .detail_useIconbox p.detailIconboxtext .detailusetextarea {
    padding: 0.5rem;
  }
}
#voice .detail_useIconbox .voicedetail-graytag {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useIconbox .voicedetail-graytag {
    flex-direction: column;
  }
}
#voice .detail_useIconbox .voicedetail-graytag span {
  background-color: #ddd;
  padding: 0rem 0.2rem;
  font-size: 10.5px;
  margin: 0.15rem 0;
  text-align: center;
  border-radius: 0.15rem;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useIconbox .voicedetail-graytag span {
    margin-bottom: 0.15rem;
    margin-left: 0.5rem;
    text-align: center;
  }
}
#voice .detailusetextareaBox {
  display: flex;
  flex-direction: column;
  width: 88%;
  margin: 0 0.75rem;
}
@media only screen and (max-width: 780px) {
  #voice .detailusetextareaBox {
    width: 75%;
    margin: 0 0.25rem;
  }
}
#voice .detailusetextareaBox .detailusetextarea {
  border-radius: 0.5rem;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  min-width: 120px;
  max-width: 100%;
  font-size: 14px;
  background: #FFF;
  border: solid 1px #dddddd;
  box-sizing: border-box;
}
@media only screen and (max-width: 780px) {
  #voice .detailusetextareaBox .detailusetextarea {
    padding: 0.5rem;
    margin-right: 0.45rem;
    margin-left: 0.45rem;
  }
}
#voice .detailusetextareaBox .detailusetextarea:before {
  position: absolute;
  content: "";
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  top: 35%;
  margin-top: -12px;
  left: -24px;
  z-index: 0;
}
@media only screen and (max-width: 780px) {
  #voice .detailusetextareaBox .detailusetextarea:before {
    top: 33%;
  }
}
#voice .detailusetextareaBox .detailusetextarea:after {
  position: absolute;
  content: "";
  border: 12px solid transparent;
  border-right: 12px solid #000;
  top: 35%;
  margin-top: -12px;
  left: -24px;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  #voice .detailusetextareaBox .detailusetextarea:after {
    top: 33%;
  }
}
#voice .detailusetextareaBox .detailusetextarea p.detailboxtitle {
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 135%;
  margin: 0.25rem;
  padding: 0.25rem;
}
@media only screen and (max-width: 780px) {
  #voice .detailusetextareaBox .detailusetextarea p.detailboxtitle {
    font-size: 0.8rem;
    padding: 0.25rem;
    margin: 0;
  }
}
#voice .detailusetextareaBox .detailusetextarea p.detailboxtext {
  font-size: 0.85rem;
  margin: 0.25rem;
  line-height: 135%;
  padding: 0.25rem;
}
@media only screen and (max-width: 780px) {
  #voice .detailusetextareaBox .detailusetextarea p.detailboxtext {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    line-height: 135%;
  }
}
#voice .detailusetextareaBox .detailbox-notearea p {
  margin: 0;
  padding: 0.5rem 1rem 0.25rem;
  font-size: 0.75rem;
  text-align: end;
}
@media only screen and (max-width: 780px) {
  #voice .detailusetextareaBox .detailbox-notearea p {
    font-size: 0.675rem;
    padding: 0.15rem 1rem;
  }
}
#voice .detaiproductlabel {
  margin: 0.25rem;
  padding: 0.25rem;
}
@media only screen and (max-width: 780px) {
  #voice .detaiproductlabel {
    margin: 0rem;
  }
}
#voice .detaiproductlabel span.bggray-tag {
  background-color: #ddd;
  padding: 0.25rem;
  font-size: 11px;
  font: #fff;
}
@media only screen and (max-width: 780px) {
  #voice .detaiproductlabel span.bggray-tag {
    font-size: 0.65rem;
    padding: 0.25rem;
  }
}
#voice .accordion-area {
  list-style: none;
  width: 100%;
}
#voice .accordion-area li {
  margin: 10px 0;
}
#voice .box {
  display: none;
  background: #fff;
  padding: 0.5rem;
}
#voice h3.titleTop {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3%;
  transition: all 0.5s ease;
  background-color: #333;
  color: #fff;
}
#voice h3.titleTop:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  top: 40%;
  right: 2.5rem;
  transform: rotate(45deg);
}
#voice h3.titleTop:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  right: 2.5rem;
  transform: rotate(135deg);
}
#voice .box .tabl-bloc-nav ul.accordiontabbar {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#voice .box .tabl-bloc-nav ul.accordiontabbar li.accordiontablink {
  display: table-row;
  margin: 0;
  padding: 0;
}
#voice .box .tabl-bloc-nav ul.accordiontabbar li.accordiontablink a.current {
  color: #fff;
  background: #009843;
  position: relative;
  overflow: inherit;
  cursor: default;
}
#voice .box .tabl-bloc-nav ul.accordiontabbar li.accordiontablink a {
  width: 50%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  background: #e3e3e3;
  padding: 14px 0;
}
#voice .box .tabl-bloc-nav ul.accordiontabbar li.accordiontablink a span {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
#voice .box .tabl-bloc-nav ul.accordiontabbar li.accordiontablink a span:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#voice .voicefigure {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 780px) {
  #voice .voicefigure {
    flex-wrap: wrap;
  }
}
#voice .voicefigure figure {
  width: 50%;
  margin: 0 auto;
}
#voice .voicefigure figure img {
  width: 100%;
}
#voice .voice_useboxarea .detail_titletxtBox {
  width: 75%;
}
#voice .voice_useboxarea .detail_titletxtBox .detail_maruTitleBox {
  display: flex;
}
#voice .voice_useboxarea .detail_titletxtBox .detail_maruTitleBox .detail_maru {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  back-ground-color: #000;
  background-color: #fff;
  margin-right: 0.2rem;
}
#voice .voice_useboxarea .detail_titletxtBox .detail_maruTitleBox .detail_maru span.detail_maruTitile {
  font-size: 0.85rem;
  color: #444;
  font-weight: 700;
  display: block;
}
#voice .voice_useboxarea .detail_titletxtBox .detailTopTitleBox p.detailTopTxt {
  color: #fff;
  margin: 0;
  padding: 0;
}
#voice .voice_useboxarea .detail_titleBox01 {
  display: flex;
  background-color: #898989;
  align-items: center;
  height: 21vh;
  width: 75%;
  margin: 0 auto;
  padding: 2rem 0;
}
#voice .voice_useboxarea .detail_titleBox01 .voice_titleImg {
  width: 25%;
}
#voice .voice_useboxarea .detail_titleBox01 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .voice_useboxarea .detail_titleBox01 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .voice_useboxarea .voice_titleBox01 {
  display: flex;
  background-color: #898989;
  margin-bottom: 0.25rem;
}
#voice .voice_useboxarea .voice_titleBox01 .voice_titleImg {
  width: 20%;
}
#voice .voice_useboxarea .voice_titleBox01 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .voice_useboxarea .voice_titleBox01 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .voice_useboxarea .voice_titleBox02 {
  display: flex;
  background-color: #eb9999;
  margin-bottom: 0.25rem;
}
#voice .voice_useboxarea .voice_titleBox02 .voice_titleImg {
  width: 20%;
}
#voice .voice_useboxarea .voice_titleBox02 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .voice_useboxarea .voice_titleBox02 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .voice_useboxarea .voice_titleBox03 {
  display: flex;
  background-color: #69aec4;
  margin-bottom: 0.25rem;
}
#voice .voice_useboxarea .voice_titleBox03 .voice_titleImg {
  width: 20%;
}
#voice .voice_useboxarea .voice_titleBox03 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .voice_useboxarea .voice_titleBox03 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .voice_useboxarea .voice_titleBox04 {
  display: flex;
  background-color: #57c47e;
  margin-bottom: 0.25rem;
}
#voice .voice_useboxarea .voice_titleBox04 .voice_titleImg {
  width: 20%;
}
#voice .voice_useboxarea .voice_titleBox04 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .voice_useboxarea .voice_titleBox04 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .voice_useboxarea .voice_title::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: relative;
  left: 100%;
  margin-top: -17px;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 780px) {
  #voice .voice_useboxarea .voice_title::after {
    margin-top: -15px;
  }
}
#voice .detail_useboxarea.bg01 {
  background-color: #898989;
  display: flex;
}
#voice .detail_useboxarea.bg02 {
  background-color: #eb9999;
  display: flex;
}
#voice .detail_useboxarea.bg03 {
  background-color: #69aec4;
  display: flex;
}
#voice .detail_useboxarea.bg04 {
  background-color: #57c47e;
  display: flex;
}
#voice .detail_useboxarea .detail_titletxtBox {
  width: 75%;
}
#voice .detail_useboxarea .detail_titletxtBox .detail_maruTitleBox {
  display: flex;
}
#voice .detail_useboxarea .detail_titletxtBox .detail_maruTitleBox .detail_maru {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  back-ground-color: #000;
  background-color: #fff;
  margin-right: 0.2rem;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useboxarea .detail_titletxtBox .detail_maruTitleBox .detail_maru {
    height: 15px;
    width: 15px;
    line-height: 15px;
  }
}
#voice .detail_useboxarea .detail_titletxtBox .detail_maruTitleBox .detail_maru span.detail_maruTitile {
  font-size: 0.85rem;
  color: #444;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useboxarea .detail_titletxtBox .detail_maruTitleBox .detail_maru span.detail_maruTitile {
    font-size: 0.75rem;
  }
}
#voice .detail_useboxarea .detail_titletxtBox .detailTopTitleBox p.detailTopTxt {
  color: #fff;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useboxarea .detail_titletxtBox .detailTopTitleBox p.detailTopTxt {
    font-size: 0.85rem;
    line-height: 135%;
    padding-top: 0.5rem;
  }
}
#voice .detail_useboxarea .detail_titleBox01 {
  display: flex;
  background-color: #898989;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useboxarea .detail_titleBox01 {
    width: 90%;
  }
}
#voice .detail_useboxarea .detail_titleBox01 .voice_titleImg {
  width: 25%;
}
#voice .detail_useboxarea .detail_titleBox01 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .detail_useboxarea .detail_titleBox01 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .detail_useboxarea .detail_titleBox02 {
  display: flex;
  background-color: #eb9999;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useboxarea .detail_titleBox02 {
    width: 90%;
  }
}
#voice .detail_useboxarea .detail_titleBox02 .voice_titleImg {
  width: 25%;
}
#voice .detail_useboxarea .detail_titleBox02 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .detail_useboxarea .detail_titleBox02 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .detail_useboxarea .detail_titleBox03 {
  display: flex;
  background-color: #69aec4;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useboxarea .detail_titleBox03 {
    width: 90%;
  }
}
#voice .detail_useboxarea .detail_titleBox03 .voice_titleImg {
  width: 25%;
  margin-right: 0.75rem;
}
#voice .detail_useboxarea .detail_titleBox03 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .detail_useboxarea .detail_titleBox03 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .detail_useboxarea .detail_titleBox04 {
  display: flex;
  background-color: #57c47e;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .detail_useboxarea .detail_titleBox04 {
    width: 90%;
  }
}
#voice .detail_useboxarea .detail_titleBox04 .voice_titleImg {
  width: 25%;
}
#voice .detail_useboxarea .detail_titleBox04 .voice_titleImg img {
  width: 100%;
  margin-bottom: -5px;
}
#voice .detail_useboxarea .detail_titleBox04 .voice_titletxtBox {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
}
#voice .detail_useboxarea .voice_title::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: solid 2px red;
  border-bottom: solid 2px red;
  position: relative;
  left: 100%;
  margin-top: -17px;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#voice .search-links-subtitle01 {
  padding: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .search-links-subtitle01 {
    padding: 0 0.25rem;
  }
}
#voice .search-links-subtitle01 h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.15rem;
}
@media only screen and (max-width: 780px) {
  #voice .search-links-subtitle01 h3 {
    font-size: 0.85rem;
    padding-bottom: 0.2rem;
  }
}
#voice .search-links-subtitle01 h3:before {
  content: "";
  background-image: url("../images/voice/column-icon01.png");
  position: relative;
  top: 5px;
  width: 36px;
  height: 30px;
  left: 0px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 780px) {
  #voice .search-links-subtitle01 h3:before {
    top: 10px;
  }
}
#voice .search-links-subtitle02 {
  padding: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .search-links-subtitle02 {
    padding: 0 0.25rem;
  }
}
#voice .search-links-subtitle02 h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.15rem;
}
@media only screen and (max-width: 780px) {
  #voice .search-links-subtitle02 h3 {
    font-size: 0.85rem;
    padding-bottom: 0.2rem;
  }
}
#voice .search-links-subtitle02 h3:before {
  content: "";
  background-image: url("../images/voice/column-icon02.png");
  position: relative;
  top: 5px;
  width: 36px;
  height: 30px;
  left: 0px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
#voice .search-links-subtitle03 {
  padding: 0.5rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  #voice .search-links-subtitle03 {
    padding: 0 0.25rem;
  }
}
#voice .search-links-subtitle03 h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.15rem;
}
@media only screen and (max-width: 780px) {
  #voice .search-links-subtitle03 h3 {
    font-size: 0.85rem;
    padding-bottom: 0.2rem;
  }
}
#voice .search-links-subtitle03 h3:before {
  content: "";
  background-image: url("../images/voice/column-icon03.png");
  position: relative;
  top: 5px;
  width: 36px;
  height: 30px;
  left: 0px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
#voice .accordion-detail_linkBox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 780px) {
  #voice .accordion-detail_linkBox {
    padding-bottom: 0rem;
  }
}
@media only screen and (max-width: 780px) {
  #voice .accordion-detail_linkBox {
    flex-direction: column;
  }
}
#voice .accordion-detail_linkBox .detaillink_atag {
  width: 49.5%;
}
@media only screen and (max-width: 780px) {
  #voice .accordion-detail_linkBox .detaillink_atag {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
#voice .accordion-detail_linkBox .accordion-detailareatop {
  display: flex;
  background-color: #444;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  #voice .accordion-detail_linkBox .accordion-detailareatop {
    padding: 0;
    height: 22vw;
  }
}
#voice .accordion-detail_linkBox .accordion-detailareatop .detailfooterlink {
  width: 25%;
  margin-bottom: -5px;
}
#voice .accordion-detail_linkBox .accordion-detailareatop .detailfooterlink img {
  width: 100%;
}
#voice .accordion-detail_linkBox .accordion-detailareatop .detailfooerlinkTxt {
  width: 75%;
  padding: 1rem 0;
}
#voice .accordion-detail_linkBox .accordion-detailareatop h3.title_linkBtn {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3%;
  transition: all 0.5s ease;
  color: #fff;
}
#voice .accordion-detail_linkBox .accordion-detailareatop h3.title_linkBtn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  left: 80%;
  margin-top: -17px;
  margin-left: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid red;
  border-bottom: 2px solid red;
}
#voice .accordion-detail_linkBox .accordion-detailarea01 {
  display: flex;
  background-color: rgb(137, 137, 137);
  align-items: center;
}
#voice .accordion-detail_linkBox .accordion-detailarea01 .detailfooterlink {
  width: 25%;
  margin-bottom: -5px;
}
#voice .accordion-detail_linkBox .accordion-detailarea01 .detailfooterlink img {
  width: 100%;
}
#voice .accordion-detail_linkBox .accordion-detailarea01 .detailfooerlinkTxt {
  width: 75%;
  padding: 1rem 0;
}
#voice .accordion-detail_linkBox .accordion-detailarea01 h3.title_linkBtn {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3%;
  transition: all 0.5s ease;
  color: #fff;
}
#voice .accordion-detail_linkBox .accordion-detailarea01 h3.title_linkBtn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  left: 80%;
  margin-top: -17px;
  margin-left: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid red;
  border-bottom: 2px solid red;
}
#voice .accordion-detail_linkBox .accordion-detailarea02 {
  display: flex;
  background-color: rgb(235, 153, 153);
  align-items: center;
}
#voice .accordion-detail_linkBox .accordion-detailarea02 .detailfooterlink {
  width: 25%;
  margin-bottom: -5px;
}
#voice .accordion-detail_linkBox .accordion-detailarea02 .detailfooterlink img {
  width: 100%;
}
#voice .accordion-detail_linkBox .accordion-detailarea02 .detailfooerlinkTxt {
  width: 75%;
  padding: 1rem 0;
}
#voice .accordion-detail_linkBox .accordion-detailarea02 h3.title_linkBtn {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3%;
  transition: all 0.5s ease;
  color: #fff;
}
#voice .accordion-detail_linkBox .accordion-detailarea02 h3.title_linkBtn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  left: 80%;
  margin-top: -17px;
  margin-left: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid red;
  border-bottom: 2px solid red;
}
#voice .accordion-detail_linkBox .accordion-detailarea03 {
  display: flex;
  background-color: rgb(105, 174, 196);
  align-items: center;
}
#voice .accordion-detail_linkBox .accordion-detailarea03 .detailfooterlink {
  width: 25%;
  margin-bottom: -5px;
}
#voice .accordion-detail_linkBox .accordion-detailarea03 .detailfooterlink img {
  width: 100%;
}
#voice .accordion-detail_linkBox .accordion-detailarea03 .detailfooerlinkTxt {
  width: 75%;
  padding: 1rem 0;
}
#voice .accordion-detail_linkBox .accordion-detailarea03 h3.title_linkBtn {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3%;
  transition: all 0.5s ease;
  color: #fff;
}
#voice .accordion-detail_linkBox .accordion-detailarea03 h3.title_linkBtn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  left: 80%;
  margin-top: -17px;
  margin-left: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid red;
  border-bottom: 2px solid red;
}
#voice .accordion-detail_linkBox .accordion-detailarea04 {
  display: flex;
  background-color: rgb(87, 196, 126);
  align-items: center;
}
#voice .accordion-detail_linkBox .accordion-detailarea04 .detailfooterlink {
  width: 25%;
  margin-bottom: -5px;
}
#voice .accordion-detail_linkBox .accordion-detailarea04 .detailfooterlink img {
  width: 100%;
}
#voice .accordion-detail_linkBox .accordion-detailarea04 .detailfooerlinkTxt {
  width: 75%;
  padding: 1rem 0;
}
#voice .accordion-detail_linkBox .accordion-detailarea04 h3.title_linkBtn {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3%;
  transition: all 0.5s ease;
  color: #fff;
}
#voice .accordion-detail_linkBox .accordion-detailarea04 h3.title_linkBtn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  left: 80%;
  margin-top: -17px;
  margin-left: 15px;
  transform: rotate(-45deg);
  border-right: 2px solid red;
  border-bottom: 2px solid red;
}
#voice .site_guideBox {
  padding: 1rem 1rem 0;
}
@media only screen and (max-width: 780px) {
  #voice .site_guideBox {
    padding: 0rem 0rem 0rem;
  }
}
#voice .site_guideBox .tab-bloc2 {
  padding-top: 1rem;
  padding-bottom: 0;
}
#voice .site_guideBox .tab-bloc2 .two-tab {
  padding: 1rem 1.5rem 0;
  display: none;
}
@media only screen and (max-width: 780px) {
  #voice .site_guideBox .tab-bloc2 .two-tab {
    padding: 1rem 0rem 1.5rem;
  }
}
#voice .site_guideBox .tab-bloc2 .two-tab .pagination {
  padding: 2rem;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
#voice .site_guideBox .tab-bloc2 .two-tab .pagination .page-numbers-container span {
  padding: 0 0.5rem;
}
#voice .site_guideBox .tab-bloc2 .two-tab .pagination .page-numbers-container .current-page {
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
}
#voice .site_guideBox .tab-bloc2 .page {
  display: none;
}
#voice .site_guideBox .tab-bloc2 .two-tab.current {
  display: block;
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail {
  padding-bottom: 10px;
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail ul {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail li {
  display: table-row;
  margin: 0;
  padding: 0;
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail a {
  width: 33.3333333333%;
  font-size: 15px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50%;
  background: #e3e3e3;
  padding: 14px 0;
  color: #333;
}
@media only screen and (max-width: 780px) {
  #voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail a {
    font-size: 0.85rem;
    padding: 10px 0;
  }
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail a span {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail ul li a.taiyakan.current {
  color: #fff;
  background: #009843;
  position: relative;
  overflow: inherit;
  cursor: default;
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail ul li a.taiyakan.current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #009843;
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail ul li a.cockpit.current {
  color: #fff;
  background: #0065b4;
  position: relative;
  overflow: inherit;
  cursor: default;
}
#voice .site_guideBox .tab-bloc2 .tabl-bloc-nav-voice-detail ul li a.cockpit.current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0065b4;
}
#voice button, #voice .store-tile.selected .select-store-button, .store-tile.selected #voice .select-store-button {
  background-color: #eee;
  cursor: pointer;
  border-style: none;
  padding: 0 0.5rem;
  margin: 0 0.5rem;
}
#voice button:hover, #voice .store-tile.selected .select-store-button:hover, .store-tile.selected #voice .select-store-button:hover, #voice button:focus, #voice .store-tile.selected .select-store-button:focus, .store-tile.selected #voice .select-store-button:focus {
  background-color: #ddd;
}
#voice .detailboxtext.text-container {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#voice button.show-more-button, #voice .store-tile.selected .show-more-button.select-store-button, .store-tile.selected #voice .show-more-button.select-store-button {
  display: none;
  font-size: 0.7rem;
  color: #808080;
  background-color: #fff;
  margin: 0 0 0 auto;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
}
#voice button.show-more-button::after, #voice .store-tile.selected .show-more-button.select-store-button::after, .store-tile.selected #voice .show-more-button.select-store-button::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: relative;
  left: 80%;
  margin-top: -10.75px;
  margin-left: 13px;
  transform: rotate(-45deg);
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
#voice .div-trans-red-btn {
  margin: 0;
  padding: 0.5rem;
  max-width: 70%;
  text-align: center;
}
#voice .div-trans-red-btn.btnCenter {
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  #voice .div-trans-red-btn {
    margin: 0 auto;
    max-width: 80%;
    padding: 0.5rem 0 1rem;
  }
}
#voice .trans-red-btn {
  padding: 10px 0px;
}
@media screen and (max-width: 767px) {
  #voice .trans-red-btn {
    font-size: 14px;
  }
}
#voice .detail-btn {
  max-width: 800px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #voice .detail-btn {
    max-width: 70%;
    padding-bottom: 55px;
  }
}
#voice .storesearch-content-voice-detail .contents-wrapper-wide {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem 15px;
}
@media only screen and (max-width: 780px) {
  #voice .storesearch-content-voice-detail .contents-wrapper-wide {
    padding: 0rem 0.5rem 0rem;
  }
}
#voice .storesearch-content-voice-detail button, #voice .storesearch-content-voice-detail .store-tile.selected .select-store-button, .store-tile.selected #voice .storesearch-content-voice-detail .select-store-button {
  padding: 42px 0 0 0;
}

#home-bottom-center .home-bottom-center-text {
  top: 9%;
}
#home-bottom-center .home-bottom-center-text h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  #home-bottom-left h2 {
    font-size: 1.5rem;
  }
}

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