@charset "utf-8";


body{
    font-family:  "IBM Plex Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #666666;
	font-size:1rem;
	line-height:1.85;

	word-wrap: break-word;
}



/*追加：：：*/


#base {
    position: relative;
		height: 100vh;
		width: auto;
		padding: 0;
		margin: 0;
}


/*追加：：：*/


@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color:#666;
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}

/* font-family */



