.s5-shopList {
  overflow: hidden;
}

/*campaign page -----------------------------------------------------*/
.c5-suppbox {
  margin: 60px 0;
}

.c5-suppbox__header {
  text-align: center;
  color: #fff;
  background-color: #4d5269;
  padding: 15px;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 2px;
}

.c5-suppbox__bodyex {
  padding: 40px;
  background-color: #f9fafa;
}

.c5-img_flR {
  float: right;
  margin: 0 0 20px 20px;
}

.c5-list__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c5-list__links li {
  margin-bottom: 5px;
}

.c5-list__links li a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}

.c5-list__links li a::before {
  content: "";
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.c5-list__column > * {
  display: inline-block;
  vertical-align: top;
}

.c5-list__column > *:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .c5-suppbox {
    margin: 40px 0;
  }
  .c5-suppbox__bodyex {
    padding: 15px;
  }
  .c5-img_flR {
    text-align: center;
    float: none;
    margin: 0 0 20px 0;
  }
  .c5-img_flR .c5-img_mxset {
    max-width: 40%;
  }
  .c5-list__column > * {
    display: block;
  }
  .c5-list__column > *:first-child {
    margin: 0;
  }
}
/*product wrap -----------------------------------------------------*/
.c5-wrap__pro {
  margin-bottom: 100px;
}
.c5-wrap__pro img:not(.s5-iconInline) {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.c5-wrap__pro p {
  margin: 0 0 20px;
}
.c5-wrap__pro p:last-child {
  margin-bottom: 0;
}

.c5-wrap__report {
  margin: 60px 0;
}

.c5-wrap__campaign.page .exclude {
  display: none;
}

.c5-indent {
  padding-left: 15px;
  padding-right: 15px;
}

/*product slider -----------------------------------------------------*/
.s5-PDBslideshowA__sp,
.s5-PDBslideshowA__pc {
  margin: 0 auto;
  padding-bottom: 14px;
  min-width: 276px;
  max-width: 1200px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  overflow: hidden;
  display: block;
}

.s5-PDBslideshowA__sp {
  display: none;
}

.c5-slide__spec {
  max-width: 950px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  text-align: center;
}
.c5-slide__spec .slick-loading .slick-list {
  background: url("/share5/images/s5-slideshow/loader.gif") no-repeat center top;
}
.c5-slide__spec .slick-prev,
.c5-slide__spec .slick-next {
  border-top: solid #000 10px;
  border-right: solid #000 10px;
  width: 30px;
  height: 30px;
}
.c5-slide__spec .slick-prev.slick-disabled,
.c5-slide__spec .slick-next.slick-disabled {
  opacity: 0.3;
}
.c5-slide__spec .slick-prev::before,
.c5-slide__spec .slick-next::before {
  display: none;
}
.c5-slide__spec .slick-next {
  right: 15px;
  -webkit-transform: rotate(45deg) translateX(50%);
          transform: rotate(45deg) translateX(50%);
}
.c5-slide__spec .slick-prev {
  left: 15px;
  -webkit-transform: rotate(-135deg) translateX(50%);
          transform: rotate(-135deg) translateX(50%);
}

@media screen and (max-width: 767px) {
  .s5-PDBslideshowA__pc {
    display: none;
  }
  .s5-PDBslideshowA__sp {
    display: block;
  }
  .c5-slide__spec .slick-prev,
  .c5-slide__spec .slick-next {
    width: 15px;
    height: 15px;
    border-top-width: 5px;
    border-right-width: 5px;
  }
}
/*product section -----------------------------------------------------*/
.c5-section__pro {
  margin-bottom: 100px;
}

.c5-section__pro-sub {
  padding: 0 15px;
  margin-bottom: 80px;
}
.c5-section__pro-sub:last-child {
  margin-bottom: 0;
}

/*title -----------------------------------------------------*/
.c5-ttl__heading1 {
  background: #4d5269;
  padding: 12px 30px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 50px 0;
}

.c5-ttl__heading2 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}
.c5-ttl__heading2.c5-ttl__border {
  margin-bottom: 40px;
}

