/*===============================================
●PC用ワイド設定 
===============================================*/
@media print, screen and  (min-width: 856px){


/*修理事例---------------------------------------*/
.case .box_logo a .logo{
	width:130px;
	height:120px;
	background: linear-gradient(#EDEDED,#FFF);
	border-radius:5px;
	margin:10px 5px;
	border:#CCC 1px solid;
	text-align:center;
	padding-top:10px;
	float:left;
	position: relative;
	transition:0.4s;
}
.case .box_logo a:hover .logo{
	border:#4b5056 1px solid;
}
.case .box_logo a .logo img{
   display: block;
   width: 70%;
   margin: 0 auto;
}
.case .box_logo a .logo .text_logo{
   position: absolute;
   width: 100%;
   top: 95px;
   text-align: center;
   font-size:12px;
	color:#4b5056;
	font-weight:bold;
}
.case .box_post{
	padding-top:50px;
	margin-bottom:30px;	
}

.post-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case .contents-post {
	margin-bottom: 20px;
	padding: 0.5%;
	width: 32%;
}
.case .contents-post .inner_post{
	border:#DDD 1px solid;
	border-radius:5px;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:15px;
	transition:0.8s;
}
.case .contents-post h3{
	color:#333;
	font-size:14px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	text-align:left;
	padding:5% 5% 0% 5%;
	line-height:120%;
	height:48px;
	overflow:hidden;
}
.case .contents-post .date{
	font-size:11px;
	padding:0 5%;
}
.case .contents-post .inner_post .com p{
  padding: 0 5%;
  height:100px;
}
.case .contents-post .inner_post .com a{
  display: none;
}
.case .contents-post .inner_post .com img{
  display: none;
}
.case .contents-post a .bt_post {
	display:block;
	width:60%;
	margin:0 auto;
	margin-top: 30px;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	border-radius:5px;
	color:#4b5056;
	padding:3px 0;
	font-size:14px;
	text-align:center;
	position:relative;
	transition:0.8s
}
.case .contents-post a:hover .bt_post{
	background-color:#4b5056;
	color:#FFF;
}
.case .contents-post a .bt_post:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:12px;
}
/*画像hoverでズームアップ---------------------------------------*/
.case .contents-post .thumb a {
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.case .contents-post .thumb img {
	width: auto;
	height: 240px;
	transition: .3s ease-in-out;
}
.case .contents-post .thumb a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.case .box2 .bt_content a{
	display:block;
	width:600px;
	margin:0 auto;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	color:#4b5056;
	padding:8px 0;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	position:relative;
	transition:0.8s
}
.case .box2 .bt_content a:hover{
	background-color:#4b5056;
	color:#FFF;
}
.case .box2 .bt_content a:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:14px;
}
.pager{
  color:#4b5056;
  font-weight: bold;
}
.pager a{
  display: block;
  width: 200px;
  background-color: #4b5056;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  border: #4b5056 1px solid;
  transition: 0.5s;
}
.pager a:hover{
background-color:#e7ecef;
 color:#4b5056;
}

.case dl{
  margin: 0;
  padding: 0;
}
.case dl .date{
  margin-bottom: -20px;
  margin-left: 3px;
  color:#4b5056;
}
.case dt{
  color:#4b5056;
  background-color: #DEE4EB;
  padding-left: 15px;
}
.case dt h3{
  font-size: 18px;
  padding:7px 0 7px 0;
}
.case dd{
   margin: 0 auto;
   width: 800px;
   font-size: 18px;
   line-height: 160%;
}
.case dd img{
  background-color: #FFF;
  border: #DDD 8px solid;
  border-radius: 3px;
  display: block;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;

}
.case dd a{
 text-decoration: underline;
}
.case .box_kanren{
  padding-top: 50px;
}
.case .title_kanren{
  color:#4b5056;
  padding-bottom: 6px;
  font-size: 18px;
  background-image: url(../images/post/bg_line.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.case .box_kanren .box_post{
  padding-top: 20px;
}
.case .box_bt{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case .box_bt a{
  display: block;
  width: 48%;
  border: #4b5056 1px solid;
  background-color:#4b5056;
  text-align: center;
  color:#FFF;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  transition: 0.5s
}
.case .box_bt a:hover{

 background-color:#FFF;
 color: #4b5056;
}
.case .box_bt a:before{
font-family: FontAwesome;
  content: '\f104 '; /* アイコンのunicode */
  position:absolute;
 left:5px;
  font-size:14px;
}
/*コーティング---------------------------------------*/
.case .box_coating{
 text-align: center;
}
.case .box_coating .cath_coating{
  font-size: 25px;
  font-weight: 800;
  color:#4b5056;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.case .box_coating .box_nav{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
 
}
.case .box_coating .box_nav a{
  display: block;
  width: 32%;
  margin: 20px auto;
  border: #4b5056 1px solid;
   background-color:#FFF;
  text-align: center;
  color:#4b5056;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  transition: 0.5s
}
.case .box_coating .box_nav a:hover{
  opacity: 0.7;
  background-color: #4b5056;
  color: #FFF;
}
.case .box_coating .box_nav a:after{
font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
 right:5px;
  font-size:16px;
}
.case .bt_coatingprice a{
  display: block;
  width: 80%;
  margin: 30px auto;
  border: #FFF 10px double;
   background-color:#4b5056;
  text-align: center;
  color:#FFF;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  position: relative;
  transition: 0.5s
}
.case .bt_coatingprice a:hover{
  opacity: 0.7;
}
.case .bt_coatingprice a:after{
font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
 right:5px;
  font-size:16px;
}
.case .yakitsuke{
 border: #C00 1px solid;
 padding: 20px;font-size: 18px;
 font-weight: 800;
 line-height: 200%;
 background-image: url(../images/post/bg_yakitsuke.png);
 text-shadow: 2px 2px 1px #FFF,
             -2px 2px 1px #FFF,
             2px -2px 1px #FFF,
             -2px -2px 1px #FFF,
}
.case .yakitsuke h3{
  font-size: 23px;
  text-align: center;
  color: #C00;
}
.case .yakitsuke .inner{
  width: 48%;
  float: left;
}
.case .yakitsuke .text_yakitsuke{
  font-size: 40px;
  color: #C00;
}
.case .yakitsuke .movie{
  width: 48%;
  float: right;
  border: #000 5px solid;
}
.case .yakitsuke .bt_yakitsuke a{
  display: block;
  width: 80%;
  margin: 20px auto 0 auto;
  border: #FFF 10px double;
   background-color:#4b5056;
  text-align: center;
  color:#FFF;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  transition: 0.5s;
}
.case .yakitsuke .bt_yakitsuke a:hover{
  opacity: 0.7;
}
.case .yakitsuke .bt_yakitsuke a:after{
font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
 right:5px;
  font-size:16px;
}
.case .coating{
border-bottom: #4b5056 2px solid;
  border-top: #4b5056 2px solid;
  padding: 20px 0;
  margin-bottom: 30px;
  
}
.case .coating .inner{
 width: 50%;
 float: left;
}
.case .coating img{
 width: 45%;
 border: #CCC 5px solid;
 float: right;
}
.case .flow h4{
  font-size: 25px;
}
.case .flow dl dt{
  color:#4b505;
  font-size: 20px;
  font-weight:bold;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left:#4b505 5px solid;
  border-bottom: #4b505 1px solid;
}
.case .flow dl dd{
  margin-left: 0;
  margin-bottom: 40px;
  padding: 1%;
  width: 100%;
  border:  #DEE4EB 1px solid;
  box-sizing: border-box;
  font-size: 14px;
   }
.case .flow dl dd p{
  width: 60%;
  float: left;
}
.case .flow dl dd p a{
  font-weight: 800;
  color:#4b505;
  font-size: 16px;
  text-decoration: underline;
}
.case .flow dl dd img{
  width: 30%;
  border: #CCC 5px solid;
  float: right
}
.case .flow dl dd .finish img{
  width: 600px;
  display: block;
  margin: 0 auto;
  float: none;
}
/*作業工程---------------------------------------*/
.case .box_post_proces dl{
margin-bottom: 40px;
}
.case .box_post_process dd{
  width: 65%;
  float: right;
  margin-top: -10px;
}
.case .box_post_process dd img{
  display: none;
}
.case .box_post_process dd a .bt_post {
	display:block;
	width:80%;
	margin:0 auto;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	border-radius:5px;
	color:#4b5056;
	padding:5px 0;
	font-size:14px;
	text-align:center;
	position:relative;
	transition:0.8s;
	margin-top: 20px;
}
.case .box_post_process dd a:hover .bt_post{
	background-color:#4b5056;
	color:#FFF;
}
.case .box_post_process dd a .bt_post:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:12px;
}
.case dd h3{
  color:#4b5056;
  font-size: 16px;
  margin-top: 50px;
  border-bottom: #4b5056 1px dotted;
}
.case .box_bt_process a{
  display: block;
  width: 80%;
  border: #4b5056 1px solid;
  background-color:#4b5056;
  text-align: center;
  color:#FFF;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  transition: 0.5s;
  margin: 20px auto;margin-top: 50px;
}
.case .box_bt_process a:hover{

 background-color:#fff;
 color:#4b5056;
}
.case .box_bt_process a:before{
font-family: FontAwesome;
  content: '\f104 '; /* アイコンのunicode */
  position:absolute;
 left:5px;
  font-size:14px;
}

.case .chimuraphoto{
  width: 180px;
  float: right;
  margin-left: 10px;
  border: none
}
.case .chimuraphoto img{
  width: 100%;
  height: auto;
  border: none;
}
.blog .box_post{
	padding-top:50px;
	margin-bottom:30px;	
}

.blog .post-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog .contents-post {
	margin-bottom: 20px;
	padding: 0.5%;
	width: 47%;
}
.blog .contents-post .inner_post{
	border:#DDD 1px solid;
	border-radius:5px;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:15px;
	transition:0.8s;
	margin-bottom: 40px;
	height: 230px;
}
.blog .contents-post .inner_post a{
 color: #333;
}
.blog  .contents-post h3{
	color:#FFF;
	background-color:#4b5056;	
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	text-align:left;
	padding:10px 15px;;
	overflow:hidden;
}
.blog  .contents-post .date{
	font-size:11px;
	padding:0 5%;
}
.blog  .contents-post .inner_post .com p{
  padding: 0 5%;

}
.blog  .contents-post .inner_post .com a{
  display: none;
}
.blog  .contents-post a .bt_post {
	display:block;
	width:60%;
	margin:0 auto;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	border-radius:5px;
	color:#4b5056;
	padding:3px 0;
	font-size:14px;
	text-align:center;
	position:relative;
	transition:0.8s
}
.blog  .contents-post a:hover .bt_post{
	background-color:#4b5056;
	color:#FFF;
}
.blog  .contents-post a .bt_post:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:12px;
}

.blog   .bt_content a{
	display:block;
	width:90%;
	margin:0 auto;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	color:#4b5056;
	padding:8px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:relative;
	transition:0.8s
}
.blog  .bt_content a:hover{
	background-color:#4b5056;
	color:#FFF;
}
.blog  .bt_content a:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:14px;
}
.blog  .pager{
  color:#4b5056;
  font-weight: bold;
}
.blog  .pager a{
  display: block;
  width: 110px;
  background-color: #4b5056;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  border: #4b5056 1px solid;
  transition: 0.5s;
}
.blog  .pager a:hover{
background-color:#e7ecef;
 color:#4b5056;
}

}


