@charset "utf-8"; /*ブレークポイント2021年版*/
@media (max-width: 519px) {
	fieldset, legend, button {
		margin: 0;
		padding: 0;
		border: none;
		-moz-border-radius: 0;
		     border-radius: 0;
		outline: none;
		background: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
		background-color: #fff;
		margin: 0;
		padding: 4px;
		border: 1px solid #adadad;
		outline: none;
		font-size: 1.4rem;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="number"], input[type="datetime"], input[type="week"], textarea, select {
		width: 100%;
		color: #333;
		margin-right: 0;
		margin-left: 0;
		padding: .5em;
		border: 1px solid #adadad;
		-moz-border-radius: 3px;
		     border-radius: 3px;
		outline: none;
		background-color: #fff;
		font-size: 1.2rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}
	textarea {
		resize: vertical;
		width: 100%;
		height: 10em;
		font-size: 1.2rem;
		overflow: auto;
	}
	select {
		padding-right: 30px;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
		background-repeat: no-repeat;
		background-size: 12px 12px;
		background-position: right 8px center;
	}
	.select {
		display: inline-block;
		position: relative;
		overflow: hidden;
		background-color: #fff;
	}
	.select select {
		width: 100%;
		padding-right: 24px;
		border: 1px solid #adadad;
		background: none;
		text-overflow: "";
		cursor: pointer;
	}
	.select::before {
		position: absolute;
		top: 13px;
		right: 8px;
		width: 0;
		height: 0;
		padding: 0;
		content: "";
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #666;
		pointer-events: none;
	}
	/* radio & checkbox */
/*	input[type="radio"], input[type="checkbox"] {
		display: none;
	}
	input[type="radio"] + span, input[type="checkbox"] + span {
		display: inline-block;
		position: relative;
		margin-left: 8px;
		padding: 10px 20px;
		color: #555;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
		cursor: pointer;
	}
	input[type="radio"] + span::before, input[type="checkbox"] + span::before {
		position: absolute;
		top: 50%;
		left: -8px;
		width: 16px;
		height: 16px;
		content: "";
		margin-top: -8px;
		border: 1px solid #ccc;
		background: #fff;
	}*/
	/* fieldset */
	fieldset {
		padding: 8px 16px;
		border: 1px solid #ccc;
	}
	legend {
		padding: 0 8px;
	}
	/* button */
	input[type="submit"], input[type="reset"], input[type="button"], button {
    display: inline-block;
    margin: 0;
    border: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
	}
	input[type="button"].bl_submitBtn_blue {
		display: inline-block;
		margin: 0;
		padding: .5em 3em;
		border: none;
		border-bottom: 3px solid #c1c7cf;
		-moz-border-radius: 8px;
		     border-radius: 8px;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		-moz-appearance: button;
		     appearance: button;
		background: #dee1e6;
		color: #8ca3bf;
		font-size: 1rem;
		cursor: pointer;
	}
	/* ブラウザ対策
---------------------------------------------------------------------------- */
	/* Firefox */
	button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {}
	button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {}
	/* IE */
	input::-ms-clear {}
	input::-ms-reveal {}
	select::-ms-expand {
		display: none;
	}
	/* webkit */
	[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {}
	::-webkit-file-upload-button {}
	/* iOS */
	input[type="submit"]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="search"]::-webkit-search-decoration {
		display: none;
	}
	::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}
	input[type="search"]::-webkit-search-decoration {
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		-moz-appearance: none;
		-webkit-appearance: textfield;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		        appearance: none;
		background: none;
		outline: none;
		font-size: 16px;
	}
	/* 挙動
---------------------------------------------------------------------------- */
	/* hover */
/*	input:hover, textarea:hover, select:hover {}
	input[type="radio"] + span:hover, input[type="checkbox"] + span:hover {
		color: #000;
	}
	input[type="radio"] + span:hover::before, input[type="checkbox"] + span:hover::before {
		border-color: #000;
	}
	input[type="radio"] + span:hover::after, input[type="checkbox"] + span:hover::after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #ccc;
	}*/
	/* checked */
