
/*  導入事例 ローカル

  #case ,
 .header .right ul li:last-child ,
 ul.top_menubar li:first-child ,
ul.top_menubar li:nth-child(3) ,
 ul.top_menubar li:nth-child(4) ,
 #footer .block3 ul li:nth-child(2) {
	 display:none;
 }
 
ul.top_menubar li {
	 width:25% !important;
 }
 
 ul.top_menubar li:nth-child(2) {
    border-left: 1px solid #fff;
}
 */





 



/* wp 導入事例-対応事例 css消すだけで表示*/

  #case ,
ul.top_menubar li:nth-child(2) ,
 ul.top_menubar li:nth-child(3) ,
 .sb-slidebar ul li:nth-child(4),
 .sb-slidebar ul li:nth-child(5),
 #footer .block3 ul li:nth-child(4),
 #footer .block3 ul li:nth-child(5),
 #page_sitemap ul li:nth-child(3),
 #page_sitemap ul li:nth-child(4) {
	 display:none;
 }
 
ul.top_menubar li {
	 width:25% !important;
 }

ul.top_menubar li {
	 width:14% !important;
 }
 
 
 
 /* 製品検索 項目非表示 */
 
.search_area .search_box label {
    display: none !important;
}

 
 /* 用途から選ぶ 項目表示 */
 
.search_area .tab01.active label#feas_0_0_0 ,
.search_area .tab01.active label#feas_0_0_1,
.search_area .tab01.active label#feas_0_0_2,
.search_area .tab01.active label#feas_0_0_3,
.search_area .tab01.active label#feas_0_0_4,
.search_area .tab01.active label#feas_0_0_5,
.search_area .tab01.active label#feas_0_0_6,
.search_area .tab01.active label#feas_0_0_7,
.search_area .tab01.active label#feas_0_0_8,
.search_area .tab01.active label#feas_0_0_9 {
	display:block !important;
}
 
 
 /* 種類・スペックから選ぶ 項目表示 */
 
.search_area .tab02.active label#feas_1_0_10,
.search_area .tab02.active label#feas_1_0_11,
.search_area .tab02.active label#feas_1_0_12,
.search_area .tab02.active label#feas_1_0_13,
.search_area .tab02.active label#feas_1_0_14,
.search_area .tab02.active label#feas_1_0_15,
.search_area .tab02.active label#feas_1_0_16,
.search_area .tab02.active label#feas_1_0_17,
.search_area .tab02.active label#feas_1_0_18,
.search_area .tab02.active label#feas_1_0_19,
.search_area .tab02.active label#feas_1_0_20,
.search_area .tab02.active label#feas_1_0_21,
.search_area .tab02.active label#feas_1_0_22,
.search_area .tab02.active label#feas_1_0_23,
.search_area .tab02.active label#feas_1_0_24 {
	display:block !important;
}
 
 
  /* 0Sから選ぶ 項目表示 */
 
.search_area .tab03.active label#feas_2_0_25,
.search_area .tab03.active label#feas_2_0_26,
.search_area .tab03.active label#feas_2_0_27,
.search_area .tab03.active label#feas_2_0_28,
.search_area .tab03.active label#feas_2_0_29,
.search_area .tab03.active label#feas_2_0_30,
.search_area .tab03.active label#feas_2_0_31,
.search_area .tab03.active label#feas_2_0_32,
.search_area .tab03.active label#feas_2_0_33 {
	display:block !important;
}
 
 

 

/************************************/

/* TOP   */

/*************************************/

/************ ヘッダー *************/


#wrap {
	background-color:#fff;
}

.header {
	margin:8px 0px;
}

.header .logo {
	float:left;
	width:24%;
}
.header .logo p {
	padding-bottom:2px;
	color:#284567;
	font-size:14px;
}

.header .right {
	width:60%;
	margin-top:10px;
}

.header .right .sub_menu {
	float:left;
	width:63%;
}

.header .right .tel_info {
    width: 42%;
	float:left;
}

.header .right ul {
	margin:0;
	padding:0;
    text-align: right;
}

.header .right ul li {
	list-style:none;
	display:inline-block;
	margin-right:3%;
	padding-right:3%;
	text-align:center;
	border-right:1px dashed #ABABAB;
}
.header .right ul li:last-child {
	margin-right:0%;
	padding-right:0%;
	border-right:none;
}

.header .right ul li a {
	text-decoration:none;
	color:#000;
	font-size:13px;
	display:block;
}
.header .right ul li a img {
    margin-top: -3px;
}

.header .right .tel_info .tel img {
	float:left;
	margin:7px 6px 5px 0px;
}

.header .right .tel_info .tel {
	font-size:23px;
	line-height:20px;
	font-weight:bold;
}
.header .right .tel_info .tel span {
	font-size:13px;
}

.header .right .tel_info .search input:first-child {
	padding:3px;
    width: 65%;
}
.header .right .tel_info .search input:nth-child(2n) {
	background-color:#1657a5;
	border:none;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
    padding: 3px 7px;
}


.header .right .btn_box {
	float:right;
	width:53%;
}

.header .right .btn_box a {
	width:100%;
    padding: 6px 10px 14px 10px;
    font-size: 15px;
}

.header .right .btn_box a:before {
	content:url("../images/icon_mail.png");
	position:relative;
	top:5px;
	margin-right:5px;
}

.header .right .btn_box a:after {
	content:none;
}


/************* メニュー *************/

ul.top_menubar {
	margin:0;
	padding:0;
	padding:15px 0px;
	background-color:#1657a5;
}

ul.top_menubar li {
	list-style:none;
	display:inline-block;
	width:16.666%;
	border-right:1px solid #fff;
	text-align:center;
}

ul.top_menubar li:first-child {
	border-left:1px solid #fff;
}

ul.top_menubar li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size:14px;
}



/* ドロップメニュー */




#menu_search {
    background: rgba(0,0,0,0.7);
	color:#fff;
	font-weight:bold;
}

.menu_search li.title {
	width:10%;
	background-color:#000;
	text-align:center;
    border-right: none;
}

.menu_search {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
ul.menu_search {
	margin:0;
	padding:0;
}

.menu_search > li {
    float: left;
    width: 30%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    border-right: 1px dotted #ccc;
	list-style:none;
}

.menu_search > li a {
    display: block;
    color: #fff;
	text-decoration:none;
}



ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}



.menu__second-level li {
    border-top: 1px solid #111;
	list-style:none;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}



/* floatクリア */
.menu_search:before,
.menu_search:after {
    content: " ";
    display: table;
}

.menu_search:after {
    clear: both;
}

.menu_search {
    *zoom: 1;
}


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #1F1F1F;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
	border-bottom:1px dotted #777;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}




#menu_search ul li a {
	position:relative;
}

#menu_search ul li a:before {
	content:url("../images/top_search_icon.png");
	margin-left:10px;
	margin-right:5px;
	position:relative;
	top:5px;
}

#menu_search ul li a:after {
	content:url("../images/arrow_r.png");
	position:absolute;
	right:20px;
}

#menu_search ul li a:hover {
	opacity:1;
	color:#3d90e2;
}

#menu_search ul li ul li a:hover {
	color:#fff;
}





#menu_search ul li ul li a:before ,
#menu_search ul li ul li a:after {
	content:none;
}











/* メイン画像 */

#main {
	background:url("../images/top_bg.png");
	background-size:cover;
	padding-bottom:20px;
}

#main .main_area {
	background:url("../images/top_main_img.png")no-repeat center right;
	padding:70px 0px 100px 0px;
}

#main .main_area h1 {
	margin-bottom:50px;
}


/* 選ぶ */

