@charset 'utf-8';
/* ----------------------------------------------------------------
    ress
----------------------------------------------------------------- */
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  overflow-y: scroll;
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before, ::after {
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
  text-decoration: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* 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, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */

  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type='button'], [type='reset'], [type='submit'], [role='button'] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  /* Firefox 36+ */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;

  -webkit-appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type='search'] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~='screen'] {
    display: inherit;
  }

  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ----------------------------------------------------------------
    base
----------------------------------------------------------------- */
:root {
  font-size: 62.5%;
}

html, body, h1, h2, h3, h4, h5, h6, li {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

iframe {
  overflow: auto;
}

body {
  overflow-x: hidden !important;
  color: #303840;
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

ul, ol {
  list-style-type: none;
}

a {
  color: #006eb0;
  text-decoration: none;
}
a img {
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
}

figure {
  margin: 0;
}

button {
  border: 0;
  cursor: pointer;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  display: none;
}

p, ul, ol, dl {
  margin: 0 0 6px;
  padding: 0;
}

p > a {
  text-decoration: underline;
}
p > a:hover, p > a:focus, p > a:active {
  text-decoration: none;
}

ul a, ol a, dl a {
  text-decoration: underline;
}
ul a:hover, ul a:focus, ul a:active, ol a:hover, ol a:focus, ol a:active, dl a:hover, dl a:focus, dl a:active {
  text-decoration: none;
}
ul > :last-child, ol > :last-child, dl > :last-child {
  margin-bottom: 0;
}

dfn {
  font-style: normal;
}

dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}
table > a {
  text-decoration: underline;
}
table > a:hover, table > a:focus, table > a:active {
  text-decoration: none;
}

blockquote {
  margin: 0;
}

iframe:not(#bedore-webagent-inner) {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
}

input, select {
  font-size: 16px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus, select:focus {
  cursor: pointer;
}
input[type='text']:read-only {
  color: #aaa;
}

@media only screen and (max-width: 767px) {
  input, select {
    font-size: 14px;
  }
}

input[type='text'], input[type='search'] {
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* ----------------------------------------------------------------
    Clearfix
----------------------------------------------------------------- */
.content-inner::after, .content-body::after, .list-desc::after, .list-recommend .list-icon-list::after, .icon-list::after, .form-list._inline::after, .grid::after, .media-lyt::after, .uni-btn-list[data-col='2']::after, .gallery .gallery-list::after, .t-tab > .tab-list::after, .t-lyt-trend .lyt-link-list::after, .pl-lyt-tool .lyt-list::after, .pl-lyt-tool .lyt-btn-list::after, .pl-lyt-search .lyt-list::after, .detail-lyt::after, .detail-lyt .lyt-media::after {
  display: block;
  clear: both;
  content: '';
}

/* ----------------------------------------------------------------
    Loading Spritesheet
----------------------------------------------------------------- */
#header .nav-utility .useful > li a.icon-heart::before, #header .nav-utility .useful > li a.icon-heart::after, .nav-search .search-text::before, .txt-warning::before, .form-radio .form-item::after, .form-check .form-item::after, .btn-primary._cart > .btn-inner::before, .btn-favorite > span::before, .btn-favorite._add > span::before, .panel-error .panel-hdg::before, .panel-info::before, .uni-btn._order > span::before, .uni-btn._history > span::before, .t-list-ranking li:first-child .list-num::before, .t-list-ranking li:nth-child(2) .list-num::before, .t-list-ranking li:nth-child(3) .list-num::before, .pl-lyt-tool .lyt-btn-list > li button._grid::before, .pl-lyt-tool .lyt-btn-list > li button._grid.is-active::before, .pl-lyt-tool .lyt-btn-list > li button._list::before, .pl-lyt-tool .lyt-btn-list > li button._list.is-active::before {
  background-image: url(../images/sprite/icon-sprite.png);
}

/* ----------------------------------------------------------------
    Pseudo element (Block)
----------------------------------------------------------------- */
#header .nav-utility .useful > li a.icon-heart::before, #header .nav-utility .useful > li a.icon-heart::after, .nav-search .search-select::after, .nav-search .search-text::before, .topic-path .inner > li a::before, #footer .info ul li > a::after, .txt-attention > span::before, .txt-warning::before, .txt-discount::before, .list > li::before, .list-recommend .list-col::before, .link::before, .link-list > li > a::before, .icon-label._discount::before, .form-radio .form-item::before, .form-radio input[type='radio']:disabled + .form-item::after, .form-check .form-item::before, .form-check input[type='checkbox']:disabled + .form-item::after, .form-select::before, .form-list-step li::before, .form-list-step li::after, .form-list-step li .list-inner::before, .btn-sub._close > span::before, .btn-sub._close > span:after, .btn-primary._cart > .btn-inner::before, .btn-favorite > span::before, .panel > .panel-hdg::before, .panel-error .panel-hdg::before, .panel-info::before, .lyt-order::before, .uni-btn._order > span::before, .uni-btn._history > span::before, .dropdown-hook::after, .dropdown-hook span::before, .drawer-expand .close-btn::before, .drawer-expand .close-btn::after, .modal-hdg::before, .modal-btn-close > button::before, .modal-btn-close > button:after, .toggle > .toggle-hdg > .toggle-hdg-inner::after, .gallery .gallery-list li.is-selected::before, .t-tab > .tab-list li.is-select::before, .t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::before, .t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::after, .t-list-ranking li .list-num::before, .pl-lyt-tool .lyt-list > li::after, .pl-lyt-tool .lyt-btn-list > li button::before, .pl-lyt-search .lyt-btn .lyt-btn-inner::before, .pl-lyt-search .lyt-btn .lyt-btn-inner::after, .pl-lyt-search .lyt-btn-close::before, .pl-lyt-search .lyt-btn-close::after, .detail-lyt .lyt-panel-cart > .panel-inner > a > .panel-link::before, .slick-prev:before, .slick-next:before {
  display: block;
  content: '';
}

/* ----------------------------------------------------------------
    Header
----------------------------------------------------------------- */
/* #header
----------------------------------------------- */
#header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#header .header-inner {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 16px 0 24px;
  min-height: 112px;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#header .header-inner .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  min-height: 72px;
  width: 18%;
  -webkit-backface-visibility: hidden;
  align-items: center;
}
#header .header-inner .logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #header .header-inner {
    padding: 16px 12px 24px;
  }
  #header .header-inner .logo {
    width: 179px;
  }
}
@media only screen and (max-width: 767px) {
  #header .header-inner {
    padding: 15px 18px;
    min-height: 28px;
  }
  #header .header-inner .logo {
    -ms-flex-align: center;
    min-height: 28px;
    width: 120px;
    align-items: center;
  }
  #header .header-inner .logo img {
    width: 115px;
  }
}
@media only screen and (max-width: 374px) {
  #header .header-inner {
    padding: 15px 12px;
  }
  #header .header-inner .logo {
    width: 96px;
  }
}
#header .nav-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 72px;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #header .nav-header {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .nav-header {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 14px;
    min-height: 28px;
  }
}
#header .nav-header .nav-header-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 1;
  flex: 1;
}
#header .nav-header .nav-header-menu a {
  transition: opacity .2s ease;
}
#header .nav-header .nav-header-menu a:hover, #header .nav-header .nav-header-menu a:focus, #header .nav-header .nav-header-menu a:active {
  opacity: .65;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #header .nav-header .nav-header-menu {
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .nav-header .nav-header-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    display: block;
    display: none;
    width: 85.4%;
    background: #fff;
    transition: all .3s ease;
  }
  #header .nav-header .nav-header-menu.is-animate {
    display: block;
    transform: translateX(100%);
  }
  #header .nav-header .nav-header-menu.is-open {
    display: block;
    transform: translateX(0);
  }
}
#header .header-menu-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .header-menu-btn {
    position: relative;
    display: block;
    margin-left: 8px;
    width: 40px;
    height: 40px;
    color: transparent;
  }
  #header .header-menu-btn::before, #header .header-menu-btn::after {
    position: absolute;
    left: 9px;
    display: block;
    width: 22px;
    height: 1px;
    background: #7f7f7f;
    content: '';
    transition: all .3s ease;
  }
  #header .header-menu-btn::before {
    top: 12px;
  }
  #header .header-menu-btn::after {
    top: 20px;
  }
  #header .header-menu-btn .label {
    font-size: 0;
  }
  #header .header-menu-btn .label::before {
    position: absolute;
    top: 28px;
    left: 9px;
    display: block;
    width: 22px;
    height: 1px;
    background: #7f7f7f;
    content: '';
    transition: all .3s ease;
  }
  #header .header-menu-btn .status {
    font-size: 0;
  }
}
@media only screen and (max-width: 374px) {
  #header .header-menu-btn {
    margin-left: 4px;
  }
}
#header .nav-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  margin-bottom: 0;
  min-height: 28px;
  width: 100%;
  flex-basis: auto;
  justify-content: flex-end;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: auto;
}
#header .nav-primary .user {
  color: #7f7f7f;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #header .nav-primary .user {
    display: none;
  }
}
#header .nav-primary .register {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  #header .nav-primary .register {
    margin-left: 0;
  }
}
#header .nav-primary .register > .register-btn {
  padding: 5px 20px;
  border: 1px solid #7f7f7f;
  border-radius: 4px;
  color: #7f7f7f;
  text-decoration: none;
  font-size: 1.4rem;
  transition: opacity .2s ease;
}
#header .nav-primary .register > .register-btn:hover, #header .nav-primary .register > .register-btn:focus, #header .nav-primary .register > .register-btn:active {
  opacity: .65;
}
@media only screen and (max-width: 767px) {
  #header .nav-primary .register > .register-btn {
    display: block;
    padding: 5px 7px;
    width: 102px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
#header .nav-primary .cart {
  margin-left: 8px;
}
#header .nav-primary .cart > .cart-btn {
  position: relative;
  padding: 10px 18px;
  transition: opacity .2s ease;
}
#header .nav-primary .cart > .cart-btn:hover, #header .nav-primary .cart > .cart-btn:focus, #header .nav-primary .cart > .cart-btn:active {
  opacity: .65;
}
@media only screen and (max-width: 767px) {
  #header .nav-primary .cart {
    margin: 8px 0 0 8px;
  }
  #header .nav-primary .cart > .cart-btn {
    padding: 10px 6px;
    width: 40px;
    height: 40px;
  }
  #header .nav-primary .cart > .cart-btn img {
    max-width: 28px;
  }
}
@media only screen and (max-width: 374px) {
  #header .nav-primary .cart {
    margin: 8px 0 0 4px;
  }
}
#header .nav-utility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  width: 42%;
  font-size: 1.4rem;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #header .nav-utility {
    margin-top: 14px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .nav-utility {
    width: 100%;
  }
}
#header .nav-utility > ul {
  margin-bottom: 0;
}
#header .nav-utility .useful {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  width: 100%;
  justify-content: flex-end;
}
#header .nav-utility .useful > li {
  border-left: 1px solid #ccc;
}
#header .nav-utility .useful > li:first-child {
  border-left: 0;
}
#header .nav-utility .useful > li a {
  padding: 10px 20px;
  color: #7f7f7f;
  text-decoration: none;
}
#header .nav-utility .useful > li a.icon-heart {
  position: relative;
  padding-left: 40px;
}
#header .nav-utility .useful > li a.icon-heart::before {
  position: absolute;
  top: 50%;
  left: 19px;
  width: 15px;
  height: 13px;
  background-position: -103px -72px;
  background-size: 140px auto;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #header .nav-utility .useful > li a.icon-heart::before {
    display: none;
  }
}
#header .nav-utility .useful > li a.icon-heart::after {
  position: absolute;
  top: 50%;
  left: 19px;
  display: none;
  width: 15px;
  height: 13px;
  background-position: -72px -96px;
  background-size: 140px auto;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #header .nav-utility .useful > li a.icon-heart::after {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #header .nav-utility .useful > li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .nav-utility .useful {
    display: block;
  }
  #header .nav-utility .useful > li {
    padding: 0 17px;
    border-left: 0;
  }
  #header .nav-utility .useful > li a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    border-top: 1px solid #ededed;
    color: #363636;
  }
  #header .nav-utility .useful > li:last-child a {
    border-bottom: 1px solid #ededed;
  }
}

/* ----------------------------------------------------------------
    Global Navigation
----------------------------------------------------------------- */
/* .nav-global
----------------------------------------------- */
#header .nav-global {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  -ms-flex-align: end;
  width: 76%;
  font-size: 1.4rem;
  justify-content: left;
  align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #header .nav-global {
    margin-top: 14px;
    width: 100%;
  }
}
#header .nav-global > ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
#header .nav-global > ul > li a {
  position: relative;
  padding: 25px;
  color: #7f7f7f;
  text-decoration: none;
}
#header .nav-global > ul > li a span {
  display: inline;
  padding-right: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #header .nav-global > ul > li a {
    margin-right: 8px;
    padding: 12px 8px 25px 12px;
  }
}
@media only screen and (max-width: 767px) {
  #header .nav-global {
    width: 100%;
  }
  #header .nav-global ul {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #header .nav-global ul li {
    padding: 0 17px;
    width: 100%;
  }
  #header .nav-global ul li a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    color: #363636;
  }
  #header .nav-global .js-dropdown li .link-blank {
    border-top: 1px solid #ededed;
  }
  #header .nav-global .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    width: 130px;
    align-items: flex-start;
  }
}
#header .link-blank {
  color: #303840;
  text-decoration: none;
}
#header .link-blank .icon-blank {
  padding-left: 5px;
}

/* ----------------------------------------------------------------
    Content
----------------------------------------------------------------- */
/* .content-inner
----------------------------------------------- */
.content-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.content-inner > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .content-inner {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .content-inner {
    padding: 0 18px;
  }
  .content-fluid .content-inner {
    margin: 25px auto;
  }
}

/* .content-body
----------------------------------------------- */
/* #content-primary
----------------------------------------------- */
#content-primary > :first-child:not(.detail-lyt) {
  margin-top: 0;
}
#content-primary > :last-child {
  margin-bottom: 0;
}
._list #content-primary {
  float: right;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  ._list #content-primary {
    float: none;
    width: 100%;
  }
}

/* .content-secondary
----------------------------------------------- */
#content-secondary > :last-child {
  margin-bottom: 0;
}
._list #content-secondary {
  float: left;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  ._list #content-secondary {
    float: none;
    width: 100%;
  }
}

/* ----------------------------------------------------------------
    nav-search
----------------------------------------------------------------- */
/* .nav-search
----------------------------------------------- */
.nav-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 16px 0;
  width: 100%;
  background: url(../images/bg-nav-search.jpg);
  background-size: cover;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nav-search {
    padding: 20px 17px 80px 17px;
  }
}
.nav-search .nav-searchbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0;
  min-height: 48px;
  max-width: 720px;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nav-search .nav-searchbar {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
    border-radius: 4px;
  }
}
.nav-search .search-select {
  position: relative;
  -ms-flex-align: center;
  min-height: 48px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
  background: #edf0f2;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nav-search .search-select {
    min-height: 37px;
    width: 100%;
    border-right: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.nav-search .search-select::after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #303840;
  border-right: 1px solid #303840;
  transform: rotate(135deg) translate3d(0, -50%, 0);
}
@media only screen and (max-width: 767px) {
  .nav-search .search-select::after {
    display: none;
  }
}
.nav-search .search-select .item {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  visibility: visible;
  -ms-flex-align: center;
  overflow: hidden;
  padding: 0 30px 0 20px;
  min-height: 48px;
  width: auto;
  height: 100%;
  outline: 0;
  color: #303840;
  white-space: nowrap;
  font-size: 1.4rem;
  line-height: 1.5;
  opacity: 0;
  cursor: pointer;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nav-search .search-select .item {
    min-height: 37px;
    width: 100%;
  }
}
.nav-search .search-text {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .nav-search .search-text {
    min-height: 42px;
  }
}
.nav-search .search-text::before {
  position: absolute;
  top: 50%;
  left: 17px;
  width: 22px;
  height: 23px;
  background-position: 0 -96px;
  background-size: 140px auto;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}