.c5-ttl__heading3 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}

* + .c5-ttl__heading3 {
  margin-top: 40px;
}

.c5-ttl__heading4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}

.c5-ttl__border {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

/*img -----------------------------------------------------*/
.c5-img__center {
  text-align: center;
}
.c5-img__center + p,
.c5-img__center + div {
  margin-top: 40px;
}

* + .c5-img__center {
  margin-top: 40px;
}

/*block -----------------------------------------------------*/
.c5-block__sub + * {
  margin-top: 60px;
}
.c5-block__sub + .c5-cols.col2,
.c5-block__sub + .c5-cols.col3,
.c5-block__sub + .c5-cols.col5 {
  margin-top: 20px;
}

/*cols -----------------------------------------------------*/
.c5-border__t {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ccc;
}

.c5-border__t__dot {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}

.c5-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c5-cols + * {
  margin-top: 60px;
}
.c5-cols + .c5-cols.col2,
.c5-cols + .c5-cols.col3,
.c5-cols + .c5-cols.col5 {
  margin-top: 40px;
}
.c5-cols img {
  max-width: 100%;
}
.c5-cols.products {
  border-top: 1px solid #000;
  padding-top: 60px;
}
.c5-cols.products > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  margin: 0;
}
.c5-cols.products .c5-cols__img img {
  max-width: 350px;
}
.c5-cols.c5-border__t {
  padding-top: 60px;
  margin-top: 60px;
}
.c5-cols .colspan {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}
.c5-cols.rv {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c5-cols.rv .c5-cols__img {
  margin-left: 0;
  margin-right: 30px;
}
.c5-cols.col2 {
  margin-left: -10px;
  margin-right: -10px;
}
.c5-cols.col2 > div {
  width: calc(50% - 20px);
  margin: 20px 10px 0 10px;
}
.c5-cols.col2 > div:nth-child(n+3) {
  margin-top: 40px;
}
.c5-cols.col3 {
  margin-left: -10px;
  margin-right: -10px;
}
.c5-cols.col3 > div {
  width: calc(33.3333333333% - 20px);
  margin: 20px 10px 0 10px;
}
.c5-cols.col3 > div:nth-child(n+4) {
  margin-top: 40px;
}
.c5-cols.col5 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 1.6%;
}
.c5-cols.col5 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 18.4%;
          flex: 1 1 18.4%;
  max-width: 18.4%;
}
.c5-cols .c5-cols__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-cols .c5-cols__img {
  margin-left: 30px;
  text-align: center;
}
.c5-cols .c5-cols__img._w47 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.c5-cols__btnset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.c5-cols__btnset > div {
  width: calc(50% - 20px);
  margin: 30px 10px 0 10px;
}