#main .choose {
	background:rgba(0,0,0,0.7);
}
#main .choose .title {
	padding:7px 0px 0px 0px;
	color:#fff;
	font-weight:bold;
	width:10%;
	float:left;
	background-color:#000;
	padding:17px 0px;
	text-align:center;
}

#main .choose ul {
	padding:10px 0px;
	margin:0;
	width:90%;
	float:right;
}
#main .choose ul li {
	list-style:none;
	display:inline-block;
	width:33.333%;
	position:relative;
}

#main .choose ul li a {
	text-decoration:none;
    padding-bottom: 5px;
	display:block;
	border-right:1px dotted #ccc;
	color:#fff;
	font-weight:bold;
}
/*
#main .choose ul li:first-child a {
    border-left: 1px dotted #ccc;
}
*/









/* TOPバナー */

.bnr_area {
    margin: 50px 0px;
}

.bnr_area .bnr {
	margin-bottom:20px;
}







/* TOP共通 */

h2 {
	text-align:center;
	font-size:32px;
	line-height:34px;
	letter-spacing:1px;
	margin-bottom:50px;
}
h2 span {
	font-size:18px;
	color:#1568ba;
	display:block;
}





/************* 製品を検索する *************/




#search_wrap {
	position:relative;
	padding:30px 0px 60px 0px;
}
#search_wrap h3 {
	text-align:center;
	font-size:26px;
}

.search_area ul {
	margin:0;
	padding:0;
	margin-top:30px;
	position:relative;
	top:1px;
}
.search_area ul li {
	list-style:none;
	display:inline-block;
	width:33.2%;
	text-align:center;
	margin-right:0.2005%;
}
.search_area ul li:last-child {
	margin-right:0%;
}

.search_area ul li a {
	text-decoration:none;
	background-color:#1657a5;
	display:block;
	color:#fff;
    font-size: 17px;
	font-weight:bold;
	padding:7px 0px;
	border:1px solid #1657a5;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.search_area ul li a.active {
	background-color:#fff;
	color:#1657a5;
	border-bottom:#fff solid 1px;
}
.search_area ul li a.active:hover {
	opacity:1;
}

.search_area .search_box {
	background-color:#fff;
	border:1px solid #1657a5;
	padding:30px;
	font-size:17px;
}



.search_area .search_box label {
	margin-right:50px;
	display:block;
	float:left;
	margin-bottom:10px;
}

.search_area .search_box label input {
	margin-right:5px;
}

.search_area .search_box .search_btn {
	text-align:center;
    margin-top: 20px;
}
.search_area .search_box .search_btn input {
	background-color:#d34040;
	border:none;
	color:#fff;
	width:200px;
	padding:5px;
	font-size:17px;
	cursor:pointer;
	font-weight:bold;
	-webkit-transition-property:opacity;  
    -webkit-transition-duration:0.2s;  
    -webkit-transition-timing-function:linear; 
}

.search_area .search_box .search_btn input:hover {
	opacity:0.8;
}



.search_area .search_box p {
	text-align:center;
	padding:20px 0px 0px 0px;
}





/* 製品検索アコーディオン */

.tab01 , .tab02 , .tab03 ,
.taiou_tab1 , .taiou_tab2 , .taiou_tab3 , .taiou_tab4 , .taiou_tab5 {
    display: none;
}

.tab01.active , .tab02.active , .tab03.active ,
.taiou_tab1.active , .taiou_tab2.active , .taiou_tab3.active , .taiou_tab4.active , .taiou_tab5.active {
    display: block;
}







/************* おすすめ製品ラインアップ *************/


#lineup {
	padding:100px 0px;
}

.lineup_area {
	margin-top:60px;
}

.lineup_box {
	background-color:#efefef;
    padding: 12px;
	width:24%;
	margin-right:1.333%;
	position:relative;
	display:inline-block;
	vertical-align:top;
    margin-bottom: 2%;
    margin-top: 40px;
}


.lineup_box:nth-child(4n) {
	margin-right:0%;
}


.lineup_box .category {
	position:absolute;
	left:50%;
    top: -51px;
	margin-left:-39px;
	z-index:2;
}

.lineup_box .img {
	background-color:#fff;
	max-width:100%;
    max-height: 180px;
    min-height: 180px;
    text-align: center;
  position: relative;
}
.lineup_box .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    max-height: 100%;
    padding-top: 13px;
}

.lineup_box .name {
	text-align:center;
	color:#1568ba;
	font-weight:bold;
	font-size:17px;
	margin:15px 0px;
}

.lineup_box p {
    font-size: 14px;
	text-align:left;
	line-height:18px;
	font-weight:bold;
}

.lineup_table table {
	width:100%;
}

.lineup_table table tr {
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px dotted #999;
}

.lineup_table table tr th {
	text-align:left;
    width: 30%;
    vertical-align: top;
    letter-spacing: -0.7px;
}
.lineup_table table tr td {
	text-align:left;
    letter-spacing: -0.1px;
}




.lineup_box .btn_r {
	text-align:center;
	margin:10px 0px;
}
.lineup_box .btn_r a {
	text-decoration:none;
	background-color:#d34040;
	color:#fff;
	padding:4px;
	width:160px;
	margin:0 auto;
	display:block;
	font-size:18px;
	font-weight:bold;
	border-radius:100px;
}
.lineup_box .btn_r a:before {
	content:url("../images/arrow_w.png");
	position:relative;
	top:-2px;
	margin-bottom:2px;
	margin-right:5px;
}


.itiran_btn {
	text-align:right;
    margin: 20px 0px;
}
.itiran_btn a {
	text-decoration:none;
	color:#000;
}
.itiran_btn:before {
	content:url("../images/arrow_itiran.png");
	position:relative;
	top:1px;
	margin-right:3px;
}










/************* 導入事例 *************/



#case {
	padding:100px 0px;
}


.case_area {
	margin-top:50px;
}

.case_box {
	width:49%;
	display:inline-block;
	margin-bottom:10px;
	background-color:#000;
}
.case_box:nth-child(odd) {
	margin-right:2%;
}



.case_box .img {
	max-width:50%;
	float:left;
}
.case_box .img img {
	height:100%;
	width:100%;
}

.case_box .text {
	color:#fff;
	width:50%;
	float:right;
    height: 100%;
	padding:20px;
	padding-bottom:0px;
}

.case_box .text .name {
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	text-align:center;
	padding-bottom:7px;
	margin-bottom:15px;
}

.case_box .text p {
	font-size:15px;
	padding-bottom:15px;
}

.case_box .text .case_btn a {
	text-decoration:none;
	color:#fff;
	border:1px solid #fff;
	display:block;
	width:160px;
	padding:5px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:0 auto;
	border-radius:100px;
}

.case_box .text .case_btn a:before {
	content:url("../images/arrow_r.png");
	margin-right:10px;
	position:relative;
	top:-1px;
}

.case_box .text .case_btn a:hover {
	opacity:1;
	background-color:#fff;
	color:#000;
	-webkit-transition-property:color;
	-webkit-transition-property:background-color;  
    -webkit-transition-duration:0.2s;  
    -webkit-transition-timing-function:linear; 
}





/************* お問い合わせ *************/


#information {
	background:url("../images/top_info_bg.png");
	background-size:cover;
	padding:100px 0px;
}

#information .text_area {
	background-color:rgba(255,255,255,0.7);
	text-align:center;
	padding:50px;
}

#information .text_area h2 {
	margin-bottom:0px;
}

#information  .text_area .img {
	border-top:2px solid #1657a5;
	margin-top:30px;
	padding-top:10px;
}

#information p {
    padding: 30px 0px 0px 0px;
	font-size:20px;
	line-height:28px;
}


