@charset "UTF-8";
.heading._left {
	line-height: 1.2;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
}

.heading > .limited {
	display: inline-block;
	background-color: #8b7246;
	color: #fff;
	padding: 5px 10px;
	line-height: 1;
	font-size: 2rem;
	margin-top: 8px;
	margin-left: 10px;
}

.flex_column {
	display: flex;
	flex-direction: column;
}

.limited_block {
	margin-top: 43px;
	padding-right: 36px;
	padding-left: 36px;
	text-align: center;
}

.limited_border {
	display: inline-block;
	border: 1px solid #8b7246;
	padding: 5px 20px;
    font-size: 3rem;
	line-height: 1;
}

.limited_border > .text {
	display: block;
	background: linear-gradient(transparent 70%, rgba(139, 124, 70, .3) 70%);
}

.limited_text {
	width: fit-content;
	margin: 20px auto 0;
    text-align: left;
	font-size: 1.6rem;
	line-height: 1.5;
}

.list_note {
	margin-top: 20px;
}

.list_note > li {
	position: relative;
	padding-left: 15px;
	font-size: 1.1rem;
}

.list_note > li > .mark {
	position: absolute;
	left: 0;
	top: 0;
}

.sec_text {
	font-size: 1.3rem;
}

.sec._main._border {
	border-top: 1px solid #e9e9e9;
}

.sec._main._border::before,
.sec._main._border::after {
	content: none;
}

.subject {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.subject_item {
	margin-top: 20px;
}

.subject_item:first-child {
	margin-top: 0;
}

.subject_hdg {
	font-size: 1.6rem;
}

.subject_sub_hdg {
	font-size: 1.4rem;
    color: #8b7246;
}

.subject_marker_text {
    display: inline-block;
    line-height: 1;
    margin-top: 12px;
	font-size: 2rem;
	background: linear-gradient(transparent 70%, rgba(139, 124, 70, .3) 70%);
}

.list_bullet {
	margin-top: 12px;
}

.list_bullet > li {
	list-style: disc;
	margin-left: 20px;
}

.howto {
    margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.howto_hdg {
	font-size: 1.6rem;
}

.howto_desc {
    margin-top: 12px;
}

.howto_desc .list_note {
    margin-top: 8px;
}

.process_desc > dt {
	display: flex;
	align-items: center;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
    padding: 16px;
    gap: 15px;
}

.process_desc > dt > .num {
    text-align: center;
    width: 24px;
    height: 24px;
    justify-content: center;
    display: flex;
    align-items: center;
	color: #8b7246;
}

.process_desc > dt > .text {
	flex: 1;
}

.process_desc > dd {
	padding: 16px;
}

@media print,screen and (min-width:768px){
	.sec._main:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.flex_column {
		flex-direction: column-reverse;
	}

	.sec_text {
		font-size: 1.6rem;
	}

	.heading > .limited {
		padding: 10px;
		font-size: 3.2rem;
	}

	.main_pic {
		margin-top: 43px;
	}

	.limited_block {
		margin-top: 72px;
        width: 70vw;
        padding-right: 32px;
        padding-left: 32px;
		margin-inline: auto;
	}

	.limited_border {
		padding: 10px 20px;
		font-size: 4rem;
	}

	.limited_text {
		margin-top: 20px;
		font-size: 2rem;
	}

	.list_note {
		margin-top: 40px;
	}

	.list_note > li {
		padding-left: 20px;
		font-size: 1.4rem;
	}

	.subject {
		flex-direction: row;
	}

	.subject_column {
		flex: 1;
	}

	.subject_item {
		margin-top: 40px;
	}

	.subject_item .list_note {
		margin-top: 20px;
	}

	.subject_hdg {
		font-size: 2.4rem;
	}

	.subject_sub_hdg {
		font-size: 2rem;
	}

	.subject_marker_text {
		font-size: 2.5rem;
	}

	.howto {
		margin-top: 40px;
		gap: 40px;
	}

	.howto_hdg {
		font-size: 2rem;
	}

	.process_desc {
		display: flex;
		flex-wrap: wrap;
	}

	.process_desc > dt {
		width: 40%;
		background: none;
		padding: 16px 16px 16px 30px;
		gap: 30px;
	}

	.process_desc > dd {
		width: 60%;
		border-top: 1px solid #ddd;
	}

	.process_desc > dd .list_note {
		margin-top: 20px;
	}
}