@charset "UTF-8";

/* オーダーメイド */
.ordermaid-box {
	background: #fff;
	border: 7px solid #add94f;
	padding: 25px;
	margin-top: 10px;
	position: relative;
}
.ordermaid-plate {
	background: #55aee2;
	width: 440px;
	position: relative;
	height: 50px;
	top: 20px;
	left: -190px;
	z-index: 1;
}
.ordermaid-plate p {
	color: #fff;
	font-size: 23px;
	font-size: 2.3rem;
	text-align: right;
	line-height: 50px;
	padding-right: 1em;
}
.ordermaid-plate:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	border-style: solid;
	border-width: 25px 0 25px 20px;
	border-color: transparent transparent transparent #55aee2;
}
.ordermaid-needs-title-box {
	background: #ffb400;
	padding: 1.5em 0;
}
.ordermaid-needs-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.ordermaid-needs-content-box {
	background: #ffffc4;
	padding: 1.5em 2em;
	min-height: 144px;
}
.ordermaid-needs-content {
	font-size: 19px;
	font-size: 1.9rem;
}
