@charset "UTF-8";
/* CSS Document */
html {
  font-size: calc(100vw / 37.5);
}
body {
  font-size: 62.5%;
  color: var(--text-color);
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.05em;/*都度調整してください*/
  line-height: 1.5;/*都度調整してください*/
	text-align: center;
	font-weight: 600;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;/*都度調整してください*/
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 26px 0px;/*都度調整してください*/
}
img {
  width: 100%;
  height: auto;
  display: block;
}
a {
  cursor: pointer;
	text-decoration: underline;
}
strong{
	font-size: 2rem;
}
small {
    font-size: 1.2rem;
}
p{
	display: block;
}
/*CTAエリア*/
.ctaArea a {
  width: 90%;
  margin: 0 auto;
}