.nav-search .search-text .item {
  padding: 0 16px 0 50px;
  width: 100%;
  font-size: 1.6rem;
}
.nav-search .search-text .item::-webkit-input-placeholder {
  color: #ccc;
}
.nav-search .search-text .item::-moz-placeholder {
  color: #ccc;
}
.nav-search .search-text .item:-ms-input-placeholder {
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .nav-search .search-text .item {
    font-size: 1.4rem;
  }
}
.nav-search .search-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  min-width: 98px;
  min-height: 48px;
  align-items: center;
}
.nav-search .search-btn > button {
  min-height: 48px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50px;
  background: #006eb0;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .nav-search .search-btn {
    position: absolute;
    bottom: -61px;
    left: 50%;
    min-width: 132px;
    transform: translateX(-50%);
  }
}
.nav-search .scope-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 0 30px 0 20px;
  width: auto;
  height: 48px;
  white-space: nowrap;
  font-size: 1.4rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nav-search .scope-item {
    min-height: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-search .scope-item > span {
    position: relative;
  }
  .nav-search .scope-item > span::after {
    position: absolute;
    top: 50%;
    right: -14px;
    display: block;
    margin-top: -6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #303840;
    border-right: 1px solid #303840;
    content: '';
    transform: rotate(135deg) translate3d(0, -50%, 0);
  }
}
.t-content-fluid-02 .nav-search {
  margin: 0 0 22px;
  padding: 0;
  background: none;
}
.t-content-fluid-02 .nav-search .search-select {
  min-height: 48px;
}
.t-content-fluid-02 .nav-search .search-select .item {
  min-height: 48px;
}
.t-content-fluid-02 .nav-search .scope-item, .t-content-fluid-02 .nav-search .search-text {
  height: 48px;
}
.t-content-fluid-02 .nav-search .search-btn {
  min-width: 114px;
  min-height: 48px;
}
.t-content-fluid-02 .nav-search .search-btn > button {
  min-height: 48px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-02 .nav-search {
    margin-bottom: 16px;
    padding-bottom: 80px;
  }
  .t-content-fluid-02 .nav-search .search-select {
    min-height: 37px;
  }
  .t-content-fluid-02 .nav-search .search-select .item {
    min-height: 37px;
  }
  .t-content-fluid-02 .nav-search .scope-item {
    height: 37px;
  }
  .t-content-fluid-02 .nav-search .search-text {
    height: 43px;
  }
  .t-content-fluid-02 .nav-search .search-btn {
    bottom: -64px;
    min-width: 130px;
    min-height: 48px;
  }
  .t-content-fluid-02 .nav-search .search-btn > button {
    min-height: 48px;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------
    top Navigation
----------------------------------------------------------------- */
/* .nav-top
----------------------------------------------- */
.nav-top {
  margin: 48px 0 0;
  width: 100%;
  background: #303840;
}
.nav-top > a {
  display: block;
  padding: 12px 14px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  transition: opacity .2s ease;
}
.nav-top > a:hover, .nav-top > a:focus, .nav-top > a:active {
  opacity: .65;
}
@media only screen and (max-width: 767px) {
  .nav-top {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------
    Topic Path
----------------------------------------------------------------- */
/* .topic-path
----------------------------------------------- */
.topic-path {
  width: 100%;
  background: #edf0f2;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .topic-path {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .topic-path {
    display: none;
  }
}
.topic-path .inner {
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1200px;
  width: 100%;
  background: #edf0f2;
  font-size: 1.2rem;
}
.topic-path .inner > li {
  float: left;
  color: #333;
  font-weight: bold;
  line-height: 2;
}
.topic-path .inner > li a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  color: #303840;
  text-decoration: none;
  font-weight: normal;
  transition: opacity .2s ease;
}
.topic-path .inner > li a:hover, .topic-path .inner > li a:focus, .topic-path .inner > li a:active {
  opacity: .65;
}
.topic-path .inner > li a::before {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #303840;
  border-right: 1px solid #303840;
  transform: rotate(45deg);
}
.topic-path .inner > li em {
  display: inline-block;
  color: #303840;
  font-weight: bold;
}

/* ----------------------------------------------------------------
    Footer
----------------------------------------------------------------- */
/* #footer
----------------------------------------------- */
#footer {
  margin: 48px 0 0;
  background: #edf0f2;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 25px;
  }
}
#footer .primary {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 44px 0 48px;
  max-width: 1200px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1230px) {
  #footer .primary {
    padding: 40px 18px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .primary {
    display: block;
    padding-bottom: 0;
  }
}
#footer .primary a {
  transition: opacity .2s ease;
}
#footer .primary a:hover, #footer .primary a:focus, #footer .primary a:active {
  opacity: .65;
}
#footer .primary .item {
padding: 8px 0;
  margin-right: 4.4586%;
  flex-basis: 45.5414%;
  -ms-flex-preferred-size: 45.5414%;
}

#footer .primary .item + .item {
  padding-left: 24px;
border-left: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
#footer .primary .item + .item {
  padding: 16px 0 16px 0;
border-left: none;
border-top: 1px dotted #ccc;
}
}
#footer .primary .item:last-child {
  margin-right: 0;
}
#footer .primary .item .hdg-item {
  margin-bottom: 16px;
  font-size: 1.4rem;
}
#footer .primary .item .hdg-item > a {
  color: #303840;
  text-decoration: none;
  font-weight: bold;
}
#footer .primary .item .list-item {
  font-size: 1.4rem;
  overflow: hidden;
}
#footer .primary .item .list-item > li {
  margin-bottom: 8px;
  width: 50%;
  float: left;
}
#footer .primary .item .list-item > li a {
  color: #6c7680;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer .primary .item {
    margin-right: 0;
    padding: 5px 0;
    display: block;
  }
  #footer .primary .item .list-item {
  }
  #footer .primary .item .list-item > li {
  margin-bottom: 8px;
  width: auto;
  float: none;
  }
  #footer .primary .item .list-item > li:nth-child(2n) {
    margin-right: 0;
  }
}
#footer .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 17px 0 20px;
  max-width: 1200px;
  width: 100%;
  border-top: 1px solid #ccc;
  justify-content: center;
}
@media screen and (max-width: 1230px) {
  #footer .info {
    padding: 20px 18px;
  }
}
#footer .info ul {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #footer .info {
    display: block;
  }
}
#footer .info ul li {
  position: relative;
  display: inline-block;
}
#footer .info ul li:last-child a::after {
  display: none;
}
#footer .info ul li > a {
  position: relative;
  display: inline;
  padding: 0 8px;
  color: #303840;
  text-decoration: none;
  font-size: 1.2rem;
  transition: opacity .2s ease;
}
#footer .info ul li > a:hover, #footer .info ul li > a:focus, #footer .info ul li > a:active {
  opacity: .65;
}
#footer .info ul li > a::after {
  position: relative;
  top: 2px;
  right: -10px;
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #ccc;
  transform: skew(-16deg);
}
#footer .copy {
  margin-bottom: 0;
  padding: 20px 0 30px;
  border-top: 1px solid #ccc;
  background: #fff;
  color: #303840;
  text-align: center;
}
@media screen and (max-width: 1230px) {
  #footer .copy {
    padding: 20px 18px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .info ul li {
    display: block;
    margin-bottom: 8px;
  }
  #footer .info ul li > a {
  padding: 0;
  }
  #footer .info ul li > a::after {
  	display:none;
  }
  #footer .copy {
    padding: 15px 18px;
  }
}
#footer .copy small {
  font-size: 1.2rem;
}
#footer .info + .copy {
  border-top: none;
}
.nav-top + #footer {
  margin-top: 0;
}

/* ----------------------------------------------------------------
    Headings
----------------------------------------------------------------- */
/* .hdg-l1
----------------------------------------------- */
.hdg-l1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin: 31px auto 18px;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}
.hdg-l1 > :last-child {
  margin-bottom: 0;
}
.hdg-l1 .hdg-main {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .hdg-l1 {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .hdg-l1 {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hdg-l1 {
    margin-top: 25px;
    margin-bottom: 32px;
    padding: 0 18px;
  }
  .hdg-l1 .hdg-main {
    font-size: 2.4rem;
  }
}

/* .hdg-l2
----------------------------------------------- */
.hdg-l2 {
  margin: 40px 0 27px;
  padding: 0 0 0 14px;
  border-left: 2px solid #303840;
  font-size: 2.4rem;
}
.hdg-l2 > span {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
.hdg-l2 > span {
	margin: 0;
  font-size: 1.4rem;
}
}
p + .hdg-l2, ul + .hdg-l2, dl + .hdg-l2 {
  margin-top: 35px;
}
.grid-col .hdg-l2:first-child {
  margin-top: 0;
}
.detail-lyt .hdg-l2:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .hdg-l2 {
    font-size: 2rem;
  }
}

/* .hdg-l2-02
----------------------------------------------- */
.hdg-l2-02 {
  margin: 40px 0 27px;
  padding: 6px 0 7px 14px;
  border-left: 2px solid #303840;
  background: #edf0f2;
  font-size: 2.2rem;
}
.grid-col .hdg-l2-02:first-child {
  margin-top: 0;
}
p + .hdg-l2-02, ul + .hdg-l2-02, dl + .hdg-l2-02 {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .hdg-l2-02 {
    font-size: 1.8rem;
  }
}

/* .hdg-l3
----------------------------------------------- */
.hdg-l3 {
  margin: 32px 0 19px;
  padding: 0 0 10px;
  border-bottom: 1px solid #303840;
  font-size: 2rem;
}
.grid-col .hdg-l3:first-child {
  margin-top: 0;
}
p + .hdg-l3, ul + .hdg-l3, dl + .hdg-l3 {
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .hdg-l3 {
    font-size: 1.8rem;
  }
}

/* .hdg-l3-02
----------------------------------------------- */
.hdg-l3-02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 32px 0 13px;
  justify-content: space-between;
}
.hdg-l3-02 > .hdg-main {
  font-size: 2rem;
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .hdg-l3-02 > .hdg-main {
    font-size: 1.8rem;
  }
}
/* .hdg-l4
----------------------------------------------- */
.hdg-l4 {
  margin: 0 0 5px;
  font-weight: bold;
}
/* ----------------------------------------------------------------
    Texts
----------------------------------------------------------------- */
/* .txt-normal
----------------------------------------------- */
.txt-normal {
  font-weight: normal;
}

/* .txt-thin
----------------------------------------------- */
.txt-thin {
  color: #b2b2b2;
}

/* .txt-strong
----------------------------------------------- */
.txt-strong {
  color: #c00;
}

/* .txt-size-s
----------------------------------------------- */
.txt-size-s {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .txt-size-s {
    font-size: 1.2rem;
  }
}

/* .txt-price
----------------------------------------------- */
.txt-price {
  font-size: 2rem;
}
.txt-price > span {
  font-weight: normal;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .txt-price {
    font-size: 1.8rem;
  }
  .txt-price > span {
    font-size: 1.4rem;
  }
}

/* .txt-price-total
----------------------------------------------- */
.txt-price-total {
  font-size: 2.2rem;
}
.txt-price-total > span {
  font-weight: normal;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .txt-price-total {
    font-size: 1.8rem;
  }
  .txt-price-total > span {
    font-size: 1.4rem;
  }
}

/* .txt-attention
----------------------------------------------- */
.txt-attention {
  padding: 0 0 6px;
}
.txt-attention > span {
  position: relative;
  display: inline-block;
  padding: 5px 16px;
  border-radius: 4px;
  background: #c00;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}
.txt-attention > span::before {
  position: absolute;
  bottom: -6px;
  left: 16px;
  width: 0;
  height: 0;
  border-top: 6px solid #c00;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media only screen and (max-width: 767px) {
  .txt-attention > span {
    font-size: 1.2rem;
  }
}

/* .txt-warning
----------------------------------------------- */
.txt-warning {
  position: relative;
  padding: 0 0 0 35px;
  font-weight: bold;
  font-size: 1.8rem;
}
.txt-warning::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-position: 0 -44px;
  background-size: 140px auto;
}
@media only screen and (max-width: 767px) {
  .txt-warning {
    font-size: 1.6rem;
  }
}

/* .txt-discount
----------------------------------------------- */
.txt-discount {
  position: relative;
  margin: 0 0 11px;
  padding: 6px 37px 7px;
  border: 1px solid #006eb0;
  color: #006eb0;
  font-weight: bold;
}
.txt-discount::before {
  position: absolute;
  top: -2px;
  left: 8px;
  width: 0;
  height: 26px;
  border: 7px solid #006eb0;
  border-bottom: 6px solid transparent;
}

/* ----------------------------------------------------------------
    Lists
----------------------------------------------------------------- */
/* .list
----------------------------------------------- */
.list > li {
  position: relative;
  margin: 0 0 4px;
  padding: 0 0 0 11px;
}
.list > li > :last-child {
  margin-bottom: 0;
}
.list > li::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #303840;
}
.list > li:last-child {
  margin-bottom: 0;
}
.list > li ul {
  margin: 4px 0 0 5px;
}

/* .list-note
----------------------------------------------- */
.list-note > li {
  display: table;
  margin: 0 0 8px;
}
.list-note > li:last-child {
  margin-bottom: 0;
}
.list-note > li > .list-mark, .list-note > li > .list-body {
  display: table-cell;
  vertical-align: top;
}
.list-note > li > .list-mark {
  white-space: nowrap;
}
.list-note > li > .list-body > :last-child {
  margin-bottom: 0;
}

/* .list-desc
----------------------------------------------- */
.list-desc dt {
  position: relative;
  float: left;
  clear: both;
  margin: 0 20px 0 0;
  padding: 0 21px 0 0;
  font-weight: bold;
}
.list-desc dt::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ':';
  font-weight: normal;
}
.list-desc dd + dt {
  margin-bottom: 6px;
}
.list-desc dd {
  overflow: hidden;
  margin: 0 0 6px;
}
.list-desc._unit dt {
  width: 9em;
}
.list-desc._unit-02 dt {
  width: 12em;
}
.detail-lyt .lyt-panel-cart .list-desc._detail dt {
  width: 4.5em;
  font-weight: normal;
}
.detail-lyt .lyt-panel-cart .list-desc._detail-02 dt {
  width: 3.5em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .list-desc._unit-02 dt {
    float: none;
  }
}

/* .list-recommend
----------------------------------------------- */
.list-recommend {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 35px;
  min-height: 184px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.list-recommend > :last-child {
  margin-bottom: 0;
}
.list-recommend .list-col {
  position: relative;
  z-index: 0;
  width: 20%;
  border-left: 1px solid #e3e8eb;
  background: #e1f0fa;
}
.list-recommend .list-col:first-child {
  border-left: none;
}
.list-recommend .list-col > :last-child {
  margin-bottom: 0;
}
.list-recommend .list-col::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 184px;
  background: #f2faff;
}
.list-recommend .list-media {
  display: table;
  margin: 0 0 24px;
  width: 100%;
  table-layout: fixed;
}
.list-recommend .list-media-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.list-recommend .list-media-inner img{
  width: 100%;
}
.list-recommend .list-icon-list {
  margin: -4px 0 11px;
  line-height: 1;
}
.list-recommend .list-icon-list > li {
  float: left;
  margin: 4px 4px 0;
}
.list-recommend .list-hdg {
  margin: 0 0 14px;
}
.list-recommend .list-txt-price {
  color: #303840;
}
.list-recommend .list-txt-discount {
  color: #c00;
}
.list-recommend .list-txt-discount span {
  font-size: 1.4rem;
}
.list-recommend .list-txt-stock {
  color: #607080;
  font-size: 1.4rem;
}
.list-recommend a {
  display: block;
  padding: 16px 28px;
  text-decoration: none;
}
.list-recommend a > :last-child {
  margin-bottom: 0;
}
.list-recommend a:hover .list-media img, .list-recommend a:active .list-media img, .list-recommend a:focus .list-media img {
  opacity: .6;
}
.list-recommend a:hover .list-hdg, .list-recommend a:active .list-hdg, .list-recommend a:focus .list-hdg {
  text-decoration: underline;
}
p + .list-recommend, ul + .list-recommend, dl + .list-recommend {
  margin-top: 11px;
}
.btn-lyt + .list-recommend {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .list-recommend {
    margin-right: -18px;
    margin-left: -18px;
  }
  .list-recommend .list-col {
    width: 50%;
    border-top: 1px solid #e3e8eb;
    border-right: 1px solid #e3e8eb;
    border-left: none;
  }
  .list-recommend .list-col::before {
    height: 138px;
  }
  .list-recommend .list-col:nth-child(2n) {
    border-right: 0;
  }
  .list-recommend .list-col:nth-child(-n+2) {
    border-top: 0;
  }
  .list-recommend a {
    padding: 18px;
  }
}

/* ----------------------------------------------------------------
    Tables
----------------------------------------------------------------- */
/* .tbl
----------------------------------------------- */
.tbl {
  margin: 0 0 11px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.tbl > tbody > tr > th, .tbl > tbody > tr > td {
  padding: 16px 24px;
  border-top: 1px solid #ccc;
  text-align: left;
}
.tbl > tbody > tr > th > :last-child, .tbl > tbody > tr > td > :last-child {
  margin-bottom: 0;
}
.tbl > tbody > tr > th {
  background: #edf0f2;
}
.tbl .tbl-inner {
  position: relative;
  padding: 0 90px 0 0;
}
.tbl._separate > tbody > tr > td + td {
  border-left: 1px solid #ccc;
}
p + .tbl, ul:not(.uni-list-product) + .tbl, dl + .tbl {
  margin-top: 11px;
}
.tbl + .tbl, .uni-list-product + .tbl {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .tbl {
    display: block;
  }
  .tbl > tbody, .tbl > tbody > tr, .tbl > tbody > tr > th, .tbl > tbody > tr > td {
    display: block;
  }
  .tbl > tbody > tr > th, .tbl > tbody > tr > td {
    padding: 16px;
  }
  .tbl._separate > tbody > tr > td + td {
    border-left: none;
  }
}

/* ADD 2021/04/01 STEP2 対応 START */
/* ----------------------------------------------------------------
    Tables
----------------------------------------------------------------- */
/* .tbl2
----------------------------------------------- */
.tbl2 {
  margin: 0 0 11px;
  width: 100%;
}
.tbl2 > tbody > tr > th, .tbl2 > tbody > tr > td {
  padding: 16px 24px;
  border-top: 1px solid #ccc;
  text-align: left;
}
.tbl2 > tbody > tr > th > :last-child, .tbl2 > tbody > tr > td > :last-child {
  margin-bottom: 0;
}
.tbl2 > tbody > tr > th {
  background: #edf0f2;
}
.tbl2 .tbl2-inner {
  position: relative;
  padding: 0 90px 0 0;
}
.tbl2._separate > tbody > tr > td + td {
  border-left: 1px solid #ccc;
}
p + .tbl2, ul:not(.uni-list-product) + .tbl2, dl + .tbl2 {
  margin-top: 11px;
}
.tbl2 + .tbl2, .uni-list-product + .tbl2 {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .tbl2 {
    display: block;
  }
  .tbl2 > tbody, .tbl2 > tbody > tr, .tbl2 > tbody > tr > th, .tbl2 > tbody > tr > td {
    display: block;
  }
  .tbl2 > tbody > tr > th, .tbl2 > tbody > tr > td {
    padding: 16px;
  }
  .tbl2._separate > tbody > tr > td + td {
    border-left: none;
  }
}
/* ADD 2021/04/01 STEP2 対応 END */

/* ----------------------------------------------------------------
    Links
----------------------------------------------------------------- */
/* .link
----------------------------------------------- */
.link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  color: #303840;
  text-decoration: none;
}
.link._link_clr {
color: #006eb0;
}
.link::before {
  position: absolute;
  top: 9px;
  left: -2px;
  width: 7px;
  height: 7px;
  border: 1px solid #303840;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.link._link_clr::before {
  border-color: #006eb0;
  }
