*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
* {text-decoration: none;}

html {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "palt";
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input, select {
/*
	-webkit-appearance: none;
  appearance: none;
*/
	vertical-align:middle;
	background: #fff;
	color:#222;
}

select{
	-webkit-appearance: none;
  appearance: none;
}

/* チェックボックスの代わりを成すラベル */
input[type="checkbox"]{
	-webkit-appearance: none; 
	display: none;
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 1px;
	height: 1px;
	color: #fff;
	margin: 0 20px 0 0;
}

/* ラベルの左に表示させる正方形のボックス□ */
input[type="checkbox"]::before{
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin: -11px 0;
	border-radius: 3px;
	left: 0;
	top: 50%;
	border: 1px solid #e6e6e6;
	background-color: #FFF;
	color: #fff;
}

/* チェックが入った時のレ点 */
input[type="checkbox"]:checked::after{
	content: url(/cmmn/img/icon/check.svg);
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	top: -8px;
	left: 2px;
	border-radius: 2px;
	background: orange;
	padding: 1px 2px 0 2px;
	font-size: 10px;
}

.spanDeviceClmName{
	padding-left: 20px;
}