/*===============================================
●スマホ用ワイド設定 
===============================================*/
@media screen and  (max-width: 855px){

/*レイアウト---------------------------------------*/
/*修理事例---------------------------------------*/
.case .box_logo{
display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case .box_logo a{
display: block;
width:22.3%;
}
.case .box_logo::before{/*４列の左寄せ用*/
  content:"";
  display: block;
  width:22.3%;
  order:1;
}
.case .box_logo::after{/*４列の左寄せ用*/
  content:"";
  display: block;
  width:22.3%;
}
.case .box_logo a .logo{
	background: linear-gradient(#EDEDED,#FFF);
	border-radius:5px;
	margin:10px 1%;
	border:#CCC 1px solid;
	text-align:center;
	padding-top:10px;
	font-size:12px;
	color:#4b5056;
	font-weight:bold;
}
.case .box_logo a .logo img{
   display: block;
   width: 70%;
   margin: 0 auto;
   margin-bottom: -20px
}
.case .box_logo .text_logo{
  font-size: 1.8vw;
}
.case .box_post{
	padding-top:50px;
	margin-bottom:30px;	
}

.post-wrap {

}

.case .contents-post {
	margin-bottom: 20px;
	padding: 0.5%;
	width: 100%;
}
.case .contents-post .inner_post{
	border:#DDD 1px solid;
	border-radius:5px;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:15px;
	transition:0.8s;
}
.contents-post .thumb img {
	width: 100%;
	height: auto;
}
.case .contents-post h3{
	color:#333;
	font-size:14px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	text-align:left;
	padding:5% 5% 0% 5%;
	line-height:120%;
	height:48px;
	overflow:hidden;
}
.case .contents-post .date{
	font-size:11px;
	padding:0 5%;
}
.case .contents-post .inner_post .com p{
  padding: 0 5%;
  height:105px;
}
.case .contents-post .inner_post .com a{
  display: none;
}
.case .contents-post a .bt_post {
	display:block;
	width:60%;
	margin:0 auto;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	border-radius:5px;
	color:#4b5056;
	padding:3px 0;
	font-size:14px;
	text-align:center;
	position:relative;
	transition:0.8s
}
.case .contents-post a:hover .bt_post{
	background-color:#4b5056;
	color:#FFF;
}
.case .contents-post a .bt_post:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:12px;
}

.case .bt_content a{
	display:block;
	width:90%;
	margin:0 auto;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	color:#4b5056;
	padding:8px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:relative;
	transition:0.8s
}
.case  .bt_content a:hover{
	background-color:#4b5056;
	color:#FFF;
}
.case .bt_content a:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:14px;
}
.pager{
  color:#4b5056;
  font-weight: bold;
}
.pager a{
  display: block;
  width: 110px;
  background-color: #4b5056;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
  border: #4b5056 1px solid;
  transition: 0.5s;
}
.pager a:hover{
background-color:#e7ecef;
 color:#4b5056;
}
.case dl{
  margin: 0;
  padding: 0;
}
.case dl .date{
  margin-bottom: -20px;
  margin-left: 3px;
  color:#4b5056;
}
.case dt{
  color:#4b5056;
  background-color: #DEE4EB;
  padding-left: 15px;
}
.case dt h3{
  font-size: 18px;
  padding:7px 0 7px 0;
}
.case dd{
   margin: 0 auto;
   width: 100%;
   font-size: 16px;
   line-height: 160%;
}
.case dd img{
  display: block;
  width: 90%;
  height: auto;
  padding: 2px;
  background-color: #FFF;
  border: #DDD 8px solid;
  border-radius: 3px;
  margin-top: 50px;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
}
.case dd a{
 text-decoration: underline;
}
.case .box_kanren{
  padding-top: 50px;
}
.case .title_kanren{
  color:#4b5056;
  padding-bottom: 6px;
  font-size: 18px;
  background-image: url(../images/post/bg_line.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.case .box_kanren .box_post{
  padding-top: 20px;
}
.case .box_bt{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case .box_bt a{
  display: block;
  width: 48%;
  font-size: 12px;
  border: #4b5056 1px solid;
  background-color:#4b5056;
  text-align: center;
  color:#FFF;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  transition: 0.5s
}
.case .box_bt a:hover{

 background-color:#FFF;
 color: #4b5056;
}
.case .box_bt a:before{
font-family: FontAwesome;
  content: '\f104 '; /* アイコンのunicode */
  position:absolute;
 left:5px;
  font-size:14px;
}
/*コーティング---------------------------------------*/
.case .box_coating{

}
.case .box_coating .cath_coating{
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  color:#4b5056;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.case .box_coating .box_nav{
 
}
.case .box_coating .box_nav a{
  display: block;
  width: 90%;
  margin: 20px auto;
  border: #4b5056 1px solid;
   background-color:#FFF;
  text-align: center;
  color:#4b5056;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  transition: 0.5s
}

.case .box_coating .box_nav a:after{
font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
 right:5px;
  font-size:16px;
}
.case .bt_coatingprice a{
  display: block;
  width: 90%;
  margin: 30px auto;
  border: #FFF 10px double;
   background-color:#4b5056;
  text-align: center;
  color:#FFF;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0;
  position: relative;
  transition: 0.5s
}
.case .bt_coatingprice a:hover{
  opacity: 0.7;
}
.case .bt_coatingprice a:after{
font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
 right:5px;
  font-size:16px;
}

.case .yakitsuke{
 border: #C00 1px solid;
 padding: 20px;font-size: 18px;
 font-weight: 800;
 line-height: 200%;
 background-color: 
 text-shadow: 2px 2px 1px #FFF,
             -2px 2px 1px #FFF,
             2px -2px 1px #FFF,
             -2px -2px 1px #FFF,
}
.case .yakitsuke h3{
  font-size: 23#EFEFEF;px;
  text-align: center;
  color: #C00;
}
.case .yakitsuke .inner{

}
.case .yakitsuke .text_yakitsuke{
  font-size: 40px;
  color: #C00;
}
.case .yakitsuke .movie{

  border: #000 5px solid;
}
.case .yakitsuke .bt_yakitsuke a{
  display: block;
  width: 80%;
  margin: 20px auto 0 auto;
  border: #FFF 10px double;
   background-color:#4b5056;
  text-align: center;
  color:#FFF;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  transition: 0.5s;
}
.case .yakitsuke .bt_yakitsuke a:hover{
  opacity: 0.7;
}
.case .yakitsuke .bt_yakitsuke a:after{
font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
 right:5px;
  font-size:16px;
}
.case .coating{
border-bottom: #4b5056 2px solid;
  border-top: #4b5056 2px solid;
  padding: 20px 0;
  margin-bottom: 30px;
  
}
.case .coating .inner{

}
.case .coating img{
 width: 90%;
 display: block;
 border: #CCC 5px solid;
 margin: 10px auto;
}
.case .flow h4{
  font-size: 25px;
}
.case .flow dl dt{
  color:#4b505;
  font-size: 20px;
  font-weight:bold;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left:#4b505 5px solid;
  border-bottom: #4b505 1px solid;
}
.case .flow dl dd{
  margin-left: 0;
  margin-bottom: 40px;
  padding: 1%;
  width: 100%;
  border:  #DEE4EB 1px solid;
  box-sizing: border-box;
  font-size: 14px;
   }

.case .flow dl dd p{

}
.case .flow dl dd p a{
  font-weight: 800;
  color:#4b505;
  font-size: 16px;
  text-decoration: underline;
}
.case .flow dl dd img{
  width: 90%;
  display: block;
  border: #CCC 5px solid;
  margin: 10px auto;
}
.case .flow dl dd .finish img{
  width: 90%;
  display: block;
  margin: 10px auto;
  float: none;
}
.case .chimuraphoto{
  width: 70%;
  margin: 15px auto;
}
.case .chimuraphoto img{
  width: 100%;
  height: auto;
  border: none;
}
/*作業工程---------------------------------------*/
.case .box_post_proces dl{
padding-bottom: 100px;
}
.case .box_post_process dd{
  margin-top: -10px;
}.case .box_post_process img{
  margin-top: 30px;
  margin-bottom: 30px;
}
.case .box_post_process dd img{
  display: none;
}
.case .box_post_process dd a .bt_post {
	display:block;
	width:80%;
	margin:0 auto;
	background-color:#4b5056 ;
	border:#4b5056 1px solid;
	border-radius:5px;
	color:#FFF;
	padding:5px 0;
	font-size:14px;
	text-align:center;
	position:relative;
	transition:0.8s;
	margin-top: 20px;
}
.case .box_post_process dd a .bt_post:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:12px;
}
.case dd h3{
  color:#4b5056;
  font-size: 16px;
  margin-top: 50px;
  border-bottom: #4b5056 1px dotted;
}
.case .box_bt_process a{
  display: block;
  width: 80%;
  border: #4b5056 1px solid;
  background-color:#4b5056;
  text-align: center;
  color:#FFF;
  font-weight: bold;
  padding: 5px 0;
  position: relative;
  transition: 0.5s;
  margin: 20px auto;margin-top: 50px;
}
.case .box_bt_process a:hover{

 background-color:#fff;
 color:#4b5056;
}
.case .box_bt_process a:before{
font-family: FontAwesome;
  content: '\f104 '; /* アイコンのunicode */
  position:absolute;
 left:5px;
  font-size:14px;
}

/*ブログ---------------------------------------*/
.case .chimuraphoto{
  width: 30%;
  float: right;
  margin-left: 10px;
  border: none
}
.case .chimuraphoto img{
  width: 100%;
  height: auto;
  border: none;
}
.blog .box_post{
	padding-top:50px;
	margin-bottom:30px;	
}

.blog .post-wrap {

}

.blog .contents-post {
	margin-bottom: 20px;
	padding: 0.5%;
	width: 100%;
}
.blog .contents-post .inner_post{
	border:#DDD 1px solid;
	border-radius:5px;
	overflow:hidden;
	background-color:#FFF;
	padding-bottom:15px;
	transition:0.8s;
}
.blog .contents-post h3{
	color:#FFF;
	background-color: #4b5056;
	font-size:14px;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	text-align:left;
	padding:10px 5px;
	line-height:120%;
	overflow:hidden;
}
.blog .contents-post .date{
	font-size:11px;
	padding:0 5%;
}
.blog .contents-post .inner_post .com p{
  padding: 0 5%;
  height:110px;
  margin-bottom: 20px;
}
.blog .contents-post .inner_post .com a{
  display: none;
}
.blog .contents-post a .bt_post {
	display:block;
	width:60%;
	margin:10px auto;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	border-radius:5px;
	color:#4b5056;
	padding:3px 0;
	font-size:14px;
	text-align:center;
	position:relative;
	transition:0.8s
}
.blog .contents-post a:hover .bt_post{
	background-color:#4b5056;
	color:#FFF;
}
.blog .contents-post a .bt_post:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:12px;
}

.blog  .bt_content a{
	display:block;
	width:90%;
	margin:0 auto;
	background-color:#e7ecef;
	border:#4b5056 1px solid;
	color:#4b5056;
	padding:8px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	position:relative;
	transition:0.8s
}
.blog .bt_content a:hover{
	background-color:#4b5056;
	color:#FFF;
}
.blog .bt_content a:after{
 font-family: FontAwesome;
  content: '\f105 '; /* アイコンのunicode */
  position:absolute;
  right:5px;
  font-size:14px;
}

}

