@charset "utf-8";
/* CSS Document */


/******************************************/
/***************** responsive web design **/
/******************************************/
@media only screen and (max-width:768px){


/** ぱんくずスマホ用 **/
/***************************/

#breadcrumbs{
	display:block;
}

#breadcrumbs ol{
	display:flex;
	height: 30px;
	align-items: center;
	margin: 0 auto;
	flex-wrap: wrap;
}

	#breadcrumbs ol li{
		padding-right: 8px;
		line-height: 1.8;
	}

	#breadcrumbs ol li a{
		color: #414a52;
	}
	


/** トップイメージ
*******************************/

#container_top_area{
	display:block;
	width: 90%;
	margin:20px auto;
}

#container_top_area h2{
	font-size: 18px;
	color:#e30d84;
	text-align: center;
	border-bottom: 1px solid #e30882;
}

#container_top_area p{
	font-size:16px;
	color:#111;
	text-align: center;
	margin: 5px 0;
}
	
	
/*****/

#youtube_area{
	display:block;
	width: 100%;
	margin:20px 0;
}

#youtube_area p{
	width: 100%;
	text-align:left;
}
	
#youtube_area iframe{
	display:block;
	width: 90%;
	margin:20px auto;
}

/*****/

#container_top_area div{
	text-align:center;
}

#container_top_area div h2{
	font-size:18px;
	color:#e30d84;
	border-bottom: 1px solid #e30882;
}


/** メインコンテンツ
*******************************/

#container_main_area{
	display:block;
	width:100%;
	margin:0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.txt_deco_h4{
	width:90%;
	font-size:17px;
	color:#111;
	text-align:left;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px auto;
}

#container_main{
	display:block;
	width:100%;
}

.thread_change_cnte{
	display:block;
	width:90%;
	margin:20px auto;
}

.thread_change_img{
	width: 100%;
	height: 100%;
}

.thread_change_cnte figcaption{
	width: 100%;
	padding:0 0 0 0em;
}

	
}

/**リンクバナースマホ用
****************/

.repair_link_area{
		display: flex;
		justify-content: space-between;
		width: 96%;
		margin: 30px auto;
	}
	.repair_link_area a{
		width: 50%;
	}
	.repair_link_area a img{
		width: 100%;
		height: auto;
	}

	.top_under-link{
		width: 45%;
		margin: 0 auto 30px;
	}

	.top_under-link a img{
		width: 100%;
		height: auto;
	}
	

/** container_right
****************/

#container_right{
	display: none;
}


/*****/

#container_under_link{
	display:none;
}


/******************************************/
/***********************************  PC **/
/******************************************/
@media screen and (min-width: 769px){


/** ぱんくず
********************/

#breadcrumbs{
	display:block;
	width: 32%;
	margin:20px 0 0 0;
	box-shadow:-3px 0px 10px 0px #ccc;
}
#breadcrumbs ol{
	display: flex;
  align-items: center;
	width:100%;
	text-align:left;
	background-color:#fff;
}
.breadcrumbs_home{
	display:block;
	width: 17px;
	margin:0 5px 0 10px;
}
.breadcrumbs_last_3rd{
	display:block;
	line-height:20px;
	width: 85px;
  padding: 2px 0 0 0;
}
.breadcrumbs_last{
	display:block;
	line-height:20px;
	width: 40px;
  padding: 2px 0 0 0;
}
.breadcrumbs_here{
	display:block;
	line-height:20px;
	width: 80px;
  padding: 2px 0 0 0;
}
#breadcrumbs ol li a{
	color:#111;
	text-decoration:none;
}
#home_icon{
    display: block;
  }

.breadcrumbs_icon{
  display: block;
	width:5px;
	margin:0 10px;
}


/** トップイメージ
*******************************/

#container_top_area{
	display:block;
	width:100%;
	margin:20px 0px;
}

#container_top_area h2{
	font-size: 22px;
	color:#e30d84;
	text-align: center;
	border-bottom: 1px solid #e30882;
}

#container_top_area p{
	font-size:18px;
	color:#111;
	text-align: center;
	margin: 5px 0;
}
	
	
/*****/

#youtube_area{
	display:block;
	width: 900px;
	margin:20px auto;
}

#youtube_area p{
	width: 560px;
	font-size:18px;
	text-align:left;
	float:left;
}
	
#youtube_area iframe{
	width:320px;
	float:left;
}

/*****/

#container_top_area div{
	text-align:center;
}

#container_top_area div h2{
	font-size:24px;
	color:#e30d84;
	border-bottom: 1px solid #e30882;
}

/**リンクバナーパソコン用
****************/

.repair_link_area{
		display: flex;
		justify-content: space-between;
		width: 70%;
		margin: 30px auto;
	}
	.repair_link_area a{
		width: 45%;
		transition: 0.3s ease-in-out;
	}
	.repair_link_area a img{
		width: 100%;
		height: auto;
	}
	.repair_link_area a:hover{
		opacity: 60%;
	}
	
	/*****/
	
	.top_under-link{
		display: flex;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
	}
	
	.top_under-link img{
		margin: 10px;
	}
	
	.top_under-link a{
		transition: 0.3s ease-in-out;
	}
	
	.top_under-link a:hover{
		opacity: 60%;
	}

/** メインコンテンツ
*******************************/


#container_main{
	display:block;
	width: 100%;
	margin:0 0 0px 0;
}
	
	
#container_left{
	display:block;
	width: 70%;
	margin:0 0 20px 0;
	border-bottom: 1px solid #ccc;
	float:left;
}

.txt_deco_h4{
	width:90%;
	font-size:17px;
	color:#111;
	text-align:left;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:10px 0 10px 0;
}

#work_procedure{
	display:block;
	width: 98%;
	text-align:left;
	margin:0 0 0 2em;
}

.thread_change_cnte{
	display:block;
	width:78%;
	margin:20px auto;
}

.thread_change_img{
	width:300px;
	float:left;
}

.thread_change_cnte figcaption{
	width:320px;
	padding:0 0 0 1em;
	float:left;
}
	
	#container_right{
		display: block;
		width: 30%;
		float: left;
	}

/*****/

.txt_normal{
	font-size:14px;
	line-height:24px;
}

.txt_small{
	font-size:12px;
}

.txt_color_impact{
	color:#ffab02;
}

.span_blank{
	padding-left:1.5em;
}

	
}
