@charset "utf-8";
/* 封筒複製サービス */
.envelopes_section {
	width: 740px;
	margin: 0 auto;
}
.envelopes_section .main {
	margin: 0 auto 1em;
}
.envelopes_section .inner {
	padding: 2em;
	text-align: center;
}
.envelopes_section h2 {
	margin: 0 0 1em;
	text-align: center;
	font-size: 24px;
}
.envelopes_section p {
	font-size: 18px;
	margin: 0 0 1em;
}
.envelopes_section .service_type {
	margin: 2em;
}
.envelopes_section .service_type li {
	width: 49%;
	background-color: #fcee21;
	text-align: center;
	font-size: 18px;
}
.envelopes_section .service_type li.left {
	float: left;
}
.envelopes_section .service_type li.right {
	float: right;
}
.envelopes_section .service_type li h3 {
	margin: 1em;
	line-height: 1.4;
}
.envelopes_section_terms {
	margin : 0 auto 2em;
	padding: 1.5em;
	border-radius: 6px;
    text-align: left;
    background-color: #f3f3f3;
    font-size: 14px;
}
.envelopes_section_terms .title {
   	font-weight: bold;
}
.envelopes_section_terms li {
    list-style-position: inside;
    list-style-type: disc;
}