.main_qr {
    width: 704px;
    margin: 0 auto;

	padding-left: 44px;
	padding-right: 44px;
}

.main_qr p{
	margin-top: 80px;

	font-size: 26.5px;
	text-align: center;
	color: #666666;
}

.main_qr p,div,span {
    line-height: 41px;
}

.main_qr .input_code {
	display: block;

	width: 150px;
	height: 64px;
	line-height: 32px;

	margin: 0 auto;
	padding: 14px;

	background: #f5f5f5;
	border: 44px;
	border-radius: 9999px;
	border-style: none;


	font-size: 32px;
	text-align: center;
	vertical-align: middle;
	color: #333333;

	appearance: none;
}

.main_qr .notice {
	color: #e53935;
}

.main_qr .input_info {
    margin-top: 26px;
    font-size: 22px;
}

.main_qr p.sub {
	margin-top: 24px;
}

.qr-reader{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.input_info_qr {
    margin-top: 26px;

    font-size: 22px;
}
.input_error_qr {
    margin-top: 26px;

	color: #e53935;
}

.positive_button_qr{
	display: block;

	width: 440px;
	height: 88px;
	line-height: 88px;

	margin: 0 auto;
	margin-top: 79px;

    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #FFB522), color-stop(100%, #FFD35B));
    background: -webkit-linear-gradient(0deg, #FFB522 0%, #FFD35B 100%);
    background: -o-linear-gradient(-45deg, #FFB522 0%, #FFD35B 100%);
    background: -ms-linear-gradient(-45deg, #FFB522 0%, #FFD35B 100%);
    background: linear-gradient(45deg, #FFB522 0%, #FFD35B 100%);
    border-radius: 9999px !important;

    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);

	font-size: 30px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;

	cursor: pointer;

	border: none;
	appearance: none;
	
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	
}
.positive_button_qr[disabled]{
    background: #dddddd;
	box-shadow: none;
	pointer-events: none;
}
.positive_button_qr.container{
	position: relative;
}
.positive_button_qr.container .icon{
	position: absolute;
    display: inline-block;
    left: 16px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;

	font-weight: bold;
	background-color: #E53935;
	vertical-align: middle;
	border-radius: 9999px;
}

/**
 * HelloLightの識別コード入力画面
 */
.img_code_guide {
	width: 800px;
	height: 555px;

	margin: 0 auto;

	background: url(../img/img_reading_guide.png?t=2019052301) no-repeat;
	background-size: 100% 100%;
}

.qr_video_area{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.qr_video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.qr_finder_header_area{
	width: 100%;
	height: 138px;
	position: absolute;
	left: 0;
    top: 0;

    line-height: 138px;

	background: transparent;
}
.qr_finder_header_area .close{
	display: inline-block;
	position: absolute;
	z-index: 10000;
	left: 0;
	top: 0;

	width: 138px;
	height: 138px;

	line-height: 138px;

	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	font-size: 70px;
}
.qr_finder_header_area .title_area{
    display: inline-block;
	position: relative;

    width: 100%;

    vertical-align: middle;
    line-height: initial;
}
.qr_finder_header_area .title{
	display: block;

    margin: 0 auto;

	text-align: center;
  color: #ffffff;
  font-size: 35px;
	font-weight: bold;
}

.qr_finder_header_area .description{
	display: block;

  margin: 0 auto;
  margin-top: 30px;

	text-align: center;
	color: #ffffff;
  font-size: 22px;
	font-weight: bold;
}

.qr_finder{
	position: absolute;
	left: 0;
	top: 0;
}