.link:hover, .link:active, .link:focus {
  text-decoration: underline;
}
.link._prev::before {
  left: 2px;
  transform: rotate(225deg);
}
.pl-lyt-search .lyt-link .link::before, .lyt-panel-note .link::before, .t-txt-info .link::before {
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .link::before {
    top: 7px;
  }
  .t-txt-info .link::before {
    top: 5px;
  }
}

/* .link-list
----------------------------------------------- */
.link-list > li {
  margin: 0 0 4px;
}
.link-list > li > :last-child {
  margin-bottom: 0;
}
.link-list > li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  color: #303840;
  text-decoration: none;
}
.link-list > li > a::before {
  position: absolute;
  top: 9px;
  left: -2px;
  width: 7px;
  height: 7px;
  border: 1px solid #303840;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.link-list > li > a:hover, .link-list > li > a:active, .link-list > li > a:focus {
  text-decoration: underline;
}
.link-list > li:last-child {
  margin-bottom: 0;
}
.link-list > li ul, .link-list > li ol {
  margin: 0 0 0 16px;
}
.link-list > li .link-list > li > a::before {
  left: 0;
}
.detail-lyt .lyt-nav .link-list > li > a::before {
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .link-list > li > a::before {
    top: 7px;
  }
}

/* ----------------------------------------------------------------
    Icons
----------------------------------------------------------------- */
/* .icon-label
----------------------------------------------- */
.icon-label-clear {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 8px 5px 8px;
  border: 1px solid #303840;
  color: #303840;
  text-align: center;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
  min-width: 100px;
  font-size: 1.4rem;
  opacity: 0;
}
.icon-label {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 8px 5px 8px;
  border: 1px solid #303840;
  color: #303840;
  text-align: center;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1;
}
.icon-label._em {
  border: 1px solid #c00;
  color: #c00;
}
.icon-label._discount {
  position: relative;
  padding-left: 19px;
  border-color: #006eb0;
  color: #006eb0;
  text-align: left;
}
.icon-label._discount::before {
  position: absolute;
  top: -2px;
  left: 4px;
  width: 0;
  height: 18px;
  border: 5px solid #006eb0;
  border-bottom: 5px solid transparent;
}
.icon-label._require {
  padding: 5px 6px 4px 6px;
  border: 1px solid #c00;
  color: #c00;
}
.tbl-inner .icon-label, .panel-recommend .icon-label, [class^='pl-list-result'] .icon-label {
  padding: 5px 6px 4px 6px;
  font-size: 1.2rem;
}
.tbl-inner .icon-label._discount, .panel-recommend .icon-label._discount, [class^='pl-list-result'] .icon-label._discount {
  padding-left: 19px;
}
.tbl-inner .icon-label {
  position: absolute;
  top: 0;
  right: 0;
}
.uni-list-history .icon-label {
  min-width: 100px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .icon-label {
    font-size: 1.2rem;
  }
  .uni-list-history .icon-label {
    padding-top: 5px;
    padding-bottom: 4px;
    min-width: 130px;
    font-size: 1.2rem;
  }
  .tbl-inner br {
    display: none;
  }
}

/* .icon-blank
----------------------------------------------- */
.icon-blank {
  position: relative;
  top: -5px;
  display: inline-block;
  margin: 0 2px;
}
.btn .icon-blank, .btn-primary .icon-blank, .nav-search .search-btn .icon-blank {
  top: -8px;
}
.uni-btn-list .icon-blank {
  top: -7px;
}

/* .icon-list
----------------------------------------------- */
.icon-list {
  margin: -8px 0 9px;
  line-height: 1;
}
.icon-list > li {
  float: left;
  margin: 8px 8px 0 0;
}
.pl-list-result .icon-list, .pl-list-result-02 .icon-list {
  margin: -4px 0 13px;
}
.pl-list-result .icon-list > li, .pl-list-result-02 .icon-list > li {
  margin: 4px 4px 0 0;
}

/* ----------------------------------------------------------------
    Forms
----------------------------------------------------------------- */
/* .form-txt
----------------------------------------------- */
.form-txt {
  box-sizing: border-box;
  padding: 5px 16px;
  max-width: 260px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
.form-txt:disabled {
  background: #e6e6e6;
}
.form-txt._full {
  max-width: none;
}
.form-txt._small {
  max-width: 120px;
}
@media only screen and (max-width: 767px) {
  .form-txt {
    max-width: none;
  }
  .form-txt._small {
    max-width: calc((100% - 2.1em) / 3);
  }
}

/* .form-radio
----------------------------------------------- */
.form-radio {
  position: relative;
  display: inline-block;
}
.form-radio input[type='radio'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-radio .form-item {
  position: relative;
  display: block;
  padding: 0 0 0 31px;
}
.form-radio .form-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
}
.form-radio .form-item::after {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 24px;
  height: 24px;
  background-position: -87px -44px;
  background-size: 140px auto;
  content: '';
}
.form-radio .form-item .-txt {
  font-size: 1.4rem;
}
.form-radio input[type='radio']:checked + .form-item {
  font-weight: bold;
}
.form-radio input[type='radio']:checked + .form-item::before {
  border-color: #006eb0;
  background: #006eb0;
}
.form-radio input[type='radio']:checked + .form-item::after {
  display: block;
}
.form-radio input[type='radio']:disabled + .form-item {
  color: #bfbfbf;
}
.form-radio input[type='radio']:disabled + .form-item::after {
  position: absolute;
  top: -4px;
  left: 11px;
  width: 1px;
  height: 32px;
  background: #ccc;
  transform: rotate(135deg);
}

/* .form-check
----------------------------------------------- */
.form-check {
  position: relative;
  display: inline-block;
}
.form-check input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-check .form-item {
  position: relative;
  display: block;
  padding: 0 0 0 34px;
}
.form-check .form-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  background: #fff;
}
.form-check .form-item::after {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 24px;
  height: 24px;
  background-position: -87px -44px;
  background-size: 140px auto;
  content: '';
}
.form-check input[type='checkbox']:checked + .form-item {
  font-weight: bold;
}
.form-check input[type='checkbox']:checked + .form-item::before {
  border-color: #006eb0;
  background: #006eb0;
}
.form-check input[type='checkbox']:checked + .form-item::after {
  display: block;
}
.form-check input[type='checkbox']:disabled + .form-item {
  color: #bfbfbf;
}
.form-check input[type='checkbox']:disabled + .form-item::after {
  position: absolute;
  top: -4px;
  left: 11px;
  width: 1px;
  height: 32px;
  background: #ccc;
  transform: rotate(135deg);
}

/* .form-select
----------------------------------------------- */
.form-select {
  position: relative;
  display: inline-block;
}
.form-select::before {
  content: none;
}
.form-select select {
  box-sizing: border-box;
  padding: 5px 24px 5px 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  background-image: url("../images/icon-arrow-down-blue.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: top 11px right 7px;
  max-width: 510px;
}
.form-select select .form-optgroup {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form-select select {
    max-width: calc(100vw - 68px);
  }
}
.form-select select:disabled {
  color: #bfbfbf;
}
.form-select:disabled {
  background: #e6e6e6;
}
.pl-lyt-tool .form-select select {
  min-width: 143px;
}
@media only screen and (max-width: 1200px) {
  .pl-lyt-tool .form-select select {
    min-width: 133px;
  }
}

/* .form-list
----------------------------------------------- */
.form-list > li {
  margin: 0 0 8px;
  min-height: 24px;
}
.form-list > li:last-child {
  margin-bottom: 0;
}
.form-list .list-inner {
  display: block;
  padding: 0 0 0 34px;
}
.form-list .list-inner > :last-child {
  margin-bottom: 0;
}
.form-list._inline {
  margin-top: -8px;
  margin-bottom: 11px;
}
.form-list._inline > li {
  float: left;
  margin: 8px 64px 0 0;
}
.form-list._separate {
  margin-bottom: 16px;
}
.form-list._separate > li {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
.form-list._separate > li:first-child {
  padding-top: 0;
}
p + .form-list {
  margin-top: 11px;
}
@media only screen and (max-width: 1200px) {
  .pl-lyt-search .form-list > li {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .form-list._inline {
    margin-top: 0;
  }
  .form-list._inline > li {
    float: none;
    margin: 0 0 8px;
  }
  .form-list._inline > li:last-child {
    margin-bottom: 0;
  }
}

/* .form-list-step
----------------------------------------------- */
.form-list-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  white-space: nowrap;
  align-items: flex-start;
}
.form-list-step li {
  position: relative;
  font-size: 1.2rem;
}
.form-list-step li::before, .form-list-step li::after {
  position: absolute;
  bottom: 4px;
  width: 50%;
  height: 1px;
  background: #ccc;
}
.form-list-step li::before {
  left: 0;
}
.form-list-step li::after {
  right: 0;
}
.form-list-step li .list-inner {
  position: relative;
  display: inline-block;
  padding: 0 20px 28px;
  color: #b2b2b2;
  letter-spacing: -.4em;
}
.form-list-step li .list-inner::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  transform: translateX(-50%);
}
.form-list-step li .list-num {
  position: relative;
  letter-spacing: normal;
}
.form-list-step li .list-num::after {
  content: '.';
}
.form-list-step li .list-txt {
  letter-spacing: normal;
}
.form-list-step li:first-child::before {
  display: none;
}
.form-list-step li:last-child::after {
  display: none;
}
.form-list-step li.is-current .list-inner {
  color: #006eb0;
  font-weight: normal;
}
.form-list-step li.is-current .list-inner::before {
  bottom: -2px;
  width: 14px;
  height: 14px;
  border: 1px solid #006eb0;
  border-radius: 7px;
  background: #006eb0;
}
@media only screen and (max-width: 1200px) {
  .form-list-step {
    -ms-flex-pack: center;
    margin-top: 16px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .form-list-step {
    margin-top: 22px;
  }
  .form-list-step li .list-num::after {
    display: none;
  }
  .form-list-step li .list-txt {
    display: none;
  }
}

/* .form-lyt-post
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .form-lyt-post {
    display: -ms-flexbox;
    display: flex;
  }
  .form-lyt-post .btn-sub {
    margin: 0 0 0 8px;
    width: 35%;
  }
}

/* .form-toggle
----------------------------------------------- */
.form-toggle {
  display: none;
  margin: 16px 0;
  padding: 0 0 0 31px;
}
.form-toggle > :last-child {
  margin-bottom: 0;
}
.form-toggle.is-show {
  display: block;
}

/* ----------------------------------------------------------------
    Buttons
----------------------------------------------------------------- */
.btn, .btn-sub, .btn-primary {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

/* .btn-lyt
----------------------------------------------- */
.btn-lyt {
  margin: 0 0 11px;
}
.btn-lyt > :last-child {
  margin-bottom: 0;
}
.btn-lyt._close {
  margin-top: 40px;
}
.btn-lyt + .btn-lyt {
  margin-top: -3px;
}
p + .btn-lyt, ul + .btn-lyt, dl + .btn-lyt {
  margin-top: 11px;
}
table + .btn-lyt {
  margin-top: 16px;
}

/* .btn
----------------------------------------------- */
.btn {
  box-sizing: border-box;
  padding: 10px 30px 14px;
  min-width: 340px;
  border: 1px solid #c8cacc;
  background: #fff;
  box-shadow: inset 0 -3px 0 #c8cacc;
  color: #303840;
  font-weight: bold;
  font-size: 2rem;
}
.btn > .btn-txt {
  font-size: 1.4rem;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: inset 0 3px 0 #c8cacc;
  color: #8e9194;
}
.btn:disabled, .btn.is-disabled {
  border-color: #e6e6e6;
  box-shadow: none;
  color: #bfbfbf;
}
.btn:disabled:hover, .btn:disabled:active, .btn:disabled:focus, .btn.is-disabled:hover, .btn.is-disabled:active, .btn.is-disabled:focus {
  color: #bfbfbf;
}
.uni-btn-lyt .btn {
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn {
    padding-top: 12px;
    padding-bottom: 15px;
    min-width: 0;
    width: 100%;
    font-size: 1.8rem;
  }
  .btn > .btn-txt {
    font-size: 1.2rem;
  }
}

/* .btn-sub
----------------------------------------------- */
.btn-sub {
  padding: 5px 18px;
  border: 1px solid #303840;
  color: #303840;
  font-size: 1.6rem;
}
.btn-sub:hover, .btn-sub:active, .btn-sub:focus {
  opacity: .65;
}
.btn-sub:disabled, .btn-sub.is-disabled {
  border-color: #e6e6e6;
  color: #bfbfbf;
}
.btn-sub:disabled:hover, .btn-sub:disabled:active, .btn-sub:disabled:focus, .btn-sub.is-disabled:hover, .btn-sub.is-disabled:active, .btn-sub.is-disabled:focus {
  opacity: 1;
}
.btn-sub._close {
  padding-top: 7px;
  padding-bottom: 8px;
  font-size: 1.4rem;
}
.btn-sub._close > span {
  position: relative;
  display: inline-block;
  padding: 0 24px 0 0;
}
.btn-sub._close > span::before, .btn-sub._close > span:after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -7px;
  width: 1px;
  height: 13px;
  background: #303840;
}
.btn-sub._close > span::before {
  transform: rotate(45deg);
}
.btn-sub._close > span::after {
  transform: rotate(135deg);
}
.btn-sub._close:disabled > span::before, .btn-sub._close:disabled > span::after, .btn-sub._close.is-disabled > span::before, .btn-sub._close.is-disabled > span::after {
  background: #bfbfbf;
}
.lyt-panel-note .btn-sub {
  padding: 8px 16px 9px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .btn-sub {
    width: 100%;
  }
}

/* .btn-primary
----------------------------------------------- */
.btn-primary {
  box-sizing: border-box;
  padding: 11px 30px 15px;
  min-width: 340px;
  border: none;
  background: #006eb0;
  box-shadow: inset 0 -4px 0 #004066;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.btn-primary > .btn-txt {
  font-size: 1.4rem;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #0080c9;
  box-shadow: inset 0 3px 0 #006199;
  color: #fff;
}
.btn-primary:disabled, .btn-primary.is-disabled {
  background: #e6e6e6;
  box-shadow: none;
  color: #bfbfbf;
}
.btn-primary._cart {
  min-width: 0;
  width: 100%;
}
.btn-primary._cart > .btn-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 36px;
}
.btn-primary._cart > .btn-inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 24px;
  background-position: -28px -44px;
  background-size: 140px auto;
  transform: translateY(-50%);
}
.detail-lyt .lyt-panel-cart .btn-primary {
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn-primary {
    padding-top: 13px;
    padding-bottom: 16px;
    min-width: 0;
    width: 100%;
    font-size: 1.8rem;
  }
  .btn-primary > .btn-txt {
    font-size: 1.2rem;
  }
}

/* .btn-favorite
----------------------------------------------- */
.btn-favorite {
  display: inline-block;
  color: #303840;
  text-decoration: none;
}
.btn-favorite > span {
  position: relative;
  padding: 0 0 0 24px;
}
.btn-favorite > span::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 13px;
  background-position: -72px -96px;
  background-size: 140px auto;
}
.btn-favorite:hover, .btn-favorite:active, .btn-favorite:focus {
  text-decoration: underline;
}
.btn-favorite._add > span::before {
  width: 15px;
  height: 13px;
  background-position: -120px -72px;
  background-size: 140px auto;
}

