@charset "UTF-8";
#contents {
	padding-top: 0;
}
#contents .inner {
	max-width: 100%;
}
#contents .container-fluid, #contents .container-fluid.inner {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* --------------------------------
	guideOrder
-------------------------------- */
#guideOrder h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}
@media (min-width: 768px) {
	#guideOrder h1 {
		margin: 80px 0 60px;
	}
}
@media (max-width: 767px) {
	#guideOrder h1 {
		font-size: 26px;
		margin: 30px 0 20px;
	}
}
/* --------------------------------
	stickerType
-------------------------------- */
#stickerType {
	margin: 0 0 100px;
}
#stickerType h2 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: 700;
}
#stickerType .table {
	max-width: 1280px;
	margin: 0 auto 30px;
	border: 2px solid #D40000;
	border-radius: 20px;
	text-align: center;
	padding: 35px 0;
}
#stickerType .flexInner div {
	border: 2px solid #D40000;
	border-radius: 20px;
	text-align: center;
	padding: 20px;
}
#stickerType .flexInner .stickerSize h3 {
	font-size: 23px;
	font-weight: 500;
	margin: 0 0 5px;
}
#stickerType .flexInner .stickerSize ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#stickerType .flexInner .stickerSize ul li {
	width: calc(186 / 584 * 100%);
}
@media (min-width: 768px) {
	#stickerType .flexInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1280px;
		margin: auto;
	}
	#stickerType .flexInner div {
		width: calc(628 / 1280 * 100%);
	}
	#stickerType .flexInner div.sheets {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width: 1280px) and (min-width: 768px) {
	#stickerType {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media (max-width: 767px) {
	#stickerType {
		padding: 0 15px;
		margin: 0 0 40px;
	}
	#stickerType h2 {
		font-size: 26px;
		margin: 0 0 15px;
	}
	#stickerType .table {
		padding: 15px;
		margin: 0 0 15px;
	}
	#stickerType .flexInner div {
		padding: 15px;
		margin: 0 0 15px;
	}
	#stickerType .flexInner .stickerSize h3 {
		font-size: 20px;
	}
}
/* --------------------------------
	orderFlow
-------------------------------- */
#orderFlow {
	max-width: 1280px;
	margin: 0 auto 80px;
}
#orderFlow h2 {
	text-align: center;
	margin: 0 0 105px;
	font-size: 32px;
	font-weight: 700;
}
#orderFlow ul li {
	border: 1px solid #E0E0E0;
	border-radius: 10px;
	text-align: center;
	padding: 10px 20px 15px;
	box-sizing: border-box;
	position: relative;
}
#orderFlow ul li .illust {
	margin: 0 0 15px;
}
#orderFlow ul li h3 {
	font-size: 21px;
	font-weight: 700;
	margin: 0 0 15px;
}
#orderFlow ul li p {
	text-align: left;
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
}
#orderFlow ul li p.notice {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	color: #D40000;
	position: absolute;
	left: 0;
	bottom: -60px;
}
@media (min-width: 768px) {
	#orderFlow ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#orderFlow ul li {
		width: calc(244 / 1280 * 100%);
	}
	#orderFlow ul li .number {
		position: absolute;
		left: 50%;
		top: -55px;
		margin-left: -20px;
		display: block;
		width: 40px;
		height: 40px;
		border: 2px solid #D40000;
		content: '';
		font-size: 20px;
		font-weight: 500;
		line-height: 36px;
		color: #D40000;
		text-align: center;
		border-radius: 50%;
		background-color: #FFF;
		box-sizing: border-box;
	}
	#orderFlow ul li:after {
		position: absolute;
		z-index: -1;
		top: -37px;
		left: calc(-50% - 20px);
		width: calc(100% + 20px);
		height: 4px;
		content: '';
		background-color: #FAC4C4;
	}
	#orderFlow ul li:first-child:after {
		content: none;
	}
}
@media (max-width: 1280px) and (min-width: 768px) {
	#orderFlow {
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media (max-width: 767px) {
	#orderFlow {
		margin: 0 0 70px;
	}
	#orderFlow h2 {
		font-size: 26px;
		margin: 0 0 15px;
	}
	#orderFlow ul {
		padding: 0 20px 0 80px;
		position: relative;
	}
	#orderFlow ul li {
		margin: 0 0 20px;
	}
	#orderFlow ul li:nth-of-type(4) {
		margin: 0 0 45px;
	}
	#orderFlow ul li .number {
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: -60px;
		display: block;
		width: 40px;
		height: 40px;
		border: 2px solid #D40000;
		content: '';
		font-size: 20px;
		font-weight: 500;
		line-height: 36px;
		color: #D40000;
		text-align: center;
		border-radius: 50%;
		background-color: #FFF;
		box-sizing: border-box;
	}
	#orderFlow ul li:after {
		position: absolute;
		z-index: -1;
		top: calc(-50% - 35px);
		left: -42px;
		height: calc(100% + 40px);
		width: 4px;
		content: '';
		background-color: #FAC4C4;
	}
	#orderFlow ul li:first-child:after {
		content: none;
	}
	#orderFlow ul li h3 {
		font-size: 18px;
		margin: 0 0 10px;
	}
	#orderFlow ul li p {
		font-size: 13px;
	}
	#orderFlow ul li p.notice {
		font-size: 12px;
	}
	#orderFlow ul li:nth-of-type(4) p.notice {
		bottom: -30px;
	}
	#orderFlow ul li:nth-of-type(5) p.notice {
		bottom: -50px;
	}
}