html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, select, button, caption, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.0;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
body {
	background: #F4F3F4;
	font-family: Verdana, "Verdana", Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	color: #2a2a2a;
	-webkit-text-size-adjust: 100%
}
html {
	font-size: 62.5%;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased
}
body, html {
	height: 100%
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
table {
	border-collapse: collapse
}
a {
	font-weight: 700;
	color: #1098ac;
	text-decoration: none;
	overflow: hidden;
	outline: none
}
img, video, object, embed {
	max-width: 100%;
	height: auto !important
}
img {
	vertical-align: bottom;
	border: 0
}
iframe {
	max-width: 100%
}
input, textarea, button, select {
	font-family: Verdana, "Verdana", Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}
input[type='date'], select {
	cursor: pointer
}
input[type='text'], input[type='date'], input[type='password'], select, textarea {
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding: 8px 10px
}
input[type='text']:focus, input[type='date']:focus, input[type='password']:focus, select:focus, textarea:focus {
	border-color: #F1CE00
}
select {
	padding-right: 1.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/arrow-down.png) right 0.4em center no-repeat #fff;
	background-size: 10px
}
input[type='text'], input[type='password'], textarea {
	cursor: text
}
input[type='file'], input[type='checkbox'], input[type='radio'] {
	cursor: pointer
}
button:focus, input[type='text']:focus, input[type='password']:focus, input[type='date']:focus, input[type='file']:focus, input[type='checkbox']:focus, input[type='radio']:focus, select:focus, textarea:focus {
	outline: none
}
label {
	display: inline-block;
	cursor: pointer
}
button {
	cursor: pointer
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, input::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: 0
}
::-moz-selection {
	background: #c3bec3;
	color: white;
	text-shadow: none
}
::selection {
	background: #c3bec3;
	color: white;
	text-shadow: none
}
a, img, input, button, select, .nav-menu [id^="icon-"] {
	-webkit-transition: .3s;
	transition: .3s
}
header:after, .container:after, .footer-inner:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	overflow: hidden
}
.defs {
	display: none
}
header {
	width: 100%;
	padding: 1.2em 1.8em;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 70;
	-webkit-box-shadow: 0 1px 3px rgba(120, 120, 120, 0.2);
	-ms-box-shadow: 0 1px 3px rgba(120, 120, 120, 0.2);
	box-shadow: 0 1px 3px rgba(120, 120, 120, 0.2)
}
header .logo img {
	width: 280px;
	height: auto
}
header .logo:hover {
	opacity: .8
}
header ul {
	float: right;
	padding-top: .7em
}
header li {
	display: inline-block;
	padding: 0 .5em;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .05em
}
header li:first-child {
	padding-right: 1em;
	border-right: solid 1px #ddd
}
header a:not(.logo) {
	font-weight: 600;
	color: #1098ac
}
header a:not(.logo):hover {
	opacity: .7
}
#btn-hamburger {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80
}
#btn-hamburger span {
	display: block;
	width: 26px;
	height: 3px;
	background: #2a2a2a;
	position: absolute;
	left: 12px
}
#btn-hamburger span:first-child {
	top: 13px
}
#btn-hamburger span:nth-child(2) {
	top: 24px
}
#btn-hamburger span:last-child {
	top: 35px
}
#btn-hamburger, #btn-dotted {
	display: none
}
aside {
	width: 110px;
	height: 100%;
	padding-top: 50px;
	background: #293B49;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 65;
	-ms-overflow-style: none
}
.nav-menu {
	text-align: center
}
.nav-menu li {
	border-bottom: solid 1px #5c6d7b
}
.nav-menu a {
	display: block;
	width: 100%;
	height: 100px;
	padding: 1.8em .5em .5em;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 600;
	color: #ccc;
	white-space: nowrap;
	position: relative
}
.nav-menu a:hover {
	background: #23333f;
	color: #fff
}
.nav-menu a:hover [id^="icon-"] {
	fill: #fff
}
.nav-menu [id^="icon-"] {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 1em;
	fill: #637682
}
.nav-menu .current {
	position: relative
}
.nav-menu .current a {
	background: url(../img/nav_active.svg) center -0.7rem no-repeat #1c2932;
	background-size: 100%;
	color: #fff;
	cursor: default
}
.nav-menu .current:after {
	content: '';
	display: inline-block;
	border-right: solid 10px #F4F3F4;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px
}
.nav-menu .current [id^="icon-"] {
	fill: #fff
}
.nav-menu .notification {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #ef0f0f;
	border-radius: 50%;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 100;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 1em;
	right: 1em
}
.nav-menu .recovery_notification {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #2e8cc2;
	border-radius: 50%;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 100;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 3.1em;
	right: 1em
}
.wrap-userdata {
	display: none;
	padding: 1.8em 1.5em 2em;
	background: #F4F7F8;
	border-right: solid 1px #ddd;
	text-align: center;
	position: relative
}
.wrap-userdata p {
	margin-bottom: 1em;
	font-size: 11px;
	font-size: 1.1rem
}
.wrap-userdata a {
	display: block;
	width: 100px;
	margin: 0 auto;
	padding: .8em .5em;
	background: #f1f5f6;
	border: solid 1px #cdcdcd;
	border-radius: 4px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #2a2a2a;
	letter-spacing: .04em;
	white-space: nowrap
}
.wrap-userdata #icon-user {
	width: 16px;
	height: 16px;
	margin-right: .3em;
	fill: #ccc;
	vertical-align: middle
}
#btn-close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 75
}
#btn-close:before, #btn-close:after {
	content: '';
	display: block;
	width: 34px;
	height: 3px;
	background: #293B49;
	position: absolute;
	top: 22px;
	left: 8px
}
#btn-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#btn-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
main {
	display: block;
	min-height: 100vh;
	padding: 50px 0 0 110px;
	background: #F4F3F4
}
.main-inner {
	padding: 1.8em
}
.block-container {
	margin-bottom: 1.7em;
	padding: 2em;
	background: #fff;
	border: solid 1px #eee;
	-webkit-box-shadow: 0 1px 2px rgba(165, 165, 165, 0.1);
	-ms-box-shadow: 0 1px 2px rgba(165, 165, 165, 0.1);
	box-shadow: 0 1px 2px rgba(165, 165, 165, 0.1)
}
.headline, .headline-none {
	margin-bottom: .2em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.3;
	position: relative;
	-webkit-text-align: justify;
	-ms-text-align: justify;
	text-align: justify
}
.headline+p, .headline-none+p {
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: .03em;
	line-height: 1.6;
	-webkit-text-align: justify;
	-ms-text-align: justify;
	text-align: justify
}
.headline span, .headline-none span {
	display: inline-block
}
.headline span:after, .headline-none span:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 1em 4px .6em;
	border-right: solid 1px;
	border-bottom: solid 1px;
	vertical-align: bottom;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.headline svg, .headline-none svg {
	width: 24px;
	height: 24px;
	margin: 0 .4em 3px 0;
	vertical-align: middle
}
.headline:before {
	content: '';
	display: block;
	width: 4px;
	height: 42px;
	background: #ef0f0f;
	position: absolute;
	top: 6px;
	left: -1em
}
.head-txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6
}
.block-cols-head .head-txt {
	margin-top: 1em
}
footer {
	margin-top: 2em;
	padding-left: 100px;
	background: #F4F3F4
}
.link-before {
	padding: 0 2.4em;
	text-align: right
}
.link-before a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #666;
	letter-spacing: .04em
}
.link-before a:hover {
	opacity: .7
}
.link-before svg {
	width: 13px;
	height: 13px;
	margin-right: .4em;
	vertical-align: bottom;
	fill: #666
}
.footer-inner {
	padding: 1em 1.8em 1.3em
}
.footer-inner>div {
	padding: 1.5em .8em 0;
	border-top: solid 1px #ddd
}
.footer-inner ul {
	float: left
}
.footer-inner li {
	display: inline-block
}
.footer-inner li:after {
	content: '|';
	margin: 0 .8em 0 1em;
	display: inline-block;
	color: #ccc;
	vertical-align: top
}
.footer-inner li:last-child:after {
	content: none
}
.footer-inner li a {
	font-size: 13px;
	font-size: 1.3rem
}
.footer-inner a {
	color: #2a2a2a
}
.footer-inner a:hover {
	color: #1098ac
}
.footer-inner p {
	float: right;
	font-size: 12px;
	font-size: 1.2rem
}
.footer-inner p a {
	font-weight: 600
}
.link-pc {
	display: none
}
.block-policy {
	padding: 5em 6em
}
.block-policy h3 {
	margin-bottom: 2em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 1.4
}
.block-policy p, .block-policy li {
	margin-bottom: 1.5rem;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	-webkit-text-align: justify;
	-ms-text-align: justify;
	text-align: justify
}
.block-policy p+h3, .block-policy ol+h3 {
	margin-top: 2em
}
.block-policy a {
	display: inline-block;
	margin-bottom: 1em;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4
}
.block-policy a:hover {
	text-decoration: underline
}
.block-policy table {
	width: 300px;
	margin: 1.5em 0
}
.block-policy table th, .block-policy table td {
	padding: .6em;
	border: solid 1px #ddd;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left
}
.block-policy table th {
	background: #F4F7D6;
	font-weight: 600
}
.block-sitemap {
	padding: 4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}
