@charset "UTF-8";
/* CSS Document */
#wrap h2{
font-size:24px;
font-weight:bold;
line-height:1.2em;
color:#0851A0;
margin-bottom:20px;
position: relative;
text-align:center;
}

#wrap h3{
font-size:20px;
margin-bottom:20px;
	color:#333;
	border-bottom:1px solid #0851A0;
	padding:8px 0;
font-weight:bold;
}

#wrap h4{
font-size:18px;
margin-bottom:20px;
color:#0851A0;
font-weight:bold;
padding:8px 0;
}
#wrap h5{
font-size:18px;
margin-bottom:10px;
font-weight:bold;
}
#wrap h6{
font-size:16px;
margin-bottom:10px;
}

#wrap p{
line-height:2.0em;
}
#wrap .fontL{
font-size:20px;
}
.note{
font-size:12px;
color:#333;
}
strong{
font-weight:bold;
}
.left{
text-align:left;
}
.right{
text-align:right;
}
.center{
text-align:center;
}
.red{
color:#CC0000;
}
#wrap ul{
margin:0 0 16px 20px;
}
#wrap ul li{
	line-height:1.6em;
	margin-bottom:16px;
	list-style-type: disc;
}
#wrap ol{
margin:0 0 16px 40px;
}
#wrap ol li{
list-style-type: decimal;
line-height:2.0em;
margin-bottom:16px;
}
#wrap dt{
font-weight:bold;
margin-bottom:8px;
}
#wrap dd{
margin-bottom:20px;
padding-left:8px;
}
#wrap table{
width:100%;
}
#wrap table th{
background:#F2F2F2;
vertical-align:top;
	border: 1px solid #CCC;
}
#wrap table td{
border: 1px solid #CCC;
word-break: break-all;
}
@media only screen and (min-width: 768px) {
#wrap h2{
font-size:32px;
margin-bottom:30px;
}

#wrap h3{
font-size:23px;
margin-bottom:20px;
font-weight:bold;
}
#wrap h4{
font-size:20px;
margin-bottom:30px;
}

#wrap dd{
margin-bottom:30px;
padding-left:14px;
}
}

.block{
clear:both;
padding-bottom:20px;
padding-top:20px;
}
.block02{
	background-color:#EEE;
padding-bottom:20px;
padding-top:20px;
}

.main-inner{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
}
.main-inner2{
	display: flex;
	flex-flow: column;/* flex-flow:column;はアイテムを縦に並べる */
}

.bottom_bt{
text-align:center;
margin-bottom:20px;
}
.hidden{
display:none;
}


#visual{
	height:200px;
display: flex;
  justify-content: center;
  align-items: center;
  color:#FFF;
  margin-top:10px;
	min-height:200px;
	background-size:cover;
}
#visual h1{
	font-size:24px;
	text-shadow: 2px 2px 8px #000;
	line-height:24px;
}
#visual h1 span{
	font-size:16px;
}
#visual p{
	font-size:16px;
	line-height:24px;
	margin-top:20px;
	text-shadow: 2px 2px 8px #000;
}

.Lbox{
float:none;
width:100%;
padding:0 1%;
margin-bottom:20px;
}
.Rbox{
float:none;
width:100%;
padding:0 1%;
margin-bottom:20px;
}
.box3{
float:none;
width:100%;
padding:0 1%;
margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
.block{
padding-bottom:60px;
padding-top:60px;
}
.block02{
padding-bottom:60px;
padding-top:60px;
}
.main-inner{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
.main-inner2{
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}
#visual{
	height:450px;
}
#visual h1{
	font-size:44px;
	line-height:44px;
}
#visual h1 span{
	font-size:24px;
}
#visual p{
	font-size:24px;
	line-height:32px;
}

.Lbox{
float:left;
width:48%;
padding:0 1%;
margin-bottom:20px;
}
.Rbox{
float:right;
width:48%;
padding:0 1%;
margin-bottom:20px;
}
.box3{
float:left;
width:33%;
padding:0 1%;
margin-bottom:20px;
}

}


.floatL,img.floatL{
	margin:0 auto 30px;
	display: block;
	text-align:center;
}
.floatR,img.floatR{
	margin:0 auto 30px;
	display: block;
	text-align:center;
}
.aligncenter{clear: both;display: block;margin:auto;}

.center{
	text-align:center;
}
#wrap p.copy{
	font-size:24px;
	text-align:center;
}


@media only screen and (min-width: 768px) {
.floatL,img.floatL{
	float:left;
	margin:0 30px 30px 0;
}
.floatR,img.floatR{
	float:right;
	margin:0 30px 0 30px;
}
#wrap p.copy{
	font-size:24px;
}
}

@media only screen and (min-width: 768px) {
.contactBox{
	width:650px;
	margin:40px auto;
}
}


.menuBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
.mBox{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
	text-align:center;
}
.mBox img{
	margin-bottom:16px;
}
#wrap .mBox h2{
font-size:18px;
font-weight:bold;
line-height:1.2em;
color:#0851A0;
margin-bottom:20px;
}
#wrap .mBox p.read{
text-align:left;
}
.bt a{
	display:block;
	background:#FFF;
	border:1px solid #0851A0;
	border-radius:10px;
	padding:16px;
	color:#0851A0;
	text-align:center;
}
.bt a:hover{
	background:#0851A0;
	color:#FFF;
}

.bt2 a{
	display:block;
	background:#FFF;
	border:1px solid #008A83;
	border-radius:10px;
	padding:16px;
	color:#008A83;
	text-align:center;
}
.bt2 a:hover{
	background:#008A83;
	color:#FFF;
}

.mBox .bt img{
	margin-bottom:0px;
}

.p_bt{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
.p_bt p{
	width:100%;
	padding:0px;
	margin:0 1% 60px;
	overflow: hidden;
	text-align:center;
	font-size:12px;
}
.p_bt p a{
	display:block;
	position: relative;
	border:1px solid #0851A0;
	border-radius:10px;
	padding:16px;
	color:#0851A0;
	text-align:center;
}
.p_bt p a:hover{
	background:#0851A0;
	color:#FFF;
}

.p_bt p .link:after{
	display: inline-block;
	position: absolute;
	content: ">";
	right: 30px;
}

@media only screen and (min-width: 768px) {
.menuBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.mBox{
	width:31%;
	padding:0px;
	margin:0 1% 30px;
	overflow: hidden;
}
.mBox img{
	margin-bottom:20px;
}
#wrap .mBox h2{
font-size:22px;
margin-bottom:30px;
text-align:left;
}
#wrap .mBox p.read{
min-height:130px;
}
.bt a{
	max-width:300px;
	margin:0 auto;
}
.bt2 a{
	max-width:300px;
	margin:0 auto;
}
.p_bt p{
	font-size:14px;
}

}

#wrap table.resp th{
width:20%;
}
@media only screen and (max-width:768px) {
#wrap table.resp tr{
display: block;
margin-bottom: 10px;}
#wrap table.resp th{
display: block;
width: 100%;
padding: 6px 4%;}
#wrap table.resp td{
display: block;
width: 100%;
padding: 6px 4%;}

}


/* company */
.v_company{
	background-image: url(../images/common/bg_company.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


@media only screen and (min-width: 768px) {

}

/* greeting */
.mimg{
	margin-bottom:20px;
	text-align:center;
	background-color:#FFF;
}

#greeting div.imgBox {
	text-align:center;
	margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
.mimg{
	margin-bottom:40px;
}
#greeting .main-inner div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#greeting .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}

#greeting .main-inner2 div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
#greeting .main-inner2 div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}

}

/* sdgs */

#sdgs div.imgBox {
	text-align:center;
	margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
#wrap #sdgs h2{
	text-align:left;
}
#sdgs .main-inner div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#sdgs .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}

}

/* outline */

@media only screen and (min-width: 768px) {
#outline h2{
	text-align:center;
}
}


/* access */

.accessBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
.acBox{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
	text-align:center;
}

@media only screen and (min-width: 768px) {
#access h2{
	text-align:center;
}
#access p{
	text-align:center;
}
.accessBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.acBox{
	width:48%;
	padding:0px;
	margin:0 1% 30px;
	overflow: hidden;
}
}

/* ecology */

@media only screen and (min-width: 768px) {
#ecology h2{
	text-align:center;
}
}


/* award */
#award div.imgBox {
	text-align:center;
	margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
#award h2{
	text-align:center;
}
#award .main-inner div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#award .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}
}

/* concept */
.v_concept{
	background-image: url(../images/common/bg_concept.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* flow */
#flow div.imgBox {
	text-align:center;
	margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
.mimg{
	margin-bottom:40px;
}
#flow .main-inner div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#flow .main-inner div.textBox {
	flow: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}

#flow .main-inner2 div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
#flow .main-inner2 div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}

}

/* flow */
#flow2 div.imgBox {
	text-align:center;
	margin-bottom:20px;
}
#flow2 .content{
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:70px;

}
#flow2 .content:last-child{
	background-image: none;

}

@media only screen and (min-width: 768px) {
#flow2 .main-inner div.imgBox {
	flex: 0 0 300px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#flow2 .main-inner div.textBox {
	flow: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}

}


/* merit */
#merit div.imgBox {
	text-align:center;
	margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
.mimg{
	margin-bottom:40px;
}
#merit .main-inner div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#merit .main-inner div.textBox {
	flow: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}

#merit .main-inner2 div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
#merit .main-inner2 div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}

}

