/* QR表示部分 */
.qr_frame
{
	width: 1000px;
	/*min-height: 1334px;*/
	height: auto;
	/*aspect-ratio: 640 / 480;*/
	margin: auto;
   /* position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
}

.wrapper
{
	width: 100%;
	/*height: 100%;*/
    position: relative;
}

.wrapper img
{
	width: 100%;
}

.reader-video
{
	width: 100%;
	/*height: 100%;*/
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: -1000;
	opacity: 0;
	/*visibility: hidden;*/
}

.camera-canvas
{
	width: 100%;
	/*height: 100%;*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

.rect-canvas
{
	width: 100%;
	/*height: 100%;*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.qr-msg
{
	width: 1000px;
	font-size: 300%;
	line-height: 160%;
	color: #555555;
	margin: 0px auto 0px;
	word-break: break-all;
	text-align: center;
	/*padding-top: 50px;*/
    /*position: absolute;
	top: 50%;
	transform: translate(0, -50%);*/
}


/* ポップアップ部分 */
div.qr_popup_frame
{
	width: 100svw;
	min-height: 100svh;
	height: auto;
	background-color: rgba(255, 255, 255, 1.0);
	padding-bottom: 200px;
}

div.qr_popup_frame div.content
{
	width: 100%;
	height: 100%;
	position: relative;
}

div.qr_popup_frame div.close_button_img
{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #2ca9e1;
}

div.qr_popup_frame div.close_button_img img
{
	width: 80px;
	height: 80px;
	display: block;
}


/* 読込結果 */
div.qr_result_frame
{
	width: 100%;
	padding: 220px 0px 0px;
	box-sizing: border-box;
	margin-bottom: 80px;
}

div.qr_result_block
{
	width: 100%;
}

div.qr_result_title_frame
{
	width: 1000px;
	margin: 0px auto 0px;
	padding: 0px 0px 20px;
	border-bottom: 2px solid #2ca9e1;
}

div.qr_result_title_frame div.qr_result_title
{
	width: 100%;
	font-size: 300%;
	line-height: 140%;
	color: #555555;
	text-align: center;
}

div.qr_result_icon_frame
{
	width: 1000px;
	margin: 0px auto 0px;
	padding: 50px 0px 0px;
	border-top: 2px solid #2ca9e1;
	border-bottom: 2px solid #2ca9e1;
}

div.qr_result_icon_frame table.qr_result_icon
{
	margin: 0px auto 0px;
}

div.qr_result_icon_frame .qr-msg + table.qr_result_icon
{
	margin-top: 40px;
}

div.qr_result_icon_frame table.qr_result_icon td.copy
{
	padding-right: 120px;
}

div.qr_result_icon_frame table.qr_result_icon td.copy div.img
{
	width: 142px;
	height: 179px;
}

div.qr_result_icon_frame table.qr_result_icon td.copy div.img img
{
	width: 142px;
	height: 179px;
	display: block;
}

div.qr_result_icon_frame table.qr_result_icon td.link
{
	
}

div.qr_result_icon_frame table.qr_result_icon td.link div.img
{
	width: 142px;
	height: 179px;
}

div.qr_result_icon_frame table.qr_result_icon td.link div.img img
{
	width: 142px;
	height: 179px;
	display: block;
}