
  
  .accordion-type01 {
    margin-top: 40px;
    text-align: left
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type01 {
      margin-top: 30px
    }
  }
  
  [data-sb-margin-type='1col'] .accordion-type01, [data-sb-margin-type='2col'] .accordion-type01, .table-type01_data .accordion-type01 {
    margin-top: 30px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='1col'] .accordion-type01, [data-sb-margin-type='2col'] .accordion-type01, .table-type01_data .accordion-type01 {
      margin-top: 25px
    }
  }
  
  @media screen and (min-width: 901px) {
    [data-sb-margin-type='text-1col'] .accordion-type01, [data-sb-margin-type='text-2col'] .accordion-type01 {
      margin-top: 30px
    }
  }
  
  [data-sb-margin-type='list-artice-type01'] .accordion-type01 {
    margin-top: 30px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='list-artice-type01'] .accordion-type01 {
      margin-top: 20px
    }
  }
  
  [data-sb-margin-type='3col'] .accordion-type01, [data-sb-margin-type='4col'] .accordion-type01, [data-sb-margin-type='layout-form-type01'] .accordion-type01, [data-sb-margin-type='layout-form-type02'] .accordion-type01 {
    margin-top: 20px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='3col'] .accordion-type01, [data-sb-margin-type='4col'] .accordion-type01, [data-sb-margin-type='layout-form-type01'] .accordion-type01, [data-sb-margin-type='layout-form-type02'] .accordion-type01 {
      margin-top: 25px
    }
  }
  
  @media screen and (min-width: 901px) {
    [data-sb-margin-type='text-3col'] .accordion-type01, [data-sb-margin-type='text-4col'] .accordion-type01 {
      margin-top: 20px
    }
  }
  
  .accordion-type01_trigger {
    position: relative
  }
  
  .accordion-type01_trigger-title {
    margin-top: 0;
    text-align: center
  }
  
  .accordion-type01_detail {
    height: 0;
    overflow: hidden
  }
  
  .accordion-type01_detail-inner {
    margin-bottom: 40px
  }
  
  .accordion-type01_detail-inner>*:first-child {
    margin-top: 0
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type01_detail-inner {
      margin-bottom: 30px
    }
  }
  
  .accordion-type02 {
    margin-top: 20px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type02 {
      margin-top: 30px
    }
  }
  
  [data-sb-margin-type='1col'] .accordion-type02, [data-sb-margin-type='2col'] .accordion-type02, .table-type01_data .accordion-type02 {
    margin-top: 30px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='1col'] .accordion-type02, [data-sb-margin-type='2col'] .accordion-type02, .table-type01_data .accordion-type02 {
      margin-top: 25px
    }
  }
  
  @media screen and (min-width: 901px) {
    [data-sb-margin-type='text-1col'] .accordion-type02, [data-sb-margin-type='text-2col'] .accordion-type02 {
      margin-top: 30px
    }
  }
  
  [data-sb-margin-type='list-artice-type01'] .accordion-type02 {
    margin-top: 30px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='list-artice-type01'] .accordion-type02 {
      margin-top: 20px
    }
  }
  
  [data-sb-margin-type='3col'] .accordion-type02, [data-sb-margin-type='4col'] .accordion-type02, [data-sb-margin-type='layout-form-type01'] .accordion-type02, [data-sb-margin-type='layout-form-type02'] .accordion-type02 {
    margin-top: 20px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='3col'] .accordion-type02, [data-sb-margin-type='4col'] .accordion-type02, [data-sb-margin-type='layout-form-type01'] .accordion-type02, [data-sb-margin-type='layout-form-type02'] .accordion-type02 {
      margin-top: 25px
    }
  }
  
  @media screen and (min-width: 901px) {
    [data-sb-margin-type='text-3col'] .accordion-type02, [data-sb-margin-type='text-4col'] .accordion-type02 {
      margin-top: 20px
    }
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type02 {
      max-width: 100%
    }
  }
  
  .accordion-type02_content {
    margin-top: 4px;
    background-color: #fff;
    color: #333
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type02_content {
      padding: 0;
    }
  }
  
  .accordion-type02_content:first-child {
    margin-top: 0
  }
  
  .accordion-type02_trigger {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    padding: 10px 44px 10px 10px;
    border: solid 1px #000;
  }
  
  @media screen and (min-width: 901px) {
    .accordion-type02_trigger:hover {
      opacity: 0.6
    }
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type02_trigger {
      padding: 10px 22px 10px 10px;
    }
  }
  
  .accordion-type02_trigger-title {
    margin-top: 0;
    font-size: 1.17em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type02_trigger-title {
      font-size: 14px;
    }
  }
  
  .accordion-type02_trigger-icon {
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 10px;
    display: block;
    width: 14px;
    height: 14px
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type02_trigger-icon {
      width: 10px;
      height: 10px
    }
  }
  
  .accordion-type02_trigger-icon::before, .accordion-type02_trigger-icon::after {
    position: absolute;
    content: '';
    background-color: #333;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px
  }
  
  .accordion-type02_trigger-icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
  }
  
  .accordion-type02_trigger[aria-expanded='true'] .accordion-type02_trigger-icon::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  
  .accordion-type02_detail {
    height: 0;
    overflow: hidden
  }
  
  .accordion-type02_detail-inner {
    padding: 40px 0;
    border-top: 1px solid #e0e0e0
  }
  
  .accordion-type02_detail-inner>* {
    margin-top: 0
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type02_detail h3 {
      margin-top: 30px;
    }
  }
  
  .accordion-type02[data-sb-module-theme-parent='white01'] .accordion-type02_content {
    background-color: #f8f8f8
  }
  
  .accordion-type03 {
    margin-top: 40px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type03 {
      margin-top: 30px
    }
  }
  
  [data-sb-margin-type='1col'] .accordion-type03, [data-sb-margin-type='2col'] .accordion-type03, .table-type01_data .accordion-type03 {
    margin-top: 30px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='1col'] .accordion-type03, [data-sb-margin-type='2col'] .accordion-type03, .table-type01_data .accordion-type03 {
      margin-top: 25px
    }
  }
  
  @media screen and (min-width: 901px) {
    [data-sb-margin-type='text-1col'] .accordion-type03, [data-sb-margin-type='text-2col'] .accordion-type03 {
      margin-top: 30px
    }
  }
  
  [data-sb-margin-type='list-artice-type01'] .accordion-type03 {
    margin-top: 30px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='list-artice-type01'] .accordion-type03 {
      margin-top: 20px
    }
  }
  
  [data-sb-margin-type='3col'] .accordion-type03, [data-sb-margin-type='4col'] .accordion-type03, [data-sb-margin-type='layout-form-type01'] .accordion-type03, [data-sb-margin-type='layout-form-type02'] .accordion-type03 {
    margin-top: 20px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='3col'] .accordion-type03, [data-sb-margin-type='4col'] .accordion-type03, [data-sb-margin-type='layout-form-type01'] .accordion-type03, [data-sb-margin-type='layout-form-type02'] .accordion-type03 {
      margin-top: 25px
    }
  }
  
  @media screen and (min-width: 901px) {
    [data-sb-margin-type='text-3col'] .accordion-type03, [data-sb-margin-type='text-4col'] .accordion-type03 {
      margin-top: 20px
    }
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type03 {
      max-width: 100%
    }
  }
  
  .accordion-type03_content {
    margin-top: 4px
  }
  
  .accordion-type03_content:first-child {
    margin-top: 0
  }
  
  .accordion-type03_trigger {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    padding: 20px 44px 20px 15px;
    background-color: #e0e0e0;
    color: #333
  }
  
  @media screen and (min-width: 901px) {
    .accordion-type03_trigger:hover {
      opacity: 0.6
    }
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type03_trigger {
      padding: 20px 42px 20px 15px
    }
  }
  
  .accordion-type03_trigger-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold
  }
  
  .accordion-type03_trigger-icon {
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    right: 15px
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type03_trigger-icon {
      width: 12px;
      height: 12px
    }
  }
  
  .accordion-type03_trigger-icon::before, .accordion-type03_trigger-icon::after {
    position: absolute;
    content: '';
    background-color: #333;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px
  }
  
  .accordion-type03_trigger-icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
  }
  
  .accordion-type03_trigger[aria-expanded='true'] .accordion-type03_trigger-icon::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  
  .accordion-type03_detail {
    height: 0;
    overflow: hidden
  }
  
  .accordion-type03_detail-inner>*:first-child {
    margin-top: 0
  }
  
  .accordion-type03[data-sb-module-theme-parent='white01'] .accordion-type03_trigger {
    background-color: #ececec
  }
  
  .accordion-type03[data-sb-module-theme-parent='gray01'] .accordion-type03_trigger {
    background-color: #e0e0e0
  }
  
  .accordion-type03[data-sb-module-theme-parent='gray02'] .accordion-type03_trigger {
    background-color: #cfd0d1
  }
  
  .accordion-type03[data-sb-module-theme-parent='gray03'] .accordion-type03_trigger {
    background-color: #cfd0d1
  }
  
  .accordion-type04 {
    margin-top: 40px;
    background-color: #fff;
    color: #333
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type04 {
      margin-top: 30px
    }
  }
  
  [data-sb-margin-type='1col'] .accordion-type04, [data-sb-margin-type='2col'] .accordion-type04, .table-type01_data .accordion-type04 {
    margin-top: 30px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='1col'] .accordion-type04, [data-sb-margin-type='2col'] .accordion-type04, .table-type01_data .accordion-type04 {
      margin-top: 25px
    }
  }
  
  @media screen and (min-width: 901px) {
    [data-sb-margin-type='text-1col'] .accordion-type04, [data-sb-margin-type='text-2col'] .accordion-type04 {
      margin-top: 30px
    }
  }
  
  [data-sb-margin-type='list-artice-type01'] .accordion-type04 {
    margin-top: 30px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='list-artice-type01'] .accordion-type04 {
      margin-top: 20px
    }
  }
  
  [data-sb-margin-type='3col'] .accordion-type04, [data-sb-margin-type='4col'] .accordion-type04, [data-sb-margin-type='layout-form-type01'] .accordion-type04, [data-sb-margin-type='layout-form-type02'] .accordion-type04 {
    margin-top: 20px
  }
  
  @media screen and (max-width: 900px) {
    [data-sb-margin-type='3col'] .accordion-type04, [data-sb-margin-type='4col'] .accordion-type04, [data-sb-margin-type='layout-form-type01'] .accordion-type04, [data-sb-margin-type='layout-form-type02'] .accordion-type04 {
      margin-top: 25px
    }
  }
  
  @media screen and (min-width: 901px) {
    [data-sb-margin-type='text-3col'] .accordion-type04, [data-sb-margin-type='text-4col'] .accordion-type04 {
      margin-top: 20px
    }
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type04 {
      margin-right: -15px;
      margin-left: -15px
    }
  }
  
  .accordion-type04_content {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type04_content {
      max-width: 100%
    }
  }
  
  .accordion-type04_trigger {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s
  }
  
  @media screen and (min-width: 901px) {
    .accordion-type04_trigger:hover {
      opacity: 0.6
    }
  }
  
  .accordion-type04_trigger-title {
    margin-top: 0;
    padding: 40px 0
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type04_trigger-title {
      padding: 20px 0
    }
  }
  
  .accordion-type04_trigger-title-inner {
    position: relative;
    display: inline-block;
    padding-right: 24px;
    color: #0b5bce
  }
  
  .accordion-type04_trigger-title-close {
    display: none
  }
  
  .accordion-type04_trigger-title-open {
    display: none
  }
  
  .accordion-type04_trigger-icon {
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 0;
    display: block;
    width: 14px;
    height: 14px
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type04_trigger-icon {
      width: 12px;
      height: 12px
    }
  }
  
  .accordion-type04_trigger-icon::before, .accordion-type04_trigger-icon::after {
    position: absolute;
    content: '';
    background-color: #333;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px
  }
  
  .accordion-type04_trigger-icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
  }
  
  .accordion-type04_trigger-icon::before, .accordion-type04_trigger-icon::after {
    background-color: #0b5bce
  }
  
  .accordion-type04_trigger[aria-expanded='false'] .accordion-type04_trigger-title-close {
    display: inline
  }
  
  .accordion-type04_trigger[aria-expanded='true'] .accordion-type04_trigger-title-open {
    display: inline
  }
  
  .accordion-type04_trigger[aria-expanded='true'] .accordion-type04_trigger-icon::after {
    content: none
  }
  
  .accordion-type04_detail {
    height: 0;
    overflow: hidden
  }
  
  .accordion-type04_detail-inner {
    padding-bottom: 60px
  }
  
  .accordion-type04_detail-inner>*:first-child {
    margin-top: 0
  }
  
  @media screen and (max-width: 900px) {
    .accordion-type04_detail-inner {
      padding: 10px 15px 40px
    }
  }
  
  
  .table-unit-container+.table-scroll-container, .table-unit-container+.accordion-type03 {
    margin-top: 20px
  }
  
  @media screen and (max-width: 900px) {
    .table-unit-container+.table-scroll-container, .table-unit-container+.accordion-type03 {
      margin-top: 15px
    }
  }
  
  .table-type03_title+.table-scroll-container, .table-type03_title+.accordion-type03, .table-type04_title+.table-scroll-container, .table-type04_title+.accordion-type03 {
    margin-top: 0
  }
  
  @media screen and (max-width: 900px) {
    .table-type03_title+.table-scroll-container, .table-type03_title+.accordion-type03, .table-type04_title+.table-scroll-container, .table-type04_title+.accordion-type03 {
      margin-top: 0
    }
  }
  