/* ----------------------------------------------------------------
    Navigation
----------------------------------------------------------------- */
/* .nav-pagination
----------------------------------------------- */
.nav-pagination {
  text-align: center;
  letter-spacing: -.4em;
}
.nav-pagination li {
  display: inline-block;
  margin: 0 16px;
  text-align: center;
  letter-spacing: normal;
}
.nav-pagination .nav-prev a, .nav-pagination .nav-next a {
  display: inline-block;
  padding: 5px 16px;
  border: 1px solid #303840;
  border-radius: 4px;
  color: #303840;
  text-decoration: none;
}
.nav-pagination .nav-prev a:not([href]), .nav-pagination .nav-next a:not([href]) {
  border-color: #b2b2b2;
  color: #b2b2b2;
}
p + .nav-pagination, ul:not(.uni-list-product) + .nav-pagination, dl + .nav-pagination {
  margin-top: 11px;
}
table + .nav-pagination, .list-lyt + .nav-pagination, .uni-list-product + .nav-pagination, .uni-list-lyt + .nav-pagination {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .nav-pagination li {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------
    Grid
----------------------------------------------------------------- */
/* .grid-col[data-col="2"]
----------------------------------------------- */
.grid[data-col='2'] {
  margin-left: -4.66667%;
}
.grid[data-col='2'] > .grid-col {
  margin-left: 4.4586%;
  width: 45.5414%;
}
.grid[data-col='2'] > .grid-col:nth-child(2n+1) {
  clear: both;
}
#content._col2 .grid[data-col='2'] {
  margin-left: -.88889%;
}
#content._col2 .grid[data-col='2'] > .grid-col {
  margin-left: .88106%;
  width: 49.11894%;
}

/* .grid-col[data-col="3"]
----------------------------------------------- */
.grid[data-col='3'] {
  margin-left: -4.75%;
}
.grid[data-col='3'] > .grid-col {
  margin-left: 4.53461%;
  width: 28.79873%;
}
.grid[data-col='3'] > .grid-col:nth-child(3n+1) {
  clear: both;
}

/* .grid-col[data-col="4"]
----------------------------------------------- */
.grid[data-col='4'] {
  margin-left: -2.66667%;
}
.grid[data-col='4'] > .grid-col {
  margin-left: 2.5974%;
  width: 22.4026%;
}
.grid[data-col='4'] > .grid-col:nth-child(4n+1) {
  clear: both;
}

/* .grid
----------------------------------------------- */
.grid {
  margin-top: -40px;
  margin-bottom: 40px;
}
.grid > .grid-col {
  float: left;
  box-sizing: border-box;
  margin-top: 40px;
}
.grid > .grid-col > :last-child {
  margin-bottom: 0;
}
.grid.list, .grid.link-list, .grid.form-list {
  margin-top: -4px;
  margin-bottom: 6px;
}
.grid.list > .grid-col, .grid.link-list > .grid-col, .grid.form-list > .grid-col {
  margin-top: 4px;
  margin-bottom: 0;
}
.grid.detail-grid {
  margin-top: -2px;
}
.grid.detail-grid > .grid-col {
  margin-top: 2px;
  margin-bottom: 0;
}
.grid.uni-btn-list {
  margin-top: -8px;
  margin-bottom: 11px;
}
.grid.uni-btn-list > .grid-col {
  margin-top: 8px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .grid[data-break='true'] {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .grid[data-break='true'] > .grid-col {
    float: none !important;
    margin-top: 0 !important;
    margin-bottom: 32px;
    margin-left: 0 !important;
    width: auto !important;
  }
  .grid[data-break='true'] > .grid-col:last-child {
    margin-bottom: 0 !important;
  }
  .grid.list > .grid-col, .grid.link-list > .grid-col, .grid.form-list > .grid-col {
    margin-bottom: 4px;
  }
  .grid.detail-grid > .grid-col {
    margin-bottom: 8px;
  }
  .grid.uni-grid {
    margin-bottom: 32px;
  }
  .grid.uni-grid > .grid-col {
    margin-bottom: 20px;
  }
  .t-toggle .grid.form-list > .grid-col {
    margin-bottom: 12px;
  }
}

/* ----------------------------------------------------------------
    Panels
----------------------------------------------------------------- */
/* .panel
----------------------------------------------- */
.panel {
  margin: 0 0 35px;
  padding: 12px 24px;
  background: #edf0f2;
}
.panel > .panel-hdg {
  position: relative;
  margin: 0 -24px 5px;
  padding: 0 0 0 24px;
  color: #006eb0;
  font-weight: bold;
  font-size: 1.8rem;
}
.panel > .panel-hdg::before {
  position: absolute;
  top: .6em;
  left: 0;
  width: 16px;
  height: 3px;
  background: #006eb0;
}
.panel .panel-hdg-02 {
  margin: 0 0 7px;
  font-weight: bold;
  font-size: 1.6rem;
}
p + .panel, ul + .panel, dl + .panel {
  margin-top: 11px;
}
table + .panel, .btn-lyt + .panel {
  margin-top: 16px;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel._scroll {
  overflow-y: scroll;
  box-sizing: border-box;
  height: 166px;
}
@media only screen and (max-width: 767px) {
  .panel {
    padding: 16px;
  }
  .panel > .panel-hdg {
    margin-left: -16px;
    font-size: 1.6rem;
  }
  .panel .panel-hdg-02 {
    font-size: 1.4rem;
  }
}

/* .panel-errpr
----------------------------------------------- */
.panel-error {
  position: relative;
  margin: 0 0 35px;
  padding: 16px 24px;
  border-left: 2px solid #c00;
  background: #fdf0f0;
}
.panel-error > .panel-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 0 0 24px;
  justify-content: space-between;
}
.panel-error > .panel-inner > * > :last-child {
  margin-bottom: 0;
}
.panel-error > .panel-inner [class^='panel-col'] + [class^='panel-col'] {
  padding: 0 0 0 24px;
}
.panel-error > .panel-inner > .panel-col {
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.panel-error > :last-child {
  margin-bottom: 0;
}
.panel-error .panel-hdg {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 36px;
  color: #c00;
  font-weight: bold;
  font-size: 1.8rem;
}
.panel-error .panel-hdg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-position: 0 -44px;
  background-size: 140px auto;
}
.panel-error > :last-child {
  margin-bottom: 0;
}
p + .panel-error, ul + .panel-error, dl + .panel-error {
  margin-top: 11px;
}
.btn-lyt + .panel-error {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .panel-error {
    padding: 16px;
  }
  .panel-error > .panel-inner {
    display: block;
  }
  .panel-error > .panel-inner [class^='panel-col'] + [class^='panel-col'] {
    padding-left: 0;
  }
  .panel-error .panel-hdg {
    font-size: 1.6rem;
  }
}

/* .panel-info
----------------------------------------------- */
.panel-info {
  position: relative;
  margin: 0 0 35px;
  padding: 17px 24px 14px 58px;
  border-left: 3px solid #006eb0;
  background: #f0f8fc;
}
.panel-info::before {
  position: absolute;
  top: 18px;
  left: 23px;
  width: 27px;
  height: 24px;
  background-position: -58px -44px;
  background-size: 140px auto;
}
.panel-info > :last-child {
  margin-bottom: 0;
}
.panel-info > .panel-hdg {
  margin: 0 0 5px;
  font-size: 1.8rem;
}
p + .panel-info, ul + .panel-info, dl + .panel-info {
  margin-top: 11px;
}
.btn-lyt + .panel-info {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .panel-info {
    padding: 16px 16px 16px 50px;
    border-left-width: 2px;
  }
  .panel-info::before {
    left: 16px;
  }
  .panel-info > .panel-hdg {
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------
    Media
----------------------------------------------------------------- */
/* .media
----------------------------------------------- */
.media {
  margin: 0 0 16px;
}
.media > .media-item {
  margin: 0;
}

/* .media-item
----------------------------------------------- */
.media-item {
  text-align: center;
}

/* .media-lyt
----------------------------------------------- */
.media-lyt {
  margin: 0 0 35px;
}
.media-lyt > .media-item {
  margin: 0;
}
.media-lyt > .media-col {
  overflow: hidden;
}
.media-lyt > .media-col > :last-child {
  margin-bottom: 0;
}
.media-lyt[data-media-lyt='left'] > .media-item {
  float: left;
  margin-right: 24px;
}
.media-lyt[data-media-lyt='right'] > .media-item {
  float: right;
  margin-left: 24px;
}
.uni-list-product .media-lyt[data-media-lyt='left'] > .media-item {
  margin-right: 48px;
  max-width: 128px;
}
@media only screen and (max-width: 767px) {
  .media-lyt[data-break='true'][data-media-lyt='left'] > .media-item {
    float: none;
    margin-right: 0;
  }
  .media-lyt[data-break='true'][data-media-lyt='right'] > .media-item {
    float: none;
    margin-left: 0;
  }
  .media-lyt[data-break='true'] > .media-col {
    margin: 16px 0 0;
  }
  .uni-list-product .media-lyt[data-media-lyt='left'] > .media-item {
    margin-right: 17px;
    max-width: 80px;
  }
}

/* ----------------------------------------------------------------
    Layout
----------------------------------------------------------------- */
/* .lyt-order
----------------------------------------------- */
.lyt-order {
  position: relative;
  margin: 0 0 24px;
  padding: 34px 0 0;
}
.lyt-order::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 18px solid #ccc;
  border-right: 55px solid transparent;
  border-left: 55px solid transparent;
  transform: translateX(-50%);
}
.lyt-order > :last-child {
  margin-bottom: 0;
}

/* .lyt-fluid
----------------------------------------------- */
.lyt-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin: 0 0 11px;
  justify-content: space-between;
  align-items: center;
}
.lyt-fluid > * > :last-child {
  margin-bottom: 0;
}
.lyt-fluid > .lyt-col {
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.lyt-fluid > .lyt-col-02 {
  margin: 0 0 0 24px;
}
p + .lyt-fluid, ul + .lyt-fluid, dl + .lyt-fluid {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .lyt-fluid {
    display: block;
  }
  .lyt-fluid > .lyt-col-02 {
    margin: 11px 0 0;
  }
}

/* ----------------------------------------------------------------
    Unique
----------------------------------------------------------------- */
/* common
----------------------------------------------- */
.uni-list-product, .uni-list-product-03, .uni-list-download, .uni-list-service {
  margin: 0 0 11px;
  border-top: 1px solid #ccc;
}
.uni-list-product > li, .uni-list-product-03 > li, .uni-list-download > li, .uni-list-service > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 16px 24px;
  border-bottom: 1px solid #ccc;
  align-items: center;
}
.uni-list-product > li > [class^='list-col'] > :last-child, .uni-list-product-03 > li > [class^='list-col'] > :last-child, .uni-list-download > li > [class^='list-col'] > :last-child, .uni-list-service > li > [class^='list-col'] > :last-child {
  margin-bottom: 0;
}
.uni-list-product > li .list-hdg, .uni-list-product-03 > li .list-hdg, .uni-list-download > li .list-hdg, .uni-list-service > li .list-hdg {
  font-weight: bold;
}
.uni-list-product > li .list-hdg a, .uni-list-product-03 > li .list-hdg a, .uni-list-download > li .list-hdg a, .uni-list-service > li .list-hdg a {
  text-decoration: none;
}
.uni-list-product > li .list-hdg a:hover, .uni-list-product-03 > li .list-hdg a:hover, .uni-list-download > li .list-hdg a:hover, .uni-list-service > li .list-hdg a:hover, .uni-list-product > li .list-hdg a:active, .uni-list-product-03 > li .list-hdg a:active, .uni-list-download > li .list-hdg a:active, .uni-list-service > li .list-hdg a:active, .uni-list-product > li .list-hdg a:focus, .uni-list-product-03 > li .list-hdg a:focus, .uni-list-download > li .list-hdg a:focus, .uni-list-service > li .list-hdg a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .uni-list-product > li, .uni-list-product-03 > li, .uni-list-download > li, .uni-list-service > li {
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* .uni-list-product
----------------------------------------------- */
.uni-list-product > li > .list-col {
  flex-basis: 70.65972%;
  -ms-flex-preferred-size: 70.65972%;
}
.uni-list-product > li > .list-col-02 {
  margin-left: 5.38194%;
  flex-basis: 16.84028%;
  -ms-flex-preferred-size: 16.84028%;
}
.uni-list-product > li > .list-col-03 {
  margin-left: 3.29861%;
  flex-basis: 3.90625%;
  -ms-flex-preferred-size: 3.90625%;
}
.uni-list-product._favorite > li {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uni-list-product._favorite > li > .list-col {
  flex-basis: 53.99306%;
  -ms-flex-preferred-size: 53.99306%;
}
.uni-list-product._favorite > li > .list-col-02 {
  margin-left: 0;
  flex-basis: 16.84028%;
  -ms-flex-preferred-size: 16.84028%;
}
.uni-list-product._favorite > li > .list-col-03 {
  margin-left: 0;
  flex-basis: 24.82639%;
  -ms-flex-preferred-size: 24.82639%;
}
.uni-list-product._order > li {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uni-list-product._order > li > .list-col {
  flex-basis: 79.25347%;
  -ms-flex-preferred-size: 79.25347%;
}
.uni-list-product._order > li > .list-col-02 {
  margin-left: 0;
  flex-basis: 18.66319%;
  -ms-flex-preferred-size: 18.66319%;
}
ul + .uni-list-product {
  margin-top: 11px;
}
@media only screen and (max-width: 1200px) {
  .uni-list-product > li {
    display: block;
  }
  .uni-list-product > li > [class^='list-col'] + [class^='list-col'] {
    margin: 16px 0 0;
  }
  .uni-list-product > li > [class^='list-col'] {
    width: auto;
  }
}

/* .uni-list-product-02
----------------------------------------------- */
.uni-list-product-02 {
  margin: 0 0 11px;
}
.uni-list-product-02 > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
}
.uni-list-product-02 > li:first-child {
  padding-top: 0;
}
.uni-list-product-02 > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.uni-list-product-02 > li > [class^='list-col'] > :last-child {
  margin-bottom: 0;
}
.uni-list-product-02 > li > .list-col {
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.uni-list-product-02 > li > .list-col-02 {
  margin: 0 0 0 24px;
}
.uni-list-product-02 > li .list-hdg {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .uni-list-product-02 > li {
    display: block;
  }
  .uni-list-product-02 > li > .list-col-02 {
    margin: 16px 0 0;
  }
}

/* .uni-list-product-03
----------------------------------------------- */
.uni-list-product-03 > li {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uni-list-product-03 > li > .list-col {
  flex-basis: 79.25347%;
  -ms-flex-preferred-size: 79.25347%;
}
.uni-list-product-03 > li > .list-col-02 {
  flex-basis: 18.66319%;
  -ms-flex-preferred-size: 18.66319%;
}
@media only screen and (max-width: 767px) {
  .uni-list-product-03 > li {
    display: block;
  }
  .uni-list-product-03 > li > [class^='list-col'] {
    width: auto;
  }
  .uni-list-product-03 > li > .list-col-02 {
    margin: 16px 0 0;
  }
}

/* .uni-list-download
----------------------------------------------- */
.uni-list-download > li {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uni-list-download > li > .list-col {
  flex-basis: 51.21528%;
  -ms-flex-preferred-size: 51.21528%;
}
.uni-list-download > li > .list-col-02 {
  flex-basis: 15.53819%;
  -ms-flex-preferred-size: 15.53819%;
}
.uni-list-download > li > .list-col-03 {
  flex-basis: 18.66319%;
  -ms-flex-preferred-size: 18.66319%;
}
@media only screen and (max-width: 767px) {
  .uni-list-download > li {
    display: block;
  }
  .uni-list-download > li > [class^='list-col'] + [class^='list-col'] {
    margin: 16px 0 0;
  }
}

/* .uni-list-service
----------------------------------------------- */
.uni-list-service > li {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.uni-list-service > li > .list-col {
  flex-basis: 63.64583%;
  -ms-flex-preferred-size: 63.64583%;
}
.uni-list-service > li > .list-col-02 {
  flex-basis: 14.32292%;
  -ms-flex-preferred-size: 14.32292%;
}
.uni-list-service > li > .list-col-03 {
  flex-basis: 14.32292%;
  -ms-flex-preferred-size: 14.32292%;
}
/* ADD 2021/04/01 STEP2 対応 START */
.uni-list-service > li > .list-col-04 {
  flex-basis: 21.42292%;
  -ms-flex-preferred-size: 21.42292%;
}
/* ADD 2021/04/01 STEP2 対応 END */
@media only screen and (max-width: 767px) {
  .uni-list-service > li {
    display: block;
  }
  .uni-list-service > li > [class^='list-col'] {
    width: auto;
  }
  .uni-list-service > li > [class^='list-col'] + [class^='list-col'] {
    margin: 16px 0 0;
  }
}

/* .uni-list-history
----------------------------------------------- */
.uni-list-history {
  margin: 0 0 6px;
  border-top: 1px solid #ccc;
}
.uni-list-history > li {
  display: table;
  padding: 16px 24px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.uni-list-history > li > * {
  display: table-cell;
  vertical-align: top;
}
.uni-list-history > li .list-date, .uni-list-history > li .list-icon, .uni-list-history > li .list-txt-title {
  padding: 0 48px 0 0;
}
.uni-list-history > li .list-date, .uni-list-history > li .list-icon, .uni-list-history > li .list-txt-price {
  width: 1em;
  white-space: nowrap;
}
.uni-list-history > li .list-txt-title {
  font-weight: bold;
}
.uni-list-history > li .list-txt-price {
  text-align: right;
}
.uni-list-history > li .list-txt-price span {
  display: inline-block;
  min-width: 120px;
}
p + .uni-list-history, ul + .uni-list-history, dl + .uni-list-history {
  margin-top: 11px;
}
@media only screen and (max-width: 1200px) {
  .uni-list-history > li .list-date, .uni-list-history > li .list-icon, .uni-list-history > li .list-txt-title {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .uni-list-history > li {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .uni-list-history > li .list-icon, .uni-list-history > li .list-txt-title {
    padding-right: 0;
  }
  .uni-list-history > li .list-txt-title, .uni-list-history > li .list-txt-price {
    display: block;
  }
  .uni-list-history > li .list-date, .uni-list-history > li .list-icon {
    width: 100%;
    vertical-align: middle;
  }
  .uni-list-history > li .list-date {
    padding-right: 16px;
  }
  .uni-list-history > li .list-txt-title {
    margin: 11px 0 0;
  }
  .uni-list-history > li .list-txt-price {
    margin: 6px 0 0;
    width: auto;
  }
}

/* .uni-list-lyt
----------------------------------------------- */
.uni-list-lyt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0 0 11px;
  padding: 16px 24px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
  align-items: center;
}
.uni-list-lyt > [class^='list-col'] > :last-child {
  margin-bottom: 0;
}
.uni-list-lyt > .list-col {
  flex-basis: 79.25347%;
  -ms-flex-preferred-size: 79.25347%;
}
.uni-list-lyt > .list-col-02 {
  margin-left: 2.08333%;
  flex-basis: 18.66319%;
  -ms-flex-preferred-size: 18.66319%;
}
.tbl + .uni-list-lyt {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .uni-list-lyt {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .uni-list-lyt > [class^='list-col'] {
    width: auto;
  }
  .uni-list-lyt > .list-col-02 {
    margin: 16px 0 0;
  }
}

/* .uni-btn
----------------------------------------------- */
.uni-btn {
  padding: 10px 16px 12px;
  font-size: 1.6rem;
}
.uni-btn._order, .uni-btn._history {
  padding: 20px 16px;
}
.uni-btn._order > span, .uni-btn._history > span {
  position: relative;
  display: inline-block;
}
.uni-btn._order > span::before, .uni-btn._history > span::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -33px;
}
.uni-btn._order {
  font-size: 2rem;
}
.uni-btn._order > span {
  padding: 59px 0 0;
}
.uni-btn._order > span::before {
  width: 69px;
  height: 42px;
  background-position: 0 0;
  background-size: 140px auto;
}
.uni-btn._history > span {
  padding: 62px 0 0;
}
.uni-btn._history > span::before {
  width: 69px;
  height: 42px;
  background-position: -71px 0;
  background-size: 140px auto;
}
.uni-btn-list:not(._inline) .uni-btn {
  min-width: 0;
  width: 100%;
}
.uni-panel .uni-btn {
  min-width: 147px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .uni-btn {
    font-size: 1.4rem;
  }
  .uni-btn._order > span::before, .uni-btn._history > span::before {
    left: 0;
    margin: 0;
  }
  .uni-btn._order {
    padding-top: 25px;
    padding-bottom: 26px;
    font-size: 1.8rem;
  }
  .uni-btn._order > span {
    padding: 0 0 0 81px;
  }
  .uni-btn._order > span::before {
    top: -8px;
  }
  .uni-btn._history {
    padding-top: 13px;
    padding-bottom: 14px;
    font-size: 1.4rem;
  }
  .uni-btn._history > span {
    padding: 0 0 0 41px;
  }
  .uni-btn._history > span::before {
    width: 34.5px;
    height: 21px;
    background-position: -36px 0;
    background-size: 70px auto;
  }
  .uni-panel .uni-btn {
    min-width: 0;
  }
}

/* .uni-btn-lyt
----------------------------------------------- */
.uni-btn-lyt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin: 0 0 11px;
  justify-content: space-between;
}
.uni-btn-lyt > * > :last-child {
  margin-bottom: 0;
}
.uni-btn-lyt > .lyt-col {
  flex-basis: 62.36934%;
  -ms-flex-preferred-size: 62.36934%;
}
.uni-btn-lyt > .lyt-col-02 {
  flex-basis: 34.49477%;
  -ms-flex-preferred-size: 34.49477%;
}
@media only screen and (max-width: 767px) {
  .uni-btn-lyt {
    display: block;
  }
  .uni-btn-lyt > [class^='lyt-col'] {
    width: auto;
  }
  .uni-btn-lyt > .lyt-col-02 {
    margin: 8px 0 0;
  }
}

/* .uni-btn-list
----------------------------------------------- */
.uni-btn-list[data-col='2'] {
  overflow: hidden;
  margin: -8px 0 6px -1.3986%;
}
.uni-btn-list[data-col='2'] > li {
  float: left;
  margin: 8px 0 0 1.37931%;
  width: 48.62069%;
}
.uni-btn-list[data-col='2'] > li:nth-child(2n+1) {
  clear: both;
}
.uni-btn-list._inline {
  margin: 0 0 6px;
  text-align: center;
  letter-spacing: -.4em;
}
.uni-btn-list._inline > li {
  display: inline-block;
  margin: 0 4px;
  letter-spacing: normal;
}
.uni-panel .uni-btn-list._inline {
  margin: 0 0 0 36px;
}
@media only screen and (max-width: 767px) {
  .uni-btn-list[data-col='2'] {
    margin-top: 0;
    margin-left: 0;
  }
  .uni-btn-list[data-col='2'] > li {
    float: none;
    margin: 0 0 8px;
    width: auto;
  }
  .uni-btn-list[data-col='2'] > li:last-child {
    margin-bottom: 0;
  }
  .uni-btn-list._inline > li {
    display: block;
    margin: 0 0 8px;
  }
  .uni-btn-list._inline > li:last-child {
    margin-bottom: 0;
  }
  .uni-panel .uni-btn-list._inline {
    margin: 11px 0 0;
  }
}

/* .uni-panel
----------------------------------------------- */
.uni-panel {
  margin: 0 0 35px;
  padding: 16px 24px;
  background: #edf0f2;
}
.uni-panel .panel-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 0 6px;
  justify-content: center;
  align-items: center;
}
.uni-panel .panel-inner > * {
  margin-bottom: 0;
}
.uni-panel .panel-txt {
  font-weight: bold;
  font-size: 1.8rem;
}
.uni-panel > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .uni-panel {
    padding: 11px 16px 16px;
  }
  .uni-panel > .panel-inner {
    display: block;
  }
  .uni-panel .panel-txt {
    text-align: center;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------
    Dropdown
----------------------------------------------------------------- */
/* .dropdown-hook
----------------------------------------------- */
.dropdown-hook {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .dropdown-hook {
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-hook::before {
    position: absolute;
    top: 50%;
    right: 9px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
    content: '';
    transition: all .2s ease;
    transform: rotate(135deg) translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-hook.is-active {
    border-bottom: 1px solid #ededed;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-hook.is-active::before {
    right: 7px;
    margin-top: -1px;
    transform: rotate(-45deg);
  }
}
.dropdown-hook::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 100%;
  height: 5px;
  background: #ccc;
  opacity: 0;
  transition: all .6s ease;
  transform: translateX(-50%);
}
.dropdown-hook span {
  position: relative;
  padding-right: 25px;
}
.dropdown-hook span::before {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -9px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7f7f7f;
  border-right: 1px solid #7f7f7f;
  transform: rotate(135deg) translate3d(0, -50%, 0);
}
@media only screen and (max-width: 767px) {
  .dropdown-hook span::before {
    display: none;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
  }
}
.dropdown-hook.is-active {
  position: relative;
}
.dropdown-hook.is-active::after {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .dropdown-hook::before {
    right: 14px;
    margin-top: -16px;
  }
}

/* .dropdown-content
----------------------------------------------- */
.dropdown-content {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  background: #fff;
  transition: opacity .5s ease;
}
.dropdown-content.is-animate {
  display: block;
  opacity: 0;
}
.dropdown-content.is-open {
  display: block;
  background: #fbfbfc;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .dropdown-content.is-open {
    position: static;
    margin-top: 0 !important;
    padding-left: 10px;
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  .dropdown-content.is-open {
    padding: 0 18px;
  }
}

#header .nav-global .dropdown-inner {
  margin: 34px auto;
  max-width: 1200px;
  width: 100%;
}
#header .nav-global .dropdown-inner .hdg-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner .hdg-item {
    margin-bottom: 20px;
  }
}
#header .nav-global .dropdown-inner .hdg-item a {
  padding: 0;
  color: #303840;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner .hdg-item a {
    margin-bottom: 0;
  }
}
#header .nav-global .dropdown-inner .column-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner .column-images {
    display: block;
  }
}
#header .nav-global .dropdown-inner .column-images > li {
  width: 32%;
  text-align: center;
}
#header .nav-global .dropdown-inner .column-images > li a {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner {
    margin: 0 auto;
  }
  #header .nav-global .dropdown-inner .hdg-item a {
    padding: 15px 20px;
    border-bottom: 1px solid #ededed;
    font-size: 1.4rem;
  }
  #header .nav-global .dropdown-inner .column-images > li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #header .nav-global .dropdown-inner .column-images > li a {
    border-bottom: 0;
  }
}
#header .nav-global .dropdown-inner .dropdown-items {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner .dropdown-items ul li a {
    border-bottom: 1px solid #ededed;
  }
}
#header .nav-global .dropdown-inner .dropdown-items .primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner .dropdown-items .primary {
    width: 100%;
  }
}
#header .nav-global .dropdown-inner .dropdown-items .figure {
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -ms-flex-flow: column;
  flex-flow: column;
}
#header .nav-global .dropdown-inner .dropdown-items .figure img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner .dropdown-items .figure {
    display: none;
  }
}
#header .nav-global .dropdown-inner .column-texts {
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner .column-texts {
    margin-bottom: 0;
  }
}
#header .nav-global .dropdown-inner .column-texts > li {
  margin-top: 20px;
  padding-right: 24px;
  width: 33.3333%;
}
#header .nav-global .dropdown-inner .column-texts > li a {
  padding: 0;
  color: #303840;
}
@media only screen and (max-width: 767px) {
  #header .nav-global .dropdown-inner .column-texts > li {
    margin-top: 0;
    padding-right: 0;
    width: 100%;
  }
  #header .nav-global .dropdown-inner .column-texts > li a {
    padding: 15px 20px;
  }
  #header .nav-global .dropdown-inner .column-texts > li:last-child a {
    border-bottom: 0;
  }
}