#information  .info_area {
	padding: 10px 0px 30px 0px;
	border-bottom:2px solid #1657a5;
}

#information  .info_area .tel ,
#information  .info_area .fax {
	color:#1657a5;
	font-size:36px;
	font-weight:bold;
	margin-bottom:10px;
}
#information  .info_area .tel a {
	color:#1657a5;
}
#information  .info_area .tel:before {
	content:url("../images/tel_icon.png");
	position:relative;
	top:7px;
	margin-right:10px;
}
#information  .info_area .fax:before {
	content:url("../images/fax_icon.png");
	position:relative;
	top:7px;
	margin-right:10px;
}

#information  .info_area p {
	padding:15px 0px;
	font-size:20px;
}


.btn_box a {
	background-color:#1657a5;
	color:#fff;
	text-decoration:none;
	display:block;
	width:400px;
	padding:20px;
	margin:0 auto;
	border-radius:5px;
	font-weight:bold;
	font-size:20px;
	text-align:center;
    -webkit-transition-property: opacity ;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
}
.btn_box a:after {
	content:url("../images/arrow_w.png");
	margin-left:10px;
	position:relative;
	top:-2px;
}







/************* 新着情報 *************/

#top_news {
	background-color:#f9f9f9;
	padding:100px 0px;
}

#top_news .news_area {
	background-color:#fff;
	padding:20px;
	border-radius:10px;
	margin-top:40px;
}

#top_news .news_box .category {
	margin-bottom:8px;
}

#top_news .news_box {
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:16px;
}

#top_news .news_box .data{
	float:left;
	margin-right:10px;
}

#top_news .news_box .data:before {
	content:url("../images/arrow_g.png");
	margin-right:5px;
}






/************* フッター *************/


#footer {
	color:#1657a5;
}




#footer .link ul {
	margin:0;
	padding:0;
}

#footer .link ul li {
	list-style:none;
	display:inline-block;
	width:25%;
}





#footer .foot_area {
	margin-top:20px;
	border-bottom:1px solid #7a7a7a;
	padding-bottom:20px;
	margin-bottom:10px;
}


#footer .block1 {
	float:left;
	margin-right:30px;
	border-right:1px solid #7a7a7a;
	width:55%;
}

#footer .block1 .logo {
	float:left;
	margin:35px 0px;
	width:49%;
}


#footer .block1 .text {
	line-height:20px;
	margin-top:30px;
	width:50%;
	float:right;
}

#footer .block1 .text span  {
	font-weight:bold;
	font-size:18px;
}




#footer .block2 {
	float:left;
	padding-right:20px;
	margin-right:20px;
}

#footer .block2 p {
	font-size:20px;
	font-weight:bold;
	padding-bottom:15px;
    margin-top: -12px;
}


#footer .block2 p:before {
	content:url("../images/footer_info_icon.png");
	position:relative;
	top:10px;
}

#footer .block2 .tel ,
#footer .block2 .fax {
	font-size:18px;
	margin-bottom:5px;
	font-weight:bold;
}
#footer .block2 .tel span ,
#footer .block2 .fax span {
	background-color:#1657a5;
	color:#fff;
	margin-right:10px;
	display:block;
	width:50px;
	text-align:center;
	float:left;
	font-size:16px;
}



#footer .block3 ul {
	padding:0;
}

#footer .block3 ul li {
	list-style:none;
	display:inline-block;
}

#footer .block3 ul li a {
	text-decoration:none;
	color:#1657a5;
	font-weight:bold;
	margin-right:10px;
	line-height:30px;
}

#footer .block3 ul li a:after {
	content:"/";
	margin-left:10px;
	font-weight:normal;
	color:#7a7a7a;
}

#footer .block3 ul li:last-child a:after {
	content:"";
}



#footer .copy {
	background-color:#1657a5;
	color:#fff;
	text-align:center;
	padding:10px 0px;
}





/************************************/

/* ページ   */

/*************************************/

/************ PCpage共通 *************/


.page_wrap .top_bg {
	background:url("../images/top_bg.png");
	background-size:cover;
	color:#FFF;
	font-weight:bold;
	text-shadow: 0 0 10px rgba(255,255,255,0.5),0 0 20px rgba(255,255,255,0.2);
}

.page_wrap .bg_gray {
	background-color:#f4f4f4;
}

.page_wrap h1 {
	margin-bottom:20px;
	font-size:32px;
}
.page_wrap .title_area {
	padding:70px 0px;
}
.page_wrap .title_area .text {
	font-size:18px;
	line-height:27px;
}


#page_content .pnkz {
	margin-top:10px;
}

#page_content .pnkz a {
	color:#1568ba;
	font-weight:bold;
}



.content_wrap {
	padding:80px 0px;
}

/* タイトル共通 */

#page_content .title {
	text-align:center;
	padding-bottom:50px;
}

#page_content .title h3 {
	font-size:28px;
	color:#1657a5;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

#page_content .title p {
	margin-top:10px;
	padding-bottom:0px;
}


h4 {
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
	position:relative;
}
h4:before {
	content:"■";
	display:block;
	height:14px;
	overflow:hidden;
	color:#57b1e3;
	position:relative;
	top:-5px;
}
h4.border_b {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}

.title_blue_left {
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:5px;
	border-left:5px #57b1e3 solid;
	margin-bottom:10px;
}


/* 新着情報、対応事例タイトル周辺 */

.default_title {
	color:#1657a5;
	border-bottom:1px solid #ccc;
	border-left:3px solid #1657a5;
	padding:5px 0px 10px 10px;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
    line-height: 27px;
}



#page_content .content_info .data {
	float:left;
	margin-right:10px;
}

#page_content .content_info .data:before {
	content:url("../images/arrow_g.png");
	margin-right:5px;
}





/* ボタン共通 */

.blue_btn_aera .blue_btn {
	background-color:#def6fc;
	display:inline-block;
	width:49%;
	margin-bottom:2%;
	border-radius:8px;
	position:relative;
}

.blue_btn_aera .blue_btn:after {
	content:"";
	background:url("../images/arrow_b.png")no-repeat;
	position:absolute;
	width:9px;
	height:12px;
	right:20px;
	top:50%;
	margin-top:-6px;
}

.blue_btn_aera .blue_btn:nth-child(odd) {
	margin-right:2%;
}

.blue_btn_aera .blue_btn a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:25px 15px;
}




/* テーブル共通 */

.default_table table {
	width:100%;
    margin-bottom: 10px;
}

.default_table table tr:first-child th {
	border-top:#7f7f7f solid 3px;
}
.default_table table tr:first-child td {
	border-top:#1568ba solid 3px;
}


.default_table th {
	background-color:#E5E5E5;
	border-bottom:2px solid #fff;
	padding:1% 2%;
    width: 25%;
	text-align:left;
}
.default_table td {
	border-bottom:1px solid #ccc;
	border-right:10px solid #fff;
	border-left:10px solid #fff;
	padding:1%;
}


.default_table td ul {
	margin:0px;
	padding-left:20px;
}



/* dl */


.blue_dl dl {
	border:1px solid #ccc;
}

.blue_dl dl dt {
	background-color:#def6fc;
	font-weight:bold;
	color:#1657a5;
	padding:10px;
}

.blue_dl dl dd {
    padding: 10px 0px;
    width: 90%;
    margin: 0 auto;
}



/* blue box */

