/* マニュアル用　033で利用 */
.manual {
	margin: 0;
}
	.manual > .arrow {
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.manual > .step {
		margin: 0;
	}
		.manual > .step > .title {
			border-top: solid 1px #006400;
			border-bottom: solid 1px #006400;
			padding: 1em 0;
			margin-bottom: 1em;
		}
			.manual > .step > .title > h2 {
				margin: 0;
			}
				.manual > .step > .title > h2 > span {
					margin-right: 0.5em;
				}
		.manual > .step > h4 {
			margin-bottom: 0.75em !important;
		}
		.manual > .step > h3 {
			margin-bottom: 0.5em !important;
		}
		.manual > .step > p {
			margin-bottom: 1em !important;
		}
		.manual > .step .image {
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.manual > .step .image > img {
			max-width: 480px;
			border: solid 2px #ff8c00;
			box-shadow: 6px 6px 2px 1px rgba(139, 0, 0, 0.2);
		}
		.manual > .step .image > img.beside {
			max-width: 720px;
		}
		.manual > .step > .enclosure {
			padding-top: 1em !important;
			padding-bottom: 1em !important;
		}
		.manual > .step dl.circle_num {
			margin: 0 !important;
		}
			.manual > .step dl.circle_num > dd {
				font-size: 1.1em !important;
			}
				.manual > .step dl.circle_num > dd > p {
					font-size: 0.9em !important;
					margin-bottom: 0 !important;
				}
				.manual > .step dl.circle_num > dd > p.asterisk {
					font-size: 0.8em !important;
				}
		.manual .step .Japanese_translation > h4 {
			margin: 1em 0 !important;
		}
		.manual .step .Japanese_translation > p {
			text-indent: 0 !important;
			margin-bottom: 1em !important;
		}
			.manual .step .Japanese_translation > p > i {
				color: #000000;
				font-size: 1em;
				vertical-align: baseline;
				margin: 0 0.2em 0 0.2em;
			}
		.manual .step .Japanese_translation > ul {
			margin-left: 1.5em !important;
			margin-bottom: 1.5em !important;
			font-size: 1em !important;
		}
		.manual .chatgpt_btn.green {
			border: solid 0px #ffffff;
			color: #ffffff;
			background-color: #009999;
			padding: 0.3em;
			margin: 0 0.3em;
		}
		.manual .chatgpt_btn.purple {
			border: solid 2px #ee82ee;
			color: #ee82ee;
			background-color: #000000;
			padding: 0.3em;
			margin: 0 0.3em 0 0;
		}
		.manual .chatgpt_btn.google {
			height: 24px;
			vertical-align: middle;
			margin-bottom: 4px;
			border: 1px solid #cccccc;
			padding: 0.1em;
			margin-right: 0.3em;
		}
