/* 画像ボーダーなし、下揃え */
img{
	border : 0px;
	line-height : 1;
	}
/* 文字の縦位置 */
.m{
	vertical-align : middle;
	}
.vm{
	vertical-align : middle;
	}
.mb10{
	margin-bottom : 10px;
	}

	
/* リンク */
a:link { color: #003c89; text-decoration : none;} 
a:visited { color: #003c89; text-decoration : none;} 
a:hover { color: #003c89; text-decoration : underline;} 
a:active { color: #003c89; text-decoration : none;} 
a:focus{ outline:none;}

.hover a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	}

/* フロート類 */
.fl{
	float : left;
	margin-right : 20px;
	}
.fr{
	float : right;
	margin-left : 10px;
	}
.cr{
	clear : both;
	}
.crr{
	clear : right;
	}
	
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  min-height: 1px;
}

* html .clear{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* センター */
.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}
/* P　マージンなし */
p{
	margin : 0 auto;
	}
sup{
	vertical-align: baseline;
	position:relative;
	top:-2px
	}

.f10{
	font-size : 10px;
	line-height : 1.5em;
	}
.f12{
	font-size : 12px;
	}
.f14{
	font-size : 14px;
	}
.f16{
	font-size : 16px;
	}
.f18{
	font-size : 18px;
	}
.f20{
	font-size : 20px;
	}
.f24{
	font-size : 24px;
	}
.f30{
	font-size : 30px;
	line-height : 1.5;
	}
.f40{
	font-size : 40px;
	}

.ind{
	text-indent : -1em;
	margin : 0 0 0 1em;
	}
.bold{
	font-weight : bold;
	}

/* 赤文字 */
.black{
	color : #000;
	}
.red{
	color : #d0111a;
	}
.blue{
	color : #5ab8b9;
	}
.blue2{
	color : #4070a5;
	}
.green{
	color : #2f8500;
	}
.yellow{
	color : #F7BD01;
	}

.mb10{
	margin-bottom : 10px;
	}
.mb20{
	margin-bottom : 20px;
	}
.mb30{
	margin-bottom : 30px;
	}
.mb40{
	margin-bottom : 40px;
	}
.mb50{
	margin-bottom : 50px;
	}
.mb100{
	margin-bottom : 100px;
	}
.mt10{
	margin-top : 10px;
	}
.mt20{
	margin-top : 20px;
	}
.mt30{
	margin-top : 30px;
	}
.mt40{
	margin-top : 40px;
	}

/* h */

h2 a:link { color: #2BB3E6; } 
h2 a:visited { color: #2BB3E6; } 
h2 a:hover { color: #E46100; text-decoration : underline;} 
h2 a:active { color: #2BB3E6; } 
h2,h3{
	font-size : 14px;
	font-weight : normal;
	margin : 0;
	padding : 0;
	}

form{
	margin : 0;
	}
textarea{
	font-size : 12px;
	}
input,select{
	margin : 0 0 10px 0;
	}
table{
	line-height : 1.8em;
	}
.nowrap{
	white-space : nowrap;
	}

ul{
	margin : 0;
	padding : 0;
	}
ol{
	margin : 0 0 0 -1em;
	}
ol li{
	margin : 0 0 10px 0;
	}
.margin_list li{
	margin : 0 0 10px 0;
	}

.radius{
	border-radius : 3px;
	-webkit-border-radius : 3px;
	}






/********************************************************************************************************************************************************************************/
@media screen and (min-width: 737px) {
/********************************************************************************************************************************************************************************/

a[href^="tel:"] { pointer-events: none; color:#000;}



/* 非表示用 */
#sidr{
	display : none;
	}
#sp_head{
	display : none;
	}
#sp_foot{
	display : none;
	}
#fix_btn{
	display : none;
	}
	.sp{
		display : none;
		}





/* ボディ全体 */
body{
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 14px;
	color : #000;
	line-height : 1.8em;
	min-width : 950px;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,'メイリオ',sans-serif;
	}

/* ヘッダ */
#head{
	text-align : left;
	border-top : solid 8px #004d8f;
	width : 100%;
	padding : 15px 0;
	}
#head_content{
	margin : 0 auto;
	width : 950px;
	}
#head h1{
	float : left;
	width : 650px;
	margin : 0;
	}
#head h2{
	float :left;
	width : 300px;
	text-align : left;
	}