.blue_wrap {
	border:3px #1657a5 solid;
	border-radius:15px;
	margin-bottom:30px;
}
.blue_title {
	background-color:#1657a5;
	padding:2% 3%;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	
	border-top-left-radius : 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	
	border-top-right-radius : 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
.blue_content {
	padding:2%;
}


.blue_content .red_title {
	color:#1657a5;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
.blue_content .red_title:before {
	content:"●";
	color:#d34040;
	margin-right:5px;
}

.blue_content .blue_subtitle {
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #ccc;
	border-left:5px solid #1657a5;
	padding:0px 0px 5px 10px;
	margin-bottom:10px;
}

.blue_content .btn_box {
	margin-bottom:20px;
}

.blue_content .sub_text {
	margin-bottom:20px;
}

.blue_content .sub_text .sub_img {
	float:left;
	border:solid 1px #ccc;
	margin:0px 10px 10px 0px;
}

.blue_content .font-bold {
	font-weight:bold;
}






/*********** page製品情報共通 *************/




#page_seihin .top_bg ,
#page_seihin_info .top_bg ,
#page_search .top_bg,
#page_replace .top_bg {
	background:url("../images/page_seihin_bg1.png");
	background-size:cover;
	color:#1568ba;
	font-weight:bold;
		text-shadow: 0 0 10px rgba(255,255,255,0.5),0 0 20px rgba(255,255,255,0.2);
}

#page_seihin_info h2 {
	font-size:27px;
}

/*********** page製品情報 *************/

.seihin_menu ul {
	margin:0;
	padding:0;
	margin-top:30px;
}

.seihin_menu ul li {
	list-style:none;
	display:inline-block;
	width:33.333%;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
}
/* safariのみ */
_::-webkit-full-page-media, _:future, :root .seihin_menu ul li {
	border-bottom:2px #fff solid;
}






.seihin_menu ul li a {
	color:#fff;
	display:block;
	background-color:#1657a5;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding:4% 0%;
	border:solid 1px #1657a5;
    -webkit-transition-property: background-color , color ;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
	position:relative;
}

.seihin_menu ul li a:after {
	content:url("../images/arrow_w_b.png");
	position:absolute;
	right:15px;
}

.seihin_menu ul li a:hover {
	background-color:#fff;
	opacity:1;
	color:#1657a5;
}
.seihin_menu ul li a:hover:after {
	content:url("../images/arrow_b_b.png");
	position:absolute;
	right:15px;
}


#page_content #lineup .seihin_box:nth-child(even) {
	background-color:#f9f9f9;
}

#page_content #lineup .seihin_box {
	padding:70px 0px;
}
#page_content #lineup .seihin_box:first-child {
	padding-top:0px;
}


#page_content.seihin .lineup_area {
    margin-top: 30px;
    text-align: center;
}




/*********** page製品詳細 *************/




/*
#page_seihin_info .page_seihin_bg {
	background:url("../images/page_seihin_bg2.png")no-repeat;
	background-position:right top;
}
*/

#page_seihin_info .seihin_syousai h2 {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}
#page_seihin_info .seihin_syousai h2 span {
    font-size: 25px;
}

#page_seihin_info .seihin_syousai {
	margin-bottom:60px;
    margin-top: 70px;
}

#page_seihin_info .syousai_area .img_area {
	width:35%;
	float:left;
	text-align:center;
}

#page_seihin_info .syousai_area .img_area ul {
	padding:0px;
}
#page_seihin_info .syousai_area .img_area ul li {
	list-style:none;
}
#page_seihin_info .syousai_area .img_area .main_img {
	border:solid 3px #cccccc;
    margin-bottom: 2%;
}

#page_seihin_info .syousai_area .img_area li.noimg {
    padding: 40px 0px;
}


#page_seihin_info .seihin_syousai .img_area ul.thumb li {
	border:solid 3px #cccccc;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
	display:inline-block;
}
#page_seihin_info .seihin_syousai .img_area ul.thumb li:nth-child(3n) {
	margin-right:0%;
}


.main_img li.item2,
.main_img li.item3,
.main_img li.item4,
.main_img li.item5,
.main_img li.item6 {
  display: none;
}



#page_seihin_info .syousai_area .text_area {
	width:58%;
	float:right;
}


#page_seihin_info .seihin_syousai .sub_text {
	margin-bottom:20px;
}

#page_seihin_info .seihin_syousai .sub_text .img span {
	background-color:#4b8fd1;
	padding:5px 8px;
	border-radius:3px;
	color:#fff;
	font-weight:bold;
}
#page_seihin_info .seihin_syousai .sub_text .search_text {
	margin:10px 0px;
}
#page_seihin_info .seihin_syousai .sub_text .search_text .text {
	float:left;
    margin-right: 4%;
	color:#1568ba;
	font-weight:bold;
}


#page_seihin_info .seihin_syousai .sub_text .sub_text_table {
}

#page_seihin_info .seihin_syousai .sub_text .sub_text_table table {
	width:100%;
}

#page_seihin_info .seihin_syousai .sub_text .sub_text_table th {
	vertical-align:top;
	width:25%;
	text-align:left;
    background-color: #E5E5E5;
}
#page_seihin_info .seihin_syousai .sub_text .sub_text_table th ,
#page_seihin_info .seihin_syousai .sub_text .sub_text_table td {
	padding:1% 2%;
    border: 1px solid #ccc;
}



#page_seihin_info .syousai_area .tag_area {
	margin-bottom:20px;
}
#page_seihin_info .syousai_area .tag_area .tag {
	float:left;
	margin-right:10px;
}


/* page製品情報ポイント */

.point_wrap {
	background-color:#f4f4f4;
	padding:30px 0px;
}

.point_wrap .img {
	float:left;
	margin-right:40px;
}
.point_wrap .point_area {
	padding-top:20px;
}
.point_wrap .point {
	margin-bottom:20px;
}
.point_wrap .point img {
	vertical-align:middle;
	margin-right:20px;
}


.seihin_btn {
	margin:50px 0px;
}

.seihin_btn .btn_box a:after {
	content:url("../images/arrow_w_b.png");
	margin-left:10px;
	position:relative;
	top:-2px;
}


/* page製品情報仕様 */


.spec_wrap {
	padding:70px 0px;
}

.spec_wrap .spec_table table {
	width:100%;
    margin-bottom: 10px;
}

.spec_wrap .spec_table table tr:first-child th {
	border-top:#7f7f7f solid 3px;
}
.spec_wrap .spec_table table tr:first-child td {
	border-top:#1568ba solid 3px;
}


.spec_wrap .spec_table th {
	background-color:#E5E5E5;
	border:1px solid #ccc;
    width: 35%;
	font-size:15px;
	text-align:left;
	padding:0.5% 1% 0.5% 55px;
	position:relative;
}
.spec_wrap .spec_table td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:65%;
	font-size:14px;
	padding:0.5% 1%;
}

.spec_wrap .spec_table span.bto {
	background-color:#d34040;
	border-radius:100px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	padding:5px 5px;
}

.spec_wrap .spec_table table span.bto {
	position:absolute;
	padding:0px 5px;
	left:10px;
}




/* page製品情報お問い合わせ */



#seihin_info {
	background-color:#f4f4f4;
	padding:100px 0px;
}




.seihin_info_table table {
	width:100%;
}

.seihin_info_table table th {
	text-align:left;
	position:relative;
	padding-left:40px;
}

.seihin_info_table table td {
	padding:1%;
}

.seihin_info_table table td input ,
.seihin_info_table table td textarea {
	width:100% !important;
    padding: 0.5%;
    font-size: 16px;

}

.seihin_info_table span.required {
    background-color: #d34040;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 4px;
	border-radius:2px;
	position:absolute;
	left:0px;
}



.seihin_info_table .btn_box button {
    background-color: #1657a5;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 400px;
    padding: 20px;
    margin: 20px auto 0px auto;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
	border:none;
	cursor:pointer;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
}

