@charset "utf-8";

@media (max-width: 700px) {

#manufacturing_process {
    padding-top: 8.46%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    background-image: url(../images/dot_deco_large.svg);
    background-repeat: no-repeat;
    background-position: left 35%;
    background-size: 60% auto;
    padding-bottom: 6.15%;
}
.process_cont {
    margin-bottom: 10%;
	
}
.process_detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.process_txt {
    width: 100%;
    margin-bottom: 24px;
}
.process_txt .h2_eng {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
}
.process_txtbox {
    margin-top: 3.84%;
}
.process_txtbox p {
    line-height: 1.8em;
    font-weight: 500;
}
.process_img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.process_img img {
    border-radius: 12px;
}
.process_figure {
    padding: 24px;
    border-radius: 12px;
    background-color: #f9f7f4;
    margin-top: 7.69%;
}
.process_cont:nth-child(2) .process_txt {
    width: 100%;
}
.process_cont:nth-child(2) .process_img {
    width: 80%;
}

}