#head h2 .tel{
	font-weight: bold;
	font-size: 18px;
	margin: 0 !important;
	color: #004d8f;
	}


#navi{
	border-top : solid 1px #d8d8d8;
	border-bottom : solid 1px #d8d8d8;
	margin : 0 0 4px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	}
#navi ul{
	list-style : none;
	overflow : hidden;
	width : 950px;
	margin : 0 auto;
	padding : 5px 0 3px 0;
	box-sizing : border-box;
	}
#navi li{
	float : left;
	font-weight : bold;
	width : 20%;
	box-sizing : border-box;
	border-right : solid 1px #d8d8d8;
	}
#navi li:first-child{
	border-left : solid 1px #d8d8d8;
	}
#navi li a{
	color : #000;
	text-decoration : none;
	padding : 5px 0;
	display : block;
	line-height : 1.4;
	}
#navi li a:hover{
	color : #004d8f;
	}
#navi li a span{
	color : #004d8f;
	display : block;
	font-size : 10px;
	line-height : 1.4;
	}
#navi2{
	border-top : solid 1px #d8d8d8;
	border-bottom : solid 1px #d8d8d8;
	margin : 0 0 4px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	}
#navi2 ul{
	list-style : none;
	overflow : hidden;
	width : 950px;
	margin : 0 auto;
	padding : 5px 0 3px 0;
	box-sizing : border-box;
	}
#navi2 li{
	float : left;
	font-weight : bold;
	width : 20%;
	box-sizing : border-box;
	border-right : solid 1px #d8d8d8;
	}
#navi2 li:first-child{
	border-left : solid 1px #d8d8d8;
	}
#navi2 li a{
	color : #000;
	text-decoration : none;
	padding : 5px 0;
	display : block;
	line-height : 1.4;
	}
#navi2 li a:hover{
	color : #004d8f;
	}
#navi2 li a span{
	color : #004d8f;
	display : block;
	font-size : 10px;
	line-height : 1.4;
	}


#all{
	padding : 90px 0;
		text-align : left;
	}

	.content{
		}
	.content_nb{
		border-bottom : none;
		text-align : left;
		}
	.content .block,
	.content_nb .block{
		margin : 0 auto 100px;
		width : 950px;
		}

#page_main{
	height : 130px;
	}
#page_main h2{
	margin : 0 auto;
	width : 950px;
	text-align : left;
	padding : 50px 0 0 0;
	font-size : 36px;
	}
#page_main h2 span{
	margin : 0 0 0 10px;
	font-size : 22px;
	color : #003c89;
	}
	h3{
		border-top : #004d8f solid 4px;
		border-bottom : #d8d8d8 solid 2px;
		font-size : 24px;
		padding : 40px 0 40px 10px;
		margin : 0 0 50px 0;
		font-weight : bold;
		color : #004d8f;
		}
		



/* フッター */
	
#foot{
	border-top : solid 1px #d8d8d8;
	text-align : left;
	line-height : 1.5;
	padding : 30px 0;
	}
#foot_content{
	overflow : hidden;
	width : 950px;
	margin : 0 auto;
	}
#foot_logo{
	width : 320px;
	float : left;
	}
#foot_navi{
	width : 570px;
	float : left;
	list-style-type : none;
	padding : 35px 0 0 0;
	margin : 0 0 0 60px;
	background : url('../img/common/foot_bg.jpg') repeat-x left bottom;
	}
#foot_navi li{
	background : url('../img/common/arrow.png') no-repeat center left;
	margin : 0 0 0 20px;
	padding : 0 0 0 15px;
	float : left;
	}
#foot_navi li a{
	color : #000;
	}