.seihin_info_table .btn_box button:after {
    content: url(../images/arrow_w.png);
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.seihin_info_table .btn_box button:hover {
	opacity:0.8;
}




/*********** page製品情報詳細 *************/

#page_search #search_wrap {
	background-color:rgba(0,0,0,0);
	padding-top:70px;
}
#page_search #search_wrap .search_text {
	text-align:center;
	color:#1657a5;
	font-size:22px;
	font-weight:bold;
	border-bottom:1px solid #1657a5;
	margin:40px 0px 10px 0px;
	padding-bottom:10px;
}
#page_search #search_wrap .sort {
	text-align:center;
	font-size:18px;
}




/*********** pageサポート *************/




#page_support .blue_btn_aera .blue_btn a:before {
	content:"Q.";
	margin-right:10px;
	font-size:20px;
}

.download_area .download_box {
	width:32%;
	float:left;
	margin-bottom:2%;
	margin-right:2%;
}
.download_area .download_box:nth-child(3n) {
	margin-right:0%;
}

.download_area .download_box .name {
	color:#1657a5;
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
}

.download_area .download_box .name:before {
	content:"●";
	color:#d34040;
}

.download_area .download_box .name span {
	font-weight:normal;
	color:#000;
	margin-left:20px;
	font-size:15px;
}

.download_area .download_box .box {
	border:solid #ccc 1px;
	text-align:center;
	padding:20px;
}

.download_area .download_box .box a {
	text-decoration:none;
}
.download_area .download_box .box p {
	color:#414141;
	padding-bottom:5px;
}


.download_area .download_box .box a .img {
    height: 150px;
}

.download_area .download_box .box a .img img {
    max-height: 100%;
}


/*********** pageよくある質問 *************/



.faq_area dl dt:before {
	content:"Q.";
	margin-right:10px;
	font-size:20px;
}

.faq_area .blue_dl {
	margin-bottom:60px;
}



/*********** page会社概要 *************/



#page_company td .img_left {
	float:left;
	margin-right:20px;
}




.history_area table {
	width:100%;
}

.history_area table tr {
	border-bottom:dashed 1px #ccc;
}

.history_area table th {
	width:20%;
}

.history_area table td {
	padding:2%;
}






/*********** page品質へのこだわり *************/


.title.quality {
	background:url("../images/quality_img.png")no-repeat top right;
}

.title.quality h3 ,
.title.quality p {
	text-align:left;
	width:45%;
}


.policy {
	font-weight:bold;
	margin-bottom:20px;
	font-size:18px;
}

.flow_area .img {
	width:35%;
	float:left;
}

.flow_area .text {
	width:60%;
	float:right;
}

.flow_area .text dl dt {
	color:#1657a5;
	font-weight:bold;
	border-bottom:solid #ccc 1px;
}

.flow_area .text dl dd {
	margin-bottom:10px;
	margin-left:20px;
}






.spec_box {
	background-color:#fff;
	margin-bottom:40px;
	padding:20px;
}

.spec_box .img {
	float:left;
	width:30%;
	border:solid 1px #ccc;
	text-align:center;
}
.spec_box .img img {
	width:100%;
}
.spec_box .text {
	width:65%;
	float:right;
}
.spec_box .text table {
	width:100%;
}
.spec_box .text table tr {
	border-bottom:dashed 1px #ccc;
}

.spec_box .text table th {
	width:30%;
}

.spec_box .text table td {
	padding:2%;
}









/*********** page国際規格・認証について *************/






.kikaku_point .img {
	float:left;
	width:24%;
}
.kikaku_point .point_area {
	background-color:#def6fc;
	border-radius:10px;
	width:74%;
	float:right;
	padding:2%;
}
.kikaku_point .point_area .point {
	margin-bottom:10px;
	font-weight:bold;
}
.kikaku_point .point_area .point:last-child {
	margin-bottom:0px;
}

.kikaku_point .point_area .point img {
	vertical-align:middle;
}

.blue_content .text {
	margin:10px 0px 20px 0px;
}






/*********** page販売代理店 *************/



#page_agency .shop_area {
	border:1px solid #ccc;
	padding:20px;
	margin-bottom:40px;
}


#page_agency .shop_area .bnr {
	float:left;
	width:30%;
}

#page_agency .shop_area .bnr p {
	padding:15px 0px 5px 0px;
}

#page_agency .shop_area .text {
	float:right;
	width:68%;
}

#page_agency .shop_area .text p {
	padding:15px 0px 0px 0px;
}

#page_agency .shop_area .text p:first-child {
	border-bottom:1px dashed #ccc;
	padding:0px 0px 15px 0px;
}


#page_agency .shop_area .text p .font-red {
	color:#d34040;
}

#page_agency .shop_area .text p .font-bold {
	font-weight:bold;
}





/*********** pageお問い合わせ *************/



.information_table table {
	width:100%;
}

.information_table table th {
	width:25%;
	text-align:left;
	padding-left:65px;
	position:relative;
}




.information_table table th .required {
    background-color: #d34040;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 3px 5px;
    padding: 0px 4px;
	border-radius:2px;
	position:absolute;
	left:10px;
}

.information_table table tr:nth-child(odd) {
	background-color:#F2F2F2;
}

.information_table table td {
	padding:1% 0%;
}
.information_table table td input ,
.information_table table td textarea {
	width:97% !important;
	padding:0.5%;
	font-size:16px;
}

.information_table .info_btn {
	text-align:center;
	margin-top:40px;
}
.information_table .info_btn button {
	border:none;
	cursor:pointer;
    background-color: #1657a5;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 400px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
}
.information_table .info_btn button:after {
	content:url("../images/arrow_w.png");
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.information_table .info_btn button:hover {
	opacity:0.8;
}





/*********** page新着情報 *************/





#page_news .news_box .category {
	margin-bottom:8px;
}

#page_news .news_box {
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:16px;
}

#page_news .news_box .data{
	float:left;
	margin-right:10px;
}

#page_news .news_box .data:before {
	content:url("../images/arrow_g.png");
	margin-right:5px;
}

#page_news #page_content .title {
    text-align:left;
    padding-bottom:0px;
}







/*********** page新着情報 詳細 *************/





#page_news_page .news_page_content {
	width:97%;
	margin:20px auto;
}




/*********** pageプライバシーポリシー *************/


#page_privacy p {
	text-align:left;
}

.privacy_text {
	width:98%;
	margin:0 auto 50px auto;
}

.privacy_text ul {
	padding-left:20px;
}




/*********** pageキッティング *************/

.title.kitting {
	background:url("../images/kitting_img.png")no-repeat top right;
}


.title.kitting h3 ,
.title.kitting p {
	text-align:left;
	width:45%;
}

#page_kitting .content_wrap:last-child {
	padding-top:0px;
}


#page_kitting .kitting_text {
	text-align:center;
	font-size:20px;
	color:#1657a5;
	font-weight:bold;
	background-color:#F4F4F4;
	padding:5% 2%;
	line-height:27px;
}



.font-red {
	color:#d34040;
	font-weight:bold;
}


#page_kitting .blue_dl dl {
	position:relative;
	margin-bottom:40px;
}

#page_kitting .blue_dl dl:after {
	content:url("../images/arrow_flow.png");
	position:absolute;
	left:50%;
	margin:5px 0px 0px -20px;
}

#page_kitting .blue_dl dl:last-child:after {
	content:none;
}



/*********** page対応事例 *************/


/* menu */

.taiou_menu {
	margin-bottom:40px;
}

.taiou_menu ul ,
.taiou_menu ul li {
	margin:0;
	padding:0;
}

.taiou_menu ul {
	border-top:#1657a5 solid 1px;
	border-left:#1657a5 solid 1px;
}

