/* CSS for Wide Display  */
:root {
	--font-1:xx-small;
	--font-2:x-small;
	--font-3:small;
	--font-4:medium;
	--font-5:large;
	--font-6:x-large;
	--font-7:xx-large;
	/*--font-1:x-small;
	--font-2:small;
	--font-3:medium;
	--font-4:large;
	--font-5:x-large;
	--font-6:xx-large;
	--font-7:xxx-large;*/
}

body {
	/*font-size: large;*/
}

.header_div {
	width:1024px;
}

.contents {
	width:1024px;
}
.menu-trigger {
	display: none;
}
.regist_core {
	display: flex;
	justify-content: space-between;
    align-items: center;
}