#making #contents-area {padding: 72px 24px 150px 24px}

#making section {
    height: auto;
	border-top: 0;
	position: relative;
	color: #333
}


#making section::before {
    content: "";
    position: absolute;
    bottom: -48px;
    right: 50%;
    transform: translateX(50%);
    border-top: 16px solid #00744b;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid transparent;
    z-index: 10;
}


#making section:last-of-type::before {content: none;}

#making .sec-box01 {position: relative}

#making .l-title-sub01 {margin: 0 0 16px 0}

#making p {font-size: 15px}

#making .process {font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px}

#making .text {
    width: auto;
    float: left;
    position: relative;
    margin-right: 36px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #537b49;
    border: 1px solid #00744b;
    padding: 4px 6px;
    border-radius: 6px;
}


#making .text::before {
    width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #bcb;
	position: absolute;
	display: block;
	right: -32px;
	content: '';
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}

#making p:last-child::before {
    content: none
}

#making .more-btn {
    width: fit-content;
    margin-bottom: 0;
    margin-top: 0;
}


.step-nav .text-area {font-size: 18px;
	color: #00744b;
	font-weight: bold}

    #making .title-inner {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    margin: 0;
    gap: 4px;
    align-items: flex-start;
    flex-direction: column;
    }
    #making .title-inner strong {
        font-size: 2.4rem;
    }
    #making .title-inner::before {
        content: none;
    }

#making .text-no {
    display: inline-block;
    margin-right: 12px;
    font-weight: normal;
    color: #00a14e;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
}

#making .text-main {display: inline-block;
	color: #00744b;
	font-weight: bold}

#making .textkanamono {width: auto}

.clearfix::after {
	content: "";
	display: block;
	clear: both
}



.l-title-sub {
	font-size: 20px;
	color: #333;
	margin-bottom: 20px
}

.more-btn {
	font-size: 14px;
	margin-top: 20px
}

.more-btn a {
	color: #00744b;
	text-decoration: underline
}

.sec-box01 {
	background: #edf5eb;
	padding: 12px 20px;
	border-radius: 6px
}

.sec-box01 .text-area p {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	margin-bottom: 6px
}

.sec-box01 .text-area p:last-child {
	margin-bottom: 0
}

.sec-box01 .text-area .text {
	display: block
}

.sec-box01 .text-area .text01,
.sec-box01 .text-area .text02,
.sec-box01 .text-area .text03,
.sec-box01 .text-area .text04,
.sec-box01 .text-area .text05,
.sec-box01 .text-area .text06 {
	position: relative;
	padding-left: 1em
}

.sec-box01 .text-area .text01::before,
.sec-box01 .text-area .text02::before,
.sec-box01 .text-area .text03::before,
.sec-box01 .text-area .text04::before,
.sec-box01 .text-area .text05::before,
.sec-box01 .text-area .text06::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #00744b
}

.l-title-sub01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px dotted #3c3c3c;
}

#sec01, #sec02, #sec03, #sec04, #sec05, #sec06 {
	margin-bottom: 36px
}

.more-btn {
	margin-top: 20px;
	text-align: right
}

.more-btn a {
	display: inline-block;
	padding: 8px 16px;
	background: #00744b;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: background 0.3s ease
}

.more-btn a:hover {
	background: #00a14e
}

.work-flow-sp {
    display: none;
}

.textkanamono {
	font-weight: bold;
	color: #3c3c3c
}

/* clearfix */
.clearfix::before,
.clearfix::after {
	content: "";
	display: table
}

.clearfix::after {
	clear: both
}

@media screen and (max-width: 768px) {
    #making .title-inner {
        align-items: flex-start;
        flex-direction: column;
    }
    .more-btn a {
        display: none;
    }
    .work-flow-sp {
        margin: 0 auto;
        width: fit-content;
        margin-top: 16px;
        display: block;
    }
    .work-flow-sp .more-btn a {
        display: block;
        margin: 0 auto;
    }
}