.block-sitemap ul {
	width: 48%
}
.block-sitemap li:not(.heading) {
	margin-bottom: 1.4rem;
	padding-left: 2.4rem
}
.block-sitemap li:not(.heading)+.heading {
	margin-top: 2.4rem
}
.block-sitemap .heading {
	margin-bottom: 2rem;
	padding: .8rem 1.2rem;
	background: #f9f8f9;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .1rem
}
.block-sitemap a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 100;
	letter-spacing: .04rem
}
.block-sitemap a:before {
	content: '';
	display: inline-block;
	margin-right: .8rem;
	border-left: solid 6px #ddd;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent
}
.block-sitemap a:hover {
	color: #12adc3;
	text-decoration: underline
}
#wrap-loading {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 100
}
#wrap-loading>div {
	width: 50%;
	position: absolute;
	top: 40%;
	left: 25%
}
#wrap-loading .icon-dovalve {
	display: inline-block;
	margin-bottom: 1.5em
}
#wrap-loading p {
	margin-bottom: .6em;
	letter-spacing: 0.2em;
	color: #894AC7
}
[class^='btn-'] {
	display: inline-block;
	padding: 1.2em;
	background: #efefef;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: .06em;
	position: relative
}
[class^='btn-']:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: solid 2px;
	border-bottom: solid 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 1.4em;
	right: 1em
}
.block-alert-message {
	display: block;
	margin-bottom: 1.4em;
	padding: 3rem 4rem;
	background: #ef0f0f;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
	letter-spacing: .06em;
	position: relative
}
.block-alert-message:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -6px
}
.block-alert-message:hover {
	background: #f23030;
	-webkit-box-shadow: 0 2px 5px rgba(51, 51, 51, 0.5);
	-ms-box-shadow: 0 2px 5px rgba(51, 51, 51, 0.5);
	box-shadow: 0 2px 5px rgba(51, 51, 51, 0.5)
}
.block-alert-message img {
	width: 40px;
	height: auto;
	margin-right: .8em;
	display: inline-block;
	vertical-align: middle
}
.block-news {
	width: 100%;
	display: table
}
.block-news>div {
	display: table-cell;
	vertical-align: middle
}
.block-news .title {
	width: 35%;
	padding-right: 1.8em;
	border-right: solid 1px #ddd
}
.block-news .list {
	width: 65%;
	padding-left: 1.8em
}
.block-news .list>p {
	text-align: right
}
.block-news ul {
	font-size: 14px;
	font-size: 1.4rem
}
.block-news li {
	margin-bottom: .8em
}
.block-news a:hover {
	text-decoration: underline
}
.block-news time {
	margin-right: 1em
}
.block-news .link-detail {
	display: inline-block;
	padding-right: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	position: relative
}
.block-news .link-detail:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: solid 2px #18adc3;
	border-bottom: solid 2px #18adc3;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 2px;
	right: 2px
}
.block-news .link-detail:hover {
	opacity: .7
}
.block-welcome {
	position: relative
}
.block-welcome .delete-welcome-area {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
	opacity: .8
}
.block-welcome .delete-welcome-area:before, .block-welcome .delete-welcome-area:after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background: #ccc;
	position: absolute;
	top: 13px;
	left: 2px
}
.block-welcome .delete-welcome-area:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.block-welcome .delete-welcome-area:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.block-welcome .delete-welcome-area:hover {
	opacity: 1
}
.block-welcome .steps {
	margin: 1em auto 1.5em;
	display: table;
	text-align: center
}
.block-welcome .steps li {
	display: table-cell;
	padding: 0 2em;
	vertical-align: top
}
.block-welcome .steps li:first-child {
	position: relative
}
.block-welcome .steps li:first-child:after {
	content: '';
	display: block;
	width: 80%;
	height: 30px;
	background: url(../img/dash.svg) left center no-repeat;
	background-size: contain;
	position: absolute;
	left: 60%;
	top: 25%;
	z-index: 9
}
.block-welcome .steps-1 {
	width: 90%
}
.block-welcome .steps-1 li:nth-child(2) {
	position: relative
}
.block-welcome .steps-1 li:nth-child(2):after {
	content: '';
	display: block;
	width: 80%;
	height: 30px;
	margin-top: 30px;
	background: url(../img/dash.svg) left center no-repeat;
	background-size: contain;
	position: absolute;
	left: 60%;
	top: 25%;
	z-index: 9;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.block-welcome .steps-2 {
	width: 90%
}
.block-welcome .image div {
	width: 110px;
	height: 110px;
	margin: 2em auto;
	background: #ccc;
	border-radius: 50%;
	position: relative;
	z-index: 10
}
.block-welcome svg {
	width: 50px;
	height: 50px;
	margin-top: 2.8em;
	fill: #fff
}
.block-welcome .num {
	display: block;
	width: 35px;
	height: 35px;
	background: #fff;
	border: solid 3px #ccc;
	border-radius: 50%;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: 600;
	color: #ccc;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: -3px;
	left: -3px
}
.block-welcome .body p {
	margin-bottom: .6em;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.4
}
.block-welcome .body small {
	display: block;
	margin-top: 1em;
	line-height: 1.4
}
.block-welcome .btn-entry {
	width: 180px;
	padding: 1.2em 1em;
	background: #2e8cc2;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff
}
.block-welcome .btn-entry:after {
	border-right-color: #fff;
	border-bottom-color: #fff
}
.block-welcome .btn-entry:hover {
	background: #3d9bd1
}
.block-welcome .btn-entry:active {
	top: 2px
}
.wrap-guide {
	width: 100%;
	padding: 3em 0 2em;
	display: table
}
.wrap-guide>div {
	display: table-cell;
	vertical-align: top;
	text-align: center
}
.wrap-guide>div:first-child {
	width: 60%;
	padding-right: 1%
}
.wrap-guide>div:nth-child(2) {
	width: 40%;
	padding-left: 1%
}
.wrap-guide .block-guide {
	padding: 2.5em 0 1em;
	background: #f6f6f6
}
.wrap-guide .head {
	display: inline-block;
	padding: 1.5em 2em;
	background: #fff;
	position: relative
}
.wrap-guide .head:after {
	content: '';
	display: inline-block;
	border-top: solid 1.6em #fff;
	border-right: solid .8em transparent;
	border-left: solid .8em transparent;
	position: absolute;
	bottom: -1.6em;
	left: 50%;
	margin-left: -.5em
}
.wrap-guide .head img {
	width: 50px;
	height: auto;
	margin: 0 .5em 1.5em;
	display: inline-block
}
.wrap-guide .head p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .1rem
}
@media screen and (max-width: 1360px) {
	.wrap-guide {
		display: block
	}
	.wrap-guide>div {
		display: block;
		width: 100% !important;
		padding: 0 !important
	}
	.wrap-guide>div:first-child {
		margin-bottom: 2em
	}
	.block-welcome .steps-2 {
		width: 60%
	}
}
.watchlist-list {
	width: 100%;
	margin-top: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}
.watchlist-list .icon-linkover {
	width: 16px;
	height: 16px;
	margin: 0 .3em -.3rem 0
}
.watchlist-list dl {
	width: 32.5%;
	margin-bottom: 15px
}
.watchlist-list dl:not(.block-add-watchlist) {
	border: solid 2px #dedede;
	padding: 0 10px
}
.watchlist-list dl:not(.block-add-watchlist) dt {
	padding: 12px 0 10px;
	border-bottom: solid 1px #ddd;
	position: relative
}
.watchlist-list dl:not(.block-add-watchlist) dd {
	height: auto;
	min-height: 145px
}
.watchlist-list dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}
.watchlist-list dd>p:not(.c-error-txt) {
	position: absolute;
	bottom: 1em;
	right: .1em;
	font-size: 11px;
	font-size: 1.1rem;
	color: #aaa;
	z-index: 25
}
.watchlist-list a:not(.add-watchlist) {
	padding: 0 2rem 0 0;
	background: transparent;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: left;
	line-height: 1.3
}
.watchlist-list [class^='btn-']:after {
	content: none
}
.watchlist-list ul {
	width: 100%;
	margin: 12px 0 15px;
	font-size: 0
}
.watchlist-list ul li {
	display: inline-block;
	width: 50%;
	margin-bottom: 10px;
	padding: 8px 4px 8px 26px;
	background: url(../img/watchlist/default.svg) 6px center no-repeat;
	background-size: 32px;
	font-family: "Trebuchet MS", sans-serif;
	vertical-align: middle;
	text-align: center;
	position: relative;
	white-space: nowrap
}
.watchlist-list ul li:nth-child(odd):after {
	content: '|';
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ccc;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px
}
.watchlist-list ul p {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600
}
.watchlist-list ul em {
	font-size: 32px;
	font-size: 3.2rem;
	padding-right: .16em;
	color: #ababab;
	letter-spacing: -.2rem
}
.watchlist-list .temperature {
	background: url(../img/watchlist/temperature.svg) 12px center no-repeat;
	background-size: 20px
}
.watchlist-list .temperature em {
	color: #ef0f0f
}
.watchlist-list .humidity {
	background: url(../img/watchlist/humidity.svg) 12px center no-repeat;
	background-size: 18px
}
.watchlist-list .humidity em {
	color: #3DA9D6
}
.watchlist-list .illuminance {
	background: url(../img/watchlist/illuminance.svg) 6px center no-repeat;
	background-size: 32px
}
.watchlist-list .illuminance em {
	color: #E8A424
}
.watchlist-list .ultraviolet {
	background: url(../img/watchlist/ultraviolet.svg) 8px center no-repeat;
	background-size: 28px
}
.watchlist-list .ultraviolet em {
	color: #8B5BBD
}
.watchlist-list .co2 {
	background: url(../img/watchlist/co2.svg) 6px center no-repeat;
	background-size: 34px
}
.watchlist-list .co2 em {
	color: #bcced4
}
.watchlist-list .voltage {
	background: url(../img/watchlist/voltage.svg) 7px center no-repeat;
	background-size: 28px
}
.watchlist-list .voltage em {
	color: #C4443C
}
.watchlist-list .pulse {
	background: url(../img/watchlist/pulse.svg) 8px center no-repeat;
	background-size: 28px
}
.watchlist-list .pulse em {
	color: #82B13D
}
.watchlist-list .ampere {
	background: url(../img/watchlist/ampere.svg) 7px center no-repeat;
	background-size: 28px
}
.watchlist-list .ampere em {
	color: #046AAD
}
.watchlist-list .list-tr4 {
	background: url(../img/watchlist/list_tr4.svg) bottom 15px center no-repeat;
	background-size: 26%
}
.watchlist-list .list-tr7 {
	background: url(../img/watchlist/list_tr7.svg) bottom 30px center no-repeat;
	background-size: 26%
}
.watchlist-list .list-rtr500 {
	background: url(../img/watchlist/list_rtr500.svg) bottom 15px center no-repeat;
	background-size: 24%
}
.watchlist-list .list-tr700 {
	background: url(../img/watchlist/list_tr700.svg) bottom 30px center no-repeat;
	background-size: 26%
}
.watchlist-list .list-delete {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ededed;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px
}
.watchlist-list .list-delete:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 2px;
	background: #ccc;
	position: absolute;
	top: 9px;
	left: 4px
}
.watchlist-list .list-delete:hover {
	opacity: .7
}
.watchlist-list .c-error dd:after {
	content: '';
	display: block;
	width: 100%;
	height: 98%;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20
}
.watchlist-list .c-error li {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 32px
}
.watchlist-list .c-error-txt {
	padding: 1rem;
	background: #fef4f4;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #ef0f0f;
	text-align: center;
	line-height: 1.4;
	letter-spacing: .08rem;
	position: absolute;
	top: 32%;
	left: 50%;
	margin-left: -100px;
	z-index: 25
}
.watchlist-list .s-error p span {
	display: inline-block;
	padding: 1rem;
	background: #fef4f4;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #ef0f0f;
	letter-spacing: .1rem
}
.watchlist-list .font-small ul em {
	font-size: 26px;
	font-size: 2.6rem
}
.block-add-watchlist {
	width: 32.5%;
	min-height: 178px;
	margin-bottom: 15px;
	padding: 0;
	border: dashed 2px #dedede
}
.add-watchlist {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(230, 230, 230, 0.1);
	position: relative
}
.add-watchlist svg {
	width: 80px;
	height: 80px;
	fill: #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	-webkit-transition: .3s;
	transition: .3s
}
.add-watchlist:hover {
	background: rgba(221, 221, 221, 0.3)
}
.add-watchlist:hover svg {
	fill: #999
}
#modal-add-watchlist .table-scroll {
	height: 45vh
}
#modal-add-watchlist .wrap-modal-btn {
	margin-top: 3em
}
#modal-add-watchlist .txt-error {
	margin: .8em 0 -1.2em;
	text-align: center
}
.table-clicable tr {
	cursor: pointer
}
.table-clicable tr:not(.current):nth-child(even) td {
	background: #f9f8f9
}
.table-clicable tr:not(.current):hover td {
	background: #fafbeb
}
#breadcrumb {
	margin: -.4em 0 1.3em;
	padding-left: .3em
}
#breadcrumb li {
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: .02em
}
#breadcrumb li:after {
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	margin: 0 .4em .25em;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle
}
#breadcrumb li:last-child:after {
	content: none
}
#breadcrumb li, #breadcrumb a {
	color: #505050
}
#breadcrumb a {
	font-weight: normal
}
#breadcrumb a:hover {
	opacity: .5
}
#breadcrumb svg {
	width: 12px;
	height: 12px;
	margin-right: .25em;
	fill: #aaa;
	vertical-align: bottom
}
#breadcrumb .icon-easel {
	width: 16px;
	height: 12px
}
.block-newslist h3 {
	margin-bottom: .8em;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: 600;
	letter-spacing: .1em
}
.block-newslist .list {
	margin-bottom: 1em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd
}
.block-newslist .list li {
	padding: 1em;
	border-bottom: dashed 1px #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .04em
}
.block-newslist .list li:last-child {
	border-bottom: none
}
.block-newslist .list li:nth-child(odd) {
	background: #fbfbfb
}
.block-newslist .list time {
	padding-right: 1.2em;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Trebuchet MS", sans-serif;
	color: #777
}
.block-newslist .list a:hover {
	text-decoration: underline
}
.block-news-detail h3 {
	margin-bottom: .4em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4
}
.block-news-detail time {
	display: block;
	margin-bottom: 1em;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Trebuchet MS", sans-serif;
	color: #999;
	text-align: right;
	letter-spacing: .05em
}
.block-news-detail p {
	margin-bottom: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	-webkit-text-align: justify;
	-ms-text-align: justify;
	text-align: justify
}
.block-news-detail a {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8
}
.data-tabmenu, .alert-tabmenu {
	margin: 1em 0;
	padding-left: 10px;
	border-bottom: solid 1px #ccc
}
.data-tabmenu li, .alert-tabmenu li {
	display: inline-block;
	background: #d1cece;
	border: solid 1px #d1cece
}
.data-tabmenu a, .alert-tabmenu a {
	display: block;
	padding: 1em 3em;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: .08em
}
.data-tabmenu li:not(.current) a:hover, .alert-tabmenu li:not(.current) a:hover {
	opacity: .7
}
.data-tabmenu .current, .alert-tabmenu .current {
	position: relative;
	z-index: 60;
	bottom: -2px;
	background: #fff;
	border-bottom-color: #fff;
	position: relative
}
.data-tabmenu .current:after, .alert-tabmenu .current:after {
	content: '';
	display: inline-block;
	border-top: solid 7px #2e8cc2;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	border-bottom: none;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -6px
}
.data-tabmenu .current a, .alert-tabmenu .current a {
	padding-top: 1.1em;
	color: #2e8cc2;
	cursor: default
}
.data-tabmenu .current svg, .alert-tabmenu .current svg {
	fill: #2e8cc2
}
.data-tabmenu svg, .alert-tabmenu svg {
	width: 14px;
	height: 14px;
	margin-right: .4em;
	fill: #fff;
	vertical-align: top
}
.data-tabmenu+.headline-none, .alert-tabmenu+.headline-none {
	margin-top: 3em
}
.data-tabmenu+p, .alert-tabmenu+p {
	margin-top: 2em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4
}
.data-setting {
	position: absolute;
	top: 2em;
	right: 2em
}
.data-setting a {
	display: inline-block;
	padding: .6em 1em;
	background: #f9f8f8;
	border: solid 1px #ddd;
	border-radius: .2em;
	font-size: 13px;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .1rem
}
.data-setting a:hover {
	background: #fbfbfb;
	color: #999
}
.data-setting svg {
	width: 14px;
	height: 14px;
	margin-right: .4em;
	fill: #c5c1c1;
	vertical-align: middle
}
.data-setting+.headline-none {
	margin-top: 3em
}
#add-pickup {
	display: inline-block;
	margin: 0 auto;
	padding: 1em;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: .06em
}
.block-datalist {
	position: relative
}
.block-datalist table {
	margin-bottom: 4em
}
.block-datalist table th:first-child {
	width: 5%
}
.block-datalist table th:nth-last-child(2), .block-datalist table th:last-child {
	width: 10%
}
.block-datalist table th:nth-last-child(3) {
	width: 20%
}
.block-datalist table td:nth-last-child(2), .block-datalist table td:last-child {
	white-space: nowrap
}
.block-datalist table img {
	width: 30px;
	height: auto
}
.block-datalist thead th {
	padding: .7em;
	letter-spacing: .04em;
	white-space: nowrap
}
.block-datalist .icon-graph {
	width: 30px;
	height: 30px
}
.block-datalist input {
	display: none
}
.block-datalist input+label {
	-webkit-transition: .3s;
	transition: .3s
}
.block-datalist input:checked+label {
	border-color: #2e8cc2;
	background-color: #2e8cc2;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.block-datalist input:checked+label:after {
	opacity: 1
}
.block-datalist label {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #fff;
	border: solid 2px #ddd;
	border-radius: 2px;
	position: relative
}
.block-datalist label:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 14px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: 1px;
	left: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}
