﻿* {
	box-sizing: border-box;
  }

body {
  font-family: Roboto, inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

article {
  margin-top: 32px;
  width: 100%;
}

header {
	font-size: 24px;
	height: 60px;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 900px;
}

.title {
  margin-left: 10px;
	font-weight: 500;
}

.signIn {
	flex-grow: 1;
	text-align: right;
	padding-right: 20px;
	width: 80px;
	display: none;
}

.signInA {
	text-decoration: none;
	color: #797575;
	font-size: 20px;
}

main {
	display: flex;
	flex-direction: column;
}

.section {
  max-width: 900px;
	padding-left: 10px;
}

.multicolumn-view{
	display: flex;
	flex-direction: row;
	align-items: start;
	margin-bottom: 15px;
}

.info {
  font-size: 19px;
	clear: both;
	margin-top: 0;
	padding-top: 32px;
}

.instruction-text-block{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-wrap: wrap;
}

.qr-image{
	width: 40vw;
	max-width: 200px;
	display: block;
	aspect-ratio: 1;
	object-fit: contain;
}

.red-text{
	color: #D30303;
	margin-block-start: 0;
	margin-top: -7px;
	margin-bottom: 15px;
}

.dotted-text{
	text-decoration:underline;
	text-decoration-style: dotted;
	text-underline-offset: 4px;
}

li{
	margin-bottom: 10px;
}

ol{
	margin-top: 17px;
	margin-bottom: 0;
	line-height: 1.6em;
}

.black-ol{
	margin-left: 40px;
}

.blue-ol{
	color: #3B88F7;
	text-decoration:underline;
	font-weight: 500;
	text-underline-offset: 4px;
	padding-left: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #D1D1D1;
}

.post-ol-text{
	margin-top: 10px;
}

a{
	color: #3B88F7;
}

.baseInfo-table {
	font-size: 16px;
}
tr td:first-child {padding-right:20px;}

.description-article {
  display: block;
	font-size: 20px;
  color: #797575;
  width: 100%;
	margin-top: 192px;
}

.migrated-block-pc{
	font-weight: 500;
	font-size: 20px;
}

.test{
	font-size: 44px;
}

.pc-view{
	display: none;
}

@media (hover: hover) {
	.mobile-view {
		display: none;
	}

	.pc-view{
		display: block !important;
	}

	.signIn{
		display: block;
	}

	header{
		border-bottom: 1px solid #D1D1D1;
	}
}

@media screen and (max-height: 1000px) {
	main {
		justify-content: space-between;
		height: calc(100vh - 80px);
	}

	.description-article {
		margin-top: 34px;
	}
}

.list-item-title {
  color: #797575;
}

.qr {
	width: 40vw;
	max-width: 200px;
	display: block;
	margin-right: 20px;
	aspect-ratio: 1;
}

.fw700{
	font-weight: 700;
	font-size: 20px;
}

.fw500{
	font-weight: 500;
	font-size: 18px;
}


.scan-text{
	display: block;
	margin-bottom: 30px;
}

.ru{
	font-size: 15px;
}

.en{
	font-size: 16px;
}
#mobileApkQrCode{
	margin-top: 34px;
}