#copy{
	border-top : solid 1px #ccc;
	text-align : center;
	padding : 5px 0;
	font-size : 10px;
	}

/* ページトップへ */
#scrollUp {
	bottom: 35px;
	right: 20px;
	height: 55px;  /* Height of image */
	width: 47px; /* Width of image */
	background: url(../img/common/top.png) no-repeat;
	}


/* index.html */
#main{
	background : url('../img/index/main2.jpg') no-repeat center top;
	border-bottom : solid 1px #d8d8d8;
	text-align : center;
	line-height : 1.8;
	padding : 0 0 2px 0;
	height : 300px;
	}

#main2{
	background : #2f5597;
	border-bottom : solid 1px #d8d8d8;
	text-align : center;
	line-height : 1.4;
	padding : 20px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	}
	.index_greeting{
		text-align : left;
		font-size : 16px;
		}
	.index_greeting .content{
		width : 950px;
		margin : 0 auto;
		}
	.index_greeting .title{
		font-size : 36px;
		color : #004d8f;
		border-bottom : solid 1px #004d8f;
		padding : 0 0 10px 0;
		margin : 0 0 40px 0;
		}
	.index_greeting p{
		margin : 0 0 30px 0;
		}





/* 会社概要 */
#page_main{
	background : #f0f1f3;
	}
	.company_table{
		border-collapse : collapse;
		width : 100%;
		}
	.company_table th{
		font-weight : bold;
		white-space : nowrap;
		text-align : left;
		vertical-align : top;
		border-bottom : dotted 1px #c3c3c3;
		padding : 20px 15px;
		width : 150px;
		color : #004d8f;
		}
	.company_table td{
		border-bottom : dotted 1px #c3c3c3;
		vertical-align : top;
		padding : 20px 15px;
		}

	.company_history{
		position: relative;
		}
	.company_history .image01{
		position: absolute;
		top: 75px;
		right: 0;
		}
	.company_history .image02{
		position: absolute;
		top: 230px;
		right: 0;
		}
	.company_history .image03{
		position: absolute;
		top: 460px;
		right: 0;
		}

	.facility_title{
		font-size: 28px;
		border-bottom: solid 1px #333;
		display: inline-block;
		padding: 0 10px 10px 10px;
		margin: 50px 0 30px 0;
		}
	.company_table2{
		border-collapse : collapse;
		width : 100%;
		}
	.company_table2 th{
		font-weight : bold;
		white-space : nowrap;
		text-align : left;
		vertical-align : top;
		border : solid 2px #2f5597;
		padding : 20px 15px;
		width : 150px;
		color : #2f5597;
		}
	.company_table2 td{
		border : solid 2px #2f5597;
		vertical-align : top;
		padding : 20px 15px;
		}
	.company_table2 tr td:last-child{
		vertical-align : top;
		text-align : center;
		}





/* 製品案内 */
	.products_box{
		list-style: none;
		margin: 0 0 50px 0;
		overflow: hidden;
		padding: 0 0 50px 0;
		border-bottom: solid 2px #ccc;
		}
	.products_box li{
		float: left;
		font-size: 18px;
		color: #2f5597;
		width: 425px;
		}
	.products_box li:last-child{
		float: left;
		margin: 0 0 0 100px;
		}
		