/* case */
#wrap #case dl dt{
	font-size:18px;
}
#case dl dt strong{
	color:#FFF;
	background-color:#0851A0;
	padding:6px;
	margin-right:8px;
}
#wrap #case dl dd{
	font-size:16px;
	padding-left:0;
}
#case dl dd strong{
	color:#FFF;
	background-color:#CC0000;
	padding:6px;
	margin-right:8px;
}
@media only screen and (min-width: 768px) {
#wrap #case dl dt{
	font-size:20px;
}
#wrap #case dl dd{
	font-size:20px;
}
}

#wrap #case_d dl dt{
	font-size:18px;
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:70px;

}
#case_d dl dt strong{
	color:#FFF;
	background-color:#0851A0;
	padding:6px;
	margin-right:8px;
}
#wrap #case_d dl dd{
	font-size:16px;
	padding-left:0;
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:70px;
}
#case_d dl dd strong{
	color:#FFF;
	background-color:#CC0000;
	padding:6px;
	margin-right:8px;
}
@media only screen and (min-width: 768px) {
#wrap #case_d dl dt{
	font-size:20px;
}
#wrap #case_d dl dd{
	font-size:20px;
}
}

/* products */
.v_products{
	background-image: url(../images/common/bg_product.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#products div.imgBox {
	text-align:center;
	margin-bottom:20px;
}
#wrap #products p.note2 {
font-size:12px;
color:#333;
text-align:right;
}

#products table th{
	text-align:center;
	vertical-align: middle;
}
#products table td{
	text-align:center;
	vertical-align: middle;
}
#products table td.tl{
	text-align:left;
	vertical-align: middle;
}
#products .boxList3{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	justify-content: center;
}
#products .boxList3 .boxlist {
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
	text-align:center;
}

@media only screen and (min-width: 768px) {
#wrap #products p.note2 {
max-width:1000px;
display:block;
margin:0 auto;
}
#products .main-inner div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#products .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}

#products .main-inner2 div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
#products .main-inner2 div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}
#products .boxList3{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#products .boxList3 .boxlist {
	width:31.33333%;
	padding:0px;
	margin:0 1% 30px;
	overflow: hidden;
}

}

/* products */
.v_technology{
	background-image: url(../images/common/bg_technology.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#wrap ul.tech{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
#wrap ul.tech li{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
	text-align:center;
}
#wrap ul.tech li a{
	display:block;
	border:1px solid #0851A0;
	border-radius:10px;
	padding:16px;
	color:#0851A0;
	text-align:center;
}
#wrap ul.tech li a:hover{
	background:#0851A0;
	color:#FFF;
}

#wrap .btList02{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	justify-content: center;
}

#wrap .btList04{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	justify-content: center;
}

#wrap .btList05{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	justify-content: center;
}

#wrap .btList06{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	justify-content: center;
}

.bt3 a{
	display:block;
	background:#FFF;
	border:1px solid #A989DC;
	border-radius:10px;
	padding:16px;
	color:#A989DC;
	text-align:center;
}
.bt3 a:hover{
	background:#A989DC;
	color:#FFF;
}


@media only screen and (min-width: 768px) {
.tech{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#wrap ul.tech li{
	width:23%;
	padding:0px;
	margin:0 1% 30px;
	overflow: hidden;
}

#wrap .btList02{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#wrap .btList02 p{
	margin:0 5px 16px;
}
#wrap .btList04 p{
	width:31%;
	padding:0px;
	margin:0 1% 30px;
	overflow: hidden;
}
#wrap .btList04 p.bt2 a{
	max-width:500px;
	margin:0 auto;
	padding:10px;
}
#wrap .btList05 p{
	width:23%;
	padding:0px;
	margin:0 1% 30px;
	overflow: hidden;
}
#wrap .btList06 p{
	width:18%;
	padding:0px;
	margin:0 1% 30px;
	overflow: hidden;
}

}
.productBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
.pdBox{
	list-style-type: none;
	margin-bottom:20px;
	padding:0 1%;
	width:100%;
	text-align:center;
}

@media only screen and (min-width: 768px) {
.productBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
.pdBox{
	width:48%;
	padding:0px;
	margin:0 1% 20px;
	overflow: hidden;
}
}

/* technology */
#technology01 div.imgBox {
	text-align:center;
	margin-bottom:20px;
}
#technology01 table th,#technology01 table td{
	text-align:center;
}

p.bt_next a{
	display:block;
	border:1px solid #0851A0;
	border-radius:10px;
	padding:16px;
	color:#0851A0;
	text-align:center;
}
p.bt_next a:hover{
	background:#0851A0;
	color:#FFF;
}

@media only screen and (min-width: 768px) {
#technology01 .main-inner div.imgBox {
	flex: 0 0 300px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#technology01 .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}
p.bt_next a{
	max-width:600px;
	margin:0 auto;
}

}


