@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 0px;
}

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

#container_top_area p{
	font-size:16px;
	line-height:24px;
	padding-bottom:13px;
	text-align: center;
}



#jewelry_making_1st{
	display:block;
	width:100%;
	margin: 10px 0 0 1em;
}

#jewelry_making_1st p{
	width: 95%;
}


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

.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;
	}

/*****/
	#video_area{
		display: flex;
		flex-direction: column;
		margin: 20px 0 0 20px;
	}
	
	.video_caption{
		margin: 0 0 10px 0px;
		order: 1;
	}

	.txt_deco{
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #20A82F;
	}

	.video_img{
		font-size: 14px;
		order: 2;
	}
/*****/


#cont_area_1st{
	display:block;
	width: 95%;
	margin: 0 auto;
}

/***/
#figure_step_01{
	display:block;
	width:100%;
	margin:0 auto;
}

#figure_step_01 img{
	width: 100%;
	height: 100%;
	margin:5px;
}

#figure_step_01 figcaption{
	width: 100%;
	font-size:16px;
	margin:5px;
}

/***/
#figure_step_02{
	display:block;
	width: 100%;
	margin:0 auto;
}

#figure_step_02 img{
	width: 100%;
	height: 100%;
	margin:5px;
}

#figure_step_02 figcaption{
	width: 100%;
	font-size:16px;
	margin:5px;
}

/***/
.figure_step_03{
	display:block;
	width: 100%;
	margin:0 auto;
}

.figure_step_03 img{
	display:block;
	width: 100%;
	height: 100%;
	margin:5px;
}

.figure_step_03 figcaption{
	width: 100%;
	font-size:16px;
	margin:5px;
}

/***/
.figure_step_04{
	display:block;
	width: 100%;
	margin:0 auto;
}

.figure_step_04 img{
	display:block;
	width: 100%;
	height: 100%;
	margin:5px;
}

.figure_step_04 figcaption{
	width: 100%;
	font-size:16px;
	margin:5px;
}

/***/
.figure_step_05{
	display:block;
	width: 100%;
	margin:0 auto;
}

.figure_step_05 img{
	display:block;
	width: 100%;
	height: 100%;
	margin:5px;
}

.figure_step_05 figcaption{
	width: 100%;
	font-size:16px;
	margin:5px;
}

/***/

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

	#list h4{
		text-align: center;
		padding: 0 0 5px 0;
	}

	#list div{
		display: block;
		width: 90%;
		margin: 5px auto 0;
	}

	#list div ul{
		display: block;
		width: 100%;
	}

	#list div ul h4{
		text-align: center;
		font-size: 18px;
	}

	#list div ul li{
		display: block;
		width: 100%;
		font-size: 16px;
		border-bottom: 1px solid #ccc;
		padding: 0 0 3px 0;
		margin: 5px 0 0;
	}

	#list div ul li .txt_leftside{
		display: block;
		width: 75%;
		text-align: left;
		margin: 0 auto;
		float: left;
	}

	#list div ul li .txt_rightside{
		display: block;
		width: 25%;
		text-align: right;
		margin: 0 auto;
		float: left;
	}

	#list div p{
		display: block;
		width: 100%;
		font-size: 16px;
		margin: 10px 0 10px 0;
	}
/*****/

.txt_color_impact{
	font-size:16px;
	color:#e30882;
	margin:10px 0;
}

.txt_area_h4{
	width:100%;
	font-size:17px;
	font-weight:600;
	color:#20A82F;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #20A82F;
	border-bottom: 1px solid #20A82F;
	margin:10px 0 10px 0;
}


/*****/

.border_line{
	width:100%;
	padding: .75em 0;
	border-top: 1px solid #ccc;
}

#last_txt_area{
	width:100%;
	margin:10px 0 50px;
}

}


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

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

#breadcrumbs{
	display:block;
	width: 33%;
	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: 19px;
	margin:0 5px 0 10px;
}
.breadcrumbs_last_3rd{
	display:block;
	line-height:20px;
	width: 60px;
  padding: 2px 0 0 0;
}
.breadcrumbs_last{
	display:block;
	line-height:20px;
	width: 75px;
  padding: 2px 0 0 0;
}
.breadcrumbs_here{
	display:block;
	line-height:20px;
	width: 75px;
  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:24px;
	color:#20A82F;
	text-align:center;
	border-bottom: 1px solid #20A82F;
}

