body{
  margin: auto 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
}

.contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contents > div, .contents> h1{
  width: 100%;
  margin: 0;
}

#info {
  max-width: 1000px;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: .7;
  }
}

/********** LINK BUTTON **********/
.link {
  text-align: center;
  padding: 30px 0;
  background: #FFFFFF;
}
.link .button {
  margin: 0 auto;
  width: 94%;
}
@media screen and (max-width: 768px) {
  .link {
    padding: 15px 0 0;
  }
  .link .button {
    width: 90%;
  }
}
/********** //LINK BUTTON **********/

/********** CV BUTTON **********/
.cta .cv_wrap01 {
  position: relative;
}
.cta .cv_wrap01 .button {
  width: 94%;
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  margin: auto;
}
.cta .cv_wrap02 {
  position: relative;
}
.cta .cv_wrap02 .button {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cta .cv_wrap03 {
  position: relative;
}
.cta .cv_wrap03 .button {
  width: 94%;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin: auto;
}
.cta .tel_wrap {
  position: relative;
}
.cta .tel_wrap .button {
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .cta .cv_wrap01 .button {
    width: 90%;
  }
  .cta .cv_wrap02 .button {
    width: 86%;
  }
}
/********** //CV BUTTON **********/

/********** 定期特典 **********/
.tokuten .tokuten_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tokuten .tokuten_flex .flex_item {
  width: 50%;
}
/********** //定期特典 **********/

.icon_wrap {
  position: relative;
}
.icon_wrap .icon {
  position: absolute;
}
.icon_wrap .icon img {
  width: 330px!important;
}
.icon_wrap.wrap01 .icon {
  top: 8%;
  left: 7%;
}
.icon_wrap.wrap02 .icon {
  top: 4%;
  right: 6%;
}
.icon_wrap.wrap03 .icon {
  top: 8%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  .icon_wrap .icon img {
    width: 35vw!important;
  }
  .icon_wrap.wrap01 .icon {
    top: 4%;
    left: 5%;
  }
  .icon_wrap.wrap02 .icon {
    top: 4%;
    right: 5%;
  }
  .icon_wrap.wrap03 .icon {
    top: 4%;
    left: 5%;
  }
}

.icon_wrap_point01 {
  position: relative;
}
.icon_wrap_point01 .icon_flex {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}
.icon_wrap_point01 .icon_flex .icon_flex_item {
  width: 32%;
}

.icon_wrap_point02 {
  position: relative;
}
.icon_wrap_point02 .icon {
  position: absolute;
  top: 0;
  left: 6%;
}
.icon_wrap_point02 .icon img {
  width: 330px!important;
}

@media screen and (max-width: 768px) {
  .icon_wrap_point02 .icon {
    top: 0;
    left: 6%;
  }
  .icon_wrap_point02 .icon img {
    width: 33vw!important;
  }
}


/********** CVボタン アニメーション **********/
.button img.float {
  animation: btn_animation 0.5s ease 0s infinite alternate;
}
.button img.shrink {
  animation: btn_animation02 1.4s linear infinite;
}

@keyframes btn_animation {
  from {
    transform: scale(1,1);
  }
  to {
    transform: scale(1.03,1.03);
  }
}

@keyframes btn_animation02 {
  60% {
    transform: scale(1, 1);
  }
  65% {
    transform: scale(0.85, 1.15);
  }
  75% {
    transform: scale(1.1, 0.9);
  }
  85% {
    transform: scale(0.95, 1.08);
  }
  9% {
    transform: scale(0.98, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
/********** //CVボタン アニメーション **********/


/********** cashback accordion **********/
.cashback{
  position: relative;
  overflow: visible;
}

.cashback > .button{
  width: 90%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}

.cashback > .button > ul {
  list-style: none;
  display: none;
  background-color: #fff;
  padding: 0.5em 1em;
  border: solid 3px #000000;
}

.cashback > .button > ul > li{
  margin-left: -38px !important;
  padding-left: 2.1em;
  width: 100%;
}
/********** //cashback accordion **********/
