/*! Writen  by SCSS */
.tab_outer .item a {
  position: relative; }
  .tab_outer .item a::before {
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #99885a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto;
    z-index: 1;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out; }
@media screen and (max-width: 480px) {
  .tab_outer.tab_outer_top {
    margin-top: 1em;
    margin-bottom: 1.8em; } }
@media screen and (max-width: 480px) {
  .tab_outer .tab_sub_wrap .item {
    width: 48%; } }
.tab_outer .tab_sub_wrap .item a {
  transition: all 0.3s ease-in-out; }
  .tab_outer .tab_sub_wrap .item a:not(.cr) {
    border-bottom: 1px solid #dcd3b8; }
    .tab_outer .tab_sub_wrap .item a:not(.cr)::before {
      border-color: #dcd3b8; }
  @media (hover: hover) {
    .tab_outer .tab_sub_wrap .item a:hover {
      background: none;
      color: #936f29;
      border-bottom: 1px solid #99885a; }
      .tab_outer .tab_sub_wrap .item a:hover::before {
        border-color: #99885a; } }

.swiper-slide.slide_fast {
  position: relative; }
  .swiper-slide.slide_fast .scroll-hint-icon-wrap {
    z-index: 10;
    width: 200%;
    left: -100%; }
    .swiper-slide.slide_fast .scroll-hint-icon-wrap .scroll-hint-icon {
      left: calc(100% - 40px);
      z-index: 20; }
  .swiper-slide.slide_fast.normal .scroll-hint-icon-wrap {
    width: 100%;
    left: 0; }
    .swiper-slide.slide_fast.normal .scroll-hint-icon-wrap .scroll-hint-icon {
      left: calc(50% - 60px);
      z-index: 20; }
  .swiper-slide.slide_fast.ex .scroll-hint-icon-wrap {
    z-index: 10;
    width: 200%;
    left: -50%; }
    .swiper-slide.slide_fast.ex .scroll-hint-icon-wrap .scroll-hint-icon {
      left: 0;
      z-index: 20; }

.equipment_list_slider .item_wrap {
  display: flex;
  justify-content: space-between; }
  .equipment_list_slider .item_wrap.ex01 {
    grid-gap: 0 20px; }

/*# sourceMappingURL=structure_common.css.map */
