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


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

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


/** ちらし画像スマホ用 **/
	.top_view_sketch{
		width: 90%;
		margin: 40px auto;
	}
	
	.top_view_sketch h2{
		font-size: 16px;
		color:#e30d84;
		border-bottom: 1px solid #e30882;
		text-align: center;
	}
	
	.top_view_inner{
		width: 300px;
		margin: 20px auto;
	}
	
	.top_view_sketch a{
		display: block;
		width: 300px;
	}
	.thirashi_img{
		width: 300px;
		height: auto;
	}


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

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

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

#container_top_area p{
	font-size:18px;
	margin:5px 0 0 0;
	text-align: center;
}
	
	.container_topimg_area{
		display: block;
		width: 100%;
		margin: 0 auto;
}

	#container_top{
		display: block;
		width:100%;
		margin: 20px auto;
	}

	.container_topimg_area img{
		display: block;
		width: 250px;
		margin: 5px auto;
		border: 2px solid #ccc;
}

	.container_topimg_area figcaption{
		text-align: left;
		font-size: 16px;
}
	
	.top-arrow_icon{
		display: block;
		width: 30px;
		transform:rotate(90deg);
		margin: 0 auto;
}
	
	.top_caption{
		display: block;
		width: 100%;
		
	}
	
	.top_caption{
		width: 96%;
		margin: 0 auto;
		
	}
	
	.top_caption_figure{
		display: block;
	}
	
	.top_caption_figure figcaption{
		width: 96%;
		color: #222;
		font-size: 16px;
		line-height: 1.2;
	}
	
	.top_caption_figure a{
		width: 20%;
		height: 271.4px;
		margin: 10px;
	}
	
	.top_caption_span{
		display: inline-block;
		margin: 15px 0;
		padding: 17px 0 15px;
		border-top: 1px dotted #e30882;
		border-bottom: 1px dotted #e30882;
	}
	
	.top_caption_span a{
		color: #e30882;
		text-decoration: none;
	}


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

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

#container_top_under h3{
	text-align:center;
	font-size: 18px;
	color: #20A82F;
	line-height:20px;
	margin:20px 0 0 0;
	border-bottom: 1px solid #20A82F;
}

#container_top_under p{
	text-align:center;
	font-size: 16px;
	line-height: 20px;
	margin: 10px 0 20px 0;
}


/** container_main
*******************************/

#container_main{
	display:block;
	width: 90%;
	margin: 0px auto;
}
	
	
/** before-afte(container_left)
****************/

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



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

#container_right{
	display: none;
}
}


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


/** ぱんくず
********************/
#breadcrumbs{
	display:block;
	width: 47%;
	margin:20px 0 0 0;
	box-shadow:-3px 0px 10px 0px #ccc;
}
#breadcrumbs ol{
	display: flex;
  align-items: center;
	width:90%;
	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: 112px;
  padding: 2px 0 0 0;
}
.breadcrumbs_last{
	display:block;
	line-height:20px;
	width: 80px;
  padding: 2px 0 0 0;
}
.breadcrumbs_here{
	display:block;
	line-height:20px;
	width: 120px;
  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;
}


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

.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_view_sketch{
		width: 90%;
		margin: 40px auto;
	}
	
	.top_view_sketch h2{
		font-size: 20px;
		color:#e30d84;
		border-bottom: 1px solid #e30882;
		text-align: center;
	}
	
	.top_view_inner{
		width: 350px;
		margin: 20px auto;
	}
	
	.top_view_sketch a{
		display: block;
		width: 350px;
		border: none;
	}
	.thirashi_img{
		width: 350px;
		height: auto;
	}
	


	/*****/
	
	.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_top_area{
	display:block;
	width:100%;
	margin:20px 0px;
}

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

#container_top_area p{
	font-size:18px;
	margin:5px 0 0 0;
	text-align: center;
}
	
	.container_topimg_area{
		display: block;
		width: 100%;
		margin: 0 auto;
}

	#container_top{
		display: flex;
		width: 570px;
		margin: 20px auto;
	}

	.container_topimg_area img{
		display: block;
		width: 250px;
		margin: 5px;
		border: 2px solid #ccc;
}

	.container_topimg_area figcaption{
		text-align: right;
		font-size: 16px;
}
	
	.top-arrow_icon{
		width: 30px;
		margin: 80px 10px 0 20px;
}
	
	.top_caption{
		display: flex;
		width: 100%;
		
	}
	
	.top_caption{
		width: 100%;
		
	}
	
	.top_caption_figure{
		display: flex;
	}
	
	.top_caption_figure figcaption{
		width: 78%;color: #222;
		font-size: 16px;
		line-height: 1.2;
	}
	
	.top_caption_figure a{
		width: 20%;
		height: 271.4px;
		margin: 10px;
	}
	
	.top_caption_span{
		display: inline-block;
		margin: 15px 0;
		padding: 17px 0 15px;
		border-top: 1px dotted #e30882;
		border-bottom: 1px dotted #e30882;
	}
	
	.top_caption_span a{
		color: #e30882;
		text-decoration: none;
	}

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

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

#container_top_under h3{
	text-align:center;
	font-size: 18px;
	color: #20A82F;
	border-bottom: 1px solid #20A82F;
	line-height:20px;
	margin:20px 0 0 0;
}

#container_top_under p{
	text-align:center;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 20px 0;
}


/** container_main
/***************************/

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

/** before-afte(container_left)
/***************************/

#container_left{
	display:block;
	width:70%;
	float:left;
}



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

#container_right{
	display:block;
	width:30%;
	float:left;
}
/*****/

.txt_small{
	font-size:12px;
}

.txt_color_impact{
	color:#ffab02;
}

.span_blank{
	padding-left:1.5em;
}

.txt_deco{
	width:70%;
	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;
}

	
}
