@charset "utf-8";

p {
	display: block;
	margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0em;
    margin-inline-end: 0em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0em;
	-webkit-margin-end: 0em;
}

.temp {
	display: block;
	width: 18.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.logo {
	display: block;
	padding-top: 1rem;
}
.logo img {
	width: 16.25rem;
}
.subject {
	display: block;
	padding-bottom: 1rem;
}
.subject img {
	height: 2.5rem;
}
.return {
	color: #FFED00;
}


#dtlayout {
	display: block;
}

#tzlayout {
	display: block;
}

#tplayout {
	display: block;
}

#mlayout {
	display: block;
}




@media screen and (min-width: 1921px) {
}

@media screen and (min-width: 1280px) {
#tzlayout {
	display: none;
}
}

@media screen and (max-width: 1279px) {
#dtlayout {
	display: none;
}
}

@media screen and (min-width: 850px) {
#tplayout {
	display: none;
}
}

@media screen and (max-width: 849px) {
#tzlayout {
	display: none;
}
}
	
@media screen and (min-width: 450px) {
#mlayout {
	display: none;
}
}
	
@media screen and (max-width: 449px) {
#tplayout {
	display: none;
}
}