/* .dropdown-expand
----------------------------------------------- */
.dropdown-expand #header {
  z-index: 1300;
}

/* ----------------------------------------------------------------
    Drawer
----------------------------------------------------------------- */
/* .drawer-expand
----------------------------------------------- */
.drawer-expand body {
  position: fixed;
  overflow: auto;
  width: 100%;
}
.drawer-expand body #header .nav-header .nav-header-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}
.drawer-expand body #header .nav-header .nav-header-menu .nav-utility {
  margin-top: -1px;
}
.drawer-expand .close-btn {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10000;
  width: 30px;
  height: 28px;
  color: #fff;
  font-size: 0;
}
.drawer-expand .close-btn::before, .drawer-expand .close-btn::after {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  content: '';
  transition: all .3s ease;
}
.drawer-expand .close-btn::before {
  top: 18px;
  transform: rotate(45deg);
}
.drawer-expand .close-btn::after {
  top: 18px;
  transform: rotate(-45deg);
}

/* .drawer-search-expand
----------------------------------------------- */
.drawer-search-expand body {
  position: fixed;
  overflow: auto;
  width: 100%;
}

/* ----------------------------------------------------------------
    Modal
----------------------------------------------------------------- */
/* .modal
----------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  display: none;
  padding: 0 60px;
  transition: all .3s ease;
}
.modal.is-animate {
  display: block;
  opacity: 0;
}
.modal.is-active {
  display: block;
  overflow-y: auto;
  opacity: 1;
}
.modal > .modal-inner {
  padding: 36px 0;
}
.modal > .modal-inner > .modal-content {
  padding: 40px 40px 44px;
  background: #fff;
}
.modal > .modal-inner > .modal-content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 0 18px;
  }
  .modal > .modal-inner {
    padding: 27px 0;
  }
  .modal > .modal-inner > .modal-content {
    padding: 19px 16px 24px;
  }
}

/* .modal-hdg
----------------------------------------------- */
.modal-hdg {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 10px;
  border-bottom: 2px solid #ccc;
  font-size: 2.4rem;
}
.modal-hdg::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #006eb0;
}
@media only screen and (max-width: 767px) {
  .modal-hdg {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

/* .modal-btn-close
----------------------------------------------- */
.modal-btn-close {
  margin: 0 0 22px;
  text-align: right;
  line-height: 1;
}
.modal-btn-close > button {
  position: relative;
  width: 40px;
  height: 40px;
}
.modal-btn-close > button::before, .modal-btn-close > button:after {
  position: absolute;
  top: -7px;
  left: 19px;
  width: 2px;
  height: 54px;
  background: #fff;
}
.modal-btn-close > button::before {
  transform: rotate(45deg);
}
.modal-btn-close > button::after {
  transform: rotate(135deg);
}
.modal-btn-close > button > span {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .modal-btn-close {
    margin-bottom: 16px;
  }
  .modal-btn-close > button {
    width: 22px;
    height: 22px;
  }
  .modal-btn-close > button::before, .modal-btn-close > button:after {
    top: -4px;
    left: 10px;
    height: 30px;
  }
}

/* .modal-expand
----------------------------------------------- */
.modal-expand body {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* STEP2 2021/12/20 ADD START K4_STEP2_TEST-6 */
/* .modal print
----------------------------------------------- */
@media print {
  .modal-expand body {
    position: static;
    height: 100vh;
    max-height: 590px;
  }
  .modal-expand body .modal-btn-close {
    display: none;
  }
  .modal-expand body .modal > .modal-inner {
    padding: 0 !important;
  }
  .modal-expand body .modal > .modal-inner .btn-lyt {
    display: none;
  }
  .js-overlay-modal.is-open {
    background-color: #FFF !important;
  }
  .modal {
    position: absolute;
  }
}
/* STEP2 2021/12/20 ADD END K4_STEP2_TEST-6 */

/* ----------------------------------------------------------------
    Overlay
----------------------------------------------------------------- */
/* .js-overlay
----------------------------------------------- */
.js-overlay {
  position: fixed;
  top: 0;
  z-index: 1100;
  display: block;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: opacity .5s ease;
}
.js-overlay._drawer {
  z-index: 1;
}
.js-overlay._drawer {
  z-index: 1;
}
.js-overlay.is-open {
  display: block;
  opacity: 1;
}

/* .js-overlay-modal
----------------------------------------------- */
.js-overlay-modal {
  position: fixed;
  top: 0;
  z-index: 1100;
  display: block;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: opacity .5s ease;
}
.js-overlay-modal.is-open {
  display: block;
  opacity: 1;
}

/* .js-overlay-search
----------------------------------------------- */
.js-overlay-search {
  position: fixed;
  top: 0;
  z-index: 1300;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

/* ----------------------------------------------------------------
    Toggle
----------------------------------------------------------------- */
/* .toggle
----------------------------------------------- */
.toggle {
  margin: 0 0 16px;
}
.toggle > .toggle-hdg > .toggle-hdg-inner {
  position: relative;
  box-sizing: border-box;
  padding: 15px 57px 15px 24px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
}
.toggle > .toggle-hdg > .toggle-hdg-inner::after {
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border: 1px solid #303840;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(135deg);
}
.toggle > .toggle-hdg > .toggle-hdg-inner > .toggle-state {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 1em;
  height: 1em;
  color: transparent;
}
.toggle > .toggle-content > .toggle-content-inner {
  padding: 20px 24px 0;
}
.toggle > .toggle-content > .toggle-content-inner > :last-child {
  margin-bottom: 0;
}
.toggle.is-show > .toggle-hdg > .toggle-hdg-inner::after {
  transform: rotate(315deg);
}
p + .toggle, ul + .toggle, dl + .toggle {
  margin-top: 11px;
}
table + .toggle {
  margin-top: 16px;
}

/* ----------------------------------------------------------------
    Tabs
----------------------------------------------------------------- */
/* .tab
----------------------------------------------- */
.tab {
  margin: 0 0 6px;
}
.tab > :last-child {
  margin-bottom: 0;
}
.tab .tab-item {
  display: none;
}
.tab .tab-item > :last-child {
  margin-bottom: 0;
}
.tab .tab-item.is-block {
  display: block;
}

/* ----------------------------------------------------------------
    Gallery
----------------------------------------------------------------- */
/* .gallery
----------------------------------------------- */
.gallery .gallery-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 0 20px;
  width: 220px;
  height: 323px;
  justify-content: center;
  align-items: center;
}
.gallery .gallery-content img {
  opacity: 1;
  transition: all .3s ease;
  width: 100%;
}
.gallery .gallery-content img.is-animate {
  opacity: .8;
}
.gallery .gallery-list {
  margin: -6px 0 0;
}
.gallery .gallery-list li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin: 6px 6px 0 0;
  width: 50px;
  height: 70px;
}
.gallery .gallery-list li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.gallery .gallery-list li button {
  display: block;
  width: 100%;
}
.gallery .gallery-list li button:focus {
  outline: #ccc auto 5px;
  outline-offset: -2px;
}
.gallery .gallery-list li.is-selected::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px solid #006eb0;
}
.gallery > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .gallery .gallery-content {
    display: block;
    margin: 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  .gallery .gallery-list {
    display: none;
  }
}
.no-js .gallery .gallery-list {
  display: none;
}

/* ----------------------------------------------------------------
    Carousel
----------------------------------------------------------------- */
/* .carousel
----------------------------------------------- */
.carousel {
  margin: 0 auto;
  padding: 0 0 32px;
  width: 87.51696%;
}
.carousel .carousel-item .carousel-img {
  display: table;
  margin: 0 0 19px;
  width: 100%;
  table-layout: fixed;
}
.carousel .carousel-item .carousel-img-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.carousel .carousel-item .carousel-img-inner img{
  width: 100%;
}
.carousel .carousel-item .carousel-txt-price {
  color: #303840;
  font-size: 1.4rem;
}
.carousel .carousel-item a {
  display: block;
}
.carousel .carousel-item a > :last-child {
  margin-bottom: 0;
}
.carousel .carousel-item a:hover .carousel-img img, .carousel .carousel-item a:active .carousel-img img, .carousel .carousel-item a:focus .carousel-img img {
  opacity: .6;
}
.carousel .carousel-item a:hover .carousel-hdg, .carousel .carousel-item a:active .carousel-hdg, .carousel .carousel-item a:focus .carousel-hdg {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .carousel {
    width: auto;
  }
  .carousel .carousel-item .carousel-txt-price {
    font-size: 1.2rem;
  }
}

/* ----------------------------------------------------------------
    Top
----------------------------------------------------------------- */
/* .t-content-fluid
----------------------------------------------- */
.t-content-fluid {
  padding: 8px 0 9px;
  background: #fff;
}

/* .t-content-fluid-02
----------------------------------------------- */
.t-content-fluid-02 {
  background: url(../images/index-bg-search.jpg) no-repeat 0 0;
  background-size: cover;
}
.t-content-fluid-02 [class^='content-row'] > :last-child {
  margin-bottom: 0;
}
.t-content-fluid-02 .content-row {
  padding: 44px 0 32px;
}
.t-content-fluid-02 .content-row-02 {
  padding: 20px 0;
  background: rgba(0, 0, 0, .2);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-02 .content-row {
    padding: 20px 0 0;
  }
  .t-content-fluid-02 .content-row-02 {
    display: none;
  }
}

/* .t-content-fluid-03
----------------------------------------------- */
.t-content-fluid-03 {
  box-sizing: border-box;
  padding: 56px 0 40px;
  min-height: 509px;
  background: url(../images/index-bg-recommend.jpg) no-repeat 0 0;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-03 {
    padding: 36px 0;
  }
  .t-content-fluid-03 .content-inner {
    padding: 0 35px;
  }
}

/* .t-content-fluid-04
----------------------------------------------- */
.t-content-fluid-04 {
  padding: 74px 0;
}
.t-content-fluid-04:last-child {
  padding-bottom: 26px;
}
.t-content-fluid-04 + .t-content-fluid-04 {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .t-content-fluid-04 {
    padding: 36px 0;
  }
  .t-content-fluid-04:last-child {
    padding-bottom: 9px;
  }
}

/* .t-txt-info
----------------------------------------------- */
.t-txt-info {
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .t-txt-info {
    text-align: left;
    font-size: 1.2rem;
  }
}

/* .t-tab
----------------------------------------------- */
.t-tab > .tab-list {
  margin: 0 0 24px;
  text-align: center;
  letter-spacing: -.4em;
}
.t-tab > .tab-list li {
  position: relative;
  display: inline-block;
  margin: 0 25px;
  padding: 0 0 11px;
  letter-spacing: normal;
}
.t-tab > .tab-list li a {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  text-decoration: none;
}
.t-tab > .tab-list li.is-select::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}
.t-tab > .tab-list li.is-select a {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .t-tab > .tab-list {
    display: table;
    margin: 0;
    padding: 0 0 16px;
    width: 100%;
    table-layout: fixed;
    font-size: 1.2rem;
  }
  .t-tab > .tab-list li {
    display: table-cell;
    box-sizing: border-box;
    padding-right: 5px;
    width: 100%;
  }
  .t-tab > .tab-list li:last-child {
    padding-right: 0;
  }
  .t-tab > .tab-list li a {
    display: block;
    padding: 0;
    width: 100%;
  }
}