#container_top_area p{
	font-size:16px;
	line-height:24px;
	padding-bottom:13px;
	text-align: center;
}



#jewelry_making_1st{
	display:block;
	width:100%;
	margin:30px 0 0 1em;
}


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

.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%;
	}

/*****/
	#video_area{
		display: flex;
	}
	
	.video_caption{
		margin: 0 0 0 30px;
	}

	.txt_deco{
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #20A82F;
	}

	.video_img{
		font-size: 14px;
	}
/*****/


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

/***/
#figure_step_01{
	display:block;
	width:63%;
	margin:0 auto;
}

#figure_step_01 img{
	width:300px;
	margin:5px;
	float:left;
}

#figure_step_01 figcaption{
	width:320px;
	font-size:16px;
	margin:5px;
	padding-top:110px;
	float:left;
}

/***/
#figure_step_02{
	display:block;
	width:63%;
	margin:0 auto;
}

#figure_step_02 img{
	width:250px;
	margin:5px;
	float:left;
}

#figure_step_02 figcaption{
	width:320px;
	font-size:16px;
	margin:5px;
	padding-top:90px;
	float:left;
}

/***/
.figure_step_03{
	display:block;
	width:63%;
	margin:0 auto;
}

.figure_step_03 img{
	width:250px;
	margin:5px;
	float:left;
}

.figure_step_03 figcaption{
	width:320px;
	font-size:16px;
	margin:5px;
	padding-top:90px;
	float:left;
}

/***/
.figure_step_04{
	display:block;
	width:63%;
	margin:0 auto;
}

.figure_step_04 img{
	width:250px;
	margin:5px;
	float:left;
}

.figure_step_04 figcaption{
	width:320px;
	font-size:16px;
	margin:5px;
	padding-top:90px;
	float:left;
}

/***/
.figure_step_05{
	display:block;
	width:63%;
	margin:0 auto;
}

.figure_step_05 img{
	width:500px;
	margin:5px;
	float:left;
}

.figure_step_05 figcaption{
	width:500px;
	font-size:16px;
	margin:5px;
	padding-top:5px;
	float:left;
}

/***/

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

	#list h4{
		text-align: center;
		padding: 0 0 5px 0;
	}

	#list div{
		display: block;
		width: 820px;
		margin: 5px auto 0;
	}

	#list div ul{
		display: block;
		width: 400px;
		float: left;
	}

	#list div ul h4{
		text-align: center;
		font-size: 18px;
	}

	#list div ul li{
		display: block;
		width: 400px;
		font-size: 16px;
		border-bottom: 1px solid #ccc;
		padding: 0 0 3px 0;
		margin: 5px auto 0;
	}

	#list div ul li .txt_leftside{
		display: block;
		width: 300px;
		text-align: left;
		margin: 0 auto;
		float: left;
	}

	#list div ul li .txt_rightside{
		display: block;
		width: 100px;
		text-align: right;
		margin: 0 auto;
		float: left;
	}

	#list div p{
		display: block;
		width: 400px;
		font-size: 16px;
		margin: 30px 0 0 20px;
		float: left;
	}


/*****/
.txt_impact{
	font-size:17px;
	font-weight:600;
}

.txt_normal{
	font-size:16px;
	margin:10px 0;
}

.txt_color_impact{
	font-size:16px;
	color:#e30882;
	margin:10px 0;
}

.txt_area_h4{
	width:100%;
	font-size:17px;
	font-weight:600;
	color:#20A82F;
	padding: .25em 0 .1em .75em;
	border-left: 6px solid #20A82F;
	border-bottom: 1px solid #20A82F;
	margin:10px 0 10px 0;
}


/*****/

.border_line{
	width:100%;
	padding: .75em 0;
	border-top: 1px solid #ccc;
}

#last_txt_area{
	width:100%;
	margin:10px 0 50px;
}

}
