@charset "UTF-8";
/*------------------------------------------------------------------------------*/
/*　21/07/23 追加:
--------------------------------------------------------------------------------*/
/*　workinglineページ用スタイル
--------------------------------------------------------------------------------*/
.introTbl,
.attentionTbl {
/*	margin: 10px 0;*/
	margin: 15px 0; /* MODIFIED [22/08/04] */
	width: 100%; /* ADDED [22/08/04] */
}

.list li {
	text-indent: -1em;
	padding-left: 1em;
}

.construction_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
/*	padding: 5px;*/
	padding: 10px  20px; /* MODIFIED [22/08/04] */
}

.construction_inner .box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px;
	width: calc(50% - 10px);
}

.construction_inner .box:last-child {
	margin: 0;
}

.construction_inner .box > * {
	display: flex;
	align-items: center;
	align-content: center;
}

.construction_inner .img {
	flex-grow: 0;
	/* width: 116px;
	height: 93px; */
	width: 40%;
}

.construction_inner .txt {
	flex-grow: 1;
	/* width: 160px;
	height: 25px; */
	width: 60%;
	padding-left: 8px;
}

.construction_inner .txt .construction_inbox_tax {
	margin: 5px 0 0;
}

.construction_inner .txt .construction_inbox_tax a,
.construction_inner .txt .construction_inbox_tax a:link,
.construction_inner .txt .construction_inbox_tax a:hover {
	color: initial;
}


/* workingline下層（手順ページ）スタイル */
.manualTopFrame {
    display: flex;
    margin: 0 0 20px;
}

.manualTopFrame .img {
    flex: 0 0 116px;
}

.manualTopFrame .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
    padding: 0 0 0 5px;
    width: calc(100% - 116px);
}


.manualFrame {
    position: relative;
    margin: 10px auto 0;
    padding: 15px 10px 0 70px;
}

.manualFrame:before {
    content: "";
    display: block;
    position: relative;
    position: absolute;
    left: 5px;
    top: 0;
    width: 60px;
    height: 60px;
    background: #fff url(/guide/workingline/images/workingline_step1.jpg) no-repeat 0 0;
    background-size: contain;
    z-index: 1;
}

.manualFrame:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 10px;
    height: 1px;
    top: 10px;
    background: #eee;
}

.manualFrame .inner {
    display: flex;
    padding: 10px 0 0;
}

.manualFrame .inner .txt {
    padding-right: 10px;
    width: calc(100% - 200px);
}

.manualFrame .inner .img {
    width: 200px;
}

.manualFrame.step02:before {
	background-image: url(/guide/workingline/images/workingline_step2.jpg);
}

.manualFrame.step03:before {
	background-image: url(/guide/workingline/images/workingline_step3.jpg);
}

.manualFrame.step04:before {
	background-image: url(/guide/workingline/images/workingline_step4.jpg);
}

.manualFrame.step05:before {
	background-image: url(/guide/workingline/images/workingline_step5.jpg);
}

.manualFrame.step06:before {
	background-image: url(/guide/workingline/images/workingline_step6.jpg);
}

.manualFrame.step07:before {
	background-image: url(/guide/workingline/images/workingline_step7.jpg);
}

.manualFrame.step08:before {
	background-image: url(/guide/workingline/images/workingline_step8.jpg);
}

.manualFrame.step09:before {
	background-image: url(/guide/workingline/images/workingline_step9.jpg);
}

.manualFrame.step10:before {
	background-image: url(/guide/workingline/images/workingline_step10.jpg);
}

.manualFrame.step11:before {
	background-image: url(/guide/workingline/images/workingline_step11.jpg);
}

.manualFrame.step12:before {
	background-image: url(/guide/workingline/images/workingline_step12.jpg);
}

.manualFrame.step13:before {
	background-image: url(/guide/workingline/images/workingline_step13.jpg);
}

.mv_workingline img {
	width: 100%;
	height: auto;
}


/*　スマホ用スタイル
--------------------------------------------------------------------------------*/
.body_sp .bnr_center {
    display: block;
    margin: 0 auto;
    max-width: 560px;
}

@media print, screen and (max-width: 575px) {
	/* ----------------------------
	  index.html
	------------------------------ */
	.introTbl td,
	.attentionTbl td {
		vertical-align: middle;
	}
	
	.introTbl td:last-child,
	.attentionTbl td:last-child {
		width: auto;
		padding-left: 8px;
	}
	
	.construction_inner .img {
		max-width: 80px;
	}
	
	.construction_inner .txt {
		width: calc(100% - 80px);
	}
	
	
	/* workingline下層（手順ページ）スタイル */
	.manualFrame {
	    padding: 15px 10px 0;
	    margin-bottom: 20px;
	}

	.manualFrame:before {
	    width: 45px;
	    height: 45px;
	}

	.manualFrame .inner {
	    display: block;
	}

	.manualFrame .inner .txt,
	.manualFrame .inner .img {
	    width: 100%;
	}

	.manualFrame .inner .txt {
		padding: 0 0 0 45px;
	}

	.manualFrame .inner .img {
	    margin: 20px 0 0;
	}

	.manualFrame .inner .img img {
	    display: block;
	    margin: 0 auto;
	}
}

@media print, screen and (max-width: 479px) {
	/* ----------------------------
	  index.html
	------------------------------ */
	.construction_inner {
		display: block;
	}
	
	.construction_inner .box {
		margin: 0 0 10px;
		padding: 0 10px 10px;
		border-bottom: 1px solid #eee;
		width: 100%;
	}
	
	.construction_inner .box:last-child {
		border: 0;
		margin-bottom: 0;
	}
	
	.construction_inner .txt > div {
		width: 100%;
	}
	
	.construction_inner .txt .construction_inbox_tax {
		text-align: right;
	}
	
	/* maker_list ページ スタイル */
    .body_sp .maker_link,
    .body_sp .maker_link > thead,
    .body_sp .maker_link > tbody,
    .body_sp .maker_link > thead > tr,
    .body_sp .maker_link > thead > tr > th,
    .body_sp .maker_link > thead > tr > td,
    .body_sp .maker_link > tbody > tr,
    .body_sp .maker_link > tbody > tr > th,
    .body_sp .maker_link > tbody > tr > td {
        display: block;
        width: 100%;
        position: relative;
        box-sizing: border-box;
    }

    .body_sp .maker_link > thead > tr {
        display: flex;
    }
    .body_sp .maker_link > thead > tr th {
        padding: 5px;
        font-size: 12px;
        text-align: center;
        flex-grow: 1;
    }

    .body_sp .maker_link > thead > tr th:not(:last-child):after {
        content: "/";
        display: inline-block;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    .body_sp .maker_link > tbody > tr > td {
        border: 0;
    }
    
    .body_sp .maker_link > tbody > tr > td:first-child {
        padding: 15px 0;
        text-align: center;
    }
    
    .body_sp .maker_link > tbody > tr > td:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .body_sp .maker_link > tbody > tr > td:empty {
        display: none;
    }

     .body_sp .maker_link > tbody > tr > td hr {
        display: block;
        border: 0;
        height: 1px;
        background: #ddd;
    }
    
    .body_sp .maker_link #linkbutton {
        text-align: center;
        display: block;
        border-bottom: 1px solid #999;
        overflow: hidden;
    }
    
    .body_sp .maker_link ul {
        display: inline-block;
        position: relative;
        width: auto;
        margin: 15px 10px;
        overflow: hidden;
        float: right;
    }
    
    .body_sp .maker_link span + br {
        display: none;
    }
}


	