section .box-flow-type01-03_text-number {
    margin: 0;
    padding: 5px 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: initial;
    text-align: center;
  }

  section .box-flow-type01-03_box p.text a.uni-btn-02 {
    min-width:initial;
    padding: 0;
    border: none;
    font-size: 14px;    
    text-align: left;
    display: inline;
  }

section .box-flow-type01-03_box p.text a.uni-btn-02 svg {
  display: none;
  }

 section .box-flow-type01-03_title {
    background-color: #e0e0e0;
    padding: 20px;
    text-align: center;
  }

 h4 .box-flow-type01-03_title-text {
  text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
  }

section .box-flow-type01-03_box {
    padding: 15px;
  }

  .layout-flow-type01 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}



.layout-flow-type01 section {
  position: relative;
  width: calc(33.33% - 18px);
  border: solid 1px #e0e0e0;

}


.layout-flow-type01 section:not(:nth-child(3n)) {
  margin-right: 23px;
}

.list-lv1-disc {
  padding: 0 30px 30px;
}


.layout-flow-type01 section:nth-child(1)::after, .layout-flow-type01 section:nth-child(2)::after, .layout-flow-type01 section:nth-child(4)::after {
  content: url(/online-shop/set/data/guides/img/arrow-flow.svg);
  position: absolute;
  top: 50%;
  right: -20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -12px;
  line-height: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.layout-flow-type01 section:nth-child(4), .layout-flow-type01 section:nth-child(5) {
  margin-top: 30px;
}


.layout-flow-type01 section .image-type01 {
  text-align: center;
}

.layout-flow-type01 section .image-type01 img {
  width: 90%;
}



.section-container.gray02  {
  background: #eee;
  color: #333;
  padding-top: 30px;
  margin-top: 30px;
}



.table-scroll-container table thead tr th {
  background-color: #cfd0d1;
  padding: 30px 25px;
  font-weight: bold;
  border-right: solid 1px #fff;
}



.table-scroll-container table tbody tr th{
    padding: 40px 25px;
    font-weight: bold;
    background-color: #e0e0e0;
    border-bottom: solid 1px #fff;
  }

  .table-scroll-container table tbody tr td{
  padding: 40px 25px;
  background: #fff;
  border-bottom: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
}


.gray02 .hdg-l2 {
    margin-bottom: 30px;
    text-align: center;
}

.gray02 .section-container h3.hdg-l3 {
  text-align: center;
  padding: 0px 0 30px 0;
}

@media screen and (max-width: 900px) {
  .layout-flow-type01 section:not(:nth-child(3n)) {
    margin-right: 0px;
  }

  .layout-flow-type01 {    
    flex-direction: column;
  }
  .layout-flow-type01 section {
    width: 100%;
    box-sizing: border-box;
  }

  .layout-flow-type01 section:not(:nth-child(5n)) {
    margin-bottom: 30px;
  }


  .section-container{
    
    padding: 50px 15px;
    margin-left: -15px;
    margin-right: -15px;
  
  }
  .table-scroll-container {
      max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    }
  
    .table-type01 {
      table-layout: fixed;
      width: 100%;
      border-collapse: separate;
    }

    
  .list-lv1-disc {
    padding: 0 15px 0px;
    margin-bottom: 0;
  }

  .section-container.gray02 {
    padding: 10px 15px 30px;
  }

  .section-container.gray02 h2 {
    padding: 0 10px;
  }

  .section-container.gray02 > .section-container {
    padding: 0px 15px;
  }
  
  .section-container.gray02 > .section-container h3 {
    margin-top: 15px;
    padding-top: 15px;
  }

  .layout-flow-type01 section:nth-child(1)::after, .layout-flow-type01 section:nth-child(2)::after, .layout-flow-type01 section:nth-child(3)::after, .layout-flow-type01 section:nth-child(4)::after {
    content: url(/online-shop/set/data/guides/img/arrow-flow.svg);
    position: absolute;
    display: inline-block;
    
    right: 50%;
    top: auto;
    bottom: -22.5px;
    width: 15px;
    height: 15px;
    margin-right: -7.5px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .layout-flow-type01 section:nth-child(4), .layout-flow-type01 section:nth-child(5) {
    margin-top: 0;
  }

  .hdg-l2 {
    margin-top: 30px;
  }

  .accordion-type02_detail h3 .hdg-l3 {
  margin-top: 0px;
}

.accordion-type02_detail-inner {
  padding-top: 0;
}

.accordion-type02_detail-inner .section-container {
  padding: 20px 15px;
}

.layout-flow-type01 section .image-type01 img {
  margin-bottom: 20px;
}


.mercury > .section-container {
  padding: 0 15px;
}


.layout-flow-type01 section .image-type01 img {
  width: 100%;
}

.layout-flow-type01 > section {
  position: relative;
}


}










@media screen and (min-width: 901px) {
  .u-pc-d-n {
      display:none !important
  }
}

@media screen and (max-width: 900px) {
  .u-sp-d-n {
      display:none !important
  }
  

}





.table-swipe-gesture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 17.5px;
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  border-radius: 5px;
  background: rgba(0,0,0,0.6);
  box-shadow: 0 2.5px 15px rgba(66,66,66,0.2);
  padding: 15px 0
}

@media screen and (min-width: 901px) {
  .table-swipe-gesture {
      display:none
  }
}




.table-swipe-gesture::before,.table-swipe-gesture::after {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background: url("/site/set/common/mercury/shared/img/icon-arrow-swipe.png") no-repeat 0 0;
  background-size: 100%;
  margin-top: 15px
}

.table-swipe-gesture::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.table-swipe-gesture_item {
  margin: 0 27.5px
}

.table-swipe-gesture_image {
  display: block;
  width: 32px;
  height: auto;
  margin: 0 auto;
  -webkit-animation: mercury-swipe-gesture 1s infinite ease-out;
  animation: mercury-swipe-gesture 1s infinite ease-out
}

.table-swipe-gesture_text {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  margin-top: 9px
}







.u-w-170 {
  width: 170px !important
}

.u-w-160 {
  width: 160px !important
}


.u-w-300 {
  width: 300px !important
}

.u-w-200 {
  width: 200px !important
}






