@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* ==========================================================================
Object
========================================================================== */
.c-table {
  width: 100%;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 40.0625em) {
  .c-table {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-table {
    table-layout: fixed;
  }
}
.c-table:last-child {
  margin-bottom: 0;
}
.c-table tr:last-child td {
  border-width: 1px;
}
.c-table th, .c-table td {
  box-sizing: border-box;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  word-break: break-all;
}
@media only screen and (max-width: 40em) {
  .c-table th, .c-table td {
    display: block;
    border-width: 1px 1px 0 1px;
  }
}
.c-table th.c-table__module-cell, .c-table td.c-table__module-cell {
  padding-top: 9px;
  padding-bottom: 9px;
}
.c-table th {
  padding-top: 14px;
  padding-bottom: 13px;
  padding-right: 22px;
  padding-left: 22px;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 116%;
  line-height: 1.4;
}
@media only screen and (max-width: 40em) {
  .c-table th {
    padding-top: 13px;
    padding-bottom: 11px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 100%;
  }
}
.c-table td {
  padding-top: 14px;
  padding-bottom: 13px;
  padding-right: 22px;
  padding-left: 22px;
}
@media only screen and (max-width: 40em) {
  .c-table td {
    padding-top: 13px;
    padding-bottom: 11px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.c-table td p {
  margin-bottom: 7px;
}
.c-table td p:last-child {
  margin-bottom: 0;
}
.c-table td strong {
  font-weight: bold;
}

.c-table--head_nowrap {
  table-layout: auto;
}
.c-table--head_nowrap th {
  white-space: nowrap;
}

@media only screen and (max-width: 40em) {
  .c-table--2column th, .c-table--2column td {
    display: table-cell;
    border-width: 1px;
  }
}

@media print, screen and (min-width: 40.0625em) {
  .c-table__base-column {
    width: 20%;
  }
}
.c-table--2column .c-table__base-column {
  width: 30%;
}
@media print, screen and (min-width: 40.0625em) {
  .c-table--2column .c-table__base-column {
    width: 20%;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .c-table--product-detail .c-table__base-column {
    width: 155px;
  }
}

.c-table__sub-text {
  font-weight: normal;
  font-size: 85%;
}

@media print, screen and (min-width: 48em) {
  .c-table--product-detail {
    margin-bottom: 20px;
  }
}
.detail-panel-is-categorize .c-table--product-detail {
  display: none;
}
.c-table--product-detail th, .c-table--product-detail td {
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 14px;
  padding-right: 14px;
}
.c-table--product-detail th {
  font-size: 100%;
  line-height: 1.75;
}
.c-table--product-detail td {
  background-color: #fff;
}

@media print, screen and (min-width: 48em) {
  .p-product-top-container {
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
  }
}

.p-product-switch {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 2;
  position: relative;
  margin-top: 8px;
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 48em) {
  .p-product-switch {
    margin-top: 0;
  }
}
.p-product-switch:before {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cacaca;
  content: "";
}
@media print, screen and (min-width: 48em) {
  .p-product-switch:before {
    display: block;
  }
}
.p-product-switch:after {
  box-sizing: border-box;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #cacaca;
  border-width: 1px;
  content: "";
}
.p-product-switch.is-visible {
  visibility: visible;
}

.p-product-switch__inner {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1400px;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 40em) {
  .p-product-switch__inner {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-switch__inner {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-product-switch__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: none;
  background-color: #014099;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition: transform ease 0.15s, -webkit-transform ease 0.15s;
}
.p-product-switch__bg.is-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.p-product-switch__bg:after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #014099 transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-product-switch__item {
  z-index: 2;
  position: relative;
  width: 50%;
}
.p-product-switch__item.p-product-switch__item--category svg {
  width: 18px;
  height: 12px;
}
.p-product-switch__item.p-product-switch__item--device svg {
  top: 1px;
  width: 19px;
  height: 14px;
}
.p-product-switch__item.is-current button {
  color: #fff;
  pointer-events: none;
}
.p-product-switch__item.is-current svg {
  fill: #fff;
}
.p-product-switch__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 11px;
  padding-right: 11px;
  border: none;
  background: none;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 85%;
  text-align: left;
  line-height: 1.4;
  transition: color ease 0.15s;
}
@media print, screen and (min-width: 48em) {
  .p-product-switch__item button {
    display: block;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 116%;
    text-align: center;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-switch__item button {
    cursor: pointer;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-product-switch__item button {
    padding-top: 14px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-switch__item button:hover {
    color: #888;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-switch__item button:hover svg {
    fill: #888;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-switch__item br {
    display: none;
  }
}
.p-product-switch__item svg {
  position: relative;
  margin-right: 7px;
  fill: #333;
  transition: fill ease 0.15s;
}

.p-multi-switch {
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-top: 8px;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
}
@media print, screen and (min-width: 40.0625em) {
  .p-multi-switch {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-multi-switch {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-multi-switch:after {
  box-sizing: border-box;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-multi-switch.is-visible {
  visibility: visible;
}

.p-multi-switch--sp-tab {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-multi-switch--sp-tab {
    display: block;
  }
}

.p-multi-switch__bg {
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(100% / 6 + 1px);
  height: calc(100% + 2px);
  border: none;
  background-color: #014099;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition: transform ease 0.15s, -webkit-transform ease 0.15s;
}
.p-multi-switch__bg.is-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.p-multi-switch__bg:after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #014099 transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-multi-switch__bg.p-multi-switch__bg--sp-iphone {
  background-color: #5c5c5c;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-iphone:after {
  border-top-color: #5c5c5c;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-docomo {
  background-color: #cc0033;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-docomo:after {
  border-top-color: #cc0033;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-softbank {
  background-color: #777777;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-softbank:after {
  border-top-color: #777777;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-au {
  background-color: #fa7e2b;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-au:after {
  border-top-color: #fa7e2b;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-ymobile {
  background-color: #db3a51;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-ymobile:after {
  border-top-color: #db3a51;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-mvno {
  background-color: #5c7cb2;
}
.p-multi-switch__bg.p-multi-switch__bg--sp-mvno:after {
  border-top-color: #5c7cb2;
}

.p-multi-switch__inner {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-multi-switch__inner.is-visible {
  visibility: visible;
}

.p-multi-switch__item {
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: #cacaca;
}
.p-multi-switch__item:first-child {
  border-width: 0;
}
.p-multi-switch__item.is-current {
  border-width: 0;
}
.p-multi-switch__item.is-current button {
  color: #fff;
  pointer-events: none;
}
.p-multi-switch__item.is-current + .p-multi-switch__item {
  border-width: 0;
}
.p-multi-switch__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 11px;
  padding-right: 11px;
  border: none;
  background: none;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 85%;
  text-align: left;
  line-height: 1.4;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 48em) {
  .p-multi-switch__item button {
    display: block;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-multi-switch__item button {
    cursor: pointer;
  }
}
@media print, screen and (min-width: 80em) {
  .p-multi-switch__item button {
    font-size: 116%;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-multi-switch__item button {
    padding-top: 15px;
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-multi-switch__item button:hover {
    color: #888;
  }
}

.p-product-visual-menu {
  display: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #cacaca;
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu {
    display: block;
    margin-bottom: 22px;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 22px;
    padding-left: 22px;
  }
}

.p-product-visual-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-product-visual-menu__item {
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-color: #cacaca;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  box-shadow: 0 7px 11px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu__item {
    width: 33.33%;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item {
    width: 25%;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item {
    width: 20%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu__item:hover {
    z-index: 1;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu__item:nth-child(3n+1) {
    border-width: 0 1px 1px 1px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item:nth-child(3n+1) {
    border-width: 0 1px 1px 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu__item:nth-child(3n+1) a {
    padding-left: 1px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item:nth-child(3n+1) a {
    padding-left: 2px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu__item:nth-of-type(-n+3) {
    border-width: 1px 1px 1px 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item:nth-of-type(-n+3) {
    border-width: 0 1px 1px 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu__item:nth-of-type(-n+3) a {
    padding-top: 1px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item:nth-of-type(-n+3) a {
    padding-top: 2px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item:nth-child(4n+1) {
    border-width: 0 1px 1px 1px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item:nth-child(4n+1) {
    border-width: 0 1px 1px 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item:nth-child(4n+1) a {
    padding-left: 1px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item:nth-child(4n+1) a {
    padding-left: 2px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item:nth-of-type(-n+4) {
    border-width: 1px 1px 1px 0;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item:nth-of-type(-n+4) {
    border-width: 0 1px 1px 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual-menu__item:nth-of-type(-n+4) a {
    padding-top: 1px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item:nth-of-type(-n+4) a {
    padding-top: 2px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item:nth-child(5n+1) {
    border-width: 0 1px 1px 1px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item:nth-child(5n+1) a {
    padding-left: 1px;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item:nth-of-type(-n+5) {
    border-width: 1px 1px 1px 0;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-visual-menu__item:nth-of-type(-n+5) a {
    padding-top: 1px;
  }
}
.p-product-visual-menu__item:first-child {
  border-width: 1px 1px 1px 1px;
}
.p-product-visual-menu__item:first-child a {
  padding-top: 1px;
  padding-left: 1px;
}
.p-product-visual-menu__item.is-current {
  border-color: #014099;
  pointer-events: none;
}
.p-product-visual-menu__item.is-current a {
  background-color: #014099;
  color: #fff;
}
.p-product-visual-menu__item a {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 1px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-size: 123.1%;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  display: block\9;
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu__item a {
    font-size: 116%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-visual-menu__item a:hover {
    color: #888;
  }
}

.p-product-visual-menu__image {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #fff;
  display: block\9;
  float: left\9;
}
.p-product-visual-menu__image img {
  display: block;
  max-width: 100%;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  width: 40px\9;
}
@media print, screen and (min-width: 61.25em) {
  a:hover .p-product-visual-menu__image img {
    opacity: 0.6;
  }
}

.p-product-visual-menu__text {
  padding-top: 10px;
  padding-bottom: 9px;
  padding-right: 10px;
  padding-left: 10px;
  display: block\9;
  float: left\9;
  width: calc(100% - 60px) \9;
}
.browser-is-ie .p-product-visual-menu__text {
  padding-top: 12px;
  padding-bottom: 7px;
}

.p-product-text-menu {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 11px;
  padding-left: 8px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #aeb0b6;
  box-shadow: 0 3px 10px #ccc;
  font-size: 123.1%;
}
@media print, screen and (min-width: 48em) {
  .p-product-text-menu {
    display: none;
  }
}

.p-product-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
  margin-right: -5px;
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox {
    margin-bottom: 19px;
  }
}
.p-product-checkbox.is-visible {
  visibility: visible;
}
.p-product-checkbox.is-hide {
  display: none;
}
.p-product-checkbox.p-product-checkbox--product-top {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox.p-product-checkbox--product-top {
    margin-bottom: 19px;
  }
}

.p-product-checkbox--margin_s {
  margin-bottom: 8px;
}

.p-product-checkbox__item {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40.0625em) {
  .p-product-checkbox__item {
    width: 50%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox__item {
    width: 25%;
    margin-bottom: 5px;
    padding-right: 5px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-checkbox__item {
    width: 16.6666%;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-safari .p-product-checkbox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox--max5 .p-product-checkbox__item {
    width: 25%;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-checkbox--max5 .p-product-checkbox__item {
    width: 25%;
  }
}
.p-product-checkbox--product-top .p-product-checkbox__item {
  width: 50%;
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox--product-top .p-product-checkbox__item {
    width: 25%;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-checkbox--product-top .p-product-checkbox__item {
    width: 20%;
  }
}
.p-product-checkbox__item > input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox__item > input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline;
    top: auto;
    left: auto;
    width: 0;
    height: 0;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox__item > input.is-active:checked + label {
    background-color: #014099;
    border-color: #014099;
    color: #fff;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox__item > input:checked + label:before {
    background-color: transparent;
    /* border-color: #c1cdd5; */
    border-color: #ccc;
  }
  /* 181009 アクティブ状態管理実装で追加 START */
  .p-product-checkbox__item > input.is-active:checked + label:before {
    background-color: transparent;
    border-color: #c1cdd5;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox__item > input:checked + label:after {
    color: #ccc;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .p-product-checkbox__item > input.is-active:checked + label:after {
    color: #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
.device-is-mobile.browser-is-safari .p-product-checkbox__item > input {
  top: 3px;
}
.p-product-checkbox__item > label {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 123.1%;
  line-height: 1.4;
  transition: all ease 0.15s;
  /* 181009 アクティブ状態管理実装で追加 START */
  color: #ccc;
  pointer-events: none;
  /* 181009 アクティブ状態管理実装で追加 END */
}
/* 181009 アクティブ状態管理実装で追加 START */
.p-product-checkbox__item > input {
  pointer-events: none;
}
.p-product-checkbox__item > input.is-active {
  pointer-events: auto;
}
.p-product-checkbox__item > input.is-active + label {
  color: #333;
  pointer-events: auto;
}
/* 例外（製品トップ） */
.p-product-checkbox--product-top .p-product-checkbox__item > label {
  color: #333;
  pointer-events: auto;
}
/* 181009 アクティブ状態管理実装で追加 END */
@media print, screen and (min-width: 48em) {
  .p-product-checkbox__item > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 11px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 45px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #cacaca;
    font-size: 100%;
    font-weight: bold;
    color: #999;
    /* 181009 アクティブ状態管理実装で追加 START */
    background-color: #eee;
    color: #ccc;
    pointer-events: none;
    /* 181009 アクティブ状態管理実装で追加 END */
    display: block\9;
  }
  /* 181009 アクティブ状態管理実装で追加 START */
  .p-product-checkbox__item > input.is-active + label {
    background-color: #fff;
    color: #666;
    pointer-events: auto;
  }
  .p-product-checkbox__item > input.is-active:checked + label {
    background-color: #014099;
    color: #fff;
  }
  /* 例外（製品トップ） */
  .p-product-checkbox--product-top .p-product-checkbox__item > label {
    background-color: #fff;
    color: #999;
    pointer-events: auto;
  }
  .p-product-checkbox--product-top .p-product-checkbox__item > input:checked + label {
    background-color: #014099;
    border-color: #014099;
    color: #fff;
    pointer-events: auto;
  }
  .p-product-checkbox--product-top .p-product-checkbox__item > input:checked + label:before {
    background-color: transparent;
    border-color: #c1cdd5;
  }
  .p-product-checkbox--product-top .p-product-checkbox__item > input:checked + label:after {
    color: #fff;
  }
  /* 181009 アクティブ状態管理実装で追加 END */
}
@media print, screen and (min-width: 61.25em) {
  .p-product-checkbox__item > label {
    cursor: pointer;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-safari .p-product-checkbox__item > label {
    height: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .device-is-mobile.browser-is-safari .p-product-checkbox__item > label {
    padding-left: 22px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-checkbox__item > label:hover,
  .p-product-checkbox__item > input.is-active + label:hover {
    border-color: #e7e7e7;
    color: #cacaca;
  }
  .p-product-checkbox__item > input:checked.is-active + label:hover {
    border-color: #014099;
    color: #fff;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-checkbox__item > label:hover:before {
    border-color: #cacaca;
  }
  .p-product-checkbox__item > input.is-active + label:hover:before {
    border-color: #cacaca;
  }
}
.p-product-checkbox__item > label:before {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  border-style: solid;
  border-color: #999999;
  border-width: 2px;
  color: green;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.15s;
  content: "";
  /* 181009 アクティブ状態管理実装で追加 START */
  border-color: #ccc;
}
/* 181009 アクティブ状態管理実装で追加 START */
.p-product-checkbox__item > input.is-active + label:before {
    border-color: #999999;
}
/* 181009 アクティブ状態管理実装で追加 END */
@media print, screen and (min-width: 48em) {
  .p-product-checkbox__item > label:before {
    display: block;
  }
}
.p-product-checkbox__item > label:after {
  display: none;
  position: absolute;
  top: 48%;
  left: 24px;
  width: 4px;
  height: 9px;
  border-style: solid;
  border-width: 3px;
  border-color: currentColor;
  border-left: 0;
  border-top: 0;
  color: transparent;
  -webkit-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
  transition: all 0.2s ease;
  content: "";
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox__item > label:after {
    display: block;
  }
}

.p-product-category-container {
  overflow: hidden;
  transition: height ease 0.15s;
}

.p-product-category-container--related {
  position: relative;
  overflow: inherit;
  padding-top: 20px;
}
@media print, screen and (min-width: 48em) {
  .p-product-category-container--related {
    padding-top: 22px;
  }
}
.p-product-category-container--related:before {
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 1px;
  background-color: #cacaca;
  content: "";
}
@media print, screen and (min-width: 48em) {
  .p-product-category-container--related:before {
    left: -22px;
    width: calc(100% + 44px);
  }
}

.p-product-category-container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 40.0625em) {
  .p-product-category-container__inner {
    margin-right: -3.168%;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-category-container__inner {
    margin-right: -2.0968%;
  }
}

.p-product-category-container__msg {
  display: none;
  width: 100%;
  padding-bottom: 32px;
}
@media print, screen and (min-width: 48em) {
  .p-product-category-container__msg {
    padding-bottom: 36px;
  }
}
.p-product-category-container__msg.is-visible {
  display: block;
}

/* ==========================================================================
 製品トップ スマートフォン・タブレットPC タブ
 メーカーリスト（JSONから生成する部分）
========================================================================== */
.p-product-category-list {
  display: none;
  position: relative;
  width: calc(100% / 6);
  margin-bottom: 36px;
  margin-right: 44px;
}
@media print, screen and (min-width: 48em) {
  .p-product-category-list {
    display: block;
  }
}

.p-product-category-list__inner {
  position: relative;
}

.p-product-category-list__item {
  overflow: hidden;
  position: relative;
  margin-right: -8px;
}
.p-product-category-list__item:first-child:before {
  display: block;
}
.p-product-category-list__item:before, .p-product-category-list__item:after {
  display: block;
  position: absolute;
  left: 0;
  width: calc(100% - 8px);
  height: 1px;
  background-color: #cacaca;
  content: "";
}
.p-product-category-list__item:before {
  display: none;
  top: 0;
}
.p-product-category-list__item:after {
  bottom: 0;
}
.p-product-category-list__item a {
  box-sizing: border-box;
  display: block;
  z-index: 4;
  position: relative;
  margin-right: 8px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  color: #333;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-category-list__item a:hover {
    color: #888;
  }
}
.p-product-category-list__item a:after {
  display: none;
  z-index: 4;
  position: absolute;
  top: 50%;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #014099;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-product-category-list__item a.is-current {
  color: #fff;
}
.p-product-category-list__item a.is-bg-show {
  background-color: #014099;
}
.p-product-category-list__item a.is-bg-show:after {
  display: block;
}
.p-product-category-list__item.p-product-category-list__item--hide {
  height: 0;
  transition: height cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  border-bottom: none;
}
.p-product-category-list__item.p-product-category-list__item--hide.is-visible {
  border-width: 0 0 1px 0;
}

.p-product-category-list__button {
  box-sizing: border-box;
  display: none;
  position: relative;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  background: none;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #cacaca;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  color: #333;
  text-align: left;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-category-list__button {
    cursor: pointer;
  }
}
.p-product-category-list__button:before, .p-product-category-list__button:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  content: "";
}
.p-product-category-list__button:before {
  right: 8px;
  width: 10px;
  height: 2px;
  background-color: #333;
}
.p-product-category-list__button:after {
  right: 12px;
  width: 2px;
  height: 10px;
  background-color: #333;
  content: "";
}
@media print, screen and (min-width: 48em) {
  .p-product-category-list__button:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.p-product-category-list__button.is-visible {
  display: block;
}
.p-product-category-list__button.is-open:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
@media print, screen and (min-width: 61.25em) {
  .p-product-category-list__button:hover {
    color: #888;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-category-list__button:hover:before, .p-product-category-list__button:hover:after {
    background-color: #888;
  }
}
.p-product-category-list__button span:before {
  content: "もっと見る";
}
.p-product-category-list__button span:after {
  display: none;
  content: "閉じる";
}
.p-product-category-list__button.is-open span:before {
  display: none;
}
.p-product-category-list__button.is-open span:after {
  display: inline;
}

.p-product-category-list__bg {
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #014099;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition: transform ease 0.15s, -webkit-transform ease 0.15s;
}
.p-product-category-list__bg:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #014099;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-product-category-list__bg.is-hide {
  visibility: hidden;
  opacity: 0;
}

/* ==========================================================================
 製品トップ スマートフォン・タブレットPC タブ
 機種リスト（JSONから生成する部分）
========================================================================== */
.p-product-device-list {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .p-product-device-list {
    margin-bottom: 20px;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  }
}

.p-product-device-list__button {
  box-sizing: border-box;
  display: none;
  width: 100%;
  margin-top: 4px;
  background-color: #fff;
}
.is-hide-lv1 + .p-product-device-list__button, .is-hide-lv2 + .p-product-device-list__button {
  display: block;
}
.is-hide-lv1 + .p-product-device-list__button a:before, .is-hide-lv2 + .p-product-device-list__button a:before {
  content: "もっと見る";
}
.is-open + .p-product-device-list__button {
  display: block;
}
.is-open + .p-product-device-list__button a:before {
  content: "閉じる";
}
.p-product-device-list__button a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  text-align: center;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-device-list__button a:hover {
    color: #888;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-device-list__button a:hover span:before, .p-product-device-list__button a:hover span:after {
    background-color: #888;
  }
}
.p-product-device-list__button a span {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.p-product-device-list__button a span:before, .p-product-device-list__button a span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  content: "";
}
.is-hide-lv1 + .p-product-device-list__button a span:after, .is-hide-lv2 + .p-product-device-list__button a span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.p-product-device-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-bottom: 16px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #cacaca;
}
.p-product-device-list__inner:after {
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  bottom: 0;
  left: -1px;
  background-color: #fff;
  content: "";
}

@media print, screen and (min-width: 48em) {
  .p-product-device-list__item {
    box-sizing: border-box;
    width: 50%;
    min-height: 80px;
    background-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #cacaca;
    box-shadow: 0 7px 11px rgba(0, 0, 0, 0.05), 0 1px 5px rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-device-list__item {
    width: 33.3333%;
  }
}
@media print, screen and (min-width: 80em) {
  .p-product-device-list__item {
    width: 25%;
  }
}
@media print, screen and (min-width: 87.5em) {
  .p-product-device-list__item {
    width: 20%;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-device-list__item:hover {
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.2);
  }
}
.p-product-device-list__item.p-product-device-list__item--border-top {
  border-width: 1px 1px 1px 0;
}
@media print, screen and (min-width: 48em) {
  .p-product-device-list__item:nth-of-type(-n+2) {
    border-width: 1px 1px 1px 0;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-device-list__item:nth-of-type(-n+3) {
    border-width: 1px 1px 1px 0;
  }
}
@media print, screen and (min-width: 87.5em) {
  .p-product-device-list__item:nth-of-type(-n+4) {
    border-width: 1px 1px 1px 0;
  }
}
.p-product-device-list__item.is-hide, .p-product-device-list__item.is-over {
  display: none;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-device-list__item:hover {
    z-index: 1;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.2);
  }
}
.p-product-device-list__item a {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 15px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 100%;
  color: #333;
  line-height: 1.4;
  word-break: break-all;
}
.browser-is-ie .p-product-device-list__item a {
  padding-top: 23px;
  padding-bottom: 17px;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-device-list__item a:hover {
    color: #888;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-device-list__item a:hover:after {
    border-color: #888;
    -webkit-transform: translate(3px, -50%) rotate(45deg);
            transform: translate(3px, -50%) rotate(45deg);
  }
}
.p-product-device-list__item a:after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  content: "";
}
.p-product-device-list__item a img {
  position: relative;
  top: auto;
  left: auto;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  margin-right: 0;
}
.browser-is-ie .p-product-device-list__item a img {
  top: -3px;
}
.p-product-device-list__item a span:first-child {
  padding-top: 7px;
}

.p-product-visual {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual {
    margin-bottom: 55px;
  }
}

.p-product-visual__item {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 40.0625em) {
  .p-product-visual__item {
    margin-bottom: 24px;
  }
}
.p-product-visual__item a {
  display: block;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-visual__item a:hover img {
    opacity: 0.6;
  }
}
.p-product-visual__item img {
  display: block;
  width: 100%;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.p-product-box-heading {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #cacaca;
}
@media print, screen and (min-width: 48em) {
  .p-product-box-heading {
    margin-bottom: 30px;
    padding-top: 14px;
    padding-bottom: 12px;
    padding-right: 22px;
    padding-left: 22px;
  }
}
.browser-is-ie .p-product-box-heading {
  padding-top: 15px;
  padding-bottom: 7px;
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-product-box-heading {
    padding-top: 16px;
    padding-bottom: 10px;
  }
}
.p-product-box-heading:before {
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 4px;
  height: calc(100% + 2px);
  background-color: #014099;
  content: "";
}

@media print, screen and (min-width: 48em) {
  .p-product-box-heading--margin_small {
    margin-bottom: 16px;
  }
}

.p-product-box-heading--simple {
  padding: 0;
  margin-bottom: 8px;
  border: none;
}
@media print, screen and (min-width: 48em) {
  .p-product-box-heading--simple {
    margin-bottom: 20px;
  }
}
.p-product-box-heading--simple:before {
  display: none;
}

.p-product-box-heading--img {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  -ms-grid-columns: auto 1fr;
  -ms-grid-rows: auto auto;
}

.p-product-box-heading__title {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 153.9%;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-box-heading__title {
    margin-right: 27px;
    font-size: 167%;
  }
}
.p-product-box-heading--img .p-product-box-heading__title {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  padding-left: 18px;
}

.p-product-box-heading__desc {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .p-product-box-heading__desc {
    margin-top: 3px;
  }
}
.p-product-box-heading--img .p-product-box-heading__desc {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  padding-left: 18px;
}

.p-product-box-heading__img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}

.p-product-box-heading__link {
  display: inline-block;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-feature-settings: unset;
          font-feature-settings: unset;
  font-weight: normal;
  font-size: 100%;
  color: #333;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-box-heading__link {
    font-size: 116%;
  }
}
.p-product-box-heading__link:after {
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-left: 9px;
  background-image: url(//www.elecom.co.jp/common/svg/icon_arrow_right_black_01_pc.svg);
  content: "";
  transition: all ease 0.1s;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-box-heading__link:hover {
    color: #009DFF;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-box-heading__link:hover:after {
    background-image: url(//www.elecom.co.jp/common/svg/icon_arrow_right_blue_01_pc.svg);
  }
}

/* 親コンテナ（2019/02/05 新規追加） START */
@media print, screen and (min-width: 40.0625em) {
  .p-product-link-block-container {
    margin-right: -2%;
  }
}
/* 親コンテナ（2019/02/05 新規追加） END */

.p-product-link-block {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 40.0625em) {
  /* 1col */
  .c-flex-link-block-container--1col .p-product-link-block,.p-product-link-block {
    /* width: 49%; */
    width: calc(100% - 2%);
    margin-bottom:22px;
    margin-right: 2%;
  }
  /* 2col */
  .c-flex-link-block-container--2col .p-product-link-block,.p-product-link-block {
    /* width: 49%; */
    width: calc(50% - 2%);
    margin-bottom:22px;
    margin-right: 2%;
  }
  /* 3col */
  .c-flex-link-block-container--3col .p-product-link-block {
    /* width: 49%; */
    width: calc(33.3% - 2%);
    margin-bottom:22px;
    margin-right: 2%;
  }
}
/* .p-product-link-block:nth-child(2n) {
  margin-right: 0;
} */

.p-switch-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: relative;
  margin-top: 8px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 40.0625em) {
  .p-switch-module {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-switch-module:after {
  box-sizing: border-box;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #cacaca;
  border-width: 1px;
  content: "";
}
.p-switch-module.is-visible {
  visibility: visible;
}

.p-switch-module__bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: none;
  background-color: #014099;
  transition: -webkit-transform ease 0.15s;
  transition: transform ease 0.15s;
  transition: transform ease 0.15s, -webkit-transform ease 0.15s;
}
.p-switch-module__bg.is-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.p-switch-module__bg:after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #014099 transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-switch-module__item {
  z-index: 2;
  position: relative;
  width: 50%;
}
@media print, screen and (min-width: 40.0625em) {
  .p-switch-module__item {
    width: auto;
  }
}
.p-switch-module__item.p-switch-module__item--personal svg {
  width: 15px;
  height: 17px;
}
.p-switch-module__item.p-switch-module__item--business svg {
  width: 13px;
  height: 16px;
}
.p-switch-module__item.is-current button {
  color: #fff;
  pointer-events: none;
}
.p-switch-module__item.is-current svg {
  fill: #fff;
}
.p-switch-module__item.is-current _:-ms-lang(x), .p-switch-module__item.is-current {
  position: relative;
}
.p-switch-module__item.is-current _:-ms-lang(x):after, .p-switch-module__item.is-current:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0);
}
.p-switch-module__item:nth-child(2) button:after {
  border-width: 1px 0 1px 1px;
}
.p-switch-module__item:last-child button:after {
  border-width: 1px 1px 1px 0;
}
.p-switch-module__item button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-right: 0;
  padding-left: 0;
  border: none;
  background: none;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 40.0625em) {
  .p-switch-module__item button {
    padding-top: 2px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 85%;
    text-align: left;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-switch-module__item button {
    cursor: pointer;
  }
}
@media print, screen and (min-width: 40.0625em) {
  .browser-is-ie .p-switch-module__item button {
    padding-top: 4px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-switch-module__item button:hover {
    background-color: #f8f8f8;
    color: #888;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-switch-module__item button:hover:after {
    display: block;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-switch-module__item button:hover svg {
    fill: #888;
  }
}
.p-switch-module__item button:after {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: calc(100% - 2px);
  border-style: solid;
  border-color: #cacaca;
  content: "";
}
.p-switch-module__item span {
  display: inline-block;
  width: 15px;
  height: 17px;
}
.p-switch-module__item svg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  top: 3px;
  margin-right: 7px;
  fill: #333;
  transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.p-product-colored-heading {
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #333;
  color: #fff;
}
@media print, screen and (min-width: 48em) {
  .p-product-colored-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 82px;
    padding: 0;
  }
}

.p-product-colored-heading__main {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media print, screen and (min-width: 48em) {
  .p-product-colored-heading__main {
    padding-left: 22px;
    font-size: 116%;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-product-colored-heading__main {
    padding-top: 10px;
  }
}
.p-product-colored-heading__main span {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 153.9%;
}
@media print, screen and (min-width: 48em) {
  .p-product-colored-heading__main span {
    font-size: 174%;
  }
}

.p-product-colored-heading__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
  padding-top: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #fff;
}
@media print, screen and (min-width: 48em) {
  .p-product-colored-heading__info {
    margin-top: 0;
    padding-top: 2px;
    padding-right: 26px;
    border-top: none;
  }
}

.p-product-colored-heading__info-head {
  display: none;
  padding-right: 18px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  font-size: 131%;
}
@media print, screen and (min-width: 80em) {
  .p-product-colored-heading__info-head {
    display: block;
  }
}
@media print, screen and (min-width: 80em) {
  .browser-is-ie .p-product-colored-heading__info-head {
    padding-top: 4px;
  }
}

.p-product-colored-heading__info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product-colored-heading__info-detail dt, .p-product-colored-heading__info-detail dd {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: bold;
  white-space: nowrap;
}
.p-product-colored-heading__info-detail dt {
  position: relative;
  font-size: 69%;
  line-height: 1.2;
}
@media print, screen and (min-width: 48em) {
  .p-product-colored-heading__info-detail dt {
    padding-left: 15px;
    font-size: 93%;
  }
}
.p-product-colored-heading__info-detail dt:before {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
@media print, screen and (min-width: 48em) {
  .p-product-colored-heading__info-detail dt:before {
    display: block;
  }
}
.p-product-colored-heading__info-detail dd {
  padding-right: 22px;
  padding-left: 5px;
  font-size: 85%;
}
@media print, screen and (min-width: 48em) {
  .p-product-colored-heading__info-detail dd {
    padding-right: 15px;
    padding-left: 7px;
    font-size: 116%;
  }
}
.p-product-colored-heading__info-detail dd:last-child {
  padding-right: 0;
}
.p-product-colored-heading__info-detail span {
  margin-right: 1px;
  font-family: "Oswald", sans-serif;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-weight: 500;
  font-size: 245%;
  line-height: 1;
}
@media print, screen and (min-width: 48em) {
  .p-product-colored-heading__info-detail span {
    font-size: 241%;
  }
}
.p-product-colored-heading__info-detail img {
  display: block;
  margin-bottom: 3px;
  margin-right: auto;
  margin-left: auto;
}

.p-product-detail-label {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  margin-right: 3px;
  border-radius: 3px;
  font-size: 85%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 48em) {
  .p-product-detail-label {
    width: 50px;
    height: 50px;
    font-size: 100%;
  }
}
@media print, screen and (min-width: 61.25em) {
  a:hover .p-product-detail-label {
    opacity: 0.6;
  }
}
.detail-panel-is-half .p-product-detail-label {
  margin-bottom: 3px;
  margin-right: 0;
  margin-left: 3px;
}
.p-product-detail-label:last-child {
  margin-right: 0;
}

.p-product-detail-label--mini {
  height: auto;
  padding-top: 4px;
  padding-bottom: 3px;
}

.p-product-detail-label--2col {
  width: 103px;
}
@media print, screen and (min-width: 48em) {
  .p-product-detail-label--2col {
    width: 103px;
  }
}

.p-product-detail-label--3col {
  width: 156px;
}
@media print, screen and (min-width: 48em) {
  .p-product-detail-label--3col {
    width: 156px;
  }
}

.p-product-detail-label--4col {
  width: 209px;
}
@media print, screen and (min-width: 48em) {
  .p-product-detail-label--4col {
    width: 209px;
  }
}

.p-product-feature-list {
  margin-bottom: 6px;
}
@media print, screen and (min-width: 48em) {
  .p-product-feature-list {
    margin-top: 10px;
  }
}
.p-product-feature-list:before {
  display: block;
  font-weight: bold;
  content: "その他特徴";
}
.detail-panel-is-categorize .p-product-feature-list {
  display: none;
}
.detail-panel-is-half .p-product-feature-list {
  display: none;
}
.p-product-feature-list.p-product-feature-list--colored {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  margin-right: -0.5917%;
}
@media print, screen and (min-width: 48em) {
  .p-product-feature-list.p-product-feature-list--colored {
    margin-right: -0.8179%;
  }
}
.p-product-feature-list.p-product-feature-list--colored _:-ms-lang(x), .p-product-feature-list.p-product-feature-list--colored {
  -ms-flex-align: stretch;
      align-items: stretch;
}
@media print, screen and (min-width: 48em) {
  .p-product-feature-list.p-product-feature-list--colored:last-child {
    margin-bottom: -4px;
  }
}
.p-product-feature-list.p-product-feature-list--colored:before {
  display: none;
}
.detail-panel-is-half .p-product-detail-panel-2 .p-product-feature-list.p-product-feature-list--colored {
  display: none;
}
.detail-panel-is-categorize .p-product-feature-list.p-product-feature-list--colored {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-product-feature-list__item {
  box-sizing: border-box;
  display: inline;
}
.p-product-feature-list__item:after {
  content: ",";
}
.p-product-feature-list__item:last-child:after {
  display: none;
}
.feature-is-hide .p-product-feature-list__item.is-hide {
  display: none;
}
.p-product-feature-list--colored .p-product-feature-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block\9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  width: 49.4082%;
  margin-right: 0.5917%;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #014099;
  border-style: solid;
  border-color: #014099;
  border-width: 1px;
  font-size: 85%;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  word-break: break-all;
}
@media print, screen and (min-width: 48em) {
  .p-product-feature-list--colored .p-product-feature-list__item {
    min-height: 40px;
    width: 32.5153%;
    margin-bottom: 4px;
    margin-right: 0.8179%;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 93%;
  }
}
/*20190419 1カラム製品カード.is-1col-index付与*/
@media print, screen and (min-width: 80em) {
  .is-1col-index .p-product-feature-list--colored .p-product-feature-list__item {
    min-height: 40px;
    width: 32.5153%;
    margin-bottom: 4px;
   /* margin-right: 0.8179%;*/
    margin-right: 0.5179%;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 93%;
  }
}


.p-product-feature-list--colored .p-product-feature-list__item.is-disabled {
  /*background-color: #f5f5f5;*/
  /*border-color: #cacaca;*/
  /*color: #888;*/
  background-color: #f5f5f5;
  border-color: #cacaca;
  color: #c9c9c9;
}
.p-product-feature-list--colored .p-product-feature-list__item:after {
  display: none;
}
.feature-is-hide .p-product-feature-list--colored .p-product-feature-list__item.is-hide {
  display: none;
}
.detail-panel-is-categorize .p-product-feature-list__item, .p-product-detail-panel-2--categorize .p-product-feature-list__item {
  background-color: #f5f5f5;
  border-color: #cacaca;
  color: #888;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
/*20190419 2カラム 絞り込みキーアイコンリストのサイズ調整*/
@media print, screen and (min-width: 48em) {
  .detail-panel-is-categorize .p-product-feature-list__item, .p-product-detail-panel-2--categorize .p-product-feature-list__item {
    width: calc(100% / 3 - 4px);
    min-height: 35px;
    font-size: 85%;
  }
}
/*20190419 1カラム 絞り込みキーアイコンリストのサイズ調整*/
@media print, screen and (min-width: 80em) {
  .is-1col-index .detail-panel-is-categorize .p-product-feature-list__item, .p-product-detail-panel-2--categorize .p-product-feature-list__item {
    width: calc(98% / 5 - 2px);
    min-height: 30px;
    font-size: 85%;
  }
}
  @media print, screen and  (min-width: 61.25em) and (max-width: 79.938em){
    .is-1col-index .detail-panel-is-categorize .p-product-feature-list__item, .p-product-detail-panel-2--categorize .p-product-feature-list__item {
      width: calc(98% / 4 - 2px)!important;
      min-height: 30px;
      font-size: 85%;
    }
  }
  @media print, screen and  (min-width: 40.0625em) and (max-width: 61.188em){
    .is-1col-index .detail-panel-is-categorize .p-product-feature-list__item, .p-product-detail-panel-2--categorize .p-product-feature-list__item {
      width: calc(98% / 3 - 2px)!important;
      min-height: 30px;
      font-size: 85%;
    }
  }

/*20190418 特徴アイコンデフォルト*/
.detail-panel-is-categorize .p-product-feature-list__item, .p-product-detail-panel-2--categorize .p-product-feature-list__item.is-passive {
  /*元*/
    /*background-color: #f5f5f5;*/
    /*border-color: #cacaca;*/
    /*color: #888;*/
  /*一回目修正*/
  /*background-color: #fff;*/
  /*border-color: #cacaca;
  /*color: #333;*/
  background-color: #014099;
  border-color: #014099;
  color: #fff;
}

.detail-panel-is-categorize.feature-is-filled .p-product-feature-list__item {
  background-color: #014099;
  border-color: #014099;
  color: #fff;
}

.p-product-accessory-list {
  display: none;
}
@media print, screen and (min-width: 48em) {
  .p-product-accessory-list {
    display: block;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .detail-panel-is-categorize .p-product-accessory-list {
    display: none;
  }
}
.p-product-accessory-list .p-product-accessory-list__item {
  margin-bottom: 2px;
  padding-top: 2px;
  background-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  font-size: 93%;
  text-align: center;
  color: #b2b2b2;
}
.p-product-accessory-list .p-product-accessory-list__item:last-child {
  margin-bottom: 0;
}
.p-product-accessory-list .p-product-accessory-list__item img {
  display: inline;
  opacity: 0.3;
  margin-right: 8px;
}
.p-product-accessory-list .p-product-accessory-list__item.is-active {
  background-color: #fff;
  color: #333;
}
.p-product-accessory-list .p-product-accessory-list__item.is-active img {
  opacity: 1;
}

.p-product-accessory-list--filled .p-product-accessory-list__item {
  background-color: #014099;
  border: none;
  color: #fff;
}
.p-product-accessory-list--filled .p-product-accessory-list__item img {
  opacity: 1;
}

.p-product-color-list {
  margin-top: 6px;
}
@media print, screen and (min-width: 48em) {
  .p-product-color-list {
    margin-top: 16px;
    margin-bottom: 6px;
  }
}
@media print, screen and (min-width: 48em) {
  .detail-panel-is-half .p-product-color-list {
    margin-top: 0;
  }
}
.p-product-color-list:first-child {
  margin-top: 0;
}
.p-product-color-list:last-child {
  margin-bottom: -4px;
}
.p-product-color-list:after {
  display: block;
  clear: both;
  content: "";
}

.p-product-color-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 6px;
  line-height: 1.4;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 48em) {
  .p-product-color-list__item {
    font-size: 100%;
  }
}
@media print, screen and (min-width: 61.25em) {
  .p-product-color-list__item[data-url]:hover {
    color: #888;
  }
}

.p-product-color-list__title {
  margin-right: 6px;
}
@media print, screen and (min-width: 48em) {
  .p-product-color-list__title {
    margin-right: 12px;
  }
}

.p-product-color-list__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-product-color-list__text {
  margin-bottom: 6px;
}
.p-product-color-list__text span {
  margin-left: 10px;
  color: #dc4437;
}

.p-product-color-list__sub {
  margin-left: 10px;
  color: #dc4437;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-color-list__item:hover .p-product-color-list__sub {
    opacity: 0.6;
  }
}

.p-product-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -4px;
}

.p-product-tag--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.p-product-tag--security {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: -2px;
  margin-left: -2px;
}

.p-product-tag__item {
  box-sizing: border-box;
  height: 26px;
  margin-bottom: 4px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 2px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #e0e0e0;
  border-radius: 3px;
  text-align: center;
}
.p-product-tag--security .p-product-tag__item {
  width: 50%;
  max-width: 65px;
}
@media print, screen and (min-width: 48em) {
  .browser-is-safari .p-product-tag--security .p-product-tag__item {
    width: 65px;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-product-tag__item.p-product-tag__item--ac {
  background-color: #d33645;
  color: #fff;
}
.p-product-tag__item.p-product-tag__item--n {
  background-color: #c868a5;
  color: #fff;
}
.p-product-tag__item.p-product-tag__item--a {
  background-color: #d22c3c;
  color: #fff;
}
.p-product-tag__item.p-product-tag__item--g {
  background-color: #90c31f;
  color: #fff;
}
.p-product-tag__item.p-product-tag__item--b {
  background-color: #0096e0;
  color: #fff;
}

.p-product-type-tag {
  float: left;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 48em) {
  .p-product-type-tag {
    margin-bottom: 7px;
    margin-right: 4px;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-product-type-tag:hover, .p-product-color-list__item[data-url]:hover .p-product-type-tag {
    opacity: 0.6;
  }
}
.p-product-type-tag:last-child {
  margin-right: 0;
}
.p-product-type-tag.p-product-type-tag--border {
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  color: #333;
}
.p-product-color-list__item .p-product-type-tag {
  margin-top: -1px;
}
@media print, screen and (min-width: 48em) {
  .p-product-color-list__item .p-product-type-tag {
    margin-top: -3px;
  }
}

.p-product-type-list {
  margin-top: 6px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 48em) {
  .p-product-type-list {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 48em) {
  .detail-panel-is-half .p-product-type-list {
    margin-top: 0;
  }
}
.p-product-type-list:first-child {
  margin-top: 0;
}
.p-product-type-list:last-child {
  margin-bottom: 0;
}

.p-product-type-list__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 48em) {
  .p-product-type-list__line {
    margin-bottom: 4px;
  }
}
.p-product-type-list__line:last-child {
  margin-bottom: -2px;
}
@media print, screen and (min-width: 48em) {
  .p-product-type-list__line:last-child {
    margin-bottom: -4px;
  }
}



/*******************************************************************************************************
20190404 絞り込みカテゴリページ / 画像アイコンの調整
********************************************************************************************************/
/*画像アイコンの調整 20190405*/
.detail-panel-is-categorize .p-product-detail-panel-2__label {
  display: block !important;
  margin-top: 0.5em;
}
.p-product-detail-label--2col {
  width: inherit !important;
}
/*画像アイコンをスマホ時も左寄せに変更 20190405*/
.p-product-detail-panel-2__label-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start!important;
      -ms-flex-pack: start!important;
          justify-content: flex-start!important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .p-product-detail-panel-2__label-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (min-width: 48em) {
  .p-product-detail-panel-2__label-inner:last-child {
    margin-bottom: 0 !important;
  }
}
/*******************************************************************************************************
20190404 絞り込みカテゴリページ / 型番　カラー　価格リスト領域の調整
********************************************************************************************************/
/************************************
margin-topの調整 20190405
***********************************/
.p-product-detail-panel-2__other {
  grid-column: 1 / 3;
  grid-row: 4 / 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 4;
  margin-top: 1em!important;
}
/************************************
個別型番・価格リストの調整 20190405
***********************************/

/*リストの<li>要素*/
.p-product-color-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 2px!important;
  line-height: 1.4;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
@media print, screen and (min-width: 48em) {
  .p-product-color-list__item {
    font-size: 100%!important;
  }
}
/*カラーアイコン*/
.p-product-color-list__item .p-product-color-list__title {
  margin-right: 6px;
}
@media print, screen and (min-width: 48em) {
  .p-product-color-list__item .p-product-color-list__title {
    margin-right: 6px;
  }
}
/*カラーアイコンのテキスト部分*/
.p-product-color-list__item .p-product-color-list__title .p-product-type-tag {
  font-size: 85%!important;
  border-radius: 2px! important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  float: left;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 4px;
  padding-right: 3px;
  padding-left: 3px;
  line-height: 1;
  white-space: nowrap;
  min-width: 9em;
  /*
  color: #fff;
  text-align: center;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  */
}
/*型番価格のテキスト部分*/
.p-product-color-list__item .p-product-color-list__desc{
  font-size: 93%!important;
}
/************************************
カラー・特長のみリストの調整 20190405
***********************************/
/*カラーアイコンのテキスト部分*/
.p-product-type-list .p-product-color-list__desc .p-product-type-tag{
  font-size: 85%!important;
  border-radius: 2px! important;
  float: left;
  vertical-align: middle;
  margin-bottom: 0.75em!important;
  margin-right: 0.35em!important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  padding-right: 1.5em!important;
  padding-left: 1.5em!important;
  line-height: 1;
  /*
  color: #fff;
  white-space: nowrap;
  text-align: center;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  */
}
/************************************
価格取得JS　調整 20190405
***********************************/
.get-status {
  color:#c41a1e!important;
  padding: 0 0 0 0.5em;
}

/************************************
新カテゴリ　調整 20190405
***********************************/
.p-product-heading-contents{
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 61.25em) {
  .p-product-heading {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

/* ==============================================================================================
条件別分類 個別OR検索対応　20200110
============================================================================================== */
.p-border-table tr.js-search-type-OR th:after {
  content: "（OR検索）";
}
.p-product-checkbox.js-search-type-OR:after {
  display: block;
  width: 100%;
  content: "※OR検索に対応しているため、いずれかのチェック項目に該当する製品が表示されます。";
}
@media print, screen and (min-width: 48em) {
  .p-product-checkbox.js-search-type-OR:after {
    margin-top: 4px;
  }
}