.block-datalist .tr-disabled label {
	cursor: default
}
.block-datalist .tr-disabled input:checked+label {
	border-color: #ddd
}
.block-datalist .tr-disabled input:checked+label:after {
	content: none
}
.block-datalist .device-name {
	padding-right: 80px;
	text-align: left;
	position: relative
}
.block-datalist .device-info {
	white-space: nowrap
}
.block-datalist .device-info span {
	display: inline-block;
	vertical-align: middle
}
.block-datalist .device-data {
	text-align: left
}
.block-datalist .device-data span {
	display: inline-block;
	margin-right: .8em;
	line-height: 2;
	white-space: nowrap
}
.block-datalist .device-data em {
	display: inline-block;
	margin-right: .4rem;
	padding: .2rem .4rem;
	border: solid 1px #ddd;
	border-radius: .2rem;
	background: #f9f8f9;
	font-size: 12px;
	font-size: 1.2rem;
	color: #777;
	vertical-align: middle
}
.block-datalist>img {
	display: block;
	width: 60%;
	max-width: 850px;
	height: auto;
	margin: 3em auto
}
.block-datalist #add-pickup {
	display: block;
	width: 240px
}
.block-datalist .btn-open-window {
	padding: 0 !important;
	background: transparent !important
}
@-webkit-keyframes currentRotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}
@keyframes currentRotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}
[class^='battery'] {
	width: 30px;
	height: 20px
}
.battery-5-5 {
	background: url("../img/battery/5-5.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-5-4 {
	background: url("../img/battery/5-4.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-5-3 {
	background: url("../img/battery/5-3.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-5-2 {
	background: url("../img/battery/5-2.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-5-1 {
	background: url("../img/battery/5-1.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-3-3 {
	background: url("../img/battery/3-3.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-3-2 {
	background: url("../img/battery/3-2.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-3-1 {
	background: url("../img/battery/3-1.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-0 {
	background: url("../img/battery/0.svg") left center no-repeat;
	background-size: 30px 20px
}
.battery-ex {
	background: url("../img/battery/ex_batt.svg") left center no-repeat;
	background-size: 30px 30px;
  width:30px;
  height:30px;
  position:relative;
  top:-2px;
}
[class^='clock-'] {
	width: 20px;
	height: 20px;
	margin-left: .3em
}
.clock-on {
	background: url("../img/clock.svg") left center no-repeat;
	background-size: 20px 20px;
	cursor: pointer
}
[class^='signal-'] {
	width: 25px;
	height: 20px;
	margin-left: .3rem
}
.signal-0 {
	background: url("../img/signal/0.svg") left center no-repeat;
	background-size: 25px 20px
}
.signal-1 {
	background: url("../img/signal/1.svg") left center no-repeat;
	background-size: 25px 20px
}
.signal-2 {
	background: url("../img/signal/2.svg") left center no-repeat;
	background-size: 25px 20px
}
.signal-3 {
	background: url("../img/signal/3.svg") left center no-repeat;
	background-size: 25px 20px
}
.signal-4 {
	background: url("../img/signal/4.svg") left center no-repeat;
	background-size: 25px 20px
}
.signal-5 {
	background: url("../img/signal/5.svg") left center no-repeat;
	background-size: 25px 20px
}
.data-tr4 th:nth-child(2) {
	width: 18%
}
.data-tr4 th:nth-child(3) {
	width: 15%
}
.wrap-data-popup {
	width: 320px;
	padding: 1.5em 2em;
	background: #fff;
	border: solid 2px #293B49;
	border-radius: 10px;
	text-align: center;
	position: fixed;
	bottom: -300px;
	right: 3em;
	-webkit-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 0 1px 3px rgba(51, 51, 51, 0.2);
	box-shadow: 0 1px 3px rgba(51, 51, 51, 0.2);
	z-index: 70
}
.wrap-data-popup img {
	display: inline-block;
	width: 28px;
	height: auto;
	margin-right: .5em;
	vertical-align: middle
}
.wrap-data-popup p {
	margin-bottom: .3em;
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .04em
}
.wrap-data-popup small {
	margin-bottom: 1em;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem
}
.wrap-data-popup .select-clear, .wrap-data-popup .select-clear-dl {
	display: block;
	width: 30px;
	height: 30px;
	background: #293B49;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px
}
.wrap-data-popup .select-clear:before, .wrap-data-popup .select-clear:after, .wrap-data-popup .select-clear-dl:before, .wrap-data-popup .select-clear-dl:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 13px;
	left: 6px
}
.wrap-data-popup .select-clear:before, .wrap-data-popup .select-clear-dl:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.wrap-data-popup .select-clear:after, .wrap-data-popup .select-clear-dl:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.wrap-data-popup .select-clear:hover, .wrap-data-popup .select-clear-dl:hover {
	opacity: .7
}
.dl-popup {
	width: 380px
}
.dl-popup p {
	margin-bottom: 1em
}
.dl-popup .btn-entry, .dl-popup .btn-delete {
	width: 48%;
	margin: 0 .7%;
	padding: 1.2em .5em;
	font-size: 13px;
	font-size: 1.3rem
}
.dl-popup .btn-entry:after, .dl-popup .btn-entry:before, .dl-popup .btn-delete:after, .dl-popup .btn-delete:before {
	content: none
}
.dl-popup .icon-download, .dl-popup .icon-trash-alt {
	width: 16px;
	height: 18px;
	margin-right: .6em;
	display: inline-block;
	fill: #fff;
	vertical-align: middle
}
.watchdog-popup {
	bottom: 30px
}
.watchdog-popup p {
	line-height: 1.6
}
.watchdog-popup .btn-entry {
	width: 180px
}
#open-compare-graph {
	display: block;
	width: 100%
}
#open-compare-graph:active {
	top: 2px
}
.pickup-label {
	margin: 2em 0 3em;
	padding-bottom: 1em;
	border-bottom: dashed 1px #ddd
}
.pickup-label li {
	display: inline-block;
	margin: 0 .3em .8em 0
}
.pickup-label a {
	padding: .3em .8em;
	border: solid 1px transparent;
	border-radius: 3px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #aaa;
	letter-spacing: .04em
}
.pickup-label a:hover {
	border-color: #aaa
}
.pickup-label svg {
	width: 13px;
	height: 13px;
	margin-right: .4em;
	fill: #aaa;
	vertical-align: top
}
.pickup-label .current a {
	border-color: #2e8cc2;
	color: #2e8cc2;
	font-weight: 600;
	cursor: default
}
.pickup-label .current svg {
	fill: #2e8cc2
}
#modal-modify-pickup .table-scroll, #modal-create-pickup .table-scroll {
	height: 320px
}
#modal-modify-pickup .table-scroll table, #modal-create-pickup .table-scroll table {
	margin: 0;
	border: none
}
#modal-modify-pickup .table-scroll+.txt-error, #modal-create-pickup .table-scroll+.txt-error {
	margin-bottom: -1em
}
#modal-modify-pickup h3, #modal-create-pickup h3 {
	margin: 0 0 .5em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600
}
#modal-modify-pickup .block-formlabel, #modal-create-pickup .block-formlabel {
	margin-bottom: 1.5em
}
#modal-modify-pickup .block-formlabel .txt-error, #modal-create-pickup .block-formlabel .txt-error {
	margin-bottom: .5em;
	font-size: 14px;
	font-size: 1.4rem
}
#modal-modify-pickup input[type='text'], #modal-create-pickup input[type='text'] {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2
}
#modal-modify-pickup .block-checkbox-label, #modal-create-pickup .block-checkbox-label {
	width: 100%;
	margin-bottom: 1.4em;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: .04em;
	text-align: center
}
#modal-modify-pickup .block-checkbox-label input, #modal-create-pickup .block-checkbox-label input {
	width: auto;
	margin-right: .4em;
	display: inline-block
}
#modal-modify-pickup .label-right, #modal-create-pickup .label-right {
	margin-top: 1em;
	text-align: right
}
#modal-modify-pickup .label-right a, #modal-create-pickup .label-right a {
	font-size: 13px;
	font-size: 1.3rem;
	color: #2a2a2a
}
#modal-modify-pickup .label-right a:hover, #modal-create-pickup .label-right a:hover {
	opacity: .7
}
#modal-modify-pickup .label-right svg, #modal-create-pickup .label-right svg {
	width: 16px;
	height: 16px;
	margin-right: .3em
}
#modal-modify-pickup .label-right img, #modal-create-pickup .label-right img {
	width: 12px;
	height: auto;
	margin-right: .4em;
	vertical-align: bottom
}
#modal-modify-pickup .txt-error+.txt-error, #modal-create-pickup .txt-error+.txt-error {
	margin: 0
}
.btn-modify-pickup {
	width: 100%;
	padding: 1em !important;
	background: #fff;
	border: solid 1px #2e8cc2;
	font-size: 15px !important;
	color: #2e8cc2;
	text-align: center;
	letter-spacing: .1em
}
.btn-modify-pickup:hover {
	background: #2e8cc2;
	color: #fff
}
.block-data-setting table {
	margin: 2em 0 0
}
.block-data-setting th, .block-data-setting td {
	text-align: left
}
.block-data-setting th {
	vertical-align: top
}
.block-data-setting td div {
	margin-bottom: .6em
}
.block-data-setting td p {
	font-size: 14px;
	font-size: 1.4rem
}
.block-data-setting label {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	background: #fff;
	border: solid 2px #ccc;
	border-radius: 50%;
	vertical-align: middle;
	position: relative
}
.block-data-setting label+p {
	display: inline-block;
	margin-left: .6em;
	color: #cdcdcd;
	vertical-align: middle
}
.block-data-setting input {
	display: none
}
.block-data-setting input:checked+label {
	border-color: #2e8cc2
}
.block-data-setting input:checked+label+p {
	color: #2a2a2a
}
.block-data-setting input:checked+label:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #2e8cc2;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px
}
.block-data-setting .info p {
	margin-bottom: 2em;
	line-height: 1.6
}
.block-data-setting .btn-entry {
	display: block;
	width: 260px;
	margin: 0 auto 5em
}
.block-data-setting .btn-entry:active {
	top: 2px
}
.block-data-setting .setting-head {
	padding: 1em 1.5em;
	background: #F4F7D6
}
.block-data-setting .th-label th {
	padding-top: 1.5em;
	line-height: 2
}
.block-data-setting .th-label td {
	padding-top: 1.5em
}
.block-data-setting .th-label+tr .info {
	padding: 1em 3.2em 2em
}
.block-data-setting .th-label+tr .info span {
	display: block;
	padding: 1em;
	background: #f9f9f9;
	border-radius: .2em
}
.block-data-setting .th-label+tr .info p {
	margin-bottom: 0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: .06em
}
.block-data-setting .th-label+tr .info p+p {
	margin-top: 1.2em
}
.block-data-setting select {
	width: 140px
}
.block-cols-head {
	min-height: 90px;
	position: relative
}
.block-right-area {
	position: absolute;
	top: 50%;
	right: 2em;
	margin-top: -21px
}
.block-right-area .btn-entry {
	width: 140px
}
.block-right-area .btn-entry:after {
	content: none
}
.block-right-area .btn-entry:active {
	top: 2px
}
.block-table-list h2 img {
	width: 32px;
	height: auto;
	margin: 0 1rem .2rem 0;
	vertical-align: middle
}
.block-table-list table {
	width: 100%;
	margin-top: 2em;
	border: solid 1px #ddd;
	border-bottom: none
}
.block-table-list th, .block-table-list td {
	padding: .9em;
	border-bottom: solid 1px #ddd;
	font-size: 13px;
	font-size: 1.3rem;
	vertical-align: middle;
	text-align: center
}
.block-table-list thead th {
	background: #F4F7D6;
	font-weight: 600
}
.block-table-list tbody tr:nth-child(even) td {
	background: #f9f8f9
}
.block-table-list .type {
	display: block;
	margin-top: .3rem;
	font-size: 11px;
	font-size: 1.1rem;
	color: #999;
	letter-spacing: .06rem
}
.block-table-list [class^='btn-'] {
	padding: .6em .8em;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .01em
}
.block-table-list [class^='btn-']:after {
	content: none
}
.block-table-list .btn-open-window {
	background: #18adc3;
	color: #fff
}
.block-table-list .btn-open-window:hover {
	background: #1cc9e3
}
.block-table-list .current td {
	background: #d2e8f4 !important
}
.block-table-list .tr-disabled {
	cursor: default
}
.block-table-list .tr-disabled td {
	background: #F4F3F4 !important;
	color: #ccc
}
.block-device-list {
	padding-bottom: 6em
}
.block-device-list th:first-child {
	width: 80px
}
.block-device-list th:nth-child(2) {
	width: 14%
}
.block-device-list th:last-child {
	width: 120px
}
.block-device-list .device-info {
	width: 30px
}
.block-device-list .device-info span {
	display: inline-block;
	vertical-align: middle
}
.block-device-list .headline-none {
	margin-top: 2em
}
.list-tr7wf th:first-child, .list-tr4 th:first-child, .list-rtr500 th:first-child, .list-tr700 th:first-child {
	width: 180px;
	white-space: nowrap
}
.list-tr7wf th:nth-child(2), .list-tr4 th:nth-child(2), .list-rtr500 th:nth-child(2), .list-tr700 th:nth-child(2) {
	width: 200px
}
.list-tr7wf th:nth-last-child(2), .list-tr4 th:nth-last-child(2), .list-rtr500 th:nth-last-child(2), .list-tr700 th:nth-last-child(2) {
	width: 120px
}
.list-tr7wf th:last-child, .list-tr4 th:last-child, .list-rtr500 th:last-child, .list-tr700 th:last-child {
	width: 120px
}
.list-tr7wf td:nth-child(2), .list-tr4 td:nth-child(2), .list-rtr500 td:nth-child(2), .list-tr700 td:nth-child(2) {
	text-align: left
}
.list-tr7wf img, .list-tr4 img, .list-rtr500 img, .list-tr700 img {
	width: 18px;
	height: auto;
	cursor: pointer;
	vertical-align: middle
}
.list-tr7wf .btn-modal, .list-tr4 .btn-modal, .list-rtr500 .btn-modal, .list-tr700 .btn-modal {
	padding: 0;
	background: transparent
}
.list-tr4 th:nth-child(2) {
	width: auto
}
.list-rtr500 th:nth-child(2), .list-tr700 th:nth-child(2) {
	width: auto
}
.list-rtr500 th:nth-child(3), .list-tr700 th:nth-child(3) {
	width: 150px
}
.list-rtr500 th:nth-child(4), .list-tr700 th:nth-child(4) {
	width: 180px
}
.watctdog-list th {
	white-space: nowrap
}
.watctdog-list th:first-child {
	width: 180px
}
.watctdog-list th:nth-child(2) {
	width: auto;
	text-align: left
}
.watctdog-list th:nth-child(3), .watctdog-list th:last-child {
	width: 180px
}
#window-child main {
	padding: 0
}
#wrapper {
	margin-bottom: 4em;
	padding: 0
}
#error-msg {
	margin: 0;
	padding: 3em;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #666;
	letter-spacing: .04em
}
.block-detail-data table {
	margin-top: 2em;
	border: solid 1px #ddd;
	border-bottom: none
}
.block-detail-data th, .block-detail-data td {
	padding: .9em 1.2em;
	border-bottom: solid 1px #ddd !important;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle
}
.block-detail-data th {
	background: #f5f7fb;
	font-weight: 600
}
.block-detail-data td {
	height: 54px
}
.block-detail-data select {
	width: 100%;
	padding-right: 2em
}
.block-detail-data input {
	display: none
}
.block-detail-data .block-scrollx {
	margin: 2em 0
}
.block-detail-data .block-scrollx table {
	margin: 0
}
.table-device-setting {
	width: 100%;
	margin-bottom: 4em
}
.table-device-setting th {
	width: 18%
}
.table-device-alert {
	width: 88%
}
.table-device-alert th {
	width: 20%
}
.tgl-label {
	width: 75px;
	height: 30px;
	margin: 0 auto;
	background: #eee;
	border: solid 2px #ddd;
	border-radius: 25px;
	color: #cdcdcd;
	position: relative
}
.tgl-label:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 1px;
	-webkit-transition: .3s;
	transition: .3s
}
.tgl-label:before {
	content: 'OFF';
	display: block;
	width: 100%;
	height: 26px;
	padding: 0 .6em 0 1em;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	line-height: 26px;
	letter-spacing: .1em
}
[id^='tgl-btn'] {
	display: block
}
[id^='tgl-btn']:checked+.tgl-label {
	background: #2e8cc2;
	color: #fff
}
[id^='tgl-btn']:checked+.tgl-label:after {
	left: 45px
}
[id^='tgl-btn']:checked+.tgl-label:before {
	content: 'ON';
	text-align: left
}
.wrap-btn-center {
	text-align: center
}
.wrap-btn-center button {
	width: 280px;
	margin: 1.5em 2% 2em
}
.block-alertlist {
	position: relative
}
.block-alertlist .btn-open-window {
	padding: 0;
	background: transparent
}
.block-alertlist .btn-open-window img {
	width: 32px;
	height: 32px
}
.block-alertlist .btn-open-window:hover {
	background: transparent;
	opacity: .8
}
.block-alertlist .btn-modal {
	background: #18adc3;
	color: #fff
}
.block-alertlist .btn-modal:hover {
	background: #1cc9e3
}
.block-alertlist table {
	margin-top: 1.4em
}
.block-alertlist table th {
	color: #fff;
	line-height: 2.0;
}
.block-alertlist table th:first-child {
	width: 25%
}
.block-alertlist table th:nth-child(3), .block-alertlist table th:nth-child(4) {
	width: 10%;
	white-space: nowrap;
}
.block-alertlist table td:first-child, .block-alertlist table td:nth-child(2) {
	text-align: left
}
.block-alertlist table td:last-child {
	white-space: nowrap;
	text-align: right;
}
.block-alertlist table p {
	line-height: 1.4
}
.block-alertlist .name span {
	color: #999
}
.block-alertlist .desc span {
	display: block
}
.alert-summary {
	display: table;
	width: 100%;
	margin: 5em 0
}
.alert-summary dl {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: center;
	font-weight: 600
}
.alert-summary dt {
	padding-bottom: 1em;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: .04em
}
.alert-summary dd {
	font-size: 56px;
	font-size: 5.6rem;
	font-family: "Trebuchet MS", sans-serif
}
.current-data {
	border-right: solid 1px #ddd;
	color: #ef0f0f
}
.past-data {
	color: #2e8cc2
}
.headline-current, .headline-past {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.3;
	-webkit-text-align: justify;
	-ms-text-align: justify;
	text-align: justify;
	padding-top: 30px;
}
.headline-current {
	color: #ef0f0f
}
.headline-past {
	margin-top: 3em;
	color: #2e8cc2
}
.alertlist-current thead th {
	background: #ef0f0f
}
.alertlist-past thead th {
	background: #2e8cc2
}
.block-alert-log {
	position: relative
}
.block-alert-log .block-scrollx+h2 {
	margin-top: 2.5em
}
.block-alert-log table th:first-child {
	width: 20%
}
.block-alert-log table th:nth-child(2) {
	width: 25%
}
.block-alert-log table th:nth-child(3) {
	width: 25%
}
.block-alert-log table td:last-child {
	text-align: right
}
.block-alert-log .btn-modal {
	background: #18adc3;
	color: #fff
}
.block-alert-log .btn-modal:hover {
	background: #1cc9e3
}
.block-watchdog-log table td:last-child {
	text-align: center
}
#modal-alert-log {
	height: 64vh;
	margin-top: -32vh
}
#modal-alert-log h3 {
	margin-bottom: 1em;
	font-size: 18px;
	font-size: 1.8rem
}
#modal-alert-log table {
	margin-top: 0;
	border: none;
	text-align: left
}
#modal-alert-log .table-scroll {
	height: 370px
}
.block-account-index {
	position: relative
}
.data-amount {
	width: 350px;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -18px;
	font-size: 13px;
	font-size: 1.3rem
}
.data-amount .bar {
	display: inline-block;
	width: 180px;
	height: 14px;
	margin: 1rem 0 0 .5em;
	background: #ddd;
	position: relative;
	vertical-align: middle
}
.data-amount .bar span {
	display: block;
	height: 14px;
	background: #3adb49;
	position: absolute;
	top: 0;
	left: 0
}
.block-account-list {
	padding: 1.4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch
}
.block-account-list>div {
	width: 48%;
	margin: 1.3rem 1%;
	border: solid 1px #ddd;
	border-radius: 4px
}
.block-account-list a {
	display: block;
	padding: 2.2em 6em;
	position: relative
}
.block-account-list a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-right: solid 2px;
	border-bottom: solid 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 3em;
	margin-top: -5px
}
.block-account-list a:hover {
	opacity: .6
}
.block-account-list img, .block-account-list p {
	display: inline-block;
	vertical-align: middle
}
.block-account-list img {
	width: 65px;
	height: 65px;
	margin-right: 4em
}
.block-account-list p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	color: #2e8cc2;
	letter-spacing: .04em
}
.block-account-form table th, .block-account-form table td {
	vertical-align: top
}
.block-account-form table th {
	padding-top: 1.8em
}
.block-account-form .required {
	top: 2.1em;
	margin-top: 0
}
.block-account-form .btn-entry, .block-account-form .btn-stop {
	width: 280px;
	margin: 0 .5em 1.5em
}
.block-account-form .btn-entry:active, .block-account-form .btn-stop:active {
	top: 2px
}
.block-account-form input[type="text"] {
	width: 50%
}
.block-account-comleted {
	padding: 4em 2em
}
.block-account-comleted .link-back {
	margin-top: 1em;
	padding: .4em;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600
}
.block-account-comleted .link-back:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: .5em;
	border-left: solid 2px;
	border-bottom: solid 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.block-account-comleted .link-back:hover {
	opacity: .7
}
.address-list {
	width: 70%;
	margin: 2em 0 1em
}
.address-list th, .address-list td {
	padding: .8em;
	border: solid 1px #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	vertical-align: middle !important
}
.address-list th {
	width: 20%;
	background: #F4F7D6;
	font-weight: 600;
	letter-spacing: .08em;
	white-space: nowrap
}
.address-list td:last-child {
	width: 100px;
	text-align: center
}
.address-list .btn-modify, .address-list .btn-delete {
	padding: .5em 1em;
	font-size: 13px;
	font-size: 1.3rem;
	color: #2a2a2a
}
.address-list .btn-modify:after, .address-list .btn-delete:after {
	content: none
}
p.red {
	font-weight: 600;
	color: #ef0f0f
}
.block-downloadlist {
	position: relative
}
.block-downloadlist .block-scrollx+.headline-none {
	margin-top: 2.5em
}
.block-downloadlist table {
	margin-bottom: 0
}
.block-downloadlist th:nth-child(1), .block-downloadlist th:nth-child(2) {
	width: 20%
}
.block-downloadlist th:nth-child(4) {
	width: 8%
}
.block-downloadlist th:nth-child(5) {
	width: 12%
}
.block-downloadlist th:nth-child(4), .block-downloadlist th:nth-child(5) {
	white-space: nowrap
}
.block-downloadlist td span {
	display: block;
	color: #999
}
.block-downloadlist td:nth-child(2), .block-downloadlist td:nth-child(3) {
	text-align: left
}
.block-downloadlist td:nth-child(5) {
	text-align: right
}
.block-downloadlist [class^='btn'] {
	background: #18adc3;
	color: #fff
}
.block-downloadlist [class^='btn']:hover {
	background: #1bc5de
}
.btn-deleteall {
	background: #ef0f0f;
	color: #fff;
	-webkit-box-shadow: 0 2px 0 #b50b0b;
	-ms-box-shadow: 0 2px 0 #b50b0b;
	box-shadow: 0 2px 0 #b50b0b
}
.btn-deleteall:after {
	content: none
}
.btn-deleteall:hover {
	background: #f12626
}
.btn-deleteall:active {
	background: #ef0f0f;
	top: 2px;
	-webkit-box-shadow: 0 2px 4px #b50b0b inset;
	-ms-box-shadow: 0 2px 4px #b50b0b inset;
	box-shadow: 0 2px 4px #b50b0b inset
}
.th-sort {
	cursor: pointer;
	position: relative
}
.th-sort:after {
	content: '';
	display: inline-block;
	margin: .2rem 0 0 .6rem;
	border-top: solid 8px #ccc;
	border-right: solid 6px transparent;
	border-left: solid 6px transparent;
	vertical-align: top
}
.th-sort:hover {
	background: #f6f9df
}
.th-sort:hover:after {
	border-top-color: #555
}
.link-xml {
	position: absolute;
	top: 2em;
	right: 2em
}
.link-xml a {
	display: inline-block;
	padding: .6em 1em;
	background: #f9f8f8;
	border: solid 1px #ddd;
	border-radius: .2em;
	font-size: 13px;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .1rem
}
.link-xml a:hover {
	background: #fbfbfb;
	color: #999
}
.link-xml svg {
	width: 20px !important;
	height: 20px !important;
	margin-right: .4em;
	fill: #bdb9b9;
	vertical-align: middle
}
.link-xml+.block-sort {
	margin-top: 5em
}
.link-xml+.headline-none {
	margin-top: 2em
}
.block-download-info {
	position: relative
}
.block-download-info h2 {
	margin-bottom: .7em
}
.block-download-info h2 img {
	width: 30px;
	height: auto;
	margin: 0 .5em 0 0;
	vertical-align: middle
}
.block-download-info .delete-download-info {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
	opacity: .8
}
.block-download-info .delete-download-info:before, .block-download-info .delete-download-info:after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background: #ccc;
	position: absolute;
	top: 13px;
	left: 2px
}
.block-download-info .delete-download-info:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.block-download-info .delete-download-info:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.block-download-info .delete-download-info:hover {
	opacity: 1
}
.info-block {
	padding: 1.4em 1.8em;
	background: #f6f6f6;
	position: relative
}
.info-block p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8
}
.info-block .btn-default {
	position: absolute;
	top: 50%;
	right: 1.2em;
	margin-top: -23px
}
.info-block .btn-default:after {
	content: none
}
.btn-default {
	background: #fefefe;
	border: solid 1px #ddd;
	color: #777
}
.btn-default:hover {
	background: #fff;
	color: #999
}
@media screen and (max-width: 920px) {
	.info-block p {
		margin-bottom: 2.5em
	}
	.info-block p br {
		display: none
	}
	.info-block .btn-default {
		position: static
	}
}
.block-downloaddetail {
	position: relative
}
.block-downloaddetail table {
	margin-top: 0
}
.block-downloaddetail table th:nth-child(1), .block-downloaddetail table th:nth-child(6) {
	width: 5%
}
.block-downloaddetail table th:nth-child(3) {
	width: 40%
}
.block-downloaddetail table th:nth-child(4) {
	width: 16%
}
.block-downloaddetail table th:nth-child(2), .block-downloaddetail table th:nth-child(5) {
	width: 12%
}
.block-downloaddetail table td:nth-child(2), .block-downloaddetail table td:nth-child(4), .block-downloaddetail table td:nth-child(5), .block-downloaddetail table td:nth-child(6) {
	white-space: nowrap
}
.block-downloaddetail table td:nth-child(5) {
	text-align: right
}
.block-downloaddetail svg {
	width: 28px;
	height: 28px;
	cursor: pointer
}
.block-downloaddetail svg:hover {
	opacity: .8
}
.block-downloaddetail img {
	width: 18px;
	height: auto;
	cursor: pointer;
	vertical-align: middle
}
.block-downloaddetail img:hover {
	opacity: .8
}
.block-downloaddetail .btn-detail {
	background: #18adc3;
	color: #fff
}
.block-downloaddetail .btn-detail:hover {
	background: #1bc1da
}
.block-downloaddetail .open-download-graph {
	padding-left: 44px;
	background: url(../img/download/glass.svg) left 10px center no-repeat;
	background-size: 25px;
	color: #333;
	text-align: left;
	cursor: pointer
}
.block-downloaddetail .open-download-graph:hover {
	background-color: #deeef7
}
.block-downloaddetail .open-download-graph p {
	color: #18adc3;
	font-weight: 600;
	line-height: 1.5
}
.block-downloaddetail .open-download-graph span {
	font-size: 11px;
	font-size: 1.1rem;
	color: #999;
	line-height: 1.5
}
.block-downloaddetail .btn-modal {
	padding: 0;
	background: transparent
}
.block-downloaddetail .btn-modal:hover {
	background: transparent
}
.block-downloaddetail .data-tabmenu {
	margin-bottom: 3em
}
.block-sort {
	display: table;
	width: 100%;
	margin: 1em 0
}
.block-sort>div, .block-sort>form {
	width: 50%;
	display: table-cell;
	vertical-align: middle
}
.block-sort form span {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600
}
.block-sort select {
	width: 200px;
	font-size: 12px;
	font-size: 1.2rem
}
.block-sort .btn-default {
	padding: .7em .7em .6em;
	background: #F4F3F4;
	border: solid 1px #ddd;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 100;
	color: #333;
	letter-spacing: .1em;
	-webkit-box-shadow: 0 1px 0 #d7d3d7;
	-ms-box-shadow: 0 1px 0 #d7d3d7;
	box-shadow: 0 1px 0 #d7d3d7
}
.block-sort .btn-default:hover {
	background: #f9f8f9
}
.block-sort .btn-default:active {
	top: 1px;
	background: #F4F3F4;
	-webkit-box-shadow: 0 1px 4px #d7d3d7 inset;
	-ms-box-shadow: 0 1px 4px #d7d3d7 inset;
	box-shadow: 0 1px 4px #d7d3d7 inset
}
.show-num {
	text-align: right;
	font-size: 12px;
	font-size: 1.2rem
}
.show-num p {
	font-weight: 600
}
.show-num span {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: 100;
	color: #999;
	letter-spacing: .1em
}
.show-num span:last-child:before {
	content: '|';
	display: inline-block;
	margin: 0 .6em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 100;
	color: #eee
}
.show-num em {
	padding-right: 1em
}
.show-num a {
	color: #999
}
.show-num a:hover {
	color: #2e8cc2
}
.show-num .current {
	font-weight: 600;
	color: #2e8cc2
}
.back-list {
	display: inline-block;
	padding: .6em .8em;
	background: #f9f8f8;
	border: solid 1px #ddd;
	border-radius: .2em;
	font-size: 13px;
	font-size: 1.3rem;
	color: #777;
	letter-spacing: .1rem;
	position: relative
}
.back-list:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .4em;
	border-left: solid 2px #bbb;
	border-bottom: solid 2px #bbb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.back-list:hover {
	background: #fbfbfb;
	color: #999
}
.pagination {
	width: 100%;
	margin: 0 auto;
	text-align: center
}
.pagination li {
	display: inline-block;
	margin: 0 .3em;
	vertical-align: middle
}
.pagination a, .pagination .current {
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Trebuchet MS", sans-serif
}
.pagination a {
	display: block;
	padding: .8em 1.2em;
	background: #fff;
	border: solid 1px #ddd;
	color: #2e8cc2
}
.pagination a:hover {
	background: #fbfbfb
}
.pagination .current a {
	background: #2e8cc2;
	border: solid 1px #2e8cc2;
	color: #fff
}
.pagination .prev, .pagination .next {
	font-family: Verdana, "Verdana", Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}
