@charset "shift_jis";
/* Updated 2022/10/07,t */
/* Updated 2019/10/18,T */
.article--1st .section .qr {
	width: 356px;
	max-width: 356px;
	padding: 0;
}
.article--1st .section .qr__logo {
	width: 239px;
	margin: 0 auto;
	padding: 12px 0;
}
.article--1st .section .qr__bottom {
	padding: 13px 40px 22px;
	background: #f4f7cc;
	border-radius: 10px 10px 10px 10px;
}
.article--1st .section .qr__txt {
	padding-bottom: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.article--1st .section .logo__sp {
	display: none;
}
@media screen and (max-width: 767px) {
	
	.article--1st .section .logo__sp {
		display: block;
		width: 49%;
		margin: 0 auto;
		padding-top: 27px;
	}
	.article--1st .container__img {
		bottom: -20px;
	}
}