@charset "UTF-8";


/*--------------------------------------------------------
解像度960px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 960px){
		
	
	.site-header-in,
	.main-image-in,
	.global-nav-in,
	.main-body-in,
	.site-footer-in{
		width: 96%;
		margin: auto;
	}
	

	
	.col1 .section-wrap,
	.col1 .breadcrumbs,
	.col1 .section-wrap.wide .section-in,
	.col1 .section-wrap.wide{
		width: auto;
	}
	
	.col1 .breadcrumbs-in,
	.col1 .float-area{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
	
	
	.site-header-conts{
	display: block;
}
	
	
	.site-title{
	width: 580px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

	.logo{
	padding-left: 5px;	
}
	
	
	.header-box{
	width: 100%;
	display: block;
	}
	
	.contact-wrap{
	width: 580px;
	margin-left: auto;
	margin-right: auto;
		}
	
	
	.b-contact{
	padding-left: 70px;
	padding-right: 70px;
	margin-bottom: 5px;
	}
	
	.col1 .section-wrap{
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 80px;
}
	
	
	/*主要設備*/
	
	.equip{
	display: block;
}
	
	.equip .maker{
	display: block;
	width: 40%;
	padding-top: 0px;
	padding-bottom: 0px;
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
    }
	
	.equip .mahine{
	display: block;
	text-align: center;
}
	.equip-wrap .name{
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 10px;
}
	.equip-wrap span{
	display: block;
}
	
	.equip-wrap .other-wrapper
	{
	text-align: center;
}
	
	.equip-wrap .other{
	text-align: left;
	display: inline-block;
}
	
	
}

