/* ht-printorder */
#ht-printorder fieldset div.note {
	margin-top: 20px;
}

#ht-printorder [id^="enable"] input {
	width: calc(75% - .5em);
	margin-left: .5em;
}
#ht-printorder .radio-4-12 input[type="text"], #ht-printorder .radio-5-12 input[type="text"],
#ht-printorder .radio-6-12 input[type="text"], #ht-printorder .radio-7-12 input[type="text"] {
	width: calc(75% - .5em);
	margin: 2.5px 0 2.5px .5em;
}

#ht-printorder tr td.boxes-container {
	padding: 0;
}
#ht-printorder tr td.boxes-container .box-container:first-of-type {
	margin: 20px 15px 10px;
}
#ht-printorder tr td.boxes-container .box-container:not(:first-of-type) {
	margin: 0 15px 32px;
}
#ht-printorder tr td.boxes-container .box-container h4:first-of-type {
	margin-bottom: 0;
}
#ht-printorder tr td.boxes-container .box-container h5 {
	margin-top: 12px !important;
	margin-bottom: 0;
}
#ht-printorder tr td.boxes-container .box-container h5:first-of-type {
	margin-top: 0 !important;
}

/*ht-goods*/
#ht-goods input[name="text-1-01"] {
	width: 30%;
	margin-right: 20px;
}

/* dc-printorder */
#dc-printorder div.note {
	margin-top: 20px;
}

#dc-printorder .wpcf7 .pamphlet-list select {
	width: 82%;
}
#dc-printorder .pamphlet-design tbody > tr:first-of-type th {
	text-align: left;
}
#dc-printorder .pamphlet-design tbody > tr:first-of-type span.note {
	padding-left: 0;
}
#dc-printorder .template-design-pulldown {
	vertical-align: middle;
}
#dc-printorder a.red-text.pdf {
	text-decoration-style: solid;
}
#dc-printorder a.red-text.pdf::after {
	content: url("https://pp-dev.decobocobase.com/wp-content/uploads/2022/01/PDF_24.png");
	vertical-align: middle;
}

#dc-printorder .order input.order-count {
	width: 20%;
	margin: 0 20px;
}
#dc-printorder select[name="menu-11-01"] {
	margin-left: 10px;
}

/* dc-textbookorder */
#dc-textbookorder .text-order > h3 {
	margin-top: 40px;
}

/* de-printorder */
#de-printorder .radio-3-08 .wpcf7-list-item.first {
	margin-left: 0;
}

#de-printorder .radio-4-11 input[type="text"], #de-printorder .radio-5-11 input[type="text"],
#de-printorder .radio-6-11 input[type="text"], #de-printorder .radio-7-11 input[type="text"],
#de-printorder .radio-8-11 input[type="text"], #de-printorder .radio-9-11 input[type="text"] {
	width: calc(75% - .5em);
	margin: 2.5px 0 2.5px .5em;
}

#de-printorder .pamphlet-design tbody > tr:first-of-type th {
	text-align: left;
}
#de-printorder .pamphlet-design tbody > tr:first-of-type span.note {
	padding-left: 0;
}
#de-printorder .template-design-pulldown {
	vertical-align: middle;
}
#de-printorder a.red-text.pdf {
	text-decoration-style: solid;
}
#de-printorder a.red-text.pdf::after {
	content: url("https://pp-dev.decobocobase.com/wp-content/uploads/2022/01/PDF_24.png");
}

/* de-printorder */
#de-printorder div.note {
	margin-top: 20px;
}


@media screen and (max-width: 767px){
	/* ht-printorder */
	#ht-printorder [id^="enable"] input {
		width: calc(100% - 1.5em);
		margin: 0 0 0 1.5em;
	}
	#ht-printorder .radio-4-12 input[type="text"], #ht-printorder .radio-5-12 input[type="text"],
	#ht-printorder .radio-6-12 input[type="text"], #ht-printorder .radio-7-12 input[type="text"] {
		width: 100%;
		margin: 0;
	}

	/* dc-printorder */
	#dc-printorder select[name="menu-11-01"] {
		margin-left: 0;
		width: 100%;
	}

	/* de-printorder */
	#de-printorder .radio-4-11 input[type="text"] {
		width: calc(100% - 1.5em);
		margin: 0 0 0 1.5em;
	}
}