@charset "utf-8";



/****** ●●●●●●●● setting start ******/
body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	display: flex; /* フレックスボックスに有効に */
	flex-flow: column; /* 要素を縦に並べる */
	min-height: 100vh;
  	font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:500;
}
.all-wrapper{
	flex: 1; 
}
a{
	text-decoration: none;
	color: #333333;
}




@media screen and (min-width: 768px) {
	
}

/****** ●●●●●●●● setting end   ******/