.pagination .prev:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: .6em;
	border-left: solid 1px #2e8cc2;
	border-bottom: solid 1px #2e8cc2;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.pagination .next:after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: .6em;
	border-right: solid 1px #2e8cc2;
	border-bottom: solid 1px #2e8cc2;
	vertical-align: middle;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.table-xml td:nth-child(3), .table-xml td:nth-child(4) {
	text-align: left
}
#wrap-login main {
	height: 100vh;
	padding: 0
}
#wrap-login .process-error {
	margin: 2rem 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #ef0f0f;
	line-height: 1.8
}
.login-inner, .signup-inner {
	width: 400px;
	padding: 6em 4em 3em;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 8px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: rgba(85, 85, 85, 0.2);
	-ms-box-shadow: rgba(85, 85, 85, 0.2);
	box-shadow: rgba(85, 85, 85, 0.2)
}
.login-inner form, .signup-inner form {
	margin-bottom: 2.6em;
	border-bottom: dotted 1px #ddd
}
.login-inner div, .signup-inner div {
	text-align: left
}
.login-inner img:not(.mail), .signup-inner img:not(.mail) {
	margin-bottom: 1.4em
}
.login-inner img:not(.mail)+p, .signup-inner img:not(.mail)+p {
	margin-bottom: 3em;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: .04em
}
.login-inner .mail, .signup-inner .mail {
	width: 80px;
	height: auto;
	display: block;
	margin: 0 auto 2em
}
.login-inner label, .login-inner input[type='text'], .login-inner input[type='password'], .signup-inner label, .signup-inner input[type='text'], .signup-inner input[type='password'] {
	width: 100%;
	display: block
}
.login-inner label, .signup-inner label {
	margin: 1em 0 .5em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-align: left;
	letter-spacing: .04em
}
.login-inner input, .signup-inner input {
	font-size: 14px;
	font-size: 1.4rem
}
.login-inner [class^='btn-'], .signup-inner [class^='btn-'] {
	display: block;
	width: 100%
}
.login-inner [class^='btn-']:active, .signup-inner [class^='btn-']:active {
	top: 2px
}
.login-inner .btn-entry, .signup-inner .btn-entry {
	margin: 1.2em 0
}
.login-inner .link-forget, .signup-inner .link-forget {
	display: inline-block;
	margin-bottom: 1.4em;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 600;
	color: #2e8cc2
}
.login-inner .link-forget:before, .signup-inner .link-forget:before {
	content: '?';
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: .3em;
	background: #2e8cc2;
	border-radius: 50%;
	font-weight: 100;
	color: #fff;
	line-height: 16px;
	text-align: center;
	vertical-align: middle
}
.login-inner .link-forget:hover, .signup-inner .link-forget:hover {
	opacity: .7
}
.login-inner .btn-signup, .signup-inner .btn-signup {
	background: #ddd;
	color: #2a2a2a;
	-webkit-box-shadow: 0 2px 0 #999;
	-ms-box-shadow: 0 2px 0 #999;
	box-shadow: 0 2px 0 #999
}
.login-inner .btn-signup:hover, .signup-inner .btn-signup:hover {
	background: #e7e7e7
}
.login-inner .btn-signup:active, .signup-inner .btn-signup:active {
	background: #ddd;
	-webkit-box-shadow: 0 2px 5px #999 inset;
	-ms-box-shadow: 0 2px 5px #999 inset;
	box-shadow: 0 2px 5px #999 inset
}
.login-inner .required, .signup-inner .required {
	position: static;
	margin-right: .5em
}
.login-inner .note, .signup-inner .note {
	margin-bottom: .5em;
	font-size: 12px;
	font-size: 1.2rem
}
.login-inner .txt-error, .signup-inner .txt-error {
	margin-bottom: 1em;
	font-size: 14px;
	font-size: 1.4rem
}
.login-inner .txt-error+.txt-error, .signup-inner .txt-error+.txt-error {
	margin-top: -1rem
}
.login-inner input[type='checkbox'], .signup-inner input[type='checkbox'] {
	display: inline-block;
	margin-right: .4em
}
.login-inner .label-agree, .signup-inner .label-agree {
	margin: 1em 0 0;
	padding: .8em 0;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center
}
.login-inner .label-agree .txt-error, .signup-inner .label-agree .txt-error {
	margin-bottom: 0
}
.login-inner {
	margin: -247px 0 0 -200px
}
.signup-inner {
	margin: -263px 0 0 -200px
}
.signup-inner form {
	margin-bottom: 0;
	border-bottom: none
}
.signup-inner .form-txt {
	margin-bottom: 1.5em;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-align: justify;
	-ms-text-align: justify;
	text-align: justify
}
.block-signup-comp p {
	line-height: 1.5;
	-webkit-text-align: justify;
	-ms-text-align: justify;
	text-align: justify
}
.block-signup-comp p:not(.info) {
	margin-bottom: 1.6em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #2a2a2a
}
.block-signup-comp .info {
	margin-bottom: 3em;
	padding-left: 1.2em;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #ef0f0f;
	position: relative
}
.block-signup-comp .info:before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0
}
.block-signup-comp ul {
	margin: 2.4em 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #ef0f0f
}
.block-signup-comp li {
	margin-bottom: .6em
}
.block-signup-comp li span {
	display: inline-block;
	width: 105px;
	padding-right: 1em;
	letter-spacing: .04em;
	position: relative
}
.block-signup-comp li span:after {
	content: ':';
	display: inline-block;
	position: absolute;
	top: 0;
	right: .5em
}
.block-signup-comp+.btn-entry {
	margin: 2.5em 0 0
}
form table {
	width: 95%;
	margin: 0 auto 2em;
	text-align: left
}
form th, form td {
	vertical-align: middle
}
form th, form td {
	padding: .8em;
	font-size: 14px;
	font-size: 1.4rem
}
form th {
	width: 18%;
	padding-left: 3.2em;
	font-weight: 600;
	letter-spacing: .08em;
	white-space: nowrap;
	position: relative
}
form .required, form .option {
	display: inline-block;
	padding: .2em .4em;
	border: solid 1px #E8A424;
	border-radius: 2px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px
}
form .required {
	background: #E8A424;
	color: #fff
}
form .option {
	color: #E8A424
}
form .note {
	margin-top: .6em;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: .06em
}