/* 特徴 */
	.feature_lead{
		margin: 0 0 80px 0;
		font-size: 20px;
		}
	.feature_lead span.title{
		background: #004d8f;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		padding: 5px 40px;
		}
	.feature_lead .box{
		border: solid 3px #004d8f;
		padding: 20px;
		margin: 4px 0 0 0;
		}
	.feature_lead ol{
		margin: 20px 0 0 0;
		}
	.feature_lead li{
		margin: 0 0 20px 0;
		}
	.feature_block1{
		overflow: hidden;
		margin: 0 0 50px 0;
		}
	.feature_block1 .left{
		float: left;
		width: 620px;
		margin: 0 80px 0 0;
		}
	.feature_block1 .right{
		float: left;
		width: 250px;
		}
	h4.feature{
		font-weight: bold;
		font-size: 18px;
		border-bottom: solid 1px #333;
		}
	span.feature{
		font-weight: bold;
		color: #0070c0;
		}
	.feature_ul{
		list-style: none;
		margin: 0 0 50px 0;
		overflow: hidden;
		}
	.feature_ul.line{
		list-style: none;
		margin: 0 0 50px 0;
		overflow: hidden;
		border-bottom: solid 2px #ccc;
		}
	.feature_ul li{
		float: left;
		width: 425px;
		margin: 0 0 50px 25px;
		}
	.feature_ul li:nth-child(even){
		float: left;
		margin: 0 25px 50px 50px;
		}
	.feature_ul2{
		list-style: none;
		margin: 0 0 50px 0;
		overflow: hidden;
		}
	.feature_ul2 li{
		float: left;
		width: 450px;
		margin: 0 0 0 0;
		}
	.feature_ul2 li:last-child{
		box-sizing: border-box;
		float: left;
		width: 450px;
		margin: 0 0 0 50px;
		padding: 20px;
		border: solid 2px #333;
		}
	.feature_ul2 li .title{
		font-size: 18px;
		font-weight: bold;
		color: #0070c0;
		}
	.feature_text{
		margin: 0 0 50px 0;
		}
	.feature_caution{
		margin: -30 0 0 0;
		text-align: right;
		}
	.feature_ul3{
		list-style: none;
		margin: 0 0 50px 0;
		padding: 0 0 50px 0;
		overflow: hidden;
		border-bottom: solid 2px #ccc;
		}
	.feature_ul3 li{
		float: left;
		width: 250px;
		margin: 0 50px 0 25px;
		}
	.feature_ul3 li:last-child{
		float: left;
		width: 250px;
		margin: 0 25px 0 0;
		}





/* お問い合わせ・申し込み */
#page_main.contact{
	background : #f0f1f3;
	}
	.contact_table{
		border : solid 1px #c3c3c3;
		border-collapse : collapse;
		margin : 10px 0 60px 0;
		width : 100%;
		}
	.contact_table th{
		font-weight : normal;
		white-space : nowrap;
		width : 180px;
		text-align : left;
		vertical-align : top;
		border : solid 1px #c3c3c3;
		background : #ececec;
		padding : 15px;
		}
	.contact_table td{
		padding : 15px 0 15px 15px;
		border : solid 1px #c3c3c3;
		vertical-align : top;
		}
	.contact_table .mark{
		background : #e73658;
		padding : 2px 5px;
		font-size : 10px;
		color : #fff;
		border-radius : 5px;
		}
	.contact_table input,
	.contact_table textarea{
		padding : 10px;
		border : solid 1px #ccc;
		border-radius : 3px;
		background:none;
		}
	.contact_table input[type=text]{
		width : 500px;
		}
	.contact_table .zip{
		width : 100px !important;
		}
	.contact_table .number{
		width : 30px !important;
		}
	.contact_table textarea{
		width : 600px;
		}
	.red12{
		font-size : 12px;
		color : #d0111a;
		}
	.kiyaku_box{
		overflow : auto;
		height : 200px;
		border : solid 1px #cdcdcd;
		margin : 0 0 30px 0;
		background : #fff;
		}
	.kiyaku_box .text{
		padding : 25px;
		}
	.kiyaku_box .text ol{
		list-style : decimal;
		padding : 0 0 0 15px;
		}
	.kiyaku_box .text ol li{
		margin : 0 0 10px 0;
		}
	.kiyaku_box .text .title{
		font-size : 120%;
		border-bottom : solid 1px #cdcdcd;
		}
	.kiyaku_box .text p{
		margin : 0 0 15px 0;
		}

	.btn01{
		background : #e73658;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 15px 0;
		width : 300px;
		font-size : 16px;
		cursor : pointer;
		border-radius : 5px;
		}
	.btn01:hover{
		background : #f36882;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		border-radius : 5px;
		}
	.btn02:hover{
		background : #cecece;
		}
		
	#input a{
		text-decoration : none;
		}






