@charset "UTF-8";
/* 初期設定 */
*{
	margin: 0;
	padding: 0;
	color: #1d2b55;
	font-size: 100%;
	line-height: 1.6;
	letter-spacing: 0.1rem;
}

html {
	font-size: 62.5%;
	overflow: auto;
}

body {
	margin: 0;
	font-size: 1.6rem;
	line-height: 100%;
	font-family: 'Karma','Noto Serif JP', serif;
	vertical-align: baseline;
	overflow: hidden;
}

ul {
	list-style: none;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

p {
	line-height: 1.6;
}

small {
	font-size: 1.2rem;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}