/**/
html {
	box-sizing: border-box;
	overflow-y: scroll;
	font-size: 62.5%; /* 10px = 1rem */
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Noto Sans JP", "游ゴシック Medium", "YuGothic Medium", "Verdana", "Arial", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
    letter-spacing: 0.08em;
}

a:link{
    color: #333;
    text-decoration: none;
}

a:visited{
    color: #333;
}

a:hover{
    opacity: 0.7;
    transition: 0.3s;
}

*,
::before,
::after {
	box-sizing: inherit;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	border: none;
	vertical-align: top;
}