/* ------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------ */
html, body, div, span, a, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, em, strong, small, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: inherit;
	text-align: inherit;
	font-weight: inherit;
	background: transparent;
}
ol,ul,li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, label, textarea {
	vertical-align: middle;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

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

html,body {
	width: 100%;
	height: 100%;
}
html {
	line-height: 1;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック" ,sans-serif;
	background: linear-gradient(45deg, #f3f5f9 0%, #edf1f8 100%);
}
body {
	text-align: left;
	word-break: break-all;
}
img {
	border: 0;
	margin: 0;
	vertical-align: text-bottom;
	max-width: 100%;	/* 追加 */
}
a {
	text-decoration: none;
}