/********************************************************************************************************************************************************************************/
}
@media screen and (max-width: 736px) {
/********************************************************************************************************************************************************************************/



	.pc{
		display : none;
		}

img{
	max-width: 100%;
	}


#sidr{
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:100%;
	overflow-x:none;
	overflow-y:auto;
	font-size:12px;
	background:#fff;
	}
#sidr.right{
	left:auto;
	right:-100%;
	}
#sidr .close{
	text-indent : -9999px;
	background : #fff url('../img/common/sp/close.png') no-repeat center center;
	background-size : 20px;
	border-radius : 5px;
	position : absolute;
	right : 3%;
	top : 10px;
	width : 30px;
	height : 30px;
	cursor : pointer;
	}
#sidr .close a{
	display : block;
	}

#sidr h2{
	padding : 20px 0 0 0;
	}
#sidr .slide_navi1{
	margin: 50px 0 0 0;
	}
#sidr .slide_navi1 .tgri{
		display:block;
		background : #fbf8ec url('../img/common/arrow.png') no-repeat 95% center;
		padding : 15px 0 15px 20px;
		color : #000 ;
		text-align : left;
		border-bottom : solid 1px #7d5e4c;
		border-top : solid 1px #7d5e4c;
		font-size : 16px;
		}
#sidr .slide_navi1 .tgri a{
		display:block;
		}




#sp_head{
	width : 100%;
	background-image : url('../img/common/flag.png'),url('../img/common/stripe.jpg');
	background-repeat : no-repeat,repeat-x;
	background-position : center top -18px,left top;
	background-size : 120px,40px;
	padding : 5px 0 0 0;
	z-index : 9999;
	position : relative;
	text-align : left;
	}
#sp_head h1{
	font-size : 12px;
	margin : 10px 0 3px 5px;
	line-height : 1.4;
	}
#sp_head h2{
	width : 80%;
	margin : 0 0 0 5px;
	line-height : 1.4;
	}
#sp_head .btn{
	position : absolute;
	right : 30px;
	top : 25px;
	width : 7%;
	max-width : 30px;
	position : fixed;
	}
#sp_head .btn a{
	display : block;
	}

#side #info{
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #e6e4d9;
	padding: 10px 15px 10px 15px;
	margin: 0 0 20px 0;
	}
#side #info ul{
	font-size: 12px;
	}
#side #info ul li{
	border-top: dotted 2px #ccc;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	}


#side #btn{
	background: #ca0000 url('../img/common/arrow2.png') no-repeat 30px center;
	}
#side #btn a{
	display: block;
	color: #fff;
	padding: 15px 0 15px 0;
	font-size: 16px;
	test-align: center;
	}


#head{
	}
#navi,
#navi2,
#foot_navi{
	display : none;
	}





/* ボディ全体 */
body{
	background : #fff;
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 14px;
	color : #000;
	line-height : 1.6;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	}


/* ヘッダ */
#head{
	text-align : left;
	border-top : solid 8px #004d8f;
	width : 100%;
	padding : 5px 0 5px 10px;
	box-sizing: border-box;
	}
#head_content{
	margin : 0 auto;
	}
#head h1{
	margin : 0;
	}
#head h1 img{
	width: 50%;
	}
#head h2{
	display: none;
	}


#all{
	padding: 0 10px;
	text-align : left;
	}



	.content{
		}
	.content_nb{
		border-bottom : none;
		text-align : left;
		}
	.content .block,
	.content_nb .block{
		margin : 0 auto 100px;
		}

#page_main{
	height : 70px;
	margin: 0 0 20px 0;
	}
#page_main h2{
	margin : 0 auto;
	text-align : left;
	padding : 20px 0 0 10px;
	font-size : 20px;
	}
