@charset "UTF-8";

html {
	font-size: 62.5%;
	/*scroll-behavior: smooth;
	scroll-padding-top: 85px;*/
}

body {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #323232;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*max-width: 100vw;*/
}

br {
	line-height: normal;
}

p,
ul li,
span,
dl dt,
dl dd {
	font-size: 2.3rem;
    line-height: 1.8;
}

a {
	text-decoration: none;
	transition: .3s;
}

a:hover {
	opacity: 0.5;
}

img {
	max-width: 100%;
	max-height: 100%;
}

ul {
	list-style: none;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media screen and (max-width: 767px) {
	html {
		font-size: 62.5%;
		font-size: calc(100vw / 55);
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	a:hover {
		opacity: 1;
	}
}
