@charset "UTF-8";

body{
	letter-spacing: 0;
}
#kv h1{
	font-size: 2.3vw;
	width: 40%;
	line-height: 140%;
}
@media screen and (max-width: 768px){
	#kv h1{
		font-size: 4.3vw;
		width: 80%;
	}
	#kv h1 small{
		font-size: 3.5vw;
		font-weight: 500;
	}
}
#kv h1 figure{
	width: 100%;
}
#sec-efficacy dl{
	display: block;
}
#sec-efficacy dt{
	width: auto;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin: 0;
}
#sec-efficacy dd{
	width: 100%;
	margin: 0.5rem auto 1.5rem;
	padding-left: 1rem;
}

#footer p strong{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.15em;
}
  @media screen and (max-width: 1024px) {
		#footer p strong{
			font-size: 3rem;
		}
  }
  @media screen and (max-width: 750px) {
		#footer p strong{
			font-size: 6vw;
		}
  }
