@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");
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Julius+Sans+One&family=Shippori+Mincho&family=Zen+Kaku+Gothic+Antique&display=swap');
body {
  background: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 'Lucida Grande', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
h1.thanks__title.content_h.font_serif {
    font-family: "Julius Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
    margin-bottom: 1%;
}
.thanks {
  position: relative;
}
.thanks__text p {
    font-size: 12px;
    margin-bottom: 5%;
    letter-spacing: 1px;
}
.thanks__inner {
  position: relative;
  background: #fff;
  margin: 0 auto 50px;
  padding-bottom: 50px;
}
.thanks__text {
    width: 95%;
    margin: 0 auto 5%;
    background: #fafafa;
    padding: 1.5em;
    text-align: left;
}
p.thanks__subtitle {
    margin-bottom: 5%;
}
.thanks__img {
    width: 90%;
    margin: 7% auto 7%;
    padding-top: 5%;
}
p.thanks_img01 {
    width: 95%;
    margin: 0 auto;
}
@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%;
  }
}