/*	input[type="radio"]:checked + span, input[type="checkbox"]:checked + span {
		color: #3498db;
	}
	input[type="radio"]:checked + span::before, input[type="checkbox"]:checked + span::before {
		border-color: #3498db;
	}
	input[type="radio"]:checked + span::after, input[type="checkbox"]:checked + span::after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #3498db;
	}*/
	/* radio */
	input[type="radio"] + span::before, input[type="radio"] + span:hover::after, input[type="radio"]:checked + span::after {
		-moz-border-radius: 50%;
		     border-radius: 50%;
	}
	/* button */
	input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
		opacity: .6;
	}
	/* focus */
	input:focus, textarea:focus {
		border-color: #3498db;
	}
	input[type="submit"]:focus, input[type=reset]:focus, input[type="button"]:focus, input[type="search"]:focus {
		outline-offset: -2px;
	}
	/* disabled */
	input:disabled, input:disabled:hover, textarea:disabled, textarea:disabled:hover {
		border-color: #ccc;
		background: #eee;
		cursor: not-allowed;
	}
	input[type="radio"]:disabled + span, input[type="checkbox"]:disabled + span {
		color: #ccc;
		cursor: not-allowed;
	}
	input[type="radio"]:disabled + span::before, input[type="checkbox"]:disabled + span::before {
		border-color: #ccc;
		cursor: not-allowed;
	}
	/* バリデーション */
	input:valid {}
	input:invalid {}
	input:required {}
	/* placeholder */
	input::-webkit-input-placeholder {
		color: #ccc;
	}
	input::-moz-placeholder {
		color: #ccc;
	}
	input:-ms-input-placeholder {
		color: #ccc;
	}
	textarea::-webkit-input-placeholder {
		color: #ccc;
	}
	textarea::-moz-placeholder {
		color: #ccc;
	}
	textarea:-ms-input-placeholder {
		color: #ccc;
	}
}
@media (min-width: 520px) and (max-width: 959px) {
	fieldset, legend, button {
		margin: 0;
		padding: 0;
		border: none;
		-moz-border-radius: 0;
		     border-radius: 0;
		outline: none;
		background: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
		background-color: #fff;
		margin: 0;
		padding: 4px;
		border: 1px solid #adadad;
		outline: none;
		font-size: 1.4rem;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="number"], input[type="datetime"], input[type="week"], textarea, select {
		width: 100%;
		color: #333;
		margin-right: 0;
		margin-left: 0;
		padding: .5em;
		border: 1px solid #adadad;
		-moz-border-radius: 3px;
		     border-radius: 3px;
		outline: none;
		background-color: #fff;
		font-size: 1.4rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}
	textarea {
		resize: vertical;
		width: 100%;
		height: 10em;
		font-size: 1.4rem;
		overflow: auto;
	}
	select {
		padding-right: 30px;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
		background-repeat: no-repeat;
		background-size: 12px 12px;
		background-position: right 8px center;
	}
	.select {
		display: inline-block;
		position: relative;
		overflow: hidden;
		background-color: #fff;
	}
	.select select {
		width: 100%;
		padding-right: 24px;
		border: 1px solid #adadad;
		background: none;
		text-overflow: "";
		cursor: pointer;
	}
	.select::before {
		position: absolute;
		top: 13px;
		right: 8px;
		width: 0;
		height: 0;
		padding: 0;
		content: "";
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #666;
		pointer-events: none;
	}
	/* radio & checkbox */
/*	input[type="radio"], input[type="checkbox"] {
		display: none;
	}
	input[type="radio"] + span, input[type="checkbox"] + span {
		display: inline-block;
		position: relative;
		margin-left: 8px;
		padding: 10px 20px;
		color: #555;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
		cursor: pointer;
	}
	input[type="radio"] + span::before, input[type="checkbox"] + span::before {
		position: absolute;
		top: 50%;
		left: -8px;
		width: 16px;
		height: 16px;
		content: "";
		margin-top: -8px;
		border: 1px solid #ccc;
		background: #fff;
	}*/
	/* fieldset */
	fieldset {
		padding: 8px 16px;
		border: 1px solid #ccc;
	}
	legend {
		padding: 0 8px;
	}
	/* button */
	input[type="submit"], input[type="reset"], input[type="button"], button {
    display: inline-block;
    margin: 0;
    border: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    color: #fff;
    cursor: pointer;
	}
	input[type="button"].bl_submitBtn_blue {
		display: inline-block;
		margin: 0;
		padding: .5em 3em;
		border: none;
		border-bottom: 3px solid #c1c7cf;
		-moz-border-radius: 8px;
		     border-radius: 8px;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		-moz-appearance: button;
		     appearance: button;
		background: #dee1e6;
		color: #8ca3bf;
		font-size: 1.4rem;
		cursor: pointer;
	}
	/* ブラウザ対策
---------------------------------------------------------------------------- */
	/* Firefox */
	button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {}
	button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {}
	/* IE */
	input::-ms-clear {}
	input::-ms-reveal {}
	select::-ms-expand {
		display: none;
	}
	/* webkit */
	[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {}
	::-webkit-file-upload-button {}
	/* iOS */
	input[type="submit"]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="search"]::-webkit-search-decoration {
		display: none;
	}
	::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}
	input[type="search"]::-webkit-search-decoration {
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		-moz-appearance: none;
		-webkit-appearance: textfield;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		        appearance: none;
		background: none;
		outline: none;
		font-size: 16px;
	}
	/* 挙動
---------------------------------------------------------------------------- */
	/* hover */
