@charset "UTF-8";
/* CSS Document */

body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", 'Meiryo', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",sans-serif;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

.pc-only {
  display: none !important;
}

img{
  vertical-align: bottom;
}

.main__area {
  position: relative;
  background-color: #d9ffcb;
}

.main_area_wrap{
  margin: 0 auto;
}

.text-inner{
  background: url(../img/bg_sp.png) no-repeat top -22.267vw center / 100% 198.534vw;
  padding: 15px 0 18.133vw;
  width: 91.4%;
  margin: 0 auto;
}

.text{
  width: 96.2%;
  margin: 0 auto;
}

.btn-inner{
  position: relative;
  padding: 0 1.867vw 0 3.867vw;
}
.frame{
  margin-top: 96px;
  width: 77.6%;
}
.btn{
  position: absolute;
  right: 0;
  bottom: 2.65%;
  width: 60.533vw;
  height: 18.533vw;
}

.btn a{
  display: block;
}