@charset "utf-8";

.para1{
	/*font-size:75%;*/
	line-height:1.8;
	margin-bottom:25px;	
}

.para1.btoms{
	margin-bottom:10px;	
}

.para1.col-r{
	color:#BB0000;	
}

.col-r-h{
	color:#BB0000;	
	line-height:2.0;		
}


.para1.borders{
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:30px;
	margin-bottom:30px;	
}

.repairPageLink{
	margin-bottom:50px;
}

.repirPageLink li{
	
}

.repairPageLink .link1{
	width:213px;
	float:left;	
	margin-right:10px;
	background-color:#0DADDE;
	color:#FFF;
	/*font-size:88%;*/
	text-align:center;
}

.repairPageLink .link2{
	margin-right:10px;
	background-color:#7ECF2D;
	width:213px;
	float:left;	
	color:#fff;
	/*font-size:88%;*/
	text-align:center;
}

.repairPageLink .link3{
	background-color:#F07B2D;
	float:left;	
	width:214px;
	color:#fff;
	/*font-size:88%;*/
	text-align:center;
}

.repairPageLink li a{
	color:#fff;
	display:block;
	padding:12px 0 10px 0;	
}

.repairPageLink li.link1:hover{
	opacity:0.8;
}

.repairPageLink li.link2:hover{
	opacity:0.8;
}

.repairPageLink li.link3:hover{
	opacity:0.8;
}

.repairContents-ttn{
	font-size:100%;
	background-color:#0DADDE;
	color:#fff;
	padding:10px 15px 7px 15px;
	font-weight:normal;
	margin-bottom:1px;
	text-align:center;		
}

.repairContents-ttn.hoshou{
	background-color:#7ECF2D;		
}

.repairContents-ttn.hoshougai{
	background-color:#F07B2D;		
}

.flow_Box{
	border:1px solid #BBB;
	margin-bottom:60px;
	padding:19px 19px 39px 19px;
	background:url(../img/repair_pc/back1.gif);	
}

.flow_Box.hoshou{
	background:url(../img/repair_pc/back2.gif);	
}

.flow_Box.hoshougai{
	background:url(../img/repair_pc/back3.gif);	
}


.flow_base{
	border:1px solid #BBB;
	padding:1px;
	background:#fff;	
}

.flow_base.btm{
	margin-bottom:10px;
}

.flow_base.ws{
	width:300px;
	float:left	
}

.flow_base.hei{
	height:200px;
}

.flow_base.wss{
	width:145px;
	float:left	
}

.flow_base.wss2{
	width:196px;
	float:left;
	margin-right:10px;	
}

.flow_base.border_o{
	border:1px solid #F07726;	
}

.flow_base.wss2.last{
	margin-right:0;	
}

div.st1{
	padding:30px 20px 10px 20px;
	text-align:center;
	font-size:88%;	
}

.flow_base div.st2{
	padding:30px 20px 30px 20px;
	text-align:center;
	font-size:100%;	
}

.flow_base div.st3{
	padding:30px 20px 30px 20px;
	text-align:left;
	/*font-size:88%;*/
	line-height:1.8;
}



.fontR{
	color:#BB0000;
	/*font-size:83%;*/
	margin-top:10px;
	line-height:1.5;
	text-align:left
}

.fontR.wide{
	width:350px;
	margin:20px auto 0 auto;
}

.fontRs{
	color:#BB0000;
	/*font-size:69%;*/
	margin-top:10px;
	line-height:1.5;
	text-align:left
}

.fontR_notes{
	color:#BB0000;
	/*font-size:63%;*/
	margin:0 20px 20px 20px;
	line-height:1.5;
}

.fontR_notes.text-c{
	text-align:center;
}


.fontR.text-c{
	text-align:center;
}

.fontR1{
	color:#BB0000;
	/*font-size:83%;*/
}

.flow_layout2{
	width:304px;
	float:right;	
}


.flow_base_wss.fr{
	float:right;	
}
	

.flow_base.fr{
	float:right	
}

.flow_base dl dt{
	background:#006D9C;
	color:#fff;
	/*font-size:88%;*/
	text-align:center;
	padding:9px 9px 7px 9px;	
}

.flow_base dl dt.background-color_01{
	background:#D65D5D;
}

.background-color_02{
	background:#F07726 !important;
}

.flow_base dl dd{
	padding:20px 18px 20px 18px;
	/*font-size:75%;*/
	line-height:1.8;
	text-align:center;
}

dd.text-l{
	text-align:left !important;
}

.flow_base dl dd a{
	line-height:2.0;
	
}

.flow_base dl dd.icn_file{
	background:url(../img/repair_pc/icn_file.gif) no-repeat 450px 25px;
}


/*-- 20171107追加 --*/