.taiou_menu ul li {
	list-style:none;
	display:inline-block;
	width:20%;
	text-align:center;
}

.taiou_menu ul li a {
	display:block;
	width:100%;
	text-decoration:none;
	border-right:none;
	padding:5px 0px;
	font-weight:bold;
	border-right:#1657a5 solid 1px;
	border-bottom:#1657a5 solid 1px;
}




.taiou_menu ul li a.active {
	background-color:#1657a5;
	color:#fff;
	position:relative;
}

.taiou_menu ul li a.active:after {
	content:url("../images/arrow_taiou.png");
	display:block;
	position:absolute;
	left:50%;
	margin-left:-7px;
	bottom:-15px;
}



/* box */

.taiou_box {
	border:solid #ccc 1px;
	padding:10px;
	margin-bottom:20px;
}

.taiou_box .img {
	float:left;
	width:20%;
}


.taiou_box .text_area {
	width:77%;
	float:right;
}

.taiou_box .text_area .title_border {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:15px;
	color:#1657a5;
	font-weight:bold;
	font-size:20px;
}


.taiou_box .text_area .genre {
	background-color:#1657a5;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size:13px;
	width:100px;
	text-align:center;
	border-radius:5px;
	margin-bottom:10px;
}

.taiou_box .text_area .btn_box {
	float:right;
}

.taiou_box .text_area .btn_box a {
    width: 230px;
    padding: 8px;
	margin-top:10px;
	font-size:17px;
}



/*********** page対応事例 詳細 *************/


.content_info .genre {
    background-color: #1657a5;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 13px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    float: left;
}

#page_taiou .content_info {
	margin-bottom:10px;
}

.taiou_page_area {
	border:solid #ccc 1px;
	padding:10px;
	margin-bottom:20px;
}


.taiou_page_box .img {
	float:left;
	width:20%;
}

.taiou_page_box .text_area {
	width:77%;
	float:right;
}
.taiou_page_box .name {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	font-size:18px;
	margin-bottom:15px;
	font-weight:bold;
}
.taiou_page_box .name a {
	font-weight:normal;
}


.taiou_page_area .kadai {
	margin-top:30px;
}

.taiou_page_area .kadai .icon {
	background-color:#1657a5;
	width:40px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

.taiou_page_area dl dt {
	font-weight:bold;
	font-size:17px;
	border-bottom:1px #ccc solid;
	padding-bottom:6px;
	margin-bottom:6px;
}

.taiou_page_area dl dd {
	width:98%;
	margin:0 auto;
}

.taiou_page_area .kadai dl dt {
	color:#1657a5;
}
.taiou_page_area .kaiketu dl dt {
	color:#c63c2e;
}

.taiou_page_area .kaiketu .icon {
	background-color:#c63c2e;
	width:40px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}


/* 導入機種 */

.introduction_model {
	margin-top:40px;
}

.introduction_model .model_title {
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}

.introduction_model .box {
	background-color:#f9f9f9;
	padding:30px 20px;
}


.introduction_model .box .model_info {
	float:left;
	width:68%;
}
.introduction_model .box .right_img {
	float:right;
	background-color:#fff;
	width:30%;
	text-align:center;
	border:solid 1px #ccc;
}



.introduction_model .box .model_name {
	font-weight:bold;
	font-size:22px;
	margin-bottom:14px;
	line-height:30px;
}
.introduction_model .box .model_name span {
	color:#1568ba;
	font-size:26px;
}

.introduction_model .box .text_area .sub_text {
	margin-bottom:20px;
}



.introduction_model .sub_text .img {
	float:left;
    width: 20%;
}
.introduction_model .sub_text .sub_text_table {
	width:80%;
	float:right;
}

.introduction_model .sub_text .sub_text_table table {
	width:100%;
}

.introduction_model .sub_text .sub_text_table th {
	vertical-align:top;
	width:20%;
	text-align:left;
}
.introduction_model .sub_text .sub_text_table th ,
.introduction_model .sub_text .sub_text_table td {
	padding:2px 0px;
}




.introduction_model .box .text_area .tag_area {
	margin-bottom:20px;
}
.introduction_model .box .text_area .tag_area .tag {
	float:left;
	margin-right:10px;
}
.introduction_model .box p {
	padding-bottom:20px;
}
.introduction_model .box .btn_box a {
    width: 300px;
    padding: 10px;
    font-size: 18px;
	margin:0 auto;
}











/*********** page導入事例 *************/

#page_case .case_area {
	margin-top:0px;
}

.case_title {
	text-align:center;
	color:#1568ba;
	font-size:25px;
	margin-bottom:20px;
	font-weight:bold;
}
.case_title .sub_title {
	color:#000;
	font-size:20px;
}


.case_title .sub_title span {
	background-color:#57b1e3;
	color:#fff;
	font-size:17px;
	padding:3px;
	border-radius:5px;
}


#page_case .case_company {
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:80px;
}

#page_case .case_company .img {
	float:left;
	width:25%;
}
#page_case .case_company .right_text {
	float:right;
	width:72%;
}

#page_case .case_company .right_text .text1 {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
#page_case .case_company .right_text .text1 .logo {
	float:left;
	width:25%;
	background-color:#E0E0E0;
}

#page_case .case_company .right_text .text1 .company_info {
	float:right;
	width:72%;
}



.page_case_area .case_area {
	margin-bottom:70px;
}

.page_case_area .case_area .text_area {
	width:98%;
	margin:0 auto;
}

.page_case_area .case_area:nth-child(odd) .left_content {
	float:left;
	width:25%;
}
.page_case_area .case_area:nth-child(odd) .right_content {
	float:right;
	width:70%;
}


.page_case_area .case_area:nth-child(even) .left_content {
	float:left;
	width:70%;
}
.page_case_area .case_area:nth-child(even) .right_content {
	float:right;
	width:25%;
}



.page_case_area .case_area .model_info {
	border:solid #ccc 1px;
	padding:10px;
	text-align:center;
}

.page_case_area .case_area .model_info .title {
	padding-bottom:5px !important;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}




/*********** page採用情報 *************/



.title.recruit {
	background:url("../images/recruit_img.png")no-repeat center right;
}



.title.recruit h3 ,
.title.recruit p {
	text-align:left;
	width:45%;
}

#page_recruit .content_wrap:last-child {
	padding-top:0px;
}




/*********** pageリプレース用PC *************/



.title.replace {
	background:url("../images/replace_img.png")no-repeat bottom right;
}


.title.replace h3 ,
.title.replace p {
	text-align:left;
	width:45%;
}





/*********** pageサイトマップ *************/


#page_sitemap ul {
    padding-left: 0px;
}

#page_sitemap li {
    list-style: none;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0px;
}

#page_sitemap li a {
	padding-left:15px;
}

#page_sitemap li a:before {
	content:url("../images/arrow_b.png");
	margin-right:10px;
}











/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/



/******************/
/* for Tablet    */
/* 600px-959px    */
/******************/
@media only screen and (min-width: 600px) and (max-width: 959px) {




/********* tb-top *********/

.header .right .sub_menu ,
ul.top_menubar {
	display:none;
}

#top {
    border-bottom: 4px #1657a5 solid;
}
.header {
	margin-top:3px;
}
.header .logo {
    margin-left: 47px;
	width:auto;
}

.header .right {
	width:240px;
}

.header .right .tel_info {
    width: 100%;
}

.header .right .btn_box {
	display:none;
}




/********* tb-top-メイン *********/


#main .main_area {
    padding: 33px 0px 170px 0px;
	background-size:70%;
	background-position:bottom right;
}


#main .choose .title {
	display:none;
}


