.c5-category {
  border-left: none;
  padding: 0 0 10px;
  margin-bottom: 2%;
  line-height: 1;
  border-bottom: 3px solid #000000;
  margin-top: 60px;
  font-size: 24px;
  padding-left: 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .c5-category {
      font-size: 20px; } }

.contact-fix {
  position: fixed;
  right: 0;
  top: calc(50% - 130px);
  z-index: 5;
  transition: opacity 0.5s; }
  @media screen and (max-width: 768px) {
    .contact-fix {
      top: calc(50% - 92px); } }
  .contact-fix:hover {
    opacity: 0.7; }
  .contact-fix img {
    width: 53px; }
    @media screen and (max-width: 768px) {
      .contact-fix img {
        width: 38px; } }

.s5-inStoreFeaturesItem3__text p {
  display: flex; }

ul.anchor-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; }
  ul.anchor-list li {
    margin-top: 10px;
    margin-right: 15px; }
    ul.anchor-list li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 1269px) {
      ul.anchor-list li:nth-child(4n) {
        margin-right: 15px; } }
    @media screen and (max-width: 768px) {
      ul.anchor-list li {
        width: 49%;
        margin-right: 2% !important; }
        ul.anchor-list li:nth-child(even) {
          margin-right: 0 !important; } }
    ul.anchor-list li a {
      font-size: 17px;
      width: 287px;
      height: 60px;
      background-color: #cceaff;
      transition: opacity 0.3s;
      display: flex;
      align-items: center;
      padding-left: 20px;
      box-sizing: border-box;
      position: relative; }
      @media screen and (max-width: 768px) {
        ul.anchor-list li a {
          width: 100%;
          padding-left: 10px;
          font-size: 15px; } }
      @media screen and (max-width: 400px) {
        ul.anchor-list li a {
          font-size: 13px; } }
      @media screen and (max-width: 370px) {
        ul.anchor-list li a {
          font-size: 13px; } }
      ul.anchor-list li a:hover {
        opacity: 0.7;
        text-decoration: none; }
      ul.anchor-list li a:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0;
        border-bottom: solid 1px #333;
        border-right: solid 1px #333;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -6px;
        transform: rotate(45deg); }
        @media screen and (max-width: 360px) {
          ul.anchor-list li a:after {
            display: none; } }

ul.list-wrap {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  ul.list-wrap li {
    background: #f2f2f2;
    width: 32%;
    margin-right: 2%;
    margin-top: 25px; }
    ul.list-wrap li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 1140px) {
      ul.list-wrap li {
        width: 49%; }
        ul.list-wrap li:nth-child(odd) {
          margin-right: 2%; }
        ul.list-wrap li:nth-child(even) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      ul.list-wrap li {
        width: 100%;
        margin-right: 0 !important; } }
    ul.list-wrap li:nth-child(n+7) {
      display: none; }
    ul.list-wrap li .s5-inStoreFeaturesItem3 {
      transition: opacity 0.5s; }
      ul.list-wrap li .s5-inStoreFeaturesItem3:hover {
        cursor: pointer;
        opacity: 0.7; }
      ul.list-wrap li .s5-inStoreFeaturesItem3.nohover {
        cursor: auto; }
        ul.list-wrap li .s5-inStoreFeaturesItem3.nohover:hover {
          opacity: 1; }
    ul.list-wrap li .s5-buttonV3:hover {
      color: #ffffff !important;
      background-color: #2d75c7 !important; }
    ul.list-wrap li .s5-buttonV3 img {
      display: inline !important;
      padding-left: 5px !important; }

.bnr-muni {
  margin-top: 40px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .bnr-muni {
      margin-top: 20px; } }
  .bnr-muni img {
    display: inline;
    transition: opacity 0.5s; }
    .bnr-muni img:hover {
      opacity: 0.7; }

.btn-more {
  cursor: pointer;
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  margin: 50px auto 0;
  transition: opacity 0.5s; }
  @media screen and (max-width: 768px) {
    .btn-more {
      width: 280px;
      font-size: 16px;
      margin: 30px auto 0; } }
  .btn-more:hover {
    opacity: 0.7; }
  .btn-more:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    transform: rotate(45deg); }

.arrow_s_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #333;
  text-decoration: none; }

/* Banner Bkg
------------------------------------------------------------------------------------------------------ */
.c5-client {
  clear: both;
  margin: 0 0 3%;
  padding: 2%;
  background: #f2f2f2;
  overflow: hidden;
  position: relative; }

.c5-client a.c5-bnr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px; }

.c5-client a.c5-bnr:hover {
  background-color: #fff;
/*  filter: alpha(opacity=20); */
  /*IE*/
  -moz-opacity: 0.20;
  /*FF*/
  opacity: 0.20; }