/* .t-txt-search
----------------------------------------------- */
.t-txt-search {
  margin: 0 0 11px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.t-txt-search a {
  color: #fff;
  text-decoration: none;
}
.t-txt-search a:hover, .t-txt-search a:active, .t-txt-search a:focus {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .t-txt-search {
    text-align: left;
    font-size: 1.2rem;
  }
}

/* .t-toggle
----------------------------------------------- */
.t-toggle {
  position: relative;
}
.t-toggle > .toggle-hdg {
  position: relative;
  z-index: 101;
  text-align: center;
  font-size: 1.4rem;
}
.t-toggle > .toggle-hdg > .toggle-hdg-inner {
  position: relative;
  box-sizing: border-box;
  padding: 6px 26px 7px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, .15);
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state) {
  position: relative;
  display: inline-block;
  padding: 0 0 0 17px;
}
.t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::before, .t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::after {
  position: absolute;
  background: #fff;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::before {
  top: 11px;
  left: 0;
  width: 11px;
  height: 1px;
}
.t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::after {
  top: 6px;
  left: 5px;
  width: 1px;
  height: 11px;
}
.t-toggle > .toggle-hdg > .toggle-hdg-inner > .toggle-state {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 1em;
  height: 1em;
  color: transparent;
}
.t-toggle > .toggle-content {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.t-toggle > .toggle-content > .toggle-content-inner {
  padding: 32px;
  background: #fff;
  box-shadow: 0 0 17px rgba(0, 0, 0, .25);
}
.t-toggle > .toggle-content > .toggle-content-inner > :last-child {
  margin-bottom: 0;
}
.t-toggle.is-show > .toggle-hdg > .toggle-hdg-inner {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  color: #303840;
}
.t-toggle.is-show > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::before, .t-toggle.is-show > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::after {
  transform: rotate(-90deg);
}
.t-toggle.is-show > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::before {
  opacity: 0;
}
.t-toggle.is-show > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::after {
  background: #303840;
}
@media only screen and (max-width: 767px) {
  .t-toggle {
    margin-top: -16px;
    margin-right: -18px;
    margin-left: -18px;
  }
  .t-toggle > .toggle-hdg {
    font-size: 1.2rem;
  }
  .t-toggle > .toggle-hdg > .toggle-hdg-inner {
    padding-top: 10px;
    padding-bottom: 8px;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .15);
  }
  .t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::before {
    top: 9px;
  }
  .t-toggle > .toggle-hdg > .toggle-hdg-inner > span:not(.toggle-state)::after {
    top: 4px;
  }
  .t-toggle > .toggle-content {
    top: 36px;
  }
  .t-toggle > .toggle-content > .toggle-content-inner {
    padding: 22px 18px 24px 18px;
  }
  .t-toggle.is-show > .toggle-hdg > .toggle-hdg-inner {
    background: rgba(255, 255, 255, .8);
  }
}

/* .t-tbl
----------------------------------------------- */
.t-tbl {
  margin: 0 0 11px;
  width: 100%;
}
.t-tbl tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
.t-tbl tbody tr:first-child th, .t-tbl tbody tr:first-child td {
  padding-top: 0;
}
.t-tbl tbody tr:last-child {
  border-bottom: none;
}
.t-tbl tbody tr:last-child th, .t-tbl tbody tr:last-child td {
  padding-bottom: 0;
}
.t-tbl tbody th, .t-tbl tbody td {
  padding: 16px 0;
  text-align: left;
}
.t-tbl tbody th > :last-child, .t-tbl tbody td > :last-child {
  margin-bottom: 0;
}
.t-tbl tbody td {
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .t-tbl tbody, .t-tbl tbody tr, .t-tbl tbody th, .t-tbl tbody td {
    display: block;
  }
  .t-tbl tbody tr:last-child td {
    padding-top: 0;
  }
  .t-tbl tbody tr:last-child th {
    padding-bottom: 19px;
  }
  .t-tbl tbody th {
    padding: 19px 0;
    font-size: 1.6rem;
  }
  .t-tbl tbody td {
    padding-bottom: 24px;
    padding-left: 0;
  }
}

/* .t-lyt-trend
----------------------------------------------- */
.t-lyt-trend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.t-lyt-trend > * > :last-child {
  margin-bottom: 0;
}
.t-lyt-trend .lyt-col {
  padding: 0 20px 0 0;
}
.t-lyt-trend .lyt-col-02 {
  padding: 0 0 0 20px;
  border-left: 1px solid rgba(255, 255, 255, .5);
  flex-basis: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.t-lyt-trend .lyt-hdg {
  font-weight: bold;
  font-size: 1.4rem;
}
.t-lyt-trend .lyt-link-list {
  margin: -5px 0 0;
  font-size: 1.3rem;
}
.t-lyt-trend .lyt-link-list li {
  float: left;
  margin: 5px 11px 0 0;
}
.t-lyt-trend .lyt-link-list li a {
  color: #fff;
  text-decoration: none;
}
.t-lyt-trend .lyt-link-list li a:hover, .t-lyt-trend .lyt-link-list li a:active, .t-lyt-trend .lyt-link-list li a:focus {
  text-decoration: underline;
}

/* .t-lyt-recommend
----------------------------------------------- */
.t-lyt-recommend {
  display: -ms-flexbox;
  display: flex;
}
.t-lyt-recommend > * > :last-child {
  margin-bottom: 0;
}
.t-lyt-recommend .lyt-col {
  padding: 65px 0 0;
  width: 38.58333%;
}
.t-lyt-recommend .lyt-col-02 {
  width: 61.41667%;
}
@media only screen and (max-width: 1200px) {
  .t-lyt-recommend {
    display: block;
  }
  .t-lyt-recommend .lyt-col, .t-lyt-recommend .lyt-col-02 {
    width: auto;
  }
  .t-lyt-recommend .lyt-col {
    padding-top: 0;
  }
  .t-lyt-recommend .lyt-col-02 {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 1200px) {
  .t-lyt-recommend .lyt-col-02 {
    margin-top: 29px;
  }
}

/* .t-hdg-l2
----------------------------------------------- */
.t-hdg-l2 {
  margin: 0 0 48px;
  text-align: center;
  font-size: 2.4rem;
}
.t-content-fluid-03 .t-hdg-l2 {
  margin: 0 0 27px;
}
@media only screen and (max-width: 767px) {
  .t-hdg-l2 {
    margin-bottom: 27px;
    font-size: 2rem;
  }
}

/* .t-hdg-ranking
----------------------------------------------- */
.t-hdg-ranking {
  margin: 0 0 24px;
  padding: 0 0 0 14px;
  border-left: 2px solid #303840;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .t-hdg-ranking {
    font-size: 1.6rem;
  }
}

/* .t-grid
----------------------------------------------- */
.t-grid[data-col='4'] {
  margin-left: -3.33333%;
}
.t-grid[data-col='4'] > .grid-col {
  margin-left: 3.22581%;
  width: 21.77419%;
}
.t-grid[data-col='4'] > .grid-col:nth-child(4n+1) {
  clear: both;
}

/* .t-list-ranking
----------------------------------------------- */
.t-list-ranking {
  font-size: 1.4rem;
}
.t-list-ranking li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.t-list-ranking li .list-num, .t-list-ranking li .list-body {
  display: table-cell;
  vertical-align: top;
}
.t-list-ranking li .list-num {
  position: relative;
  width: 24px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
}
.t-list-ranking li .list-num::before {
  position: absolute;
  left: 0;
  z-index: -1;
}
.t-list-ranking li .list-body {
  padding: 0 0 0 10px;
}
.t-list-ranking li .list-body > :last-child {
  margin-bottom: 0;
}
.t-list-ranking li a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.t-list-ranking li a:hover .list-body, .t-list-ranking li a:active .list-body, .t-list-ranking li a:focus .list-body {
  text-decoration: underline;
}
.t-list-ranking li:first-child {
  padding-top: 0;
}
.t-list-ranking li:first-child .list-num::before {
  width: 24px;
  height: 21px;
  background-position: -25px -72px;
  background-size: 140px auto;
}
.t-list-ranking li:nth-child(2) .list-num::before {
  width: 24px;
  height: 21px;
  background-position: -51px -72px;
  background-size: 140px auto;
}
.t-list-ranking li:nth-child(3) .list-num::before {
  width: 24px;
  height: 21px;
  background-position: -77px -72px;
  background-size: 140px auto;
}
.t-list-ranking li:nth-child(-n+3) .list-num {
  padding: 2px 0 0;
}
.t-list-ranking li:nth-child(-n+3) .list-num::before {
  top: 0;
}
.t-list-ranking li:nth-child(n+4) {
  padding: 18px 0 17px;
}
.t-list-ranking li:nth-child(n+4) .list-num::before {
  top: -2px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #808080;
}
.t-list-ranking li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .t-list-ranking li:nth-child(n+4) {
    display: none;
  }
  .t-list-ranking li:nth-child(3) {
    border-bottom: none;
  }
}

/* .t-grid-02
----------------------------------------------- */
.t-grid-02 {
  display: -ms-flexbox;
  display: flex;
}
.t-grid-02 .grid-col {
  width: calc(100% / 3);
}
.t-grid-02 .grid-col._business {
  background: #c70024 url(../images/index-bg-digital-01.png) no-repeat 0 100%;
  background-size: cover;
}
.t-grid-02 .grid-col._tech {
  background: #262626 url(../images/index-bg-digital-02.png) no-repeat 0 0;
  background-size: cover;
}
.t-grid-02 .grid-col._trend {
  border: 1px solid #ccc;
  background: #fefefe url(../images/index-bg-digital-03.png) no-repeat 0 100%;
  background-size: cover;
}
.t-grid-02 .grid-hdg {
  margin: 0 0 40px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
}
.t-grid-02 .grid-hdg span {
  display: block;
  margin: 0 0 10px;
  font-size: 1.4rem;
}
.t-grid-02 .grid-btn {
  text-align: center;
}
.t-grid-02 .grid-btn span {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 10px 9px;
  min-width: 195px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
}
.t-grid-02 .grid-media {
  margin: 0 0 40px;
}
.t-grid-02 ._business .grid-hdg, .t-grid-02 ._business .grid-btn span {
  color: #1a1a1a;
}
.t-grid-02 ._business .grid-btn span {
  border-color: #1a1a1a;
}
.t-grid-02 ._trend .grid-hdg, .t-grid-02 ._trend .grid-btn span {
  color: #fff;
}
.t-grid-02 ._trend .grid-btn span {
  border-color: #fff;
}
.t-grid-02 a {
  display: block;
  padding: 40px;
  transition: opacity 1s cubic-bezier(.19, 1, .22, 1);
}
.t-grid-02 a:hover .grid-media img, .t-grid-02 a:active .grid-media img, .t-grid-02 a:focus .grid-media img {
  opacity: .6;
}
.t-grid-02 a > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .t-grid-02 .grid-btn span {
    min-width: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t-grid-02 {
    display: block;
  }
  .t-grid-02 .grid-col {
    width: 100%;
  }
  .t-grid-02 .grid-hdg {
    margin-bottom: 26px;
    font-size: 2.5rem;
  }
  .t-grid-02 .grid-hdg span {
    font-size: 1.2rem;
  }
  .t-grid-02 .grid-media {
    margin-bottom: 35px;
  }
  .t-grid-02 .grid-btn span {
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 165px;
    width: auto;
    font-size: 1.2rem;
  }
  .t-grid-02 a {
    padding: 33px;
  }
}

