@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
            box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}

@keyframes focusItem {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
            box-shadow: 0 0 0 0 rgba(255, 96, 16, 0);
  }
  40% {
    -webkit-box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
            box-shadow: 0 0 1px 3px rgba(255, 96, 16, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
            box-shadow: 0 0 0px 5px rgba(255, 96, 16, 0.3);
  }
  85% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.1);
  }
  90% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.07);
  }
  100% {
    -webkit-box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
            box-shadow: 0 0 0 8px rgba(255, 96, 16, 0.05);
  }
}

.scrollAction__contents {
  margin-top: 6px;
  width: 880px;
}

.scrollAction__catchArea {
  width: 340px;
}

.scrollAction__catchArea img {
  width: 208px;
}

.scrollAction__buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 508px;
  margin-bottom: -4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 508px;
          flex: 0 0 508px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scrollAction__btnArea .btnAct--inquiry {
  position: relative;
  overflow: visible;
}

.scrollAction__btnArea .btnAct--inquiry em {
  font-size: 15px;
}

.scrollAction__btnArea .btnAct--inquiry .buttonBalloonWrap {
  position: absolute;
  width: auto;
  height: auto;
  top: -8px;
  right: 0;
  left: 30px;
  padding: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}

.scrollAction__btnArea .btnAct--inquiry .buttonBalloon {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 5px 12px;
  width: auto;
  height: 20px;
  background: #ffffff;
  border: 1px solid #FF6010;
  border-radius: 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #FF6010;
}

.scrollAction__btnArea .btnAct--inquiry em {
  position: relative;
  top: 4px;
}