form .wrap-btn {
	padding-top: 3rem;
	text-align: center
}
.btn-cancel {
	background: #bbb;
	-webkit-box-shadow: 0 2px 0 #959595;
	-ms-box-shadow: 0 2px 0 #959595;
	box-shadow: 0 2px 0 #959595
}
.btn-cancel:after {
	right: auto;
	left: 1em;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
.btn-cancel:hover {
	background: #c5c5c5
}
.btn-cancel:active {
	background: #bbb;
	-webkit-box-shadow: 0 2px 3px #959595 inset;
	-ms-box-shadow: 0 2px 3px #959595 inset;
	box-shadow: 0 2px 3px #959595 inset
}
.btn-entry {
	background: #2e8cc2;
	color: #fff;
	-webkit-box-shadow: 0 2px 0 #1f5f84;
	-ms-box-shadow: 0 2px 0 #1f5f84;
	box-shadow: 0 2px 0 #1f5f84
}
.btn-entry:after {
	border-color: #fff
}
.btn-entry:hover {
	background: #3597cf
}
.btn-entry:active {
	background: #2e8cc2;
	-webkit-box-shadow: 0 2px 3px #1f5f84 inset;
	-ms-box-shadow: 0 2px 3px #1f5f84 inset;
	box-shadow: 0 2px 3px #1f5f84 inset
}
.btn-stop {
	background: #E8A424;
	color: #fff;
	-webkit-box-shadow: 0 2px 0 #ad7712;
	-ms-box-shadow: 0 2px 0 #ad7712;
	box-shadow: 0 2px 0 #ad7712
}
.btn-stop:after {
	border-color: #fff
}
.btn-stop:hover {
	background: #eaac36
}
.btn-stop:active {
	background: #E8A424;
	-webkit-box-shadow: 0 2px 3px #ad7712 inset;
	-ms-box-shadow: 0 2px 3px #ad7712 inset;
	box-shadow: 0 2px 3px #ad7712 inset
}
.btn-delete {
	background: #bbb;
	color: #fff;
	-webkit-box-shadow: 0 2px 0 #888;
	-ms-box-shadow: 0 2px 0 #888;
	box-shadow: 0 2px 0 #888
}
.btn-delete:after {
	right: auto;
	left: 1em;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}
.btn-delete:hover {
	background: #c5c5c5
}
.btn-delete:active {
	background: #bbb;
	-webkit-box-shadow: 0 2px 3px #888 inset;
	-ms-box-shadow: 0 2px 3px #888 inset;
	box-shadow: 0 2px 3px #888 inset
}
.btn-disabled {
	background: #ddd;
	cursor: default;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.btn-disabled:hover {
	background: #ddd
}
.block-desc {
	margin-bottom: 2em;
	padding: 1.5em
}
.block-desc p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6
}
.ipt-error {
	border-color: #ef0f0f !important;
	background: #fde6e6 !important
}
.txt-error {
	margin: .4em 0 -1em;
	font-weight: 600;
	color: #ef0f0f
}
.txt-error+.txt-error {
	margin-top: 2rem
}
.btn-error {
	display: block;
	width: 250px;
	margin: 0 auto 5rem;
	background: #ddd;
	color: #2a2a2a;
	-webkit-box-shadow: 0 2px 0 #999;
	-ms-box-shadow: 0 2px 0 #999;
	box-shadow: 0 2px 0 #999
}
.btn-error:hover {
	background: #e7e7e7
}
.btn-error:active {
	background: #ddd;
	-webkit-box-shadow: 0 2px 5px #999 inset;
	-ms-box-shadow: 0 2px 5px #999 inset;
	box-shadow: 0 2px 5px #999 inset
}
.block-container .process-error {
	margin: 5rem 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	color: #ef0f0f;
	text-align: center;
	line-height: 1.8
}
#modal-overlay, .modal-body {
	display: none
}
#modal-overlay {
	width: 100%;
	height: 100vh;
	background: rgba(51, 51, 51, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 95
}
.modal-body {
	width: 60%;
	height: 80vh;
	margin: -40vh 0 0 -30%;
	padding: 4em;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 5px rgba(51, 51, 51, 0.3);
	-ms-box-shadow: 0 1px 3px 5px rgba(51, 51, 51, 0.3);
	box-shadow: 0 1px 3px 5px rgba(51, 51, 51, 0.3);
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100
}
.inner-modal-body>h3 {
	margin-bottom: 1.5em;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600
}
.inner-modal-body>p {
	margin-bottom: 1.5em;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600
}
.wrap-modal-btn {
	margin-top: 2em;
	text-align: center
}
.wrap-modal-btn button {
	display: inline-block;
	width: 200px;
	margin: 0 1em;
	color: #fff
}
.wrap-modal-btn button:after {
	border-color: #fff
}
.wrap-modal-btn button:active {
	top: 2px
}
#modal-add-watchlist table {
	margin-top: 0;
	border: none;
	text-align: left
}
.modal-table-watchlist, .modal-table-pickup {
	width: 100%
}
.modal-table-watchlist th, .modal-table-watchlist td, .modal-table-pickup th, .modal-table-pickup td {
	padding: .6em;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: solid 1px #ddd;
	vertical-align: middle;
	line-height: 1.4
}
.modal-table-watchlist th, .modal-table-pickup th {
	background: #F4F7D6;
	font-weight: 600;
	letter-spacing: .1em
}
.modal-table-watchlist th:first-child, .modal-table-pickup th:first-child {
	width: 5%
}
.modal-table-watchlist th:nth-child(2), .modal-table-pickup th:nth-child(2) {
	width: 20%;
	white-space: nowrap
}
.modal-table-watchlist td, .modal-table-pickup td {
	background: #fff
}
.modal-table-watchlist td:first-child, .modal-table-pickup td:first-child {
	text-align: center
}
.modal-table-watchlist td:nth-child(2), .modal-table-pickup td:nth-child(2) {
	text-align: left
}
.modal-table-watchlist label {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	background: #fff;
	border: solid 2px #ccc;
	border-radius: 50%;
	position: relative
}
.modal-table-watchlist input {
	display: none
}
.modal-table-watchlist input:checked+label {
	border-color: #2e8cc2
}
.modal-table-watchlist input:checked+label:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: #2e8cc2;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px
}
.modal-table-pickup label, .block-downloaddetail label, .block-alertlist label {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	background: #fff;
	border: solid 2px #ccc;
	border-radius: 2px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.modal-table-pickup label:after, .block-downloaddetail label:after, .block-alertlist label:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 14px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: absolute;
	top: 1px;
	left: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}
