@charset utf-8;

/* -------------------------------------------
 * linestamp01.html
 */

.flex {
	display: flex;
}

.center {
	justify-content: center;
}

.linestamp .main-wap {
	padding: 3em 1em;
	background-color: #fff;
	border: 20px solid #07b53b;
	border-radius: 5px;
	word-break: break-all;
}

.linestamp .title1 {
	margin-top: 30px;
}

.linestamp .title1 .lead_txt {
	margin-top: 20px;
	padding: 10px;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
.linestamp .lead_txt span.clr-red {
	color: #ff0000;
	font-weight: bold;
}

.linestamp .stamp {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.linestamp .stamp img {
	border-radius: 5px;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .1);
}

.linestamp .buy_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.linestamp .buy_box .qr {
	max-width: 100px;
	margin-left: 15px;
}

.linestamp .buy_box .qr img {
	border-radius: 5px;
}

/* -------------------------------------------
 * レスポンシブ
 */
@media screen and (min-width: 600px) {
  .sp_only { display:none; }
}

@media only screen and (max-width: 767px) {	
	.wrapper {
		padding: 0;
	}
	
	.linestamp .main-wap {
		border: 10px solid #07b53b;
	}
	
	.linestamp .title1 {
		margin-top: 0;
	}
}