/*	input:hover, textarea:hover, select:hover {}
	input[type="radio"] + span:hover, input[type="checkbox"] + span:hover {
		color: #000;
	}
	input[type="radio"] + span:hover::before, input[type="checkbox"] + span:hover::before {
		border-color: #000;
	}
	input[type="radio"] + span:hover::after, input[type="checkbox"] + span:hover::after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #ccc;
	}*/
	/* checked */
/*	input[type="radio"]:checked + span, input[type="checkbox"]:checked + span {
		color: #3498db;
	}
	input[type="radio"]:checked + span::before, input[type="checkbox"]:checked + span::before {
		border-color: #3498db;
	}
	input[type="radio"]:checked + span::after, input[type="checkbox"]:checked + span::after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #3498db;
	}*/
	/* radio */
	input[type="radio"] + span::before, input[type="radio"] + span:hover::after, input[type="radio"]:checked + span::after {
		-moz-border-radius: 50%;
		     border-radius: 50%;
	}
	/* button */
	input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
		opacity: .6;
	}
	/* focus */
	input:focus, textarea:focus {
		border-color: #3498db;
	}
	input[type="submit"]:focus, input[type=reset]:focus, input[type="button"]:focus, input[type="search"]:focus {
		outline-offset: -2px;
	}
	/* disabled */
	input:disabled, input:disabled:hover, textarea:disabled, textarea:disabled:hover {
		border-color: #ccc;
		background: #eee;
		cursor: not-allowed;
	}
	input[type="radio"]:disabled + span, input[type="checkbox"]:disabled + span {
		color: #ccc;
		cursor: not-allowed;
	}
	input[type="radio"]:disabled + span::before, input[type="checkbox"]:disabled + span::before {
		border-color: #ccc;
		cursor: not-allowed;
	}
	/* バリデーション */
	input:valid {}
	input:invalid {}
	input:required {}
	/* placeholder */
	input::-webkit-input-placeholder {
		color: #ccc;
	}
	input::-moz-placeholder {
		color: #ccc;
	}
	input:-ms-input-placeholder {
		color: #ccc;
	}
	textarea::-webkit-input-placeholder {
		color: #ccc;
	}
	textarea::-moz-placeholder {
		color: #ccc;
	}
	textarea:-ms-input-placeholder {
		color: #ccc;
	}
}
@media (min-width: 960px) {
	fieldset, legend, button {
		margin: 0;
		padding: 0;
		border: none;
		-moz-border-radius: 0;
		     border-radius: 0;
		outline: none;
		background: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
		background-color: #fff;
		margin: 0;
		padding: 4px;
		border: 1px solid #adadad;
		outline: none;
		font-size: 1.4rem;
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="search"], input[type="number"], input[type="datetime"], input[type="week"], textarea, select {
		width: 100%;
		color: #333;
		margin-right: 0;
		margin-left: 0;
		padding: .5em;
		border: 1px solid #adadad;
		-moz-border-radius: 3px;
		     border-radius: 3px;
		outline: none;
		background-color: #fff;
		font-size: 1.4rem;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}
	textarea {
		resize: vertical;
		width: 100%;
		height: 10em;
		font-size: 100%;
		overflow: auto;
	}
	select {
		padding-right: 30px;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALJJREFUeNrslssNgCAQRCmB0ijBEuyEEijBEijBEizBEnAPy0UBWVj8JDvJJB5w3gsXVUoikXwsBrpAPdRCNcOmxi2P2yZ3cIKGU9dOCY0b590pdXhPHOyRyMEDsi4JhVIlSvBYTRGgSNTAQ+pFyyBRC7e5AdchUQt3d1fYIsEGb5Fgh1MktlFwisQwOIeE4/pGuDfhLRLscIrEMHiNxHB4SeIxeMyMPxkenyUSyT9zCDAAj5btZ4c3zaUAAAAASUVORK5CYII=");
		background-repeat: no-repeat;
		background-size: 12px 12px;
		background-position: right 8px center;
	}
	.select {
		display: inline-block;
		position: relative;
		overflow: hidden;
		background: #f2f2f2;
	}
	.select select {
		width: 100%;
		padding-right: 24px;
		border: 1px solid #adadad;
		background: none;
		text-overflow: "";
		cursor: pointer;
	}
	.select::before {
		position: absolute;
		top: 13px;
		right: 8px;
		width: 0;
		height: 0;
		padding: 0;
		content: "";
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #666;
		pointer-events: none;
	}
	/* radio & checkbox */
/*	input[type="radio"], input[type="checkbox"] {
		display: none;
	}
	input[type="radio"] + span, input[type="checkbox"] + span {
		display: inline-block;
		position: relative;
		margin-left: 8px;
		padding: 10px 20px;
		color: #555;
		font-size: 1.4rem;
		text-align: center;
		line-height: 1;
		cursor: pointer;
	}
	input[type="radio"] + span::before, input[type="checkbox"] + span::before {
		position: absolute;
		top: 50%;
		left: -8px;
		width: 16px;
		height: 16px;
		content: "";
		margin-top: -8px;
		border: 1px solid #ccc;
		background: #fff;
	}*/
	/* fieldset */
	fieldset {
		padding: 8px 16px;
		border: 1px solid #ccc;
	}
	legend {
		padding: 0 8px;
	}
	/* button */
	input[type="submit"], input[type="reset"], input[type="button"], button {
    display: inline-block;
    margin: 0;
    border: none;
    -moz-border-radius: 8px;
         border-radius: 8px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    color: #fff;
    cursor: pointer;
    border: none;
	}
	input[type="button"].bl_submitBtn_blue {
		display: inline-block;
		margin: 0;
		padding: .5em 3em;
		border: none;
		border-bottom: 3px solid #c1c7cf;
		-moz-border-radius: 8px;
		     border-radius: 8px;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		-moz-appearance: button;
		     appearance: button;
		background: #dee1e6;
		color: #8ca3bf;
		font-size: 1.6rem;
		cursor: pointer;
	}
	/* ブラウザ対策
---------------------------------------------------------------------------- */
	/* Firefox */
	button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {}
	button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {}
	/* IE */
	input::-ms-clear {}
	input::-ms-reveal {}
	select::-ms-expand {
		display: none;
	}
	/* webkit */
	[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {}
	::-webkit-file-upload-button {}
	/* iOS */
	input[type="submit"]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="search"]::-webkit-search-decoration {
		display: none;
	}
	::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}
	input[type="search"]::-webkit-search-decoration {
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		-moz-appearance: none;
		-webkit-appearance: textfield;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		        appearance: none;
		background: none;
		outline: none;
		font-size: 16px;
	}
	/* 挙動
---------------------------------------------------------------------------- */
	/* hover */