#main .choose ul {
	width:100%;
}

.menu_search > li:first-child {
	display:none;
}

.menu_search > li {
    width: 28%;
}


.menu_search > li:nth-child(3) {
    width: 42%;
}





/********* tb-top-おすすめ製品ラインアップ *********/


.lineup_box {
    width: 49%;
    margin-right: 2%;
}

.lineup_box:nth-child(2n) {
	margin-right:0px;
}



.lineup_area {
    margin-top: 28px;
}


.lineup_box .btn_r a {
    width: 100%;
}

.lineup_table table tr th ,
.lineup_table table tr td {
    letter-spacing: 0px;
}


/********* tb-top-導入事例 *********/

.case_box .img {
	width:100%;
    max-width: 100%;
}

.case_box .text {
    width: 100%;
	padding-bottom:20px;
}





/********* tb-top-お問い合わせ *********/


#information .info_area .tel, #information .info_area .fax {
    font-size: 22px;
}

#information  .info_area .tel:before ,
#information  .info_area .fax:before {
	top:15px;
}

#information p {
	font-size:17px;
}




/********* tb-top-フッター *********/

#footer .block1 {
    width: 50%;
}

#footer .block1 .logo {
    float: none;
    margin: 0px 0px;
    width: 100%;
}
#footer .block1 .text {
    margin-top: 15px;
    width: 100%;
    float: none;
}





/********* tb-page-製品情報 *********/


.seihin_menu ul li {
	width:50%;
}







/********* tb-page-会社概要 *********/

.company_table td .img_left {
    float: none;
}






/********* tb-page-キッティング、品質、採用情報タイトル *********/


.title.kitting ,
.title.quality,
.title.recruit,
.title.replace {
	background:none;
	margin-top:20px;
}
.content_wrap .kitting_img ,
.content_wrap .quality_img,
.content_wrap .recruit_img,
.content_wrap .replace_img  {
	text-align:center;
}




/********* tb-page-品質へのこだわり *********/

#page_content .title h3 ,
#page_content .title p {
	width:100%;
	text-align:center;
}





/********* tb-page-お問い合わせ *********/


.information_table table th {
    width: 35%;
}







}



/******************/
/* for SP-TB      */
/* 320px-599px    */
/* only Header    */
/******************/
@media only screen and (max-width: 599px) {




/********* sp-top *********/

.header .right ,
ul.top_menubar {
	display:none;
}

#top {
    border-bottom: 4px #1657a5 solid;
}
.header {
	margin-top:0px;
	padding-top:3px;
}
.header .logo {
	margin:0 auto;
	text-align:center;
	width:100%;
}

h2 {
	font-size:25px;
}


/********* sp-top-メイン *********/


#main {
    padding-bottom: 0px;
}

#main h1 {
    max-width: 90%;
}


#main .main_area {
    padding: 33px 0px 200px 0px;
    background-size: 90%;
	background-position:bottom right;
}

#main .main_area h1 {
    margin-bottom: 11px;
}








/********* sp-top-製品を検索する *********/

.menu_search > li:first-child ,
.menu__second-level {
	display:none;
}

.menu_search > li {
	display:block;
	width:100%;
}

.menu_search > li {
    border-bottom: 1px dotted #ccc;
	border-right:none;
    border-left: none !important;
}
.menu_search > li:last-child {
	border-bottom:none;
}


.menu_search {
	height:auto;
}

#main .choose ul {
	width:100%;
}



#main .choose ul li {
	display:block;
	width:100%;
}



.search_area ul li {
	width:100%;
}

.search_area ul li a ,
.search_area ul li a.active {
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
    border-bottom: #1657a5 solid 1px;
}

.search_area ul li a {
	margin-bottom:5px;
	position:relative;
}

.search_area ul li a:after {
	content:url("../images/arrow_w_b.png");
	position:absolute;
	right:20px;
}

.search_area ul li a.active:after {
	content:url("../images/arrow_b_b.png");
	position:absolute;
	right:20px;
}





/********* sp-top-おすすめ製品ラインアップ *********/

/*

1行の場合

.lineup_box {
    width: 100%;
}



.lineup_area {
    margin-top: 28px;
}


.lineup_box .btn_r a {
    width: 100%;
}

*/


.lineup_box {
    width: 49%;
}
.lineup_box {
    padding: 7px;
    width: 49%;
    margin-right: 2%;
	margin-bottom:15px;
    float: left;
}
.lineup_box:nth-child(even) {
	margin-right:0%;
}
.lineup_box .name {
    font-size: 16px;
    margin: 9px 0px;
}

.lineup_table table tr th ,
.lineup_table table tr td {
	display:block;
	width:100%;
	line-height:16px;
	letter-spacing:0px;
}
.lineup_table table tr td {
	margin-bottom:5px;
}
.lineup_box .btn_r {
    margin: 10px 0px 29px 0px;
}

.lineup_box .btn_r a {
	width:100%;
    font-size: 15px;
}



/********* sp-top-導入事例 *********/


#case {
	padding-top:20px;
}


.case_box {
	width:100%;
}

.case_box .img {
	width:100%;
    max-width: 100%;
}

.case_box .text {
    width: 100%;
	padding-bottom:20px;
}






/********* sp-top-お問い合わせ *********/




#information .text_area {
    padding: 20px;
}
#information .text_area h2 {
	line-height:30px;
}

#information  .info_area p ,
#information p {
	font-size:16px;
	line-height:23px;
}

#information .info_area .tel, #information .info_area .fax {
    font-size: 19px;
}


#information  .info_area .btn a {
	width:100%;
    font-size: 18px;
}




/********* sp-top-新着情報 *********/

#top_news .news_box .data {
    float: none;
}




/********* sp-top-フッター *********/

#footer .link ul li {
    width: 50%;
}
#footer .link ul li img {
	width:100%;
}

#footer .block1 {
	text-align:center;
    float: none;
	width:100%;
	border-right:none;
	margin-right:0px;
}

#footer .block1 .logo {
    float: none;
    margin: 35px 0px;
    width: 100%;
}


#footer .block1 .text {
    margin-top: 30px;
    width: 100%;
    float: none;
}

#footer .block2 {
    float: none;
    padding-right: 0px;
    margin-right: 0px;
}

#footer .block2 p {
    margin-top: 12px;
	text-align:center;
}


#footer .block2 .tel, #footer .block2 .fax {
    width: 205px;
	margin:5px auto;
}

#footer .block2 .tel a {
	color:#1657a5;
}

/* footer link */

#footer .block3 ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
	text-align:center;
	margin-bottom:2%;
	background-color:#f9f9f9;
}
#footer .block3 ul li:nth-child(odd) {
	margin-right:2%;
}

#footer .block3 ul li a {
	margin-right:0px;
	font-size:14px;
	display:block;
	letter-spacing:-1px;
}

#footer .block3 ul li a:after {
	content:none;
}



/********* sp-page-共通 *********/


.page_wrap h1 {
    font-size: 28px;
}
#page_content .title h3 {
    font-size: 24px;
}


.page_wrap .title_area {
    padding: 50px 0px;
}
.page_wrap .title_area .text {
    font-size: 15px;
    line-height: 24px;
}


.btn_box a ,
.seihin_info_table .btn_box button {
    width: 100%;
    font-size: 18px;
}



.blue_btn_aera .blue_btn {
	width:100%;
}


.blue_btn_aera .blue_btn a {
    padding: 20px 15px;
}

.blue_btn_aera .blue_btn:nth-child(odd) {
	margin-right:0%;
}

.content_wrap {
    padding: 30px 0px 60px 0px;
}


/********* sp-page-テーブル共通 *********/