#page_main h2 span{
	margin : 0 0 0 10px;
	font-size : 18px;
	color : #003c89;
	}
	h3{
		border-top : #004d8f solid 4px;
		border-bottom : #d8d8d8 solid 2px;
		font-size : 24px;
		padding : 20px 0 20px 10px;
		margin : 0 0 50px 0;
		font-weight : bold;
		color : #004d8f;
		}


/* フッター */
	
#foot{
	border-top : solid 1px #d8d8d8;
	text-align : left;
	line-height : 1.5;
	padding : 15px 0;
	}
#foot_content{
	overflow : hidden;
	margin : 0 auto;
	text-align: center;
	}
#foot_logo img{
	width: 200px;
	}
#copy{
	border-top : solid 1px #ccc;
	text-align : center;
	padding : 5px 0;
	font-size : 10px;
	}

/* ページトップへ */
#scrollUp {
	bottom: 10px;
	right: 10px;
	height: 55px;  /* Height of image */
	width: 47px; /* Width of image */
	background: url(../img/common/top.png) no-repeat;
	}
	





/* index.html */
#main{
	background : url('../img/index/main2.jpg') no-repeat center top;
	background-size : cover;
	border-bottom : solid 1px #d8d8d8;
	text-align : center;
	line-height : 1.8;
	padding : 0 0 2px 0;
	height : 200px;
	}

#main2{
	background : #2f5597;
	border-bottom : solid 1px #d8d8d8;
	text-align : center;
	line-height : 1.4;
	padding : 20px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	}
	.index_greeting{
		text-align : left;
		font-size : 16px;
		}
	.index_greeting .content{
		margin : 0 auto;
		}
	.index_greeting .title{
		font-size : 26px;
		color : #004d8f;
		border-bottom : solid 1px #004d8f;
		padding : 0 0 10px 0;
		margin : 20px 0 40px 0;
		}
	.index_greeting p{
		margin : 0 0 30px 0;
		}





/* 会社概要 */
#page_main{
	background : #f0f1f3;
	}
	.company_table{
		border-collapse : collapse;
		width : 100%;
		}
	.company_table th{
		font-weight : bold;
		white-space : nowrap;
		text-align : left;
		vertical-align : top;
		border-bottom : dotted 1px #c3c3c3;
		padding : 20px 15px;
		width : 150px;
		color : #004d8f;
		}
	.company_table td{
		border-bottom : dotted 1px #c3c3c3;
		vertical-align : top;
		padding : 20px 15px;
		}

	.company_history{
		position: relative;
		}
	.company_history .image01{
		position: absolute;
		top: 75px;
		right: 0;
		}
	.company_history .image02{
		position: absolute;
		top: 230px;
		right: 0;
		}
	.company_history .image03{
		position: absolute;
		top: 460px;
		right: 0;
		}

	.facility_title{
		font-size: 28px;
		border-bottom: solid 1px #333;
		display: inline-block;
		padding: 0 10px 10px 10px;
		margin: 50px 0 30px 0;
		}
	.company_table2{
		border-collapse : collapse;
		width : 100%;
		}
	.company_table2 th{
		font-weight : bold;
		white-space : nowrap;
		text-align : left;
		vertical-align : top;
		border : solid 2px #2f5597;
		padding : 20px 15px;
		width : 150px;
		color : #2f5597;
		}
	.company_table2 td{
		border : solid 2px #2f5597;
		vertical-align : top;
		padding : 20px 15px;
		}
	.company_table2 tr td:last-child{
		vertical-align : top;
		text-align : center;
		}





/* 製品案内 */
	.products_box{
		list-style: none;
		margin: 0 0 50px 0;
		overflow: hidden;
		padding: 0 0 50px 0;
		border-bottom: solid 2px #ccc;
		}
	.products_box li{
		font-size: 18px;
		color: #2f5597;
		}
	.products_box li img{
		width: 100%;
		}
		



