@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#ordermade .box {
	border: 1px solid #3FA9F5;
	background: url(../img/ordermade/bg_box.gif) no-repeat bottom;
	margin-bottom: 25px;
	padding: 15px 15px 2px 15px;
}
#ordermade .box h3::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #3FA9F5 transparent;
	border-width: 0px 0px 18px 18px;
}
#ordermade .box dl {
	margin-bottom: 20px;
}
/* 右 */
#ordermade .box .pad_rit {
	float: right;
	clear: both;
	margin-left: 15px;
}
#ordermade .box .pad_rit p {
	margin-top: 5px;
}
/* 左 */
#ordermade .box .pad_let {
	float: left;
	clear: both;
	margin-right: 15px;
}
#ordermade .box .pad_let p {
	margin-top: 5px;
}
/* 流れ */
#ordermade .flow ul {
	margin-bottom: 10px;
}
#ordermade .flow ul li {
	margin-bottom: 20px;
}
#ordermade .box h4 {
	border-bottom: 1px solid #FBB03B;
	margin-bottom: 20px;
}
#ordermade .box h4 span {
	background: #FBB03B;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	font-weight: normal;
	font-weight: 500;
	display: inline-block;
	padding: 2px 10px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#ordermade .flow ul li {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#ordermade .box .pad_let, #ordermade .box .pad_rit {
		float: none;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	#ordermade .box .pad_let p, #ordermade .box .pad_rit p {
		text-align: center;
		margin-bottom: 5px;
	}
	#ordermade .flow ul li {
		width: 100%;
	}
}