/*--------------------------------------------------------
解像度736px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 736px){

	html,
	body,
	.containr{
		min-width: 0;
	}

	html{
		overflow-x: hidden;
		overflow-y: scroll;
	}

	html,body{
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	
	input[type="submit"],input[type="image"],
	input[type="reset"],input[type="button"],
	input[type="file"]{
		max-width: none;
	}
	
	blockquote{
		position: relative;
		margin: 2em 0;
		padding: 115px 20px 80px;
		background: #eee;
	}
	
	


	.site-header-in,
	.global-nav-in,
	.main-body-in
	{
		width: 100%;
	}
	
	.col2 .main-conts,
	.col2 .sub-conts,
	.col2r .main-conts,
	.col2r .sub-conts{
		float: none;
		width: auto;
	}
	
	/*ヘッダー*/
	.site-header-conts,
	.site-title,
	.header-box{
		display: block;
	}
	
	.header-box{
		margin-top: 15px;
	}
	
	.site-header-conts{
		padding-top: 38px;
	}
	
	.no-gn .site-header-conts{
		padding-top: 0;
	}
	
	.site-header-conts{
		padding-bottom: 10px;
	}
	
	.site-title{
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 1.4em;
	}

	.normal-screen .site-title{
		font-size: 2em;
	}

	.normal-screen .lp-catch{
		padding: 15px 15px 0;
		font-size: 1em;
	}

	.header-box{
		margin-left: 0;
		text-align: center;
	}
	
	.site-header-in{
		position: relative;
	}

	.main-image{
	border-bottom: 2px solid #0071BC;
}
	
	
	
	/*グローバルナビ*/
	.global-nav{
		position: absolute;
		top: 0;
		width: 100%;
		margin: 0;
		border: 0;
	}
	.global-nav-line{
	display: none;
}
	.global-nav ul{
		display: none;
		position: absolute;
		top: 50px;
		left: 10px;
		z-index: 50;
		width: 80%;
		border: 0;
		background: #666;

	}
	
	.global-nav-panel{
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		background: #0071BC;
		color: #fff;
		cursor: pointer;
	}

	.global-nav-in li{
		display: list-item;
		width: auto;
		border-right: 0;
		border-bottom: 1px solid #999;
		text-align: left;
	}
	
	.global-nav-in li a{
	color: #EEEEEE;
	background-color: #B0D9F7;
		background: url(../images/icon/icon-gn-arw.png) right center no-repeat;
}
	.global-nav-in li a:hover{
	color: #EEEEEE;
		background: url(../images/icon/icon-gn-arw.png) right center no-repeat;
}
	
	
	.global-nav-in li a span{
	border-bottom: none;
}
	.global-nav-in li:hover a span{
	border-bottom: none;
}
	
	.global-nav-in li ul{
		position: static;
		width: auto;
		margin-left: 1em;
	}
	
	.global-nav-in li ul li{
		width: auto;
		border-bottom: 0;
	}
	
	

		/*Retina（高解像度）ディスプレイ用*/
		@media screen and (-webkit-min-device-pixel-ratio:2),
		(min-resolution: 2dppx){

			.global-nav-in li a,
			.global-nav li ul li a{
				background: url(../images/icon/icon-gn-arw@2x.png) right center no-repeat;
				-webkit-background-size: 27px 18px;
				background-size: 27px 18px;
			}

		}

	/*--------------------------------------------------------
	メインビジュアル
	--------------------------------------------------------*/

	
	
	.section-wrap,
	.col1 .section-wrap.wide{
		padding: 0;
		border: 0;
	}
	
	.col1 .section-wrap{
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
		}
	
	.section-wrap .section-in,
	.col1 .section-wrap.wide .section-in,
	.float-area,
	.col1 .float-area{
		padding: 15px;
	}

	.col1 .sub-conts .section-wrap .section-in{
		padding: 0 20px 30px;
	}

	.section-wrap .section-in .section-title,
	.section-wrap .article-header .section-title{
		margin: -15px -15px 0;
		padding: 15px;
		font-size: 1.75em;
	}

	.sub-conts .section-wrap .section-in .section-title,
	.sub-conts .section-wrap .article-header .section-title,
	.col1 .sub-conts .section-wrap .section-in .section-title,
	.col1 .sub-conts .section-wrap .article-header .section-title{
		margin: 0 -20px 30px;
		padding: 10px 18px;
	}

	.main-body h1,
	.main-body h2,
	.main-body h3,
	.main-body h4,
	.main-body h5,
	.main-body h6{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	}
	

	.main-body h1,
	.main-body h2{
		font-size: 1.5em;
	}
	
	/*パンくずリスト*/
	.breadcrumbs-in{
		margin-bottom: 1em;
		padding: 0 1em;
	}

	.breadcrumbs-in li:last-child{
		display: none;
	}

	.col1 .breadcrumbs-in{
		width: auto;
	}

	/*フッターナビ*/
	.site-footer-nav{
		display: block;
		text-align: left;
	}

	.site-footer-nav li,
	.site-footer-nav li:first-child{
		display: list-item;
		margin-left: 20px;
	}

	/*コピーライト*/
	.copyright{
	
	}

	.page-top img{
		width: 40px;
	}

	/*最新情報*/
	.news .news-thumb{
		float: none;
		text-align: center;
	}

	.main-body .news-title{
		font-size: 1.25em;
	}

	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
	.table-block,
	.table-block thead,
	.table-block tbody,
	.table-block tfoot,
	.table-block tr,
	.table-block th,
	.table-block td{
		display: block;
	}
	
	.table-block{
		border-bottom: 1px solid #959595;
	}
	
	.table-block th,
	.table-block td{
		float: left;
		width: 100%!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.table-block:after{
		content : '';
		display : block;
		clear : both;
		height:0;
	}
	
	.table-scroll:before{
		content: "※はみ出ている場合、横にスクロールできます。"
	}

	/*バナーエリア*/
	.banner-list li{
		text-align: center;
	}
	
	.banner-list li,
	.col1 .banner-list li,
	.main-conts .banner-list li{
		display: list-item;
		margin-left: 0;
	}

	/*ボタン*/
	.btn-area{
		text-align: center;
	}

	.btn{
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	.btn-area .btn {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.btn-green,
	.btn-blue,
	.btn-orange,
	.btn-red{
		padding: 25px;
	}

	.btn-form01{
		padding: 25px 40px;
	}

	.btn-form02{
		padding: 25px 20px;
	}

	/*ソーシャルボタン*/
	.sns-list li{
		margin-right: 1em;
		margin-left: 0;
	}

	
	
	/*関連記事*/
	.related-articles-thumbs02 li{
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.eye-catch{
		float: none;
		margin: 0 0 1em;
		text-align: center;
	}

	/*主要設備*/

	
/*--------------------------------------------------------
カスタマイズ
--------------------------------------------------------*/
	
	/*問い合せフォーム*/


	
}/*解像度736px以下*/


/*--------------------------------------------------------
解像度640px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 640px){
	

	.header-box{
	margin-top: 10px;		
	}
	
	.site-title{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	padding-top: 10px;
	}
	.site-description{
	padding-bottom: 10px;
	background-color: #B0D9F7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}
	
	
	.logo{
	display: none;	
	float: left;
	padding-right: 10px;
		}

.logo-2{
	display: block;
	float: left;
	padding-right: 10px;
	width: 100px;
	margin-left: 10px;
}


	.comname{
	font-size: 18px;
	margin-top: 0px;
	font-weight: bold;
}
	
	.comname-wrap{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 420px;
	width: 100%;
}
	
	
.contact-wrap{
	width: 90%;
	display: table;
	 border-collapse: separate;  /* セルの間隔を空ける */
 border-spacing: 4px 0;  /* 左右 上下で記述 */
		}
	

	.contact{
	display: table-cell;
	padding-left: 0px;
	padding-right: 0px;
	}

	
	/*主要分野*/
	
	.syuyou{
	border-width: 5px;	
}
	
	
	.syuyou ul{
		padding-right: 3%;
	    margin-bottom: 2%;
	}
	
	
	.syuyou li{
		width: 47%;
	    margin-left: 3%;
		padding-top: 5px;
	    padding-bottom: 5px;
	}
	
	
	/*主要設備*/
	
	
	.equip .mahine{
	font-size: 20px;
}
	
	.equip-wrap .name{
	font-size: 18px;
}
	.equip-wrap span{
	font-size: 20px;
}
	
.equip-wrap .other{
	font-size: 20px;	
}
	
	
	
	
	/*会社概要*/
	
	.company{
	display: block;
}
	
	.company-in{
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
	.item{
	width: 100%;
}
	.item-cont{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
	/*問い合せフォーム*/
	.contact-in{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
	
	.contact-l{
	display: block;
	width: 100%;
	text-align: left;
}
	
	.contact-r{
	display: block;
		width: 100%;
}
	
	.contact input{
	width: 100%;	
	}

.contact textarea{
	width: 100%;
	}
	
	
}

/*--------------------------------------------------------
解像度520px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 520px){
	
	.equip-wrap .other-in{
		width: 100%;
	margin-right: 0%;
		
		
		
	}
	
	
	
	}


/*--------------------------------------------------------
解像度480px以下
--------------------------------------------------------*/
@media
only screen and (max-width : 480px){

	.comname-wrap{
	max-width: 350px;
}
	.logo-2{
	margin-left: 5px;
}
	.comname{
	font-size: 14px;
	margin-top: 0px;
	font-weight: bold;
	padding-top: 5px;
}
	
	/*問い合せフォーム*/
	.contact-in{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
	
	
}/*解像度480px以下*/



/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.7.0 on 2016-09-20 15:04:52
----------------------------------------------------------------------*/