.default_table table tr th ,
.default_table table tr td {
	display:block;
	width:95%;
	border:none;
}
.default_table table tr:first-child td {
	border:none;
}

.default_table table tr td {
	padding:3% 1% 5% 1%;
}




/********* sp-page-製品一覧 *********/


.seihin_menu ul li {
    display: inline-block;
    width: 100%;
}


/********* sp-page-製品詳細 *********/


#page_seihin_info .seihin_syousai {
    margin-top: 30px;
}

#page_seihin_info .page_seihin_bg {
	background:none;
}

#page_seihin_info .syousai_area .img_area ,
#page_seihin_info .syousai_area .text_area {
    width: 100%;
    float: none;
}

#page_seihin_info .syousai_area .img_area {
	margin-bottom:40px;
}

#page_seihin_info .seihin_syousai h2 {
    font-size: 18px;
}

#page_seihin_info .seihin_syousai .sub_text .sub_text_table th {
    width: 95%;
}

#page_seihin_info .syousai_area .sub_text_table th ,
#page_seihin_info .syousai_area .sub_text_table td {
	display:block;
	width:95%;
	text-align:left;
	border-bottom:none !important;
}

#page_seihin_info .syousai_area .sub_text_table tr:last-child td {
    border-bottom: 1px solid #ccc !important;
}


#page_seihin_info .syousai_area .tag_area .tag {
    margin-right: 0px;
	max-width:25%;
}


.point_wrap .img {
    float: none;
    margin-right: 0px;
	text-align:center;
}
.point_wrap .point {
	width:90%;
	margin:0px auto 10px auto;
}

.point_wrap .point img {
	display:block;
	margin:0px 0px 5px -10px;
}

/* 表 */

.spec_table.scroll {
    overflow: auto;
    white-space: normal;
    padding-bottom: 5%;
}
.spec_wrap .slide{
	margin-bottom:10px;
	text-align:center;
	font-size:14px;
}

.spec_wrap .slide:before {
    content: url(../images/table_arrow.png);
    position: relative;
    top: 5px;
	margin-right:10px;
}
.spec_wrap .slide:after {
    content: url(../images/table_arrow2.png);
    position: relative;
	top:5px;
}
.spec_wrap .spec_table table {
    width: 610px;
}
.spec_wrap .spec_table th {
    width: 40%;
}
.spec_wrap .spec_table td {
    width: 60%;
}




/* 製品お問い合わせ */

.seihin_info_table table th ,
.seihin_info_table table td {
	width:94%;
	display:block;
}




/********* sp-page-サポート　ダウンロード *********/

.download_area .download_box {
	width:48%;
	margin-right:2%;
	margin-bottom:7%;
}
.download_area .download_box .name {
    margin-bottom: 0px;
}

.download_area .download_box:nth-child(3n) {
    margin-right:0%;
}
.download_area .download_box:nth-child(3n) {
    margin-right: 2%;
}



/********* sp-page-会社概要 *********/

#page_company td .img_left {
    float: none;
	text-align:center;
	margin:0px 0px 10px 0px;
}





.history_area table th ,
.history_area table td {
	display:block;
	width:100%;
}

.history_area table th {
	text-align:left;
}

.history_area table th {
	padding:4% 0% 0% 0%;
}

.history_area table td {
	padding:1% 2% 4% 2%;
}



/********* sp-page-キッティング、品質、採用情報タイトル *********/


.title.kitting ,
.title.quality,
.title.recruit,
.title.replace {
	background:none;
	margin-top:20px;
}
.content_wrap .kitting_img ,
.content_wrap .quality_img,
.content_wrap .recruit_img,
.content_wrap .replace_img {
	text-align:center;
}



/********* sp-page-品質へのこだわり *********/



#page_kitting .title h3 ,
#page_recruit .title h3 ,
#page_quality #page_content .title h3 {
    font-size: 20px;
}


#page_content .title h3 ,
#page_content .title p {
	width:100%;
	text-align:center;
}



.flow_area .img {
	width:70%;
	float:none;
	margin:0px auto 40px auto;
}

.flow_area .text {
	width:100%;
	float:none;
}



.spec_box .img {
	float:none;
	width:90%;
	margin:0px auto 10px auto;
}

.spec_box .text {
	float:none;
	width:100%;
}



/********* sp-page-キッティング *********/


#page_kitting .title p ,
#page_recruit .title p ,
#page_quality .title p,
#page_replace .title p {
	text-align:left;
}


/********* sp-page-国際規格・認証について *********/

.kikaku_point .img ,
.kikaku_point .point_area {
    float: none;
    width: 100%;
}


.kikaku_point .img {
	text-align:center;
	margin-bottom:10px;
}



/********* sp-page-販売代理店 *********/


#page_agency .shop_area .bnr ,
#page_agency .shop_area .text {
    float: none;
    width: 100%;
}

/********* sp-page-販売代理店 *********/

#page_news .news_box .data {
    float: none;
}




.information_table table th ,
.information_table table td {
	width:100%;
	display:block;
    width: 94% !important;
	margin:0 auto;
}

.information_table table th {
    padding: 3% 0% 1% 0%;
}
.information_table table td {
    padding: 1% 0% 3% 0%;
}






/********* sp-page-対応事例 *********/


.taiou_menu ul li {
	width:50%;
}

.taiou_menu ul li a.active:after {
	content:none;
}



.taiou_box .img {
	float:none;
	width:100%;
	text-align:center;
}

.taiou_box .text_area {
	float:none;
	width:100%;
	margin-top:20px;
}
.taiou_box .text_area .btn_box {
	float:none;
}







/********* sp-page-対応事例 詳細 *********/


.taiou_page_box .img {
	float:none;
	width:100%;
	text-align:center;
}

.taiou_page_box .text_area {
	width:100%;
	float:none;
}

.introduction_model .text_area .sub_text table th ,
.introduction_model .text_area .sub_text table td {
	display:block;
	width:100%;
	text-align:left;
}
.introduction_model .text_area .sub_text table td {
	margin-left:10px;
}


.introduction_model .box {
	padding:10px;
}

.introduction_model .box .text_area .tag_area .tag {
    margin-right: 0px;
    max-width: 25%;
}

.introduction_model .box .model_info {
	width:100%;
	float:none;
}
.introduction_model .box .right_img {
	width:90%;
	margin:0 auto;
	float:none;
}

.introduction_model .box .model_name {
    font-size: 17px;
}
.introduction_model .box .btn_box a {
	width:100%;
}



/********* sp-page-導入事例 *********/

.case_title {
	text-align:center;
	color:#1568ba;
	font-size:20px;
}




#page_case .case_company .img {
	float:none;
	width:80%;
	margin:0 auto;
	margin-bottom:20px;
}

#page_case .case_company .right_text ,
#page_case .case_company .right_text .text1 .company_info {
	float:none;
	width:100%;
}
#page_case .case_company .right_text .text1 .logo {
	float:none;
	width:90%;
	text-align:center;
	margin:0px auto 20px auto;
}



.page_case_area .case_area:nth-child(odd) .left_content ,
.page_case_area .case_area:nth-child(even) .right_content {
	float:none;
	width:90%;
	text-align:center;
	margin:0px auto 10px auto;
}
.page_case_area .case_area:nth-child(odd) .right_content ,
.page_case_area .case_area:nth-child(even) .left_content {
	float:none;
	width:100%;
}




/********* sp-page-お問い合わせ *********/

#page_information .information_table table th {
    padding-left: 55px;
}

#page_information .information_table table th .required {
    left: 0px;
}
#page_information .information_table table th {
    padding-left: 55px;
    width: 80% !important;
    margin: 0 auto;
}






}