/* .t-link-list-report
----------------------------------------------- */
.t-link-list-report {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.t-link-list-report li {
  width: 25%;
  border-right: 1px solid #ccc;
  text-align: center;
}
.t-link-list-report li:nth-child(4n) {
  border-right: none;
}
.t-link-list-report li:nth-child(4n) a {
  padding-right: 0;
}
.t-link-list-report li:nth-child(4n+1) a {
  padding-left: 0;
}
.t-link-list-report .list-media {
  display: table;
  margin: 0 0 46px;
  width: 100%;
  table-layout: fixed;
}
.t-link-list-report .list-media .list-media-inner {
  display: table-cell;
  vertical-align: middle;
}
.t-link-list-report .list-media .list-media-inner img{
  width: 100%;
}
.t-link-list-report a {
  display: block;
  padding: 32px;
  text-decoration: none;
}
.t-link-list-report a > :last-child {
  margin-bottom: 0;
}
.t-link-list-report a:hover .list-media img, .t-link-list-report a:active .list-media img, .t-link-list-report a:focus .list-media img {
  opacity: .6;
}
.t-link-list-report a:hover .list-txt, .t-link-list-report a:active .list-txt, .t-link-list-report a:focus .list-txt {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .t-link-list-report li {
    width: 50%;
    border-top: 1px solid #ccc;
  }
  .t-link-list-report li:nth-child(2n) {
    border-right: none;
  }
  .t-link-list-report li:nth-child(2n) > a {
    padding-right: 0;
  }
  .t-link-list-report li:nth-child(2n+1) > a {
    padding-left: 0;
  }
  .t-link-list-report li:nth-child(-n+2) {
    border-top: none;
  }
  .t-link-list-report .list-media {
    margin-bottom: 28px;
  }
  .t-link-list-report a {
    padding: 36px 19px 32px;
  }
}

/* ----------------------------------------------------------------
    Product List
----------------------------------------------------------------- */
/* .pl-lyt-tool
----------------------------------------------- */
.pl-lyt-tool {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin: 0 0 24px;
  font-size: 1.4rem;
  justify-content: space-between;
  align-items: center;
}
.pl-lyt-tool > * > :last-child {
  margin-bottom: 0;
}
.pl-lyt-tool .lyt-list > li {
  position: relative;
  float: left;
  margin: 0 23px 0 0;
  padding: 0 35px 0 0;
}
.pl-lyt-tool .lyt-list > li::after {
  position: absolute;
  top: 0;
  right: 6px;
  width: 1px;
  height: 100%;
  background: #ccc;
  transform: rotate(30deg);
}
.pl-lyt-tool .lyt-list > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.pl-lyt-tool .lyt-list > li:last-child::after {
  display: none;
}
.pl-lyt-tool .lyt-col-02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.pl-lyt-tool .lyt-btn-list {
  margin: 0 0 0 32px;
}
.pl-lyt-tool .lyt-btn-list > li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 16px 0 0;
  padding: 0 17px 0 0;
  height: 22px;
  border-right: 1px solid #ccc;
}
.pl-lyt-tool .lyt-btn-list > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.pl-lyt-tool .lyt-btn-list > li button {
  position: relative;
  display: inline-block;
}
.pl-lyt-tool .lyt-btn-list > li button::before {
  position: absolute;
  top: 0;
  left: 0;
}
.pl-lyt-tool .lyt-btn-list > li button._grid {
  width: 22px;
  height: 22px;
}
.pl-lyt-tool .lyt-btn-list > li button._grid::before {
  width: 22px;
  height: 22px;
  background-position: -48px -96px;
  background-size: 140px auto;
}
.pl-lyt-tool .lyt-btn-list > li button._grid.is-active::before {
  width: 22px;
  height: 22px;
  background-position: -24px -96px;
  background-size: 140px auto;
}
.pl-lyt-tool .lyt-btn-list > li button._list {
  width: 23px;
  height: 22px;
}
.pl-lyt-tool .lyt-btn-list > li button._list::before {
  width: 23px;
  height: 22px;
  background-position: -113px -44px;
  background-size: 140px auto;
}
.pl-lyt-tool .lyt-btn-list > li button._list.is-active::before {
  width: 23px;
  height: 22px;
  background-position: 0 -72px;
  background-size: 140px auto;
}
.pl-lyt-tool .lyt-btn-list > li span {
  color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .pl-lyt-tool {
    display: block;
  }
  .pl-lyt-tool .lyt-col-02 {
    -ms-flex-pack: justify;
    margin: 27px 0 0;
    justify-content: space-between;
  }
  .pl-lyt-tool .lyt-list > li {
    float: none;
    margin: 0 0 12px;
    padding: 0;
  }
  .pl-lyt-tool .lyt-list > li::after {
    display: none;
  }
  .pl-lyt-tool .lyt-list > li:last-child {
    margin-bottom: 0;
  }
}

