@charset "utf-8";

:root {
	--color-black: #555;
	--color-disable: #bfc4c9;
	--color-gray: #536471;
	--color-white: #ffffff;
	--color-blue: #1b9df0;
	--color-border: #999;
	--width_break: 600px;
	--border-radius: 6px;
}

body {
	font-family: "Segoe UI", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, arial, helvetica;
	font-size: 15px;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	color: var(--color-black);
	background: #fff;
	-webkit-text-size-adjust: none;
	padding: 56px 0 0 0;
	height: 100%;
	box-sizing: border-box;
}

h1 {
	display: block;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2,
h3 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

input,
button,
textarea,
select {
	font-family: "Segoe UI", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, sans-serif, arial, helvetica;
	font-size: 15px;
}

input[type="text"],
input[type="password"],
textarea,
select {
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	vertical-align: top;
	background-color: #ffffff;
	border: 1px solid var(--color-black);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: var(--color-black);
}

img {
	-ms-interpolation-mode: bicubic;
	/*	display: block;*/
	border: none;
}

a {
	text-decoration: none;
	color: var(--color-black);
}

a:hover {
	color: var(--color-black);
}

.AutoLink {
	text-decoration: none;
	color: var(--color-black);
}

.typcn {
	font-size: 18px;
}

.social-icon {
	display: inline-block;
	margin: 0 5px;
	font-size: 20px;
	font-family: WebSymbolsLigaRegular;
}

.social-icon.FaceBook {
	color: #3b5998;
}

.social-icon.GoogleP {
	color: #c53727;
}

/*.social-icon.Twitter {color: #00a1e9;}*/
.social-icon.Twitter {
	color: #aaa;
}

.social-icon.Hatena {
	color: #0075c2;
}


.Selected {
	color: #1d9bf0;
}

hr {
	width: 100%;
	height: 0px;
	border: 0px;
}

form,
button {
	border: 0;
	margin: 0;
	padding: 0;
}

.BtnBase,
input[type="submit"],
input[type="button"],
button {
	display: flex;
	height: 30px;
	justify-content: center;
	align-items: center;
	border: solid 1px var(--color-blue);
	background-color: var(--color-blue);
	color: var(--color-white);
	box-sizing: content-box;
	border-radius: 999px;
	cursor: pointer;
}

.BtnBase.Selected,
.BtnBase:hover,
input[type="submit"].Selected,
input[type="button"].Selected,
button.Selected {
	border: solid 1px var(--color-black);
	background-color: var(--color-black);
	color: var(--color-white);
}

.BtnBase.Disabled,
.BtnBase.Disabled:hover,
input[type="submit"].Disabled,
input[type="submit"].Disabled:hover,
input[type="button"]:disabled,
button.Disabled,
button.Disabled:hover,
button:disabled {
	border-color: var(--color-disable);
	background-color: var(--color-disable);
	cursor: default;
	color: var(--color-white);
}

.onoffswitch {
	position: relative;
	width: 46px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.onoffswitch .onoffswitch-checkbox {
	display: none;
}

.onoffswitch .onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #eee;
	border-radius: 20px;
}

.onoffswitch .onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch .onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 18px;
	padding: 0;
	line-height: 18px;
	font-size: 9px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: normal;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch .onoffswitch-inner:before {
	content: "OK";
	padding-left: 10px;
	background-color: #4ae;
	color: #FFFFFF;
	text-align: left;
}

.onoffswitch .onoffswitch-inner:after {
	content: "NG";
	padding-right: 10px;
	background-color: #aaa;
	color: #FFFFFF;
	text-align: right;
}

.onoffswitch.OnOff .onoffswitch-inner:before {
	content: "ON";
}

.onoffswitch.OnOff .onoffswitch-inner:after {
	content: "OFF";
	padding-right: 6px;
}

.onoffswitch .onoffswitch-switch {
	display: block;
	width: 12px;
	margin: 3px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	border: 1px solid #eee;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.toggle-label {
	grid-column: 2;
	grid-row: 1;
	width: 40px;
	height: 24px;
	background-color: var(--color-toggle-off);
	position: relative;
	display: inline-block;
	border-radius: 100px;
	transition: 0.4s;
	box-sizing: border-box;
}
.toggle-label::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	left: 2px;
	top: 2px;
	z-index: 2;
	background: #fff;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
	transition: 0.4s;
}

.toggle-input {
	grid-column: 2;
	grid-row: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 24px;
	border-radius: 100px;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}
.toggle-input:checked + .toggle-label::after {
	left: 18px;
}
.toggle-input:checked + .toggle-label {
	background: var(--color-toggle-on);
}


.Wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

#DispMsg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 10px;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	color: #fff;
	box-sizing: border-box;
	z-index: 999;
	text-align: center;
}

