@charset "UTF-8";

/* コンテンツ */
.contents_wrap {
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 32px 40px 40px;
}


/* 
------------------------------------------------------------------------------------*/
.app_wrap {}

.app_tit {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 13px 6px;
}

.app_btn {
  display: block;
  position: sticky;
  bottom: 0;
  z-index: 100;
}