@charset "utf-8";
@media screen and (max-width: 1000px) {
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;　
}

.wrapper {
	width: 98%;
}
	
.wrapper_swiper {
	width: 100%;
	margin: 0 auto 10px;
  overflow: hidden;
  zoom: 1;
}
	
	main {
		width: 96%;
	}
	
/* レスポンシブ系
================================================== */
.pc {
	display: none!important;
}

.sp {
	display: block!important;
}
	
.br-pc {
	display: none;
}

.br-sp {
	display: block;
}


	
	/* #main_contents,#side_contents
================================================== */

#main_contents {
	width: 100%;
	margin-right: 0;
}

/* #side_contents
================================================== */
	
	#side_contents {
display: none;
	}

		
/* #shobo_atn
================================================== */
#shobo_atn .atm_midashi {

    font-size: 1.4em;
    margin-bottom: 5px;

}
	
/* #news
================================================== */
	
#news {
		width: 100%;
	}

	
/* .top_works
================================================== */

.top_works {
	display: block;
}

.top_works .works_box {
	margin-right: 0;
	border: 1px solid #dfdfdf;
	display: flex;
	margin-bottom: 15px;
}

.top_works .works_box:last-child {
	margin-right: 0;
}

.top_works .works_box img {
	width:30%;
    height:100%;
}

.top_works .works_box .txt_box {
	padding: 10px;
	width: 70%;
}

/* .top_point
================================================== */


.top_point ul {
   	display: block;
	margin-top: 10px;
}

.top_point ul li {
	margin: 0 0 15px 0;
}
	
.top_point ul li:last-child {
	margin: 0;
}


	
/* main_visual
================================================== */

	.main_visual_company,
	.main_visual_contact,
	.main_visual_works,
	.main_visual_blog {
	background: none!important;
	height: auto!important;
	width: 100%;
		margin-bottom: 20px;
	}
	
.main_visualbox {
	display: none;
}

	
/* #footer
================================================== */

footer {
  margin: 0 0 60px 0;
	overflow: hidden;
}
	footer .wrapper {
		display: none;
	}
	
.copyright {
	background: #f6f6f6;
}
	
	
/* .sp-menu
================================================== */	
	.sp-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #edf6fa;
    }
	
	.sp-menu ul {
		width: 100%;
	}
	
	.sp-menu ul li {
		padding: 0 1%;
		float: left;
		width: 65%;
	}
	
	.sp-menu ul li:last-child {
		width: 35%;
		float: right;
	}
	
.sp-menu .tel_box {
	text-align: center;
	}
	
.sp-menu .tel_box a {
	font-size: 130%;
	color: #288fc2;
	font-weight: bold;
	text-align: center;
}
	
	.sp-menu .tel_box a i {
	margin-right: 5px;
}
	
	.sp-menu .tel_box span {
		font-size: 75%;
	}
	
	.sp-menu .contact_box {
		background: #288fc2;
		text-align: center;
		border-radius: 5px;
		padding: 0 5px;
	}
	
	.sp-menu .contact_box a {
		font-size: 90%;
		display: block;
		padding: 10px 5px;
		color: #fff;
	}

	
	
/* wp_blog
================================================== */
	
	
#main {
  margin: 0 auto!important;
	width: 100%;
}
	
	
.secInner.maxWidth.flex.fWrap_wrap {
    width: 100%;
    /* flex-wrap: nowrap; */
}

.left {
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 0;
}
	
.caltegory_wrap {
		margin-right: 0;
	}
	
	
	.news_row.flex .image_inner img {
		width: 100px;
	}

	
	.news_row.flex .right h2 {
		font-size: 120%;
	}
	
div#sidebar {
    width: 100%;
}
.news_row.flex {
	flex-wrap:nowrap;
}
.news_row.flex .left {
	margin-right: 15px;
	width: 100px;

}
	
	.products_main {
		margin-right: 0;
	}
	
.secInner .page_link .next,
.secInner .page_link .prev{
	padding: 10px 15px;
	text-align: center;
	width: 80px;
	border-radius: 3px;
	border: 1px solid #999;
}

.secInner .page_link .next a,
.secInner .page_link .prev a {
	color: #666;
	font-size: 85%;
}
	
/*pad：終わり*/
}

@media screen and (max-width: 639px) {

.wrapper {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}
	
.bread.wrapper {
  margin-bottom: 10px;
}

}
