@charset "utf-8";

.c5-lpwrap {
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.025em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.c5-lpwrap a {
	color: #01b901;
}
.c5-lpwrap img {
	vertical-align: bottom;
	max-width: 100%;
}
.c5-lpwrap p {
	margin: 0 0 20px 0;
}
.c5-lpwrap p:last-child {
	margin-bottom: 0;
}
.c5-mv {
	margin: 40px 0;
}
.c5-section {
	margin-bottom: 60px;
}
.c5-title {
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.3;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #000;
}
.c5-list_outline dt {
	float: left;
	clear: left;
	font-weight: bold;
	width: 140px;
	padding: 0 20px 0;
	margin: 0 15px 15px 0;
	background-color: #01b901;
	color: #fff;
	text-align: center;
}
.c5-list_outline dd {
	margin: 0 0 15px 0;
	overflow: hidden;
}
.c5-block_qr {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.4;
	max-width: 310px;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #01b901;
}
.c5-block_qr > div:first-child {
	margin-right: 30px;
}
.c5-block_products {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 30px;
}
.c5-block_products > div {
	margin: 0 20px;
}
.c5-block_products > div:first-child {
	flex: 0 1 400px;
}
.c5-block_products > div:last-child {
	flex: 0 1 300px;
}
.c5-block_productsname {
	text-align: center;
	line-height: 1.4;
}
.c5-txt_type {
	font-size: 18px;
}
.c5-txt_name {
	font-size: 36px;
	font-weight: bold;
}
.c5-list_note {
	margin: 0;
	padding: 0;
	list-style: none;
}
.c5-list_note li {
	text-indent: -1em;
	padding-left: 1em;
}
.c5-txt_c {
	text-align: center;
}
.c5-pc {
}
.c5-sp {
	display: none;
}
.c5-orange {
	background-color: darkorange !important;
}

@media only screen and (max-width: 639px) {
	.c5-lpwrap {
		font-size: 14px;
	}
	.c5-mv {
		margin-bottom: 20px;
	}
	.c5-section {
		margin-bottom: 30px;
	}
	.c5-title {
		font-size: 16px;
		padding: 7px;
		margin-bottom: 15px;
	}
	.c5-txt_type {
		font-size: 16px;
	}
	.c5-txt_name {
		font-size: 24px;
	}
	.c5-list_outline dt {
		float: none;
		width: auto;
		margin: 0 0 5px 0;
		display: inline-block;
		padding: 0 0 0 5px;
		background-color: transparent;
		border-left: 5px solid #01b901;
		color: #333;
	}
	.c5-list_outline dd {
	}
	.c5-sp_left {
		text-align: left;
	}
	.c5-pc {
		display: none;
	}
	.c5-sp {
		display: block;
	}
}