/* Scss Document */
.payback_pc {
  text-align: center;
  background-color: #ececed;
  position: relative; }
  @media screen and (max-width: 640px) {
    .payback_pc {
      display: none; } }
  .payback_pc_img {
    position: relative;
    z-index: 2; }
  .payback_pc_bg {
    background-color: #b99f66;
    position: absolute;
    top: 550px;
    left: 0;
    right: 0;
    width: 100%;
    height: 660px;
    z-index: 1; }

.payback_sp {
  display: none; }
  @media screen and (max-width: 640px) {
    .payback_sp {
      display: block;
      width: 100%; }
      .payback_sp img {
        width: 100%; } }
