@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 770px) {

.factory-flow_list {
	display: flex;
}

.factory-flow_list li .img_2clm {
	display: flex;
}
	
.factory-flow_list li .img_2clm figure:first-child {
	margin: 0 15px 20px;
}

.factory-flow_list .title {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.factory-flow_list figcaption {
	font-weight: normal;
	margin: 0 0 10px;
}

.factory-flow_list2 li figure {
	width: 100%;
}

.factory-flow_list2 li .img_2clm_gray .imgArea {
	display: flex;
}

.factory-flow_list2 li figure:last-child {
	width: 100%;
}
	
.factory-flow_list2 .flex_box {
	display: flex;
	width: 100%;
}
	
.factory-flow_list2 .img_2clm_gray:first-child {
	margin-right: 20px;
	margin-bottom: 0 !important;
}
	
.factory-flow_list2 .img_2clm_gray:last-child figure{
	margin-right: 0 !important;
}

.factory-flow_list2 li .img_2clm_gray {
	padding: 10px;
	background-color: #eee;
	border-radius: 10px;
	text-align: center;
	display: block;
}

.factory-flow_list2 li .img_2clm_gray p {
	margin-top: 10px;
}

.factory-flow_list li img,
.factory-flow_list2 li img {
    height: 129px;
}

.factory-flow_list2 li {
	width: auto;
	flex: auto;
}

.factory-flow_list2 li:last-child {
	margin-left: 100px;
}
	
.factory-flow_list2.clm-1 {
	padding-bottom: 0 !important;
}

.w50 {width: 50% !important;}
.w55 {width: 55% !important;}
.w70 {width: 70% !important;}
.w100 {width: 100% !important;}
	
}

.factory-tour_img img:first-child {
	margin-bottom: 10px;
}

.factory-flow_list .title {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.factory-flow_list figcaption {
	font-weight: normal;
	margin: 0 0 10px;
}

.factory-flow_list li .img_2clm {
	text-align: center;
}

.factory-flow_list li .img_2clm figure:first-child {
	margin-bottom: 15px;
}

.factory-flow_list2 li .img_2clm_gray {
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
}

.factory-flow_list2 .img_2clm_gray:first-child {
	margin-bottom: 15px;
}

.factory-flow_list2 .img_2clm_gray .imgArea {
	text-align: center;
}

.factory-flow_list2 .w50 {
	width: auto;
}

.factory-flow_list2.clm-1 {
	padding-bottom: 60px;
}

.page_header {
	height: 135px;
}

.page .header-btn_cv {
	top: 120px;
}

@media screen and (min-width: 770px) {
.page_header {
    padding-top: 0;
    height: 120px;
}

.page .header-btn_cv {
    top: 50%;
}

}

@media screen and (max-width: 769px) and (min-width: 760px) {
.page .header-btn_cv {
    top: 114px;
}
	
}


/* 20240924 */

@media screen and (min-width: 770px) {
    .factory-flow_list .title {
        margin-top: 10px;
    }
	.factory-flow_list.leftArrow .arrow:first-child {
		display: block;
        position: absolute;
        top: 27% !important;
        left: -58px;
        width: 50px;
        height: 23px;
        background-size: 50px;
        background-repeat: no-repeat;
	}
	.factory-flow_side {
        padding: 30px 35px;
    }
}

.factory-flow_list .title {
    margin-top: 10px;
}

.factory-flow_list.leftArrow .arrow:first-child {
    top: -25%;
}
.factory-flow_list.leftArrow li:last-child {
    padding-bottom: 0;
}