/* 特徴 */
	.feature_lead{
		margin: 0 0 40px 0;
		font-size: 18px;
		}
	.feature_lead span.title{
		background: #004d8f;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		padding: 5px 40px;
		}
	.feature_lead .box{
		border: solid 3px #004d8f;
		padding: 20px;
		margin: 2px 0 0 0;
		}
	.feature_lead ol{
		margin: 20px 0 0 0;
		}
	.feature_lead li{
		margin: 0 0 20px 0;
		}
	.feature_block1{
		overflow: hidden;
		margin: 0 0 20px 0;
		}
	.feature_block1 .left{
		float: left;
		width: 50%;
		margin: 0 5% 0 0;
		}
	.feature_block1 .right{
		float: left;
		width: 45%;
		}
	h4.feature{
		font-weight: bold;
		font-size: 18px;
		border-bottom: solid 1px #333;
		}
	span.feature{
		font-weight: bold;
		color: #0070c0;
		}
	.feature_ul{
		list-style: none;
		margin: 0 0 50px 0;
		overflow: hidden;
		}
	.feature_ul.line{
		list-style: none;
		margin: 0 0 50px 0;
		overflow: hidden;
		border-bottom: solid 2px #ccc;
		}
	.feature_ul li{
		margin: 0 0 30px 0;
		}
	.feature_ul li img{
		width: 100%
		}
	.feature_ul2{
		list-style: none;
		margin: 0 0 50px 0;
		}
	.feature_ul2 li{
		width: 100%;
		margin: 0 0 30px 0;
		}
	.feature_ul2 li:last-child{
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 0 0;
		padding: 20px;
		border: solid 2px #333;
		}
	.feature_ul2 li .title{
		font-size: 18px;
		font-weight: bold;
		color: #0070c0;
		}
	.feature_text{
		margin: 0 0 50px 0;
		}
	.feature_caution{
		margin: 0 0 0 0;
		text-align: left;
		}
	.feature_ul3{
		list-style: none;
		margin: 0 0 50px 0;
		padding: 0 0 30px 0;
		overflow: hidden;
		border-bottom: solid 2px #ccc;
		}
	.feature_ul3 li{
		margin: 0 0 10px 0;
		}
	.feature_ul3 li img{
		width: 100%;
		}





/* お問い合わせ・申し込み */
	.contact_table{
		width: 100%;
		}
	.contact_table th{
		display: block;
		}
	.contact_table td{
		display: block;
		margin: 0 0 20px 0;
		}

	.contact_table .mark{
		background : #e73658;
		padding : 2px 5px;
		font-size : 10px;
		color : #fff;
		border-radius : 5px;
		}
	.contact_table input,
	.contact_table textarea,
	.contact_table select{
		padding : 10px;
		border : solid 1px #c5b98f;
		border-radius : 3px;
		background:#fff;
		}
	.contact_table input[type=text]{
		width : 90%;
		background : #fff;
		}
	.contact_table textarea{
		width : 90%;
		background : #fff;
		}
	.red{
		color : #d0111a;
		}

	.kiyaku_box{
		overflow : auto;
		height : 300px;
		border : solid 1px #c5b98f;
		margin : 0 0 30px 0;
		background : #fff;
		}
	.kiyaku_box .text{
		padding : 25px;
		}
	.kiyaku_box .text ol{
		list-style : decimal;
		padding : 0 0 0 15px;
		}
	.kiyaku_box .text ol li{
		margin : 0 0 10px 0;
		}
	.kiyaku_box .text .title{
		font-size : 120%;
		border-bottom : solid 1px #cdcdcd;
		margin : 25px 0 0 0;
		}
	.kiyaku_box .text p{
		}

	.btn01{
		background : #e73658;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 15px 0;
		width : 300px;
		font-size : 16px;
		cursor : pointer;
		border-radius : 5px;
		}
	.btn01:hover{
		background : #f36882;
		}
	.btn02{
		background : #a4a4a4;
		border : none;
		color : #fff;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
		padding : 10px 0;
		width : 200px;
		font-size : 12px;
		cursor : pointer;
		border-radius : 5px;
		}
	.btn02:hover{
		background : #cecece;
		}





/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/