.modal-table-pickup input, .block-downloaddetail input, .block-alertlist input {
	display: none
}

.block-alertlist label {
	display: none
}

.modal-table-pickup input:checked+label, .block-downloaddetail input:checked+label, .block-alertlist input:checked+label {
	border-color: #2e8cc2;
	background-color: #2e8cc2;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.modal-table-pickup input:checked+label:after, .block-downloaddetail input:checked+label:after, .block-alertlist input:checked+label:after {
	opacity: 1
}
.table-scroll {
	width: 100%;
	height: 450px;
	overflow: hidden;
	overflow-y: auto;
	border: solid 1px #ddd
}
.table-scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px
}
.table-scroll::-webkit-scrollbar-track {
	background: #eee
}
.table-scroll::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #ababab
}
#modal-address-delete, #modal-stop-apikey, #modal-delete-alert, #modal-delete-watchdog, #modal-delete-download, #modal-delete-all {
	width: 40%;
	min-width: 545px;
	height: 300px;
	margin: -20vh 0 0 -20%;
	padding: 10em 4em;
	text-align: center
}
#modal-address-delete p, #modal-stop-apikey p, #modal-delete-alert p, #modal-delete-watchdog p, #modal-delete-download p, #modal-delete-all p {
	margin-bottom: 4em
}
#modal-delete-alert p, #modal-delete-watchdog p, #modal-delete-download p, #modal-delete-all p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6
}
@media screen and (max-width: 1024px) {
	body {
		-webkit-text-size-adjust: none
	}
	aside {
		width: 250px;
		padding-top: 0;
		left: -350px;
		z-index: 75;
		-webkit-box-shadow: 2px 0 4px rgba(51, 51, 51, 0.3);
		-ms-box-shadow: 2px 0 4px rgba(51, 51, 51, 0.3);
		box-shadow: 2px 0 4px rgba(51, 51, 51, 0.3)
	}
	.wrap-userdata {
		display: block
	}
	header {
		text-align: center;
		z-index: 70
	}
	header ul {
		display: none
	}
	#btn-hamburger, #btn-dotted {
		display: block
	}
	.nav-menu .current:after {
		border-right-width: 14px;
		border-top-width: 14px;
		border-bottom-width: 14px;
		margin-top: -14px
	}
	main {
		padding-left: 0
	}
	.main-overlay:after {
		content: '';
		display: block;
		width: 100%;
		height: 100vh;
		background: rgba(68, 68, 68, 0.9);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 70
	}
	.block-welcome .body p {
		line-height: 1.4
	}
	.block-welcome .btn-entry {
		width: 180px;
		font-size: 13px;
		font-size: 1.3rem
	}
	.watchlist-list dl {
		width: 49%
	}
	.block-add-watchlist {
		width: 49%
	}
	footer {
		margin-top: 0;
		padding: 0
	}
	.footer-inner>div {
		padding: 1.5rem .2rem 0
	}
	.footer-inner ul, .footer-inner p {
		float: none;
		clear: both;
		text-align: center
	}
	.footer-inner ul {
		margin-bottom: 1.5em
	}
	.footer-inner p {
		padding: .8rem
	}
	.link-pc {
		display: block;
		padding: 1.4em;
		background: #293B49;
		text-align: center;
		position: relative;
		z-index: 5
	}
	.link-pc a {
		font-size: 13px;
		font-size: 1.3rem;
		color: #fff;
		letter-spacing: .1rem
	}
	.link-pc a:after {
		content: '';
		display: inline-block;
		width: 5px;
		height: 5px;
		margin: 0 0 .1rem .5rem;
		border-right: solid 2px #fff;
		border-bottom: solid 2px #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	#modal-address-delete, #modal-stop-apikey, #modal-delete-alert, #modal-delete-watchdog, #modal-delete-download, #modal-delete-all {
		width: 60%;
		min-width: auto;
		margin-left: -30%
	}
	.block-account-list a {
		padding: 2.2em 2.5em
	}
	.block-account-list a:after {
		right: 2em
	}
	.block-account-list img {
		margin-right: 2em
	}
	.block-account-list p {
		font-size: 15px;
		font-size: 1.5rem
	}
	.block-datalist .device-name {
		padding-right: 0;
		line-height: 1.5
	}

	.nav-menu .recovery_notification {
		bottom: 1.1em;
		top: unset;
		right: 1em;
	}
}
@media screen and (max-width: 767px) {
	.nav-menu {
		text-align: left
	}
	.nav-menu a {
		height: auto;
		padding: 1em 1.2em;
		font-size: 14px;
		font-size: 1.4rem
	}
	.nav-menu [id^='icon-'] {
		display: inline-block;
		margin: 0 1em 0 0;
		vertical-align: middle
	}
	.nav-menu .current a {
		background: #4293a0
	}
	.nav-menu .current:after {
		content: none
	}
	.nav-menu .notification {
		top: 30%;
		margin-top: -12px
	}
	.nav-menu .recovery_notification {
		top: 70%;
		margin-top: -12px
	}
	.wrap-userdata {
		padding: 1.4em
	}
	header .logo img {
		width: 180px
	}
	#btn-hamburger {
		top: -4px;
		left: -4px;
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8)
	}
	#btn-close {
		top: -3px;
		left: -4px;
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8)
	}
	main {
		min-height: 66vh;
		padding-top: 42px
	}
	.main-inner {
		padding: 1.2em 1em
	}
	.footer-inner {
		padding: 1.2em
	}
	.footer-inner ul {
		width: 100%;
		font-size: 0;
		text-align: left
	}
	.footer-inner li {
		width: 50%;
		margin-bottom: 15px
	}
	.footer-inner li:after {
		content: none
	}
	.footer-inner p {
		padding: .6em;
		background: #fff;
		line-height: 1.5;
		text-align: left
	}
	.link-before {
		padding: 0 1.2em
	}
	.block-container {
		padding: 2em 1.2em
	}
	.block-alert-message {
		margin-bottom: 1.2em;
		padding: .8em 1.5em .8em 3.5em;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5
	}
	.block-alert-message img {
		width: 30px;
		position: absolute;
		top: 50%;
		left: .8em;
		margin: -15px 0 0 0
	}
	.block-alert-message:after {
		top: 50%;
		margin-top: -5px
	}
	.block-welcome .delete-welcome-area {
		top: .4em;
		right: .3em
	}
	.block-welcome ul {
		display: block !important
	}
	.block-welcome li {
		display: block !important;
		width: 100%;
		margin-bottom: 2em;
		padding: 0.1em 2em 2em !important;
		background: #fff;
		border-radius: 5px
	}
	.block-welcome li:after {
		content: none !important
	}
	.block-welcome .steps-2 {
		width: 90%
	}
	.block-welcome .image div {
		margin-bottom: 2em
	}
	.block-welcome .btn-entry {
		width: 220px;
		font-size: 14px;
		font-size: 1.4rem
	}
	.wrap-guide {
		padding-top: 2em
	}
	.wrap-guide>div {
		background: #fbfbfb
	}
	.wrap-guide .block-guide {
		padding-top: 0
	}
	.wrap-guide .head {
		display: block;
		background: transparent
	}
	.wrap-guide .head:after {
		content: none
	}
	.wrap-guide .head p {
		font-size: 13px;
		font-size: 1.3rem
	}
	.block-news {
		display: block
	}

	.block-news>div {
		display: block
	}
	.block-news .title {
		margin-bottom: 1.4em;
		border-right: none
	}
	.block-news .title, .block-news .list {
		width: 100%;
		padding: 0
	}
	.block-news ul {
		margin-bottom: 1em;
		font-size: 13px;
		font-size: 1.3rem
	}
	.block-news li {
		padding: .7em;
		background: #f9f8f9;
		border: solid 1px #ddd;
		vertical-align: middle
	}
	.block-news time {
		display: block;
		margin-bottom: .4em;
		font-size: 10px;
		font-size: 1rem;
		color: #999;
		letter-spacing: .08em
	}
	.block-news a {
		display: inline-block;
		color: #2a2a2a;
		line-height: 1.4
	}
	.block-news .link-detail:after {
		top: 6px;
		border-color: #2a2a2a
	}
	.headline, .headline-none {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: .02em
	}
	.headline+p, .headline-none+p {
		font-size: 9px;
		font-size: .9rem;
		letter-spacing: 0
	}
	.headline span:after, .headline-none span:after {
		width: 7px;
		height: 7px;
		margin: 0 .6em 4px .5em
	}
	.headline svg, .headline-none svg {
		display: none
	}
	.headline:before {
		height: 37px;
		top: 3px;
		left: -.8em
	}
	.watchlist-list {
		display: block
	}
	.watchlist-list>dl {
		width: 100%;
		margin-bottom: 1.5em
	}
	.watchlist-list dl:not(.block-add-watchlist) dd {
		display: block;
		height: auto;
		min-height: auto
	}
	.watchlist-list dd>p:not(.c-error-txt) {
		bottom: -4px;
		font-size: 10px;
		font-size: 1rem
	}
	.watchlist-list ul {
		margin: 10px 0 12px
	}
	.watchlist-list ul li {
		padding: 6px 5px 6px 40px;
		text-align: left
	}
	.watchlist-list ul p {
		font-size: 10px;
		font-size: 1rem;
		font-weight: 100
	}
	.watchlist-list ul em {
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: 600
	}
	.watchlist-list .list-tr4, .watchlist-list .list-tr7, .watchlist-list .list-tr500, .watchlist-list .list-tr700 {
		background-position: center center
	}
	.watchlist-list .c-error-txt {
		top: 0
	}
	.block-add-watchlist {
		width: 100%;
		min-height: 90px
	}
	.block-add-watchlist a {
		min-height: 90px;
		overflow: visible
	}
	#modal-add-watchlist .table-scroll {
		height: 60vh
	}
	#modal-create-pickup .table-scroll, #modal-modify-pickup .table-scroll {
		height: 45vh
	}
	#modal-add-watchlist, #modal-alert-log, #modal-create-pickup, #modal-modify-pickup {
		width: 90%;
		height: 96vh;
		margin: -48vh 0 0 -45%;
		padding: 3em 1.5em 0
	}
	#modal-add-watchlist .txt-error, #modal-alert-log .txt-error, #modal-create-pickup .txt-error, #modal-modify-pickup .txt-error {
		margin: .8em 0 -.6em;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: center
	}
	.modal-table-watchlist {
		margin-bottom: 0
	}
	.modal-table-watchlist th, .modal-table-watchlist td {
		padding: .5em;
		font-size: 13px;
		font-size: 1.3rem
	}
	.modal-table-watchlist th:nth-child(2) {
		width: 8%
	}
	.modal-table-watchlist .current td {
		font-weight: 100
	}
	.block-newslist .list time {
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		color: #999
	}
	.block-newslist .list a {
		display: block;
		padding-top: .5em
	}
	.data-amount {
		width: 100%;
		margin: 1.5em 0 0;
		float: none;
		position: static;
		text-align: left
	}
	.data-amount .bar {
		width: 50%;
		margin-left: 0
	}
	.block-account-list {
		display: block
	}
	.block-account-list>div {
		width: 100%;
		margin: 0 0 1.5em
	}
	.block-account-list a {
		padding: 1em 1.5em
	}
	.block-account-list a:after {
		right: 1.5em
	}
	.block-account-list img {
		width: 50px;
		height: 50px;
		margin-right: 1.2em
	}
	.block-account-list p {
		font-size: 15px;
		font-size: 1.5rem
	}
	.block-desc {
		margin-bottom: 1.6em;
		padding: 0;
		background: #fff
	}
	.block-desc p {
		font-size: 12px;
		font-size: 1.2rem
	}
	.block-account-form table, .block-data-setting table {
		width: 100%;
		border: solid 1px #ddd
	}
	.block-account-form table th, .block-account-form table td, .block-data-setting table th, .block-data-setting table td {
		display: block;
		width: 100%;
		padding: .8em
	}
	.block-account-form table th, .block-data-setting table th {
		background: #f9f8f9
	}
	.block-account-form table td, .block-data-setting table td {
		border-bottom: dashed 1px #ddd
	}
	.block-account-form table td br, .block-data-setting table td br {
		display: none
	}
	.block-account-form table tr:last-child td, .block-data-setting table tr:last-child td {
		border-bottom: none
	}
	.block-account-form .required, .block-account-form .option, .block-data-setting .required, .block-data-setting .option {
		position: static;
		margin-right: .5em
	}
	.block-account-form input[type="text"], .block-account-form select, .block-data-setting input[type="text"], .block-data-setting select {
		width: 100%
	}
	.block-data-setting table {
		margin-bottom: 2em
	}
	.block-data-setting table tr:first-child th {
		border-top: none
	}
	.block-data-setting table th {
		border-top: dashed 1px #ddd
	}
	.block-data-setting table th small {
		display: block;
		padding-top: .5em;
		font-size: 11px;
		font-size: 1.1rem;
		text-indent: -.6em;
		font-weight: 100
	}
	.block-data-setting table td {
		border-bottom: none
	}
	.block-data-setting .info {
		padding-top: 0
	}
	.block-data-setting .info p {
		margin-bottom: 1em;
		font-size: 12px;
		font-size: 1.2rem;
		-webkit-text-align: justify;
		-ms-text-align: justify;
		text-align: justify
	}
	.block-data-setting .setting-head {
		padding: 1em
	}
	.block-data-setting .th-label th, .block-data-setting .th-label td {
		padding: .8em
	}
	.block-data-setting .th-label th {
		line-height: 1
	}
	.block-data-setting .th-label+tr .info {
		padding: 1em;
		border-top: dashed 1px #ddd
	}
	.block-data-setting .th-label+tr .info span {
		padding: 0;
		background: transparent
	}
	.block-data-setting .th-label+tr .info p {
		font-size: 11px;
		font-size: 1.1rem
	}
	.block-data-setting form select {
		width: 70%
	}
	.pickup-label li {
		margin-bottom: 2em
	}
	.address-list {
		width: 100%
	}
	.address-list th, .address-list td {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-align: justify;
		-ms-text-align: justify;
		text-align: justify
	}
	.address-list th {
		width: 30%;
		white-space: normal
	}
	.address-list td:last-child {
		width: 70px;
		padding: .8em .4em
	}
	form .note {
		font-size: 10px;
		font-size: 1rem;
		letter-spacing: .02em
	}
	#modal-address-delete, #modal-stop-apikey, #modal-delete-alert, #modal-delete-watchdog, #modal-delete-download, #modal-delete-all {
		width: 90%;
		min-width: auto;
		margin-left: -45%;
		padding: 8em 1em
	}
	#modal-address-delete p, #modal-stop-apikey p, #modal-delete-alert p, #modal-delete-watchdog p, #modal-delete-download p, #modal-delete-all p {
		line-height: 1.4
	}
	.wrap-modal-btn button {
		width: 45%;
		margin: 0 2%
	}
	.block-table-list table {
		min-width: 400px
	}
	.block-table-list th, .block-table-list td {
		font-size: 12px;
		font-size: 1.2rem;
		white-space: nowrap
	}
	.block-table-list .block-scrollx table {
		margin-bottom: 0
	}
	.block-table-list .device-data {
		white-space: normal
	}
	.list-tr7wf th:last-child, .list-tr4 th:last-child, .list-rtr500 th:last-child, .list-tr700 th:last-child {
		width: 5%
	}
	.block-scrollx {
		width: 100%;
		overflow-x: auto
	}
	.block-scrollx::-webkit-scrollbar {
		width: 2px;
		height: 2px
	}
	.block-scrollx::-webkit-scrollbar-track {
		background: #eee
	}
	.block-scrollx::-webkit-scrollbar-thumb {
		border-radius: 6px;
		background: #ababab
	}
	.table-scroll {
		overflow-x: auto
	}
	.table-scroll::-webkit-scrollbar {
		width: 2px;
		height: 2px
	}
	.table-device-setting th, .table-device-setting td, .table-device-alert th, .table-device-alert td {
		font-size: 12px;
		font-size: 1.2rem
	}
	.table-device-setting th, .table-device-setting td {
		display: block;
		width: 100%;
		height: auto;
		text-align: left
	}
	.table-device-setting th {
		padding: .6em 1em
	}
	.table-device-alert {
		width: 100%;
		min-width: 500px
	}
	.table-device-alert th {
		width: auto
	}
	.table-device-alert thead th:first-child {
		width: 60px
	}
	.table-device-alert thead th:nth-child(n+2) {
		width: 80px
	}
	.wrap-btn-center button {
		width: 40%
	}
	.block-right-area {
		position: static;
		margin-top: 1.6em;
		text-align: right
	}
	.login-inner, .signup-inner {
		width: 90%;
		margin: 3em auto;
		position: static
	}
	.block-datalist .headline-none {
		margin-top: 2.5em
	}
	.block-datalist>img {
		width: 80%
	}
	.data-tabmenu {
		margin-top: 3.5em
	}
	.data-tabmenu, .alert-tabmenu {
		padding-left: 0
	}
	.data-tabmenu a, .alert-tabmenu a {
		padding: 1em .45em;
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		white-space: nowrap;
		letter-spacing: 0
	}
	.data-tabmenu+p, .alert-tabmenu+p {
		margin-bottom: 1.5em;
		font-size: 12px;
		font-size: 1.2rem
	}
	.data-tabmenu svg, .alert-tabmenu svg {
		display: none
	}
	.data-setting {
		top: 1.2em;
		right: 1.2em
	}
	.data-setting a {
		padding: .7em;
		font-size: 11px;
		font-size: 1.1rem
	}
	.data-setting svg {
		width: 12px;
		height: 12px
	}
	.btn-modify-pickup {
		margin-top: 2em
	}
	.wrap-data-popup {
		width: 100%;
		padding: .5em 2em 1em;
		background: rgba(41, 59, 73, 0.9);
		border: none;
		border-radius: 0;
		left: 0
	}
	.wrap-data-popup p, .wrap-data-popup small {
		color: #fff
	}
	.wrap-data-popup p {
		margin-bottom: 0
	}
	.wrap-data-popup small {
		margin: -1em 0 .8em
	}
	.wrap-data-popup .select-clear, .wrap-data-popup .select-clear-dl {
		background: transparent;
		top: 2px;
		right: 2px
	}
	.wrap-data-popup .select-clear:before, .wrap-data-popup .select-clear:after, .wrap-data-popup .select-clear-dl:before, .wrap-data-popup .select-clear-dl:after {
		background: #fff
	}
	.dl-popup p {
		margin-bottom: .5em
	}
	.dl-popup .btn-entry, .dl-popup .btn-delete {
		width: 48%;
		margin: 0 .7%;
		padding: 1.2em .5em;
		font-size: 13px;
		font-size: 1.3rem
	}
	.dl-popup .btn-entry:after, .dl-popup .btn-entry:before, .dl-popup .btn-delete:after, .dl-popup .btn-delete:before {
		content: none
	}
	.dl-popup .icon-download, .dl-popup .icon-trash-alt {
		width: 16px;
		height: 18px;
		margin-right: .6em;
		display: inline-block;
		fill: #fff;
		vertical-align: middle
	}
	.show-data-popup {
		bottom: 0
	}
	.alert-summary {
		margin: 3em 0
	}
	.alert-summary dt {
		padding: 0 2em 1em;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5
	}
	.alert-summary dd {
		font-size: 50px;
		font-size: 5rem
	}
	.headline-current, .headline-past {
		font-size: 14px;
		font-size: 1.4rem
	}
	.block-downloaddetail .btn-modal, .block-device-list .btn-modal {
		width: 30px
	}
	.block-sort>div {
		width: 40%
	}
	.block-sort>form {
		width: 60%
	}
	.block-sort select {
		width: 100px
	}
	.show-num em {
		display: none
	}
	.pagination {
		margin-bottom: 4rem
	}
	.pagination li {
		margin: 0 .2rem
	}
	.pagination a {
		padding: .8em 1em
	}
	.pagination span {
		display: none
	}
	.pagination .prev:before, .pagination .next:after {
		margin: 0
	}
	.block-policy h3 {
		margin-bottom: 1em;
		font-size: 15px;
		font-size: 1.5rem
	}
	.block-sitemap {
		display: block
	}
	.block-sitemap ul {
		width: 100%
	}
	.block-sitemap .heading {
		font-size: 14px;
		font-size: 1.4rem
	}
	.block-sitemap li:not(.heading) {
		margin-bottom: 1.6rem
	}
	.block-process-error {
		margin-top: 20vh
	}
	.block-process-error>p {
		font-size: 13px;
		font-size: 1.3rem
	}
	.txt-error {
		margin-bottom: -.2em
	}
	.txt-error+.txt-error {
		margin-top: .8em
	}
	.link-xml {
		position: absolute;
		top: 1.2em;
		right: 1.2em
	}
	.link-xml a {
		padding: .6em 1em;
		font-size: 11px;
		font-size: 1.1rem;
		color: #777;
		letter-spacing: .07rem
	}
	.link-xml svg {
		width: 15px !important;
		height: 15px !important
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	#modal-add-watchlist, #modal-alert-log {
		width: 96%;
		height: 92vh;
		margin: -46vh 0 0 -48%;
		padding: 1.6rem
	}
	#modal-add-watchlist .table-scroll {
		height: 58vh
	}
	#modal-add-watchlist .wrap-modal-btn {
		margin-top: 1.2rem
	}
	.inner-modal-body>h3 {
		margin-bottom: .8rem;
		font-size: 18px;
		font-size: 1.8rem
	}
	#modal-add-watchlist, #modal-alert-log, #modal-create-pickup, #modal-modify-pickup {
		padding-top: 1.5em
	}
	#modal-create-pickup h3, #modal-modify-pickup h3 {
		font-size: 16px;
		font-size: 1.6rem
	}
	#modal-create-pickup .table-scroll, #modal-modify-pickup .table-scroll {
		height: 35vh
	}
	#modal-add-watchlist .txt-error, #modal-alert-log .txt-error, #modal-create-pickup .txt-error, #modal-modify-pickup .txt-error {
		margin-bottom: -0.6em !important
	}
	#modal-alert-log .table-scroll {
		height: 60vh;
		overflow-y: scroll
	}
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .headline+p {
		font-weight: 600
	}
	*::-ms-backdrop, .headline-none+p {
		font-weight: 600
	}
	html {
		font-family: 'メイリオ', 'Meiryo', sans-serif
	}
}