/*	input:hover, textarea:hover, select:hover {}
	input[type="radio"] + span:hover, input[type="checkbox"] + span:hover {
		color: #000;
	}
	input[type="radio"] + span:hover::before, input[type="checkbox"] + span:hover::before {
		border-color: #000;
	}
	input[type="radio"] + span:hover::after, input[type="checkbox"] + span:hover::after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #ccc;
	}*/
	/* checked */
/*	input[type="radio"]:checked + span, input[type="checkbox"]:checked + span {
		color: #3498db;
	}
	input[type="radio"]:checked + span::before, input[type="checkbox"]:checked + span::before {
		border-color: #3498db;
	}
	input[type="radio"]:checked + span::after, input[type="checkbox"]:checked + span::after {
		position: absolute;
		content: "";
		top: 50%;
		left: -4px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #3498db;
	}*/
	/* radio */
	input[type="radio"] + span::before, input[type="radio"] + span:hover::after, input[type="radio"]:checked + span::after {
		-moz-border-radius: 50%;
		     border-radius: 50%;
	}
	/* button */
	input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
		opacity: .6;
	}
	/* focus */
	input:focus, textarea:focus {
		border-color: #3498db;
	}
	input[type="submit"]:focus, input[type=reset]:focus, input[type="button"]:focus, input[type="search"]:focus {
		outline-offset: -2px;
	}
	/* disabled */
	input:disabled, input:disabled:hover, textarea:disabled, textarea:disabled:hover {
		border-color: #ccc;
		background: #eee;
		cursor: not-allowed;
	}
	input[type="radio"]:disabled + span, input[type="checkbox"]:disabled + span {
		color: #ccc;
		cursor: not-allowed;
	}
	input[type="radio"]:disabled + span::before, input[type="checkbox"]:disabled + span::before {
		border-color: #ccc;
		cursor: not-allowed;
	}
	/* バリデーション */
	input:valid {color: #333;}
	input:invalid {}
	input:required {}
	/* placeholder */
	input::-webkit-input-placeholder {
		color: #ccc;
	}
	input::-moz-placeholder {
		color: #ccc;
	}
	input:-ms-input-placeholder {
		color: #ccc;
	}
	textarea::-webkit-input-placeholder {
		color: #ccc;
	}
	textarea::-moz-placeholder {
		color: #ccc;
	}
	textarea:-ms-input-placeholder {
		color: #ccc;
	}
}