@charset "utf-8";

/*----------------------------------------------------------------------------------------

	riset.css

----------------------------------------------------------------------------------------*/

html {
	font-size: 62.5% !important;/*=10px ベースのフォントサイズ*/
	overflow-y: scroll;
}
body {
	position: relative;
	font-weight: 400;
	line-height: 1.4;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, system-ui, sans-serif;
	font-feature-settings: "palt";
}
@media all and (-ms-high-contrast: none) {
  body {font-family: "メイリオ", Meiryo, sans-serif; }
}


body,a {
	color: #333;
}

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: 700;
}

table	{
	border-collapse: collapse;
	border-spacing: 0;
}

img	{
	border: 0;
	vertical-align: bottom;
}

li	{
	list-style-type: none;
}

input {
	font-size: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #999;
}
iframe {
    width: 100%;
	border: none;
    display: block;
}
time {
	display: block;
}
video {
	width: 100%;
	outline: none;
	display: block;
}


body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

.grecaptcha-badge {
    display: none!important;
}