.flow_wrap{
	display: flex;
	justify-content: space-between;
}
.flow_box{
	border: 1px solid #BBB;
    padding: 1px;
    background: #fff;
	box-sizing: border-box;
	flex: 1;
}

.flow_box dl dt {
    background: #006D9C;
    color: #fff;
    text-align: center;
    padding: 9px 9px 7px 9px;
}
.flow_box dl dd {
    padding: 20px 18px 20px 18px;
    line-height: 1.8;
    text-align: center;
}
.flow_box dl dd a {
    line-height: 1.8;
}
.flex-2 { flex: 2; }
.flow_box + .flow_box { margin-left: 10px;}


/*-- 20171107追加ここまで --*/

dl.flow_txt{
	margin-bottom:10px;
	font-size:100%;
}
dl.flow_txt:last-child{
	margin-bottom:0;
	font-size:100%;
}

dl.flow_txt.short1{
	width:400px;
	margin:0 auto;
}

dl.flow_txt dt{
	background:#FFF;
	color:#605b5a;
	text-align:left;
	padding:0;
	float:left;
	line-height:1.5;
	width:55px;
	font-size:100%;
}

dl.flow_txt dt.width2{
	width:80px;
}

dl.flow_txt dd{
	background:#FFF;
	text-align:left;
	padding:0;
	float:left;
	line-height:1.5;
	font-size:100%;
}

dl.flow_txt dd.width3{
	width:320px;
}

dl.flow_txt.short2{
	width:500px;
	margin:0 auto;
}

dl.flow_txt dt.width3{
	width:180px;
}

dl.flow_txt dd.width4{
	width:320px;
}

.flow_arrow_layout1{
	position:relative;
	height:40px;	
}

.arrow01{
	position:absolute;
	left:140px;
	top:10px;
}

.arrow02{
	position: absolute;
	left: 459px;
	top: 10px;
}

.arrow03{
	position:absolute;
	left:300px;
	top:10px;
}

.arrow04{
	position:absolute;
	left:169px;
	top:10px;
}

.arrow05{
	position:absolute;
	left:388px;
	top:10px;
}

.arrow06{
	position:absolute;
	left:540px;
	top:10px;
}

.arrow07{
	position:absolute;
	left:362px;
	top:10px;
}

.arrow08{
	position:absolute;
	left:512px;
	top:10px;
}

.arrow09{
	position:absolute;
	left:240px;
	top:10px;
}

.arrow10{
	position:absolute;
	left:90px;
	top:10px;
}


.flow_base_sp1{
	float:left;
	width:309px;	
}

.flow_base_sp1 dt{
	border-right:1px solid #A6CCDC;	
}

.flow_base_sp2{
	float:right;
	width:307px;	
}

.spOnly { display: none;} 
.pcOnly { display: block;} 


@media screen and (max-width:479px){
	
	.repairPageLink .link1,
	.repairPageLink .link2,
	.repairPageLink .link3 {
		float: none;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
	dl.flow_txt.short1 {
		width: auto;
	}
	
	dl.flow_txt dt,
	dl.flow_txt dd {
		float: none;
		width: auto;
		padding: 0 !important;
	}
	
	dl.flow_txt dt.width2 {
		width: auto;
	}
	
	dl.flow_txt dt.width3 {
		width: auto;
	}
	
	dl.flow_txt dd.width3 {
		width: auto;
	}
	
	.arrow01 {
		left: 25%;
	}
	
	.arrow02 {
		left: auto;
		right: 25%;
	}
	
	.flow_base.ws {
		width: 48%;
		height: auto !important;
	}
	
	.arrow03 {
		left: 48%;
	}
	.arrow04 {
    left: 130px;
	}
	.arrow05 {
    left: 200px;
	}
	.arrow06 {
    left: 285px;
	}
	.arrow07 {
    left: 188px;
	}
	.arrow08 {
    left: 289px;
	}
	.arrow09 {
    left: 116px;
	}
	.arrow10 {
    left: 46px;
	}
	.arrow-height {
		height: 308px;
		width: 19px;
	}
	
	.flow_base dl dd {
		padding-left: 1%;
		padding-right: 1%;
		word-wrap: break-word;
	}
	
	.fontR.wide {
		width: auto;
	}
	
	.parts_inq_ddh,
	.parts_shuri_ddh,
	.parts_inq_ddh2 {
		height: auto !important;
	}
	
	dl.flow_txt dd.width4 {
		width: auto;
	}
	
	dl.flow_txt.short2 {
		width: auto;
	}
	
	/*-- 20171107追加 --*/
	.flow_box dl dd {
    padding: 20px 5px 10px;
	}
	
	.spOnly { display: block;} 
	.pcOnly { display: none;} 




}/*消さない*/