.c5-clientEnd {
  margin: 0 0 6%; }

/* Banner Left
------------------------------------------------------------------------------------------------------ */
.c5-bnrImg {
  float: left;
  width: 48%;
  margin: 0;
  padding: 0;
  line-height: 1; }

.c5-bnrImg img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

.c5-bnrImg img.c5-red {
  border: 2px solid #c51230; }

.c5-bnrImg img.c5-blue {
  border: 2px solid #001e5d; }

/* Banner Right
------------------------------------------------------------------------------------------------------ */
.c5-bnrTxt {
  margin: 0;
  padding: 0;
  float: right;
  width: 48%; }

.s5-heading2 {
  margin-bottom: 2%; }

@media screen and (max-width: 900px) {
  .s5-heading2 {
    font-size: 1rem; } }
.c5-label {
  padding: 0.4% 2% 0.2%;
  margin-left: 1.5%;
  color: #000099;
  font-size: 80% !important;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #000099; }

.c5-label_2r, .c5-label_2l {
  padding: 0.4% 2% 0.2%;
  color: #fff;
  font-size: 90% !important;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  width: 44.5%;
  text-align: center; }

.c5-label_2r {
  margin-left: 0.5%;
  right: 0; }

.c5-label_2l {
  margin-right: 0.5%;
  left: 0; }

.c5-bkg {
  color: #fff;
  margin: 0 0 3%;
  padding: 1% 3%; }

.c5-retail_red {
  background: #c51230; }

.c5-retail_blue {
  background: #001e5d; }

.c5-retail_sub {
  margin: 2px;
  border-bottom: #fff 1px solid;
  display: block;
  font-size: 0.75rem; }

.c5-retail_sub2 {
  margin: 0.8em;
  display: block; }

.c5-client ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 90%;
  font-weight: bold; }

@media screen and (max-width: 640px) {
  .c5-client {
    clear: both;
    margin: 0 0 5%;
    padding: 5%;
    background: #f2f2f2;
    overflow: hidden;
    width: 90%; }

  /* Banner Left
  ------------------------------------------------------------------------------------------------------ */
  .c5-bnrImg {
    clear: left;
    width: 99%;
    margin: 0 0 4%;
    padding: 0;
    line-height: 1; }

  /* Banner Right
  ------------------------------------------------------------------------------------------------------ */
  .c5-bnrTxt {
    margin: 0;
    padding: 0;
    clear: right;
    width: 100%; }

  .s5-heading2 {
    margin-bottom: 2%;
    font-size: 120%; }

  .c5-label {
    padding: 0.4% 2%;
    font-size: 100%; }

  .c5-bkg_retail {
    font-size: 80%; } }
.s5-row .s5-row__col2 {
  padding: 0.5%; }

.s5-inStoreFeaturesItem3__inner {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 2%; }

section.s5-inStoreFeaturesItem3 {
  padding: 0;
  width: 100%;
  margin: 0; }

.s5-inStoreFeaturesItem3__title {
  display: none;
  padding: 15px 0 0;
  border: none;
  text-align: left;
  min-height: 3em;
  /*
  min-height: 3.5em;
  @include break{
      min-height: auto;
  }
  */ }

.s5-inStoreFeaturesItem3__image img {
  padding-top: 0; }

.s5-inStoreFeaturesItem3__image {
  margin-bottom: 0; }

.s5-inStoreFeaturesItem3__text, .s5-inStoreFeaturesItem3__button {
  margin: 5px 0 10px; }

.s5-inStoreFeaturesItem3__button p {
  margin: 0; }

.s5-inStoreFeaturesItem3__button p .s5-button {
  background: #A8A8A8; }

.s5-inStoreFeaturesItem3__button p .s5-button:hover {
  background: #CDCDCD; }

.bnr_wrapper {
  display: flex;
  gap: 15px; }

.bnr_wrapper .jirei {
  text-align: center;
  margin: 30px auto;
  transition: opacity 0.5s !important;
  display: block;
  opacity: 1; }

.bnr_wrapper .jirei:hover {
  opacity: 0.7 !important; }

@media screen and (max-width: 640px) {
  .bnr_wrapper {
    flex-direction: column;
    margin: 30px 0; }

  .bnr_wrapper .jirei {
    text-align: center;
    margin: 0 auto;
    transition: opacity 0.5s !important;
    display: block;
    opacity: 1; } }
@media screen and (min-width: 769px) {
  .pc {
    display: block !important; }

  .pcImg {
    display: inline-block !important; }

  .sp {
    display: none !important; }

  .spImg {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .pcImg {
    display: none !important; }

  .sp {
    display: block !important; }

  .spImg {
    display: inline-block !important; } }

/*# sourceMappingURL=style.css.map */
