@charset "utf-8";

/* レイアウト用 */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #231815;
  background-color: #fff;
  text-align: justify;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}
.content_wrap {
  width: 100%;
  margin: 0 auto;
}
.btn {
  width: 40%;
  margin: 20px auto;
}
.btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #3fac37;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px;
  border: none;
  cursor: pointer;
}
/* ===============================================
#フッター
=============================================== */

footer {
  width: 100%;
  clear: both;
  padding: 0 0 0;
}

footer .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.footer_nav {
  width: 100%;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #43310d;
}
.footer_nav_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: table;
}

.copy {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  display: table-cell;
}



.pc {
  display: inline-block;
}

.sp {
  display: none;
}