/* field */
.v_field{
	background-image: url(../images/common/bg_field.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#wrap ul.imgField{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	margin:0 0 30px;
}
#wrap ul.imgField li{
	margin-bottom:0px;
	padding:30px 0;
	width:50%;
	text-align:center;
	list-style-type: none;
	font-size:20px;
	font-weight:bold;
}
#wrap ul.imgField li:nth-child(odd){
	background: #EEEEEE;
}
#field div.imgBox {
	text-align:center;
	margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
#wrap ul.imgField{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#wrap ul.imgField li{
	width:20%;
	padding:50px 0px;
	margin:0;
	overflow: hidden;
	list-style-type: none;
	font-size:24px;
}
#field .main-inner div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 2;/* 回り込みを右へ */
}
#field .main-inner div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 1;/* 回り込みを右へ */
	padding-right:30px;
}

#field .main-inner2 div.imgBox {
	flex: 0 0 540px;/* ウィンドウ幅に連動させず、幅340pxで固定 */
	order: 1;/* 回り込みを右へ */
}
#field .main-inner2 div.textBox {
	flex: 1 1 auto;/* ウィンドウ幅に連動して伸縮 */
	order: 2;/* 回り込みを右へ */
	padding-left:30px;
}

}

/* contact */
.v_base{
	background-image: url(../images/common/bg_sample.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* recruit */
.v_recruit{
	background-image: url(../images/common/bg_recruit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* manga */
#wrap ul.manga{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
#wrap ul.manga li{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
	text-align:center;
}
#wrap ul.manga li a{
	display:block;
	border:1px solid #0851A0;
	border-radius:10px;
	padding:16px;
	color:#0851A0;
	text-align:center;
}
#wrap ul.manga li a:hover{
	background:#0851A0;
	color:#FFF;
}

#wrap ul.mnav{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
	justify-content: center;
}
#wrap ul.mnav li{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	text-align:center;
}
#wrap ul.mnav li a{
	display:block;
	border:1px solid #0851A0;
	border-radius:10px;
	padding:16px;
	color:#0851A0;
	text-align:center;
}
#wrap ul.mnav li a:hover{
	background:#0851A0;
	color:#FFF;
}

@media only screen and (min-width: 768px) {
.manga{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
}
#wrap ul.manga li{
	padding:0px;
	width:48%;
	margin:0 1% 30px;
	overflow: hidden;
}
}

/* contact */
.v_contact{
	background-image: url(../images/common/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width:768px) {
/* history */
#contact table{
width: 100%; border:none; padding: 10px;margin:0 auto 20px;
}
#contact table tr{
display: block;
margin-bottom: 10px;}
#contact table th{
border-bottom: none;
display: block;
width: 100%;
padding: 6px 4%;}
#contact table td{
border-bottom: 1px solid #999;
display: block;
width: 100%;
padding: 6px 4%;}

input[type="textbox"]{
	width:100%;
}
#contact textarea{
	width:100%;
}

}


#wrap #news table td{
border: none;
border-bottom: 1px solid #CCC;
}

.v_404{
	background-image: url(../images/common/bg_company.jpg);
	background-repeat: no-repeat;
}

#wrap.sec_404 ul li {
	color: #1C6AA7;
}
#wrap.sec_404 ul li span {
	color: #222;
}
#wrap.sec_404 #products .productsBox{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	list-style-type: none;
}
#wrap.sec_404 #products .productsBox .inner {
	max-width: 360px;
	margin: 0 auto;
}
#wrap.sec_404 #products .productsBox h3 {
    margin: 10px 0 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
    line-height: 1.2em;
    color: #0851A0;
	border: none;
}
#wrap.sec_404 .pBox{
	list-style-type: none;
	margin-bottom:30px;
	padding:0 1%;
	width:100%;
	text-align:center;
}
#wrap.sec_404 .p_bt {
	justify-content: center;
}
#wrap.sec_404 .p_bt p {
	width: 300px;
}


@media only screen and (min-width: 768px) {
	#wrap.sec_404 #products .productsBox{
		display: flex;
		flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	}
	#wrap.sec_404 .pBox{
		width:31%;
		padding:0px;
		margin:0 1.1% 60px;
		overflow: hidden;
		text-align:left;
	}
	#wrap.sec_404 #wrap .pBox h3{
	min-height:65px;
	}
}
@media only screen and (max-width: 768px) {
	#wrap.sec_404 .pBox{ 
		width: 70%;
		margin: 0 auto;
	}
	#wrap.sec_404 .p_bt p {
		width: 100%;
		margin: 10px 0 0px;
	}
	#wrap.sec_404 #products .productsBox h3 {
		font-size: 18px;
	}
	#wrap.sec_404 .bt {
		margin-top: 30px;
	}
}