@charset "UTF-8";
/* ==============================
  base
============================== */
/******************
  font
*******************/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
body {
  background: #f3f3f3;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.thanks {
  position: relative;
}

.thanks__inner {
  position: relative;
  background: #fafafa;
  margin: 0 auto 50px;
  padding-bottom: 50px;
}

@media screen and (min-width: 600px) {
  .thanks__inner {
    width: 750px;
  }
}

.thanks__img img {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}

.thanks__link {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 55%;
  padding: 10px 0;
  background: #ededed;
  border-radius: 3px;
}

@media screen and (min-width: 600px) {
  .thanks__link {
    width: 15%;
  }
}