.c5-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c5-cols__cpuicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c5-cols__cpuicon .img {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 140px;
          flex: 0 1 140px;
}
.c5-cols__cpuicon .img + div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*list -----------------------------------------------------*/
.c5-list__icons {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c5-list__icons > li {
  margin: 5px 10px 0 0;
}

.c5-list__asterisk {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c5-list__asterisk + *,
.c5-list__asterisk + p {
  margin-top: 30px;
}
.c5-list__asterisk > li {
  text-indent: -1em;
  padding-left: 1em;
}

/*position -----------------------------------------------------*/
.c5-txt__center {
  text-align: center !important;
}

.c5-txt__right {
  text-align: right !important;
}

.c5-txt__left {
  text-align: left;
}

.c5-mb0 {
  margin-bottom: 0 !important;
}

.c5-mt0 {
  margin-top: 0 !important;
}

/*other -----------------------------------------------------*/
.c5-moviewrap {
  position: relative;
  padding-top: 56.25%;
}

.c5-moviewrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c5-caption {
  margin-top: 20px;
}

.c5-is__sp {
  display: none;
}

.c5-reg {
  vertical-align: sub;
  font-size: 0.8em;
}

img.c5-mw80 {
  max-width: 80% !important;
}

.c5-cols__bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 60px -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c5-cols__bn > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(20% - 30px);
          flex: 0 1 calc(20% - 30px);
  margin: 30px 15px 0 15px;
}
.c5-cols__bn > div:nth-child(-n+5) {
  margin-top: 0;
}
.c5-cols__bn a {
  display: block;
}
.c5-cols__bn a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c5-cols__bn a:hover {
  text-decoration: none;
}
.c5-cols__bn a:hover img {
  opacity: 0.7;
}

.c5-cols__bn_txt {
  margin-top: 8px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .s5-container {
    overflow-x: hidden !important;
  }
  .c5-wrap__pro {
    margin-bottom: 80px;
  }
  .c5-wrap__report {
    margin: 30px 0;
  }
  .c5-section__pro {
    margin-bottom: 60px;
  }
  .c5-section__pro-sub {
    padding: 0;
    margin-bottom: 40px;
  }
  .c5-border__t {
    margin-top: 40px;
    padding-top: 40px;
  }
  .c5-ttl__heading1 {
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .c5-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c5-cols.products {
    padding-top: 30px;
  }
  .c5-cols.products + * {
    margin-top: 30px;
  }
  .c5-cols.products .c5-cols__img img {
    max-width: 100%;
  }
  .c5-cols.c5-border__t {
    margin-top: 30px;
    padding-top: 30px;
  }
  .c5-cols.rv .c5-cols__img {
    margin: 0 0 20px 0;
  }
  .c5-cols .c5-cols__img._w47 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .c5-cols.col2:not(.sp-col2), .c5-cols.col3:not(.sp-col2) {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .c5-cols.col2:not(.sp-col2) > div,
  .c5-cols.col2:not(.sp-col2) > div:nth-child(n+3),
  .c5-cols.col2:not(.sp-col2) > div:nth-child(n+4), .c5-cols.col3:not(.sp-col2) > div,
  .c5-cols.col3:not(.sp-col2) > div:nth-child(n+3),
  .c5-cols.col3:not(.sp-col2) > div:nth-child(n+4) {
    width: auto;
    margin: 0 0 30px 0;
  }
  .c5-cols.col2:not(.sp-col2) > div:last-child,
  .c5-cols.col2:not(.sp-col2) > div:nth-child(n+3):last-child,
  .c5-cols.col2:not(.sp-col2) > div:nth-child(n+4):last-child, .c5-cols.col3:not(.sp-col2) > div:last-child,
  .c5-cols.col3:not(.sp-col2) > div:nth-child(n+3):last-child,
  .c5-cols.col3:not(.sp-col2) > div:nth-child(n+4):last-child {
    margin-bottom: 0;
  }
  .c5-cols.col5 > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 48.4%;
            flex: 1 1 48.4%;
    max-width: 48.4%;
  }
  .c5-cols.sp-col2 > div {
    width: calc(50% - 20px);
  }
  .c5-cols .c5-cols__img {
    margin: 0 0 20px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .c5-cols .c5-cols__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .c5-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c5-cols__cpuicon .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80px;
            flex: 0 1 80px;
  }
  .c5-cols__btnset {
    display: block;
    margin: 0;
  }
  .c5-cols__btnset > div {
    margin: 0 0 30px 0;
    width: auto;
  }
  .c5-is__sp {
    display: block;
  }
  .c5-is__pc {
    display: none;
  }
  .c5-cols__bn {
    display: block;
    margin: 0 0 60px 0;
  }
  .c5-cols__bn > div {
    margin: 0 0 20px 0;
  }
  .c5-cols__bn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c5-cols__bn .c5-cols__bn_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }
  .c5-cols__bn .c5-cols__bn_txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
  }
}
.c5-span {
  margin-top: 10px;
  display: block;
}

dl dt {
  margin-top: 10px;
}
dl dd {
  margin-left: 0;
  line-height: 2;
}/*# sourceMappingURL=page_new.css.map */