@charset "utf-8";

* {
	font-size: 10px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, span, dl, dt, dd, dd, dt {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #40486c;
  letter-spacing: 0.1em;
}


img {
	width: 100%;
}

.wrapper {
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main_container {
	max-width: 400px;
	width: 90%;
	
}

@media screen and (min-width: 480px) {
	.spbr {display: none;}
	.cal_wrapper {
		max-width: 90vw;
		overflow-x: scroll;
	}
	}


@media screen and (max-width: 480px) {
p {font-size: 1.2rem;}

}