@charset "utf-8";
.NoticeLink-bottom {
  margin-bottom: 10px;
}
.c5-general--mt0 {
  margin-top: 0 !important;
}
.c5-general--mb0 {
  margin-bottom: 0 !important;
}
/*---------------------------*/
.b2b-main-slide {
  width: 1200px;
  margin: 0 auto 50px;
}
.b2b-main-slide li a {
  position: relative;
}
/*------------------------*/
.b2b-home-product {
}
.b2b-home-product-gwrap .s5-header2 {
  margin-top: 30px !important;
  border-bottom: #000 1px solid;
  padding-bottom: 8px;
}
.b2b-home-product-gwrap .s5-header2__extra::before {
  color: #ebebeb !important;
}
.b2b-home-product-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
}
.b2b-home-product-list > li {
  position: relative;
  width: 16.02%;
  margin: 0 0.75% 10px 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #efefef;
  box-sizing: border-box;
  /*box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.1);*/
}
.b2b-home-product-list > li.b2b-home-linklist-Button a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.b2b-home-product-list > li:nth-child(6n) {
  margin: 0 0 10px 0;
}
.b2b-home-product-list > li a {
  display: table;
  vertical-align: bottom;
  text-align: center;
  margin: 0;
  height: 100%;
}
.b2b-home-product-gwrap {
  clear: both;
  width: 100%;
  background-color: #ebebeb;
  padding: 40px 0;
}
.b2b-home-product-list > li a .img-box {
  width: 100%;
  background-image: url(/professional/module_images/product/product_box_bd.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  transition: all 0.15s;
}
.b2b-home-product-list > li a .img-box img {
  width: 100%;
  height: auto;
}
.b2b-home-product-list > li a:hover .img-box {
  opacity: 0.7;
}
.b2b-home-product-list > li a:focus .img-box {
  transition: none;
  opacity: 1;
}
.b2b-home-product-list > li a em {
  display: inline-block;
  font-style: normal;
  line-height: 1.3;
  margin: 0 3%;
  text-align: left;
  font-size: 0.8rem !important;
}
.b2b-home-product-list > li .s5-link {
  display: inline-block;
}
.product-List_Button::before {
  content: '';
  display: inline-block;
  font-family: icon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0 0.6em 0.05em 0;
  text-transform: none;
  vertical-align: middle;
}
.product-List_Button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.product-List_Button {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  border-radius: 1px;
  box-sizing: border-box;
  color: #2f353d;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 18px;
  transition: background 0.2s ease 0s;
}
/*----------------------*/
.anch-tab {
  clear: both;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.anch-tab li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 32.8%;
  height: 60px;
  margin: 0 0.75% 10px 0;
  padding: 0;
  float: left;
}
.anch-tab li.on {
  margin: 0 0.75% 0 0;
  padding: 0 0 10px 0;
  background-color: #ebebeb;
}
.anch-tab li:last-child {
  margin: 0;
}
.anch-tab li em {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  background-color: #434343;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-style: normal;
  box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.anch-tab li.on em,
.anch-tab li.on:hover em {
  color: #000000;
  background-color: #ebebeb;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0);
}
.anch-tab li em span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 3%;
  line-height: 1.3;
}
.anch-tab li.on em span {
  color: #000000;
}
.cont {
  clear: both;
  display: none;
  width: 100%;
}
.anch-tab li:hover em {
  background-color: #5e5f63;
}
.cont .s5-header2__extra,
.s5-header2 .s5-header2__extra {
  float: right;
}
/*----------------------------------------*/
.b2b-home-gwrap02 {
  padding: 40px 0;
  width: 100%;
  background-color: #f7f7f7;
}
.b2b-home-gwrap02 .s5-header2__extra::before {
  color: #f7f7f7 !important;
}
.b2b-home-gwrap {
  padding: 0;
  width: 100%;
  background-color: #f7f7f7;
}
.b2b-home-wwrap {
  padding: 40px 0;
}
.b2b-home-wwrap .s5-header2 {
  margin-top: 30px !important;
  border-bottom: #000 1px solid;
  padding-bottom: 8px;
}
.b2b-home-wwrap .s5-supportLinks__itemList {
  padding-top: 20px;
  border-top: #000 1px solid;
  margin: 30px 0;
}
.b2b-home-wwrap .s5-supportLinks__iconContainer.orgImg {
  width: 100%;
  height: 100px;
  padding: 0;
  margin-bottom: 10px;
  background: #ffffff;
}
.b2b-home-wwrap .s5-supportLinks__iconContainer.orgImg img {
  width: 100%;
  height: auto;
}
.b2b-home-wwrap .s5-supportLinks__iconContainer.orgIcn {
  width: 100%;
  height: 80px;
  padding: 20px 0 0 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
/*--List一覧トリ--------------------------------------*/
.newsList1 .s5-header2:nth-child(2) {
  display: none;
}
.newsList2 .s5-header2__extra {
  float: right;
}
.b2b-home-sns {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.b2b-home-sns li {
  display: table;
  vertical-align: middle;
  text-align: left;
  width: 32.8%;
  height: 60px;
  margin: 0 0.75% 10px 0;
  padding: 0;
  float: left;
}
.b2b-home-sns li:nth-child(3n) {
  margin: 0 0 10px 0;
}
.b2b-home-sns li a {
  display: table-cell;
  width: 100%;
  background-color: #ffffff;
  padding: 12px 2% 12px 4%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.b2b-home-sns li a em {
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 15px;
}
.b2b-home-sns-gwrap {
  padding: 40px 0;
  width: 100%;
  background-color: #f7f7f7;
}
.b2b-home-sns li .s5-icon-facebook-square,
.b2b-home-sns li .s5-icon-twitter-square {
  font-size: 44px;
  line-height: 44px;
}
.b2b-home-sns li .s5-icon-envelope {
  font-size: 25px;
  line-height: 44px;
}
.b2b-home-sns li .envelope {
  font-size: 95%;
}
/*----------------------------------------*/
.b2b-home-gwrap-bottom {
  padding: 40px 0 10px;
  width: 100%;
  background-color: #d8d8d8;
}
.b2b-home-gwrap-bottom .s5-container .s5-getStarted {
  margin: 0px -7px 0px -8px;
}
.s5-returnToTop {
  margin-top: 0;
}
@media screen and (max-width: 1220px) {
  .b2b-main-slide {
    height: auto;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .b2b-home-product-list > li {
    position: relative;
    width: 32.8%;
    margin: 0 0.75% 10px 0;
  }
  .b2b-home-product-list > li .s5-link {
    min-height: 31px;
  }
  .b2b-home-product-list > li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
  .b2b-home-product-list > li:nth-child(3n + 1) {
    clear: both;
  }
  /*----------------------------------------*/
  .b2b-home-wwrap .s5-supportLinks__iconContainer.orgImg {
    vertical-align: middle;
    width: 30%;
    height: auto;
    padding: 0;
    margin-bottom: 0;
    background: none;
    border-right: 15px #ffffff solid;
  }
  .b2b-home-wwrap .s5-supportLinks__iconContainer.orgIcn {
    vertical-align: middle;
    width: 30%;
    height: auto;
    padding: 3% 0;
    margin: 0;
    background: #f1f4f9 none repeat;
    border-right: 15px #ffffff solid;
    border-bottom: 10px #ffffff solid;
  }
  .b2b-home-wwrap .s5-supportLinks__eyecatcher:before {
    content: '' !important;
    font-family: 'icon';
  }
}
@media screen and (max-width: 639px) {
  .NoticeLink-bottom {
    margin-bottom: 20px;
  }
  .b2b-home-product-list {
    margin: 0 0 30px 0;
  }
  .b2b-home-product-list > li,
  .b2b-home-product-list > li:nth-child(3n) {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    padding-right: 7%;
    float: none;
    height: auto;
    vertical-align: bottom;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .b2b-home-product-list > li:nth-child(2n) {
    margin: 0 0 10px 0;
  }
  .b2b-home-product-list > li a {
    display: table;
    vertical-align: bottom;
    text-align: left;
  }
  .b2b-home-product-list > li a .img-box {
    width: 20%;
    display: table-cell;
    vertical-align: bottom;
    background-image: none;
    padding: 0;
  }
  .b2b-home-product-list > li a em {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5%;
    font-size: 1rem !important;
  }
  .b2b-home-product-list > li.b2b-home-linklist-Button a {
    vertical-align: bottom;
    text-align: left;
  }
  .b2b-home-product-list > li.b2b-home-linklist-Button a em {
    display: inline-block;
    width: 100%;
  }
  .b2b-home-product-list > li.b2b-home-linklist-Button .s5-link {
    padding: 10px 0;
    /*margin-left:5%;*/
  }
  .b2b-home-product-list > li a em .pc-br {
    display: none;
  }
  .b2b-home-gwrap02 {
    padding: 20px 0;
  }
  .b2b-home-wwrap {
    padding: 20px 0;
  }
  .newsList2 .s5-header2__extra {
    float: right;
    border: #ccc 1px solid;
    background-color: #ffffff;
    padding-right: 3%;
    display: table;
  }
  .newsList1 .s5-newsTable,
  .newsList2 .s5-newsTable {
    margin: 15px 0;
  }
  /*----------------------------------------*/
  .b2b-home-sns {
    width: 100%;
  }
  .b2b-home-sns li {
    vertical-align: middle;
    text-align: left;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    float: none;
  }
  .b2b-home-sns li a {
    display: block;
    padding: 8px 5%;
  }
  .b2b-home-sns-gwrap {
    padding: 20px 0;
    width: 100%;
    background-color: #f7f7f7;
  }
  .b2b-home-sns li .s5-icon-facebook-square,
  .b2b-home-sns li .s5-icon-twitter-square {
    font-size: 32px;
    line-height: 32px;
  }
  .b2b-home-sns li .s5-icon-envelope {
    font-size: 22px;
    line-height: 32px;
  }
}
/*--from home--------------------------------------*/
.home-PressRelease ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.home-PressRelease li {
  display: table;
  width: 100%;
  margin: 0 0 10px;
}
.home-PressRelease__itemMain {
  vertical-align: top;
  display: table-cell;
}
.home-PressRelease__date {
  color: #83838f;
  font-size: 0.75em;
}
.home-PressRelease__date .tag {
  display: inline-block;
  color: #ee9900;
  font-weight: bold;
  border: #ee9900 1px solid;
  margin-left: 5px;
  padding: 0px 10px;
  line-height: 1.8;
}
.b2b-home-gwrap02 .s5-header2__extra {
  float: right;
}
@media screen and (max-width: 639px) {
  .home-PressRelease__date {
    color: inherit;
    font-size: 0.875em;
    font-weight: 700;
  }
}
.home-PressRelease__itemText {
  font-size: 0.875em;
}
.home-PressRelease__itemSub {
  vertical-align: middle;
  display: table-cell;
  width: 260px;
  padding-left: 30px;
}
@media screen and (max-width: 639px) {
  .home-PressRelease__itemSub {
    width: 84px;
    padding-left: 10px;
  }
}
.home-PressRelease__itemImage {
  vertical-align: middle;
  display: inline-block;
  width: 116px;
}
.home-PressRelease__itemImage a {
  display: block;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  -ms-transition: opacity 0s;
}
.home-PressRelease__itemImage a:hover,
.home-PressRelease__itemImage a:focus {
  opacity: 0.7;
}
.home-PressRelease__itemImage img {
  display: block;
  width: 116px;
  height: auto;
}
@media screen and (max-width: 639px) {
  .home-PressRelease__itemImage {
    display: block;
    width: 84px;
    margin: 0 auto;
  }
  .home-PressRelease__itemImage img {
    width: 84px;
  }
}
.home-PressRelease__itemLink {
  font-size: 0.875em;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0 10px 10px;
  border-left: 1px solid #e4e7eb;
  margin-left: 10px;
}
.home-PressRelease__itemLink a {
  color: #2f353d;
  cursor: pointer;
}
.home-PressRelease__itemLink a:before {
  content: '';
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.4em 0.1em 0;
}
.home-PressRelease__itemLink a.s5-link--back:before {
  content: '';
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.6em 0.1em 0;
}
.home-PressRelease__itemLink a.s5-link--down:before {
  content: '';
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.6em 0.1em 0;
}
.home-PressRelease__itemLink a.s5-link--close:before {
  content: '';
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.6em 0.1em 0;
}
.home-PressRelease__itemLink a:hover,
.home-PressRelease__itemLink a:focus,
.home-PressRelease__itemLink a:active {
  color: #7d8794;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 639px) {
  .home-PressRelease__itemLink {
    text-align: center;
    white-space: nowrap;
    display: block;
    padding: 5px 0;
    border-left: 0;
  }
}
.home-product-Button-box {
  position: relative;
  list-style: none;
  margin: 0;
}
.home-product-Button-box li {
  list-style: none;
  margin: 0;
}
.home-product-Button-box .home-product-Button.s5-secondaryButton {
  position: absolute;
  top: -100px;
  right: 0;
  background: #ffffff none repeat scroll 0 0;
  color: #2f353d;
  box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.home-product-Button-box a:hover .home-product-Button,
.home-product-Button:hover,
a:focus .home-product-Button,
.home-product-Button:focus {
  background: #ffffff none repeat scroll 0 0;
  color: #6e7278;
  text-decoration: none;
}
/*
.b2b-home-product-list > li.b2b-home-linklist-Button a{
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
*/
@media screen and (max-width: 639px) {
  .home-product-Button-box {
    text-align: right;
  }
  .home-product-Button-box .home-product-Button.s5-secondaryButton {
    position: relative;
    top: -20px;
    right: 0;
  }
}
hr {
  height: 1px;
  border: none;
  border-top: 1px #000000 solid;
}
.c5-newsbtns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.c5-newsbtns > div:not(:last-child) {
  margin-right: 20px;
}
.c5-mv {
  margin-bottom: 20px;
}
.c5-mv img {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-section {
  margin-bottom: 80px;
}
.c5-cols_bn {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.c5-cols_bn a {
  display: block;
  /*  height: 100%;*/
  background-color: #f5f5f5;
}
.c5-cols_bn a .thumb {
  transition: 0.3s ease;
}
.c5-cols_bn a:hover .thumb {
  opacity: 0.7;
}
.c5-cols_bn img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-cols_bn .caption {
  padding: 10px;
}
.c5-cols_bn > div {
  flex: 0 1 calc(25% - 16px);
  margin: 0 8px;
}
.c5-cols_bn > div:nth-child(n + 5) {
  margin-top: 16px;
}
.c5-cols_bn .thumb {
  position: relative;
}
.c5-cols_bn .thumb .s5-iconInline {
  position: absolute;
  top: 10px;
  right: 10px;
}

.c5-grid_recommend {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap;
}
.c5-grid_recommend a {
  display: block;
  height: 100%;
  background-color: #f5f5f5;
}
.c5-grid_recommend--itemBgWhite a {
  background-color: #fff;
}
.c5-grid_recommend a .thumb {
  transition: 0.3s ease;
}
.c5-grid_recommend a:hover .thumb {
  opacity: 0.7;
}
.c5-grid_recommend a:focus .thumb {
  transition: none;
  opacity: 1;
}
.c5-grid_recommend img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-grid_recommend .caption {
  padding: 10px 0px;
}
.c5-grid_recommend--ft14 .caption {
  font-size: 0.875rem;
}
.c5-grid_recommend > div {
  flex: 0 1 calc(33.333% - 16px);
  margin: 0 8px;
}
.c5-grid_recommend > div:nth-child(n + 4) {
  margin-top: 16px;
}
.c5-grid_recommend .thumb .s5-iconInline {
  position: absolute;
  top: 10px;
  right: 10px;
}

.c5-btn_primarily {
  display: block;
  padding-top: 19.4%;
}
.c5-btn_primarily span {
  visibility: hidden;
}
.c5-btn_primarily.pickup {
  background: url('/professional/module_images/top/btn_pickup.jpg') no-repeat;
  background-size: 100%;
}
.c5-btn_primarily.pickup:hover {
  background-image: url('/professional/module_images/top/btn_pickup_on.jpg');
}
.c5-btn_primarily.solution {
  background: url('/professional/module_images/top/btn_solution.jpg') no-repeat;
  background-size: 100%;
}
.c5-btn_primarily.solution:hover {
  background-image: url('/professional/module_images/top/btn_solution_on.jpg');
}
.c5-btn_primarily.products {
  background: url('/professional/module_images/top/btn_products.jpg') no-repeat;
  background-size: 100%;
}
.c5-btn_primarily.products:hover {
  background-image: url('/professional/module_images/top/btn_products_on.jpg');
}
.c5-btn_primarily.casestudy {
  background: url('/professional/module_images/top/btn_casestudy.jpg') no-repeat;
  background-size: 100%;
}
.c5-btn_primarily.casestudy:hover {
  background-image: url('/professional/module_images/top/btn_casestudy_on.jpg');
}
.c5-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .c5-grid_recommend > .colspan {
    flex: 0 1 calc(66.666% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .c5-sp {
    display: block;
  }
  .c5-pc {
    display: none;
  }
  .c5-section {
    margin-bottom: 60px;
  }
  .c5-newsbtns {
    display: block;
  }
  .c5-newsbtns > div:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .c5-newsbtns a {
    display: block;
  }
  .c5-mv {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c5-grid_recommend > div {
    flex: 0 1 calc(50% - 16px);
  }
  .c5-grid_recommend > div:nth-child(n + 3) {
    margin-top: 16px;
  }
  .c5-cols_bn:not(.sp_col2) {
    display: block;
    margin: 0;
  }
  .c5-cols_bn:not(.sp_col2) > div {
    margin: 0 0 16px 0;
  }
  .c5-cols_bn > div:last-child {
    /*margin-bottom: 0;*/
  }
  .c5-cols_bn.sp_col2 {
    flex-wrap: wrap;
  }
  .c5-cols_bn.sp_col2 > div {
    flex: 0 1 calc(50% - 16px);
  }
  .c5-cols_bn.sp_col2 > div:nth-child(n + 3) {
    margin-top: 16px;
  }
  .c5-cols_bn .caption {
    font-size: 12px;
    padding: 10px;
  }
}
/*B2B：トップリニューアル*/
.c5-top_pickup_bg {
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-bottom: 50px;
}
.c5-top_solution_bg {
  /* background-image: url(/professional/module_images/top/bg_white.jpg);
    background-repeat: no-repeat; 
    -moz-background-size: cover;
    background-size: cover;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%); */
  padding-top: 40px;
  padding-bottom: 100px;
}
#top_pickup {
  margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 100px !important;
}
.c5-top_products_bg {
  background-color: #fff;
}
.c5-no-before:before {
  opacity: 0%;
}
.c5-btn-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: 40px;
}
.c5-btn-sticky-bg {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 10px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  max-width: none;
}
.c5-b2b-home-product-list-col2 {
  display: flex;
  gap: 0 1.5%;
}
.c5-b2b-home-product-list-col2-item > li {
  width: 32.3%;
  margin: 0 1.5% 10px 0;
}
#top_products {
  padding-top: 30px;
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .c5-b2b-home-product-list-col2 {
    flex-direction: column;
  }
  .c5-btn-sticky {
    position: static;
  }
  #top_products {
    padding-top: 20px;
  }
  html {
    scroll-padding-top: 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .c5-b2b-home-product-list-col2 {
    display: block;
  }
  .c5-b2b-home-product-list-col2-item > li {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/*250307 add*/
.c5-homePress {
  font-size: 0.875rem;
  @media screen and (max-width: 767px) {
    font-size: 0.85714rem;
  }
  @media screen and (max-width: 767px) {
    margin-top: 20px;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  li {
    display: flex;
    margin-bottom: 20px;
    &:last-child {
      margin-bottom: 0;
    }
  }
}
.c5-homePress-l {
  flex: 1;
}
.c5-homePress-date {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 10px;
  .tag {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background-color: #d24615;
    padding: 5px 8px;
    line-height: 1;
    font-size: 0.7rem;
  }
}
.c5-homePress-ttl {
}
.c5-homePress-r {
  flex: 0 1 260px;
  display: flex;
  margin-left: 20px;
  @media screen and (max-width: 767px) {
    display: block;
    flex: 0 1 min(110px, 22vw);
    margin-left: 15px;
  }
}
.c5-homePress-thumb {
  flex: 0 1 116px;
  img {
    max-width: 100%;
    vertical-align: bottom;
  }
}
.c5-homePress-link {
  padding: 10px 0 10px 10px;
  border-left: 1px solid #e4e7eb;
  margin-left: 10px;
  align-content: center;
  flex: 1;
  @media screen and (max-width: 767px) {
    border: none;
    margin: 10px 0 0 0;
    padding: 0;
  }
  a {
    font-weight: bold;
    color: #222;
    display: inline-block;
    background: url('/share5/svg/icon/right.svg') no-repeat 0 5px;
    background-size: 10px auto;
    padding-left: 12px;
    @media screen and (max-width: 767px) {
      font-size: 0.7rem;
      background-position: 0 2px;
    }
  }
}

.c5-bns-attempt {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  &.sp_col2 {
    @media screen and (max-width: 767px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  > li {
    text-align: center;
    p {
      text-align: left;
    }
  }
  img:not(.s5-iconInline) {
    vertical-align: bottom;
    max-width: 100%;
    transition: 0.3s ease;
  }
  a:hover {
    img {
      opacity: 0.7;
    }
  }
  a:focus {
    outline-offset: 1px;
    img {
      opacity: 1;
      transition: none;
    }
  }
}
.c5-bns-attempt__img {
  position: relative;
  display: inline-block;
  .s5-iconInline {
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    z-index: 1;
    top: 11px;
    right: 13px;
    display: block;
  }
}
.c5-box-snsicon {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  padding: 15px;
  position: relative;
  line-height: 1.3;
  @media screen and (max-width: 767px) {
    font-size: 0.8rem;
  }
  .s5-iconInline {
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    z-index: 1;
    top: 11px;
    right: 13px;
    display: block;
  }
  > span {
    font-weight: bold;
  }
  > div {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
  }
  img:not(.s5-iconInline) {
    height: 60px;
  }
}
.s5-newsTable:not(:has(+ *)) {
  border-bottom: none;
}
.s5-newsTable .s5-linkV3 {
  color: #3865e0;
}
.s5-newsTable > table th {
  color: inherit;
}
.s5-newsTable .s5-linkV3::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
}
.s5-linkV3._white::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%23FFFFFF'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E") !important;
}
.s5-linkV3._blue {
  color: #3865e0 !important;
}
.s5-linkV3._blue::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%233865e0'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E") !important;
}
.s5-linkV3._blue:hover {
  color: #34568e !important;
}
.s5-linkV3._blue:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%2334568e'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E") !important;
}

/* nav fix 202603 */
.c5-nav2nd {
  position: sticky;
  top: 0;
  z-index: 2;
  @media screen and (max-width: 767px) {
    padding-right: 0;
    padding-left: 0;
  }
}
.c5-nav2nd__bg {
  background-color: #f2f2f2;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  max-width: none;
  @media screen and (max-width: 767px) {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    background-color: unset;
  }
}
.c5-nav2nd_container {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
  padding-inline: 2em;
  margin: 0;
  @media screen and (max-width: 767px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding-inline: 0;
  }
  @media screen and (max-width: 350px) {
    grid-template-columns: 1fr;
  }
}
.c5-nav2nd__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  list-style: none;
  line-height: 1em;
  background-color: #f2f2f2;
  @media screen and (max-width: 767px) {
    height: 35px;
    font-size: 14px;
    &:nth-child(1) {
      border-top: solid 1px #000;
      border-right: solid 1px #000;
      border-bottom: solid 1px #000;
    }
    &:nth-child(2) {
      border-top: solid 1px #000;
      border-bottom: solid 1px #000;
    }
    &:nth-child(3) {
      border-right: solid 1px #000;
    }
  }
  @media screen and (max-width: 350px) {
    border-right: none !important;
    border-bottom: solid 1px #000;
    &:last-child {
      border-bottom: none;
    }
  }
}

/* grid fix 202603 */
.c5-grid--4col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  & > div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  @media screen and (max-width: 979px) {
    grid-template-columns: 1fr 1fr 1fr;
  }
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr 1fr;
  }
}
.c5-grid--5col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
  & > div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  @media screen and (max-width: 979px) {
    grid-template-columns: 1fr 1fr 1fr;
  }
  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr 1fr;
  }
}
.c5-itemLabel--A {
  display: inline-block;
  margin-left: 0px;
  margin-top: 10px;
  padding: 4px 7px 3px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  background-color: #24089c;
  @media screen and (max-width: 767px) {
    margin-left: 0px;
    font-size: 10px;
  }
}
.c5-itemLabel--A--lightBlue {
  color: #2f353d;
  background-color: #cfeaf8;
}
.c5-itemLabel--A--apricot-white {
  color: #2f353d;
  background-color: #ffe4cc;
}
.c5-itemLabel--A--blue-gray-light {
  color: #2f353d;
  background-color: #cad8d8;
}
.c5-itemLabel--A--ice-green {
  color: #2f353d;
  background-color: #d5f2e1;
}
.c5-itemLabel--A--case {
  background-color: #226a99;
}
.c5-itemLabel--A--seminar {
  background-color: #d12300;
}
.c5-itemLabel--A--update {
  background-color: #361da1;
}
.c5-itemLabel--A--attempt {
  background-color: #268549;
}
.c5-itemLabel--A ~ .caption {
  padding-top: 2px;
}
.c5-itemLabel--A ~ .caption .c5-itemCaptionHead {
  display: inline-block;
  margin-bottom: 4px;
}
.c5-itemLabel--B {
  display: inline-block;
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 8px;
  padding: 4px 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  box-decoration-break: clone;
  @media screen and (max-width: 767px) {
    margin-left: 0px;
  }
}
.c5-itemLabel--B ~ .caption {
  font-size: 0.875rem;
  margin: 0px;
  padding: 0;
  @media screen and (max-width: 767px) {
    margin: 0px;
  }
}
.c5-itemCaptionHead {
  font-weight: 700;
}
.c5-nav2nd__spHead {
  display: none;
  height: 36px;
  background-color: #f2f2f2;
  @media screen and (max-width: 767px) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.c5-nav2nd_spBtn {
  width: 50px;
  height: 36px;
  border: none;
}
.c5-nav2nd_spBtn::after {
  font-size: 16px;
  max-height: 14px;
  width: 16px;
  margin-left: 10px;
  margin-bottom: 3px;
  content: '\E619';
  font-family: SonyGwn-SystemIcons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: block;
}
.c5-nav2nd_spBtn[aria-expanded='true']::after {
  content: '\E625';
}
@media screen and (max-width: 767px) {
  .c5-b2b-home-product-list--v2 li {
    border: none;
    margin-bottom: 5px;
  }
  .c5-b2b-home-product-list--v2 li a em {
    font-size: 0.85rem !important;
  }
}
.c5-exBg--gray {
  background-color: #f5f5f5;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  max-width: none;
  padding-top: 0.1px;
  padding-bottom: 0.1px;
}
.c5-exBg--gray:not(:last-of-type) > * {
  margin-bottom: 0;
}
.c5-exBg--gray > .c5-section:last-child {
  margin-bottom: 0;
}