/* .pl-list-result
----------------------------------------------- */
.pl-list-result {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 48px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.pl-list-result > li {
  width: 25%;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.pl-list-result > li .list-media {
  display: table;
  margin: 0 0 25px;
  width: 100%;
  table-layout: fixed;
}
.pl-list-result > li .list-media-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pl-list-result > li .list-hdg {
  margin: 0 0 14px;
}
.pl-list-result > li .list-txt-price {
  color: #303840;
}
.pl-list-result > li .list-txt-discount {
  color: #c00;
}
.pl-list-result > li .list-txt-discount span {
  font-size: 1.4rem;
}
.pl-list-result > li .list-txt-stock {
  color: #607080;
  font-size: 1.4rem;
}
.pl-list-result > li [class^='list-txt-'] {
  margin: 0 0 5px;
}
.pl-list-result > li > a {
  display: block;
  padding: 24px 16px;
  text-decoration: none;
}
.pl-list-result > li > a > :last-child {
  margin-bottom: 0;
}
.pl-list-result > li > a:hover .list-hdg, .pl-list-result > li > a:active .list-hdg, .pl-list-result > li > a:focus .list-hdg {
  text-decoration: underline;
}
.pl-list-result > li:nth-child(4n) {
  border-right: 0;
}
/* 詳細画面画像サイズ崩れ対応 2018/10/5
.pl-list-result > li:nth-child(4n) > a {
  padding-right: 0;
}
*/
.pl-list-result > li:nth-child(-n+4) {
  border-top: 0;
}
.pl-list-result > li:nth-child(-n+4) > a {
  padding-top: 0;
}
/* 詳細画面画像サイズ崩れ対応 2018/10/5
.pl-list-result > li:nth-child(4n+1) > a {
  padding-left: 0;
}
*/
p + .pl-list-result, ul + .pl-list-result, dl + .pl-list-result {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .pl-list-result > li {
    width: 50%;
  }
  .pl-list-result > li .list-txt-stock {
    font-size: 1.2rem;
  }
  .pl-list-result > li > a {
    padding: 16px 18px;
  }
  .pl-list-result > li:nth-child(-n+4) {
    border-top: 1px solid #ebebeb;
  }
  .pl-list-result > li:nth-child(-n+4) > a {
    padding-top: 24px;
  }
  .pl-list-result > li:nth-child(2n) {
    border-right: 0;
  }
  .pl-list-result > li:nth-child(2n) > a {
    padding-right: 0;
  }
  .pl-list-result > li:nth-child(2n+1) > a {
    padding-left: 0;
  }
  .pl-list-result > li:nth-child(-n+2) {
    border-top: 0;
  }
  .pl-list-result > li:nth-child(-n+2) > a {
    padding-top: 0;
  }
}

/* .pl-list-result-02
----------------------------------------------- */
.pl-list-result-02 {
  margin: 0 0 48px;
  border-top: 1px solid #ebebeb;
}
.pl-list-result-02 > li {
  border-bottom: 1px solid #ebebeb;
}
.pl-list-result-02 > li [class^='list-col'] > :last-child {
  margin-bottom: 0;
}
.pl-list-result-02 > li .list-col {
  padding: 0 24px 0 0;
  width: 22.66667%;
  text-align: center;
}
.pl-list-result-02 > li .list-col-02 {
  margin: 0 24px 0 0;
  width: 51.11111%;
}
.pl-list-result-02 > li .list-col-03 {
  width: 23.11111%;
}
.pl-list-result-02 > li .list-hdg {
  margin: 0 0 7px;
}
.pl-list-result-02 > li .list-txt-outline {
  color: #303840;
}
.pl-list-result-02 > li .list-txt-price {
  color: #303840;
}
.pl-list-result-02 > li .list-txt-discount {
  color: #c00;
}
.pl-list-result-02 > li .list-txt-discount span {
  font-size: 1.4rem;
}
.pl-list-result-02 > li .list-txt-stock {
  color: #607080;
  font-size: 1.4rem;
}
.pl-list-result-02 > li [class^='list-txt-']:not(.list-txt-outline) {
  margin: 0 0 5px;
}
.pl-list-result-02 > li > a {
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  text-decoration: none;
}
.pl-list-result-02 > li > a > :last-child {
  margin-bottom: 0;
}
.pl-list-result-02 > li > a:hover .list-hdg, .pl-list-result-02 > li > a:active .list-hdg, .pl-list-result-02 > li > a:focus .list-hdg {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .pl-list-result-02 {
    margin-right: -18px;
    margin-left: -18px;
  }
  .pl-list-result-02 > li .list-col {
    display: table-cell;
    padding: 0 13px 0 0;
    width: 44.54277%;
    vertical-align: top;
  }
  .pl-list-result-02 > li .list-col-02 {
    display: table-cell;
    width: 51.62242%;
    vertical-align: top;
  }
  .pl-list-result-02 > li .list-col-03 {
    display: block;
    margin: 12px 0 0;
    width: 100%;
  }
  .pl-list-result-02 > li .list-txt-outline {
    margin: 0 0 4px;
  }
  .pl-list-result-02 > li > a {
    display: block;
    padding: 18px 18px 9px 18px;
    width: 100%;
  }
}

/* .pl-lyt-search
----------------------------------------------- */
.pl-lyt-search {
  font-size: 1.4rem;
}
.pl-lyt-search > :last-child {
  margin-bottom: 0;
}
.pl-lyt-search .lyt-btn {
  display: none;
}
.pl-lyt-search .lyt-btn .lyt-btn-inner {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 18px 7px;
  width: 100%;
  border: 1px solid #303840;
  border-radius: 4px;
  color: #303840;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
}
.pl-lyt-search .lyt-btn .lyt-btn-inner::before, .pl-lyt-search .lyt-btn .lyt-btn-inner::after {
  position: absolute;
  background: #303840;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}
.pl-lyt-search .lyt-btn .lyt-btn-inner::before {
  top: 17px;
  right: 16px;
  width: 11px;
  height: 1px;
}
.pl-lyt-search .lyt-btn .lyt-btn-inner::after {
  top: 12px;
  right: 21px;
  width: 1px;
  height: 11px;
}
.pl-lyt-search .lyt-btn .lyt-btn-inner .lyt-btn-state {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 1em;
  height: 1em;
  color: transparent;
}
.pl-lyt-search .lyt-btn .lyt-btn-inner.is-active::before, .pl-lyt-search .lyt-btn .lyt-btn-inner.is-active::after {
  transform: rotate(-90deg);
}
.pl-lyt-search .lyt-btn .lyt-btn-inner.is-active::before {
  opacity: 0;
}
.pl-lyt-search .lyt-content > :last-child {
  margin-bottom: 0;
}
.pl-lyt-search .lyt-content-inner {
  margin: 0 0 24px 16px;
}
.pl-lyt-search .lyt-content-inner > :last-child {
  margin-bottom: 0;
}
.pl-lyt-search .lyt-hdg {
  margin: 0 0 24px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}
.pl-lyt-search .lyt-hdg-02 {
  margin: 37px 0 13px;
  font-size: 1.8rem;
}
.pl-lyt-search .lyt-hdg-03 {
  margin: 0 0 12px;
  font-size: 1.4rem;
}
.pl-lyt-search .lyt-link {
  margin: 0 0 17px;
}
.pl-lyt-search .lyt-list {
  margin: 0 0 19px;
}
@media only screen and (max-width: 767px) {
  .pl-lyt-search .lyt-btn {
    display: block;
  }
  .pl-lyt-search .lyt-content {
    display: none;
    box-sizing: border-box;
    padding: 18px;
    width: 84.5%;
    transition: all .3s ease;
  }
  .pl-lyt-search .lyt-content.is-animate {
    display: block;
    transform: translateX(-100%);
  }
  .pl-lyt-search .lyt-content.is-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: block;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    transform: translateX(0);
  }
  .pl-lyt-search .lyt-content-inner {
    margin-left: 0;
  }
  .pl-lyt-search .lyt-hdg {
    display: none;
  }
  .pl-lyt-search .lyt-list {
    margin: -12px 0 12px -6.33803%;
  }
  .pl-lyt-search .lyt-list > li {
    float: left;
    margin: 12px 0 0 5.96026%;
    width: 43.70861%;
  }
  .pl-lyt-search .lyt-list > li:nth-child(2n) {
    clear: both;
  }
}
.pl-lyt-search .lyt-btn-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10000;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 0;
}
.pl-lyt-search .lyt-btn-close::before, .pl-lyt-search .lyt-btn-close::after {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all .3s ease;
}
.pl-lyt-search .lyt-btn-close::before {
  top: 11px;
  left: -4px;
  transform: rotate(45deg);
}
.pl-lyt-search .lyt-btn-close::after {
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

/* ----------------------------------------------------------------
    Detail
----------------------------------------------------------------- */
/* .detail-lyt
----------------------------------------------- */
.detail-lyt {
  margin: 40px 0 0;
}
.detail-lyt > .lyt-col {
  float: left;
  clear: both;
  width: 70%;
}
.detail-lyt > .lyt-col-02 {
  float: right;
  width: 25%;
}
.detail-lyt .lyt-media .media-item {
  float: left;
  margin: 0 40px 0 0;
}
.detail-lyt .lyt-media .media-col {
  overflow: hidden;
}
.detail-lyt .lyt-media .media-col > :last-child {
  margin-bottom: 0;
}
.detail-lyt .lyt-hdg {
  margin: 0 0 13px;
  font-size: 2.8rem;
}
.detail-lyt .lyt-hdg span {
  display: block;
  margin: 2px 0 0;
  font-size: 2rem;
}
.detail-lyt .lyt-txt-info {
  margin: 0 0 29px;
  font-size: 1.4rem;
}
.detail-lyt .lyt-link {
  margin: 0 0 11px;
}
.detail-lyt .lyt-tbl {
  margin: 0 0 11px;
}
.detail-lyt .lyt-panel-note {
  font-size: 1.4rem;
}
.detail-lyt .lyt-panel-note + .lyt-panel-note {
  margin-top: -35px;
  border-top: 1px solid #ccc;
}
.detail-lyt .lyt-panel-cart {
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 3px;
  background: #e5f5ff;
}
.detail-lyt .lyt-panel-cart > :last-child > :last-child, .detail-lyt .lyt-panel-cart > * > :last-child {
  margin-bottom: 0;
}
.detail-lyt .lyt-panel-cart > .panel-inner {
  margin: 18px 0 24px;
  padding: 12px 16px;
  border-left: 2px solid #e6dc73;
  background: #fffce0;
  font-size: 1.4rem;
}
.detail-lyt .lyt-panel-cart > .panel-inner > a {
  color: #303840;
}
.detail-lyt .lyt-panel-cart > .panel-inner > a > :last-child {
  margin-bottom: 0;
}
.detail-lyt .lyt-panel-cart > .panel-inner > a > .panel-link {
  position: relative;
  padding: 0 0 0 18px;
}
.detail-lyt .lyt-panel-cart > .panel-inner > a > .panel-link::before {
  position: absolute;
  top: 7px;
  left: -2px;
  width: 7px;
  height: 7px;
  border: 1px solid #303840;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
.detail-lyt .lyt-panel-cart > .panel-inner-02 {
  margin: 19px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #ccc;
}
.detail-lyt .lyt-content > * {
  margin-bottom: 24px;
}
.detail-lyt .lyt-content > *:last-child {
  margin-bottom: 0;
}
.detail-lyt .lyt-nav {
  margin: 0 0 28px;
  padding: 27px 0 0;
  border-top: 1px solid #ccc;
}
.detail-lyt .lyt-nav > * {
  font-size: 1.4rem;
}
.detail-lyt .lyt-nav .nav-hdg {
  margin: 0 0 14px;
  font-weight: bold;
  font-size: 1.6rem;
}
.detail-lyt > * > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .detail-lyt > .lyt-col, .detail-lyt > .lyt-col-02 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .detail-lyt {
    margin-top: 25px;
  }
  .detail-lyt > .lyt-col + .lyt-col-02 {
    margin-top: 25px;
  }
  .detail-lyt .lyt-media .media-item {
    float: none;
    margin-right: 0;
  }
  .detail-lyt .lyt-media .media-col {
    margin: 20px 0 0;
  }
  .detail-lyt .lyt-hdg {
    font-size: 2.4rem;
  }
  .detail-lyt .lyt-hdg span {
    font-size: 1.8rem;
  }
  .detail-lyt .lyt-panel-cart {
    margin: 0 -18px 24px;
    padding: 18px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slick-slide {
  margin: 0 26px;
}
@media only screen and (max-width: 767px) {
  .slick-slide {
    margin: 0 48px;
  }
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top: 102px;
  z-index: 10;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before, .slick-next:before {
  color: #000;
  font-size: 20px;
  font-family: 'slick';
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -47px;
}
[dir='rtl'] .slick-prev {
  right: -42px;
  left: auto;
}
.slick-prev:before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #818f9e;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(225deg);
}
@media only screen and (max-width: 1200px) {
  .slick-prev {
    left: 0;
  }
  [dir='rtl'] .slick-prev {
    right: 0;
  }
}

.slick-next {
  right: -47px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -42px;
}
.slick-next:before {
  position: absolute;
  top: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #818f9e;
  border-bottom: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1200px) {
  .slick-next {
    right: 0;
  }
  [dir='rtl'] .slick-next {
    left: 0;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  width: 40px;
  height: 3px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 40px;
  height: 3px;
  outline: none;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #d9d9d9;
  content: '';

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #303840;
}

/* ----------------------------------------------------------------
    Helpers
----------------------------------------------------------------- */
/* Control Display
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  .is-sp-none {
    display: none !important;
  }
}

.is-sp-block {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .is-sp-block {
    display: block !important;
  }
}

/* Control Align
----------------------------------------------- */
.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.left {
  text-align: left !important;
}

.center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.right {
  text-align: right !important;
}

/* Control Width
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* Control Margin and Padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

/* ADD_CSS
----------------------------------------------- */
.comp-free {
margin: 35px 0 0 0;
}
.pv-box .hdg-l2 {
margin-bottom: 12px;
font-size: 1.8rem;
}
.pv-box ._scroll {
border: 1px solid #ccc;
height: 120px;
}

/* ADD_CSS_2020
----------------------------------------------- */
.btn.w-auto {
min-width: 1px;
}
.icon-label._proc {
border: 1px solid #1d55bd;
color: #1d55bd;
}
.icon-label._fin {
border: 1px solid #999;
color: #999;
}
.btn-sub._chg{
color: #006eb0;
border-color: #006eb0;
background: #f0f8fc;
}
/* .txt-size-s
----------------------------------------------- */
.txt-size-ss {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .txt-size-ss {
    font-size: 1.2rem;
  }
}
/* style */
.hdg-l2._step {
border: none;
padding: 0;
}
.hdg-l2._step > span.label-step {
margin: 0 8px 0 0;
padding: 0 8px;
background: #006eb0;
color: #fff;
font-size: inherit;
}
:not(.chg-after) + .chg-before .tbl {
border-bottom-color: #303840;
}
.chg-before .hdg-l3 {
}
.chg-before .tbl {
margin-bottom: 0;
}
.chg-before .tbl > tbody > tr > th {
border: none;
background: none;
}
.chg-before .tbl > tbody > tr > td {
border: none;
background: none;
}
.chg-before .tbl > tbody > tr > th,
.chg-before .tbl > tbody > tr > td {
padding: 8px 24px;
}
.chg-before .tbl > tbody > tr:last-child > th,
.chg-before .tbl > tbody > tr:last-child > td {
padding-bottom: 20px;
}
.chg-after + .chg-before {
margin: 20px auto 35px;
}
.chg-after + .chg-before .tbl {
border-top: 1px solid #ccc;
}
.chg-after + .chg-before .tbl > tbody > tr:first-child > th,
.chg-after + .chg-before .tbl > tbody > tr:first-child > td {
padding-top: 20px;
}
.txt-attention.txt-attention-up {
margin-left: 30px;
}
.txt-attention.txt-attention-up > span::before {
border-top: none;
bottom: auto;
top: -6px;
border-bottom: 6px solid #c00;
}
.form-list.card-list {
margin-left: 30px
}
.form-list.card-list > li {
margin: 24px 0;
}
[class^="hdg-l"] .form-radio .form-item::before {
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
[class^="hdg-l"] .form-radio .form-item::after {
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.payment-newcard-box {
margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

.chg-before .tbl > tbody > tr > th {
padding: 8px 16px 0;
}
.chg-before .tbl > tbody > tr > td {
padding: 4px 16px 8px;
}
.chg-after + .chg-before .tbl > tbody > tr:first-child > td {
padding-top: 4px;
}
.chg-after + .chg-before .tbl > tbody > tr:first-child > th,
.chg-before .tbl > tbody > tr:last-child > th {
	padding-bottom: 0;
}
}

/* Mypage
----------------------------------------------- */
.mypage-uni-list-service {
margin-top: -20px;
}
.mypage-uni-list-service .list-col .list-hdg {
 font-size: 2.0rem;
}
@media only screen and (max-width: 767px) {
.mypage-uni-list-service .list-col .list-hdg {
 font-size: 1.6rem;
}
.uni-list-service.mypage-uni-list-service > li {
 display: flex;
 flex-flow: wrap;
 justify-content: space-between;
}
.uni-list-service.mypage-uni-list-service > li .list-col {
 width: 100%;
 flex-basis: 100%;
 -ms-flex-preferred-size: 100%;
}
.uni-list-service.mypage-uni-list-service > li > .list-col-02 {
 flex-basis: 45%;
 -ms-flex-preferred-size: 45%;
}
.uni-list-service.mypage-uni-list-service > li > .list-col-03 {
 flex-basis: 45%;
 -ms-flex-preferred-size: 45%;
}
}
/* SubscriberRegister
----------------------------------------------- */
.tbl-subscriber {
width: 100%	;
margin: -20px 0 11px;
border-bottom: 1px solid #ccc;
}

.tbl-subscriber > thead > tr > th {
padding: 2px 24px;
border-top: 1px solid #ccc;
background: #303840;
color: #fff;
}
.tbl-subscriber > tbody > tr > td {
padding: 27px 24px;
border-top: 1px solid #ccc;
}
.tbl-subscriber > tbody > tr > td .service-name {
font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
.tbl-subscriber > thead > tr > th {
padding: 4px 4px;
}
.tbl-subscriber > tbody > tr > td {
padding: 8px 4px;
}
.tbl-subscriber > tbody > tr > td .service-name {
font-size: 1.4rem;
}
}
/* ----------------------------------------------------------------
    contract_send
----------------------------------------------------------------- */
/* .contract-send-change
----------------------------------------------- */

.form-input-select .form-radio .form-item {
display: inline-block;
}
.form-input-select .form-select-box {
display: inline-block;
margin: 0 0 0 8px;
}
@media only screen and (max-width: 767px) {
 .form-input-select .form-select-box {
 display: block;
 margin: 12px 0 0 14px;
 }
}

/* ----------------------------------------------------------------
 contract_list
----------------------------------------------- */

.uni-list-history > li .list-icon {
min-width: 132px;
}

/* ----------------------------------------------------------------
 Contract_collabo
----------------------------------------------- */
.step-box.is-hide {
 display: none;
}

/* ----------------------------------------------------------------
 contents13 guide
----------------------------------------------- */
.guide-contract-collabo-flow {
display: flex;
margin-bottom: 10px;
justify-content: space-between;
}
.guide-contract-collabo-flow-list {
max-width: 680px;
width: 56.6%;
}
.guide-contract-collabo-flow-list li {
 display: flex;
 margin: 0;
 padding: 0;
 border: 1px solid #176696;
 width: 100%;
 position: relative;
}
.guide-contract-collabo-flow-list li:not(:last-child)::before {
 content: "";
 display: block;
 width: 0;
 height: 0;
border: 10px solid transparent;
border-top: 10px solid #176696;
position: absolute;
left: 100px;
bottom: -20px;
}
.guide-contract-collabo-flow-list li + li {
margin: 10px 0 0 0;
}
.guide-contract-collabo-flow-list li .num {
 display: flex;
 width: 20px;
 background: #176696;
 color: #fff;
 font-size: 1.3rem;
 font-weight: bold;
 justify-content: center;
}
.guide-contract-collabo-flow-list li .num span {
margin: auto;
}
.guide-contract-collabo-flow-list li .flow-tt {
 display: flex;
 padding: 10px 10px;
 align-items: center;
 justify-content: center;
 text-align: center;
 width: 190px;
 color: #176696;
 font-size: 1.5rem;
 font-weight: bold;
 background: #e5f5ff;
 box-sizing: border-box;
 position: relative;
}
.guide-contract-collabo-flow-list li .flow-tt small {
display: block;
color: #303840;
 font-size: 1.3rem;
 font-weight: normal;
}
.guide-contract-collabo-flow-list li .flow-cont {
 display: flex;
 width: calc(100% - 210px);
 flex-flow: column;
 padding: 10px;
 box-sizing: border-box;
 justify-content: center;
}
.guide-contract-collabo-flow-list li .flow-cont .cont-num,
.guide-contract-collabo .cont-num {
display: inline-block;
margin: 0 2px;
 width: 1.3em;
 line-height: 1.3em;
 background: #cc0000;
 text-align: center;
 color: #fff;
 font-weight: bold;
}
.guide-contract-collabo .cont-num {
 margin: 0 4px 0 0;
}
.guide-contract-collabo-img {
margin: 0 0 0 20px;
max-width: 500px;
width: 41.65%;
}
.guide-contract-collabo-img img {
border: 1px solid #303840;
}
.guide-contract-list-capture {
 display: flex;
 margin: 10px 0 0;
 padding: 0;
 width: 100%;
}
.guide-contract-list-img {
width: 60%;
max-width: 720px;
}
.guide-contract-list-img img {
border: 1px solid #303840;
}
.guide-contract-list-txt {
margin: 0 0 0 20px;
}
.guide-contract-list-txt li {
margin: 0 0 8px;
}
.guide-contract-list-txt li .num {
display: inline-block;
margin: 0 6px 0 0;
background : #009adb;
border: 2px solid #fff;
border-radius: 50%;
box-shadow: 2px 2px 1px rgba(0,0,0,.2);
width: 26px;
height: 26px;
line-height: 24px;
text-align: center;
color: #fff;
font-size: 1.6rem;
}

.content-foot {
 position: fixed;
 bottom: 10px;
 right: 20px;
 display: none;
}
.pagetop {
 background: #303840;
transition: opacity .2s ease;
text-align: center;
}
.pagetop a {
display: block;
padding: 10px;
color: #fff;
font-size: 1.3rem;
position: relative;
line-height: 1.3;
}
.pagetop a::before {
display: block;
content: "";
margin: 0 auto;
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(-45deg);
}
.pagetop a:hover {
opacity: 0.65;
}

.mypage-guide-nav {
margin: 0 auto 20px auto;
max-width: 1200px;
}
.mypage-guide-nav ul {
display: flex;
margin: 0 0 0 0;
justify-content: space-between;
flex-flow: wrap;
position: relative;
}
.mypage-guide-nav li {
margin: 0 0 1%;
width: 24%;
position: relative;
}
.mypage-guide-nav li a {
display: flex;
padding: 18px 18px;
height: 100%;
text-align: left;
font-size: 2rem;
position: relative;
box-sizing: border-box;
align-items: center;
line-height: 1.2;
}
.mypage-guide-nav li a.guide-btn-long {
font-size: 1.6rem;
}
.mypage-guide-nav ul::before,
.mypage-guide-nav ul::after {
 content: "";
 display: block;
 width: 24%;
 order:2;
}
@media only screen and (max-width: 1200px) {
.mypage-guide-nav {
    padding: 0 18px;
}
}
@media screen and (max-width: 1119px) and (min-width: 768px){
.mypage-guide-nav {
    padding: 0 12px;
}
}
@media screen and (max-width: 900px) and (min-width: 768px){
.mypage-guide-nav li {
width: 33%;
}
.mypage-guide-nav ul::before,
.mypage-guide-nav ul::after {
 width: 33%;
}
.mypage-guide-nav li a {
padding: 10px 12px;
font-size: 1.8rem;
}
}
@media only screen and (max-width: 767px) {
.mypage-guide-nav li {
width: 100%;
}
.mypage-guide-nav ul::before,
.mypage-guide-nav ul::after {
 width: 100%;
}
.mypage-guide-nav li a {
font-size: 1.8rem;
}
.mypage-guide-nav li a.guide-btn-long {
padding: 10px 18px;
font-size: 1.6rem;
}
}
@media only screen and (max-width: 767px) {
.guide-contract-collabo-flow {
flex-flow: column;
margin-bottom: 0;
}
.guide-contract-collabo-flow-list {
width: 100%;
}
.guide-contract-collabo-flow-list li {
flex-flow: wrap;
border: none;
}
.guide-contract-collabo-flow-list li:not(:last-child)::before {
display: none;
left: 50%;
-webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
.guide-contract-collabo-flow-list li .flow-tt {
width: calc(100% - 20px);
justify-content: flex-start;
border: 1px solid #176696;
text-align: left;
}
.guide-contract-collabo-flow-list li .flow-tt small {
display: inline;
margin: 0 0 0 10px;
}
.guide-contract-collabo-flow-list li .flow-cont {
width: 100%;
padding: 20px 0;
}

.guide-contract-collabo-img {
margin: 20px auto 0;
padding: 10px;
width: 100%;
max-width: 300px;
}
.guide-contract-list-capture {
flex-flow: column;
}
.guide-contract-list-txt {
    margin: 0 0 0 0;
}
.guide-contract-list-img {
    margin: 0 auto 0;
    padding: 10px;
    width: 100%;
    max-width: 300px;
}
.guide-contract-list-img img {
padding: 10px;
border: 1px solid #303840;
}
}


/* (STEP2)TODO SEO 2021/6/8 ADD START */
/* 2021step2 add style :: start */
/* パスワード */
.ssb-form-pw p {
font-size: 1.4rem;
}
.ssb-form-pw input {
width: 100%;
}
.ssb-pw-sec .pw-lv1,
.ssb-pw-sec .pw-lv2,
.ssb-pw-sec .pw-lv3,
.ssb-pw-sec .pw-lv4 {
display: none;
}
.ssb-pw-sec.lv1 .pw-lv1,
.ssb-pw-sec.lv2 .pw-lv2,
.ssb-pw-sec.lv3 .pw-lv3,
.ssb-pw-sec.lv4 .pw-lv4 {
display: block;
}
.pw-sec-lb {
display: inline-block;
color: #999;
}
.ssb-pw-lv {
display: block;
width: 285px;
padding-right: 80px;
background-position: right center;
background-repeat: no-repeat;
background-size: 80px auto;
box-sizing: border-box;
}
.ssb-pw-lv {
color: #c00;
}
.pw-lv2 .ssb-pw-lv {
color: #e8b506;
}
.pw-lv3 .ssb-pw-lv {
color: #9ed200;
}
.pw-lv4 .ssb-pw-lv {
color: #3BBB88;
}
.pw-lv-tx {
min-height: 20px;
}
.pw-lv1 .pw-lv-tx {
color: #c00;
font-weight: bold;
line-height: 1.2;
}

.ssb-form-pw label {
width: 93%;
}
/* 職業切り替え */
.worker-obj.hidden {
display: none;
}
/* サービスお勧め */
.rec-service-items li {
width: 32%;
}
.rec-service-items .form-item {
margin: 0 34px;
padding: 0;
}
.rec-service-items .form-item::before,
.rec-service-items .form-item::after {
left: auto;
}
.rec-service-items .form-item:hover {
opacity: 0.8;
}
.rec-service-items .list-media {
margin-bottom: 10px;
}
.rec-service-items img {
max-width: 250px;
}
.rec-service-items .btn-sub,
.rec-service-items li:nth-child(4n+1) .btn-sub {
display: inline-block;
padding: 10px 30px;
}
.rec-service-items li .modal-content {
text-align: left;
}
@media only screen and (max-width: 767px) {
  .rec-service-items li {
  padding: 6% 2% 4%;
  width: 100%;
  border-right: none;
  box-sizing: border-box;
  }
  .rec-service-items li:nth-child(2) {
    border-top: 1px solid #ccc;
  }
  .rec-service-items .form-item {
  margin: 0;
  }
  .rec-service-items .list-media .list-media-inner img {
  width: 50%;
  }
  .rec-service-items .btn-sub,
  .rec-service-items li:nth-child(4n+1) .btn-sub {
  padding: 10px;
  }
}
/* クロステックからのアンケート */
.form-dls b {
position: relative;
margin-right: 2em;
}
.form-dls b::after {
content: "";
position: absolute;
top: 0;
right: -1em;
bottom: 0;
margin: auto;
width: 1px;
height: 74%;
border-right: 1px solid #303840;
}
/* 入力変更不可 */
.viewmode td label,
.viewmode td select,
.viewmode li label {
 pointer-events: none;
}

/* アンケートjs */
.variable-elm {
display: none;
}
.variable-elm.is-active {
display: block;
}
table.variable-elm.is-active {
display: table;
}
.important-note {
display: none;
}
.important-note.is-active {
display: block;
}
.reactive-elm {
display: none;
}
.reactive-elm.is-active {
display: block;
}

@media only screen and (min-width: 768px) {
tr.reactive-elm.is-active {
  display: table-row;
}
}
/* NID更新チェック */
.update-nid-info {
margin-top: 30px!important;
}
/* (STEP2)TODO SEO 2021/6/8 ADD END */

/* (STEP2) BAE 2021/11/26 ADD START */
/* .btn-primary
----------------------------------------------- */
.btn-primaryprint {
  box-sizing: border-box;
  padding: 5px 10px 5px;
  min-width: 90px;
  min-height: 20px;
  border: none;
  background: #006eb0;
  box-shadow: inset 0 -3px 0 #004066;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.btn-primaryprint > .btn-txt {
  font-size: 1.4rem;
}
.btn-primaryprint:hover, .btn-primaryprint:active, .btn-primaryprint:focus {
  background: #0080c9;
  box-shadow: inset 0px 1px 0px 2px #006199;
  color: #fff;
}
.btn-primaryprint:disabled, .btn-primaryprint.is-disabled {
  box-sizing: border-box;
  border-style: solid;
  background: #fff;
  box-shadow: none;
  color: #bfbfbf;
}
.btn-primaryprint._cart {
  min-width: 0;
  width: 100%;
}
.btn-primaryprint._cart > .btn-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 36px;
}
.btn-primaryprint._cart > .btn-inner::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 24px;
  background-position: -28px -44px;
  background-size: 140px auto;
  transform: translateY(-50%);
}
.detail-lyt .lyt-panel-cart .btn-primaryprint {
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .btn-primaryprint {
    padding-top: 13px;
    padding-bottom: 16px;
    min-width: 0;
    width: 100%;
    font-size: 1.8rem;
  }
  .btn-primaryprint > .btn-txt {
    font-size: 1.2rem;
  }
}
/* (STEP2) BAE 2021/11/26 ADD END */
