@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENT
========================================================================== */
#slider{
  margin:0 auto;
}
.main{
  background-color:#7f7f7f;
  margin:0 auto;
  text-align:center;
  width:100%;
}
.main img {
  margin: 0 auto;
}
#main01{ background-color:#f24eaf;}
#main02{ background-color:#7f7f7f;}
#main03{ background-color:#1a2c78;}
#main04{ background-color:#0b0b0b;}

#mainen01{ background-color:#7f7f7f;}
#mainen02{ background-color:#1a2c78;}
#mainen03{ background-color:#0b0b0b;}
#mainen04{ background-color:#0b0b0b;}


.bx-controls{
  display:none;
}
#main a{
  text-align:center !important;
}

#business{
  background-color:#1a2c78;
}

#news ul{
  margin-bottom:40px;
}
#news {
  margin-top:50px;
}
#news li{
  text-align:left;
}

span.new-txt {
  padding: 5px 15px;
  background-color: #e2041b;
  color: #FFFF;
  position: absolute;
  left: 280px;
  top: 10px;
}

.even-news{
  background-color:#efefef;
}
@media screen and (max-width: 799px) {
  span.new-txt {
    padding: 5px 10px;
    left: 10px;
    top: 10px;
  }

}

/* ------------------------------------------------------------
	 PC   800px -
   ------------------------------------------------------------ */

@media screen and (min-width: 800px) {

#main{}

#business{
  padding:50px 0;
}
#business ul{
  width:1250px;
}
#business .secwaku ul {
    width: 870px;
    margin: auto;
}
#business li{
  float:left;
  margin-right:43px;
}

#concept ul{
  width:1230px;
  overflow:hidden;
}
#concept li{
  float:left;
  margin-right:26px;
}

#product ul{
  width: 1000px;
  margin: 0 auto;
  overflow:hidden;
  display: flex;
  justify-content: center;
}
#product li{
  float:left;
  width:280px;
  margin:0 auto 30px auto;
}

#product li img{
  margin-bottom:5px;
}

#product2 ul{
  width: 1000px;
  margin: 0 auto;
  overflow:hidden;
  display: flex;
  justify-content: center;
}
#product2 li{
  float:left;
  width:280px;
  margin:0 auto 30px auto;
  height:200px;
}

#product2 li img{
  margin-bottom:5px;
}

#news li{
  padding:15px 15px 15px 360px;
  text-align:left;
  position: relative;
}
}

/* ------------------------------------------------------------
	 TABLET   for - 799px
   ------------------------------------------------------------ */

@media screen and (max-width:799px) {

.main img{
  width:100%;
  height:auto;
}

#business{
  padding:40px 0;
}
#business li{
  width:33%;
  float:left;
}
#business li img{
  width:95%;
  height:auto;
}

#concept ul{
  overflow:hidden;
}
#concept li{
  width:50%;
  float:left;
}
#concept li img{
  width:95%;
  height:auto;
}

#product ul{
  overflow:hidden;
}
#product li{
  float:left;
  width:25%;
  margin-bottom:20px;
}
#product li img{
  width:95%;
  height:auto;
  margin-bottom:5px;
}
#product li p{
  display:block;
}

#product2 ul{
  overflow:hidden;
}
#product2 li{
  float:left;
  width:25%;
  margin-bottom:10px;
  height:180px;
}
#product2 li img{
  width:95%;
  height:auto;
  margin-bottom:5px;
}
#product2 li p{
  display:block;
}

#news li{
  padding:15px 15px 15px 80px;
  text-align:left;
  position: relative;
}
}
/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */

@media screen and (max-width: 599px) {
#business{
  padding:30px 0;
}
#business li{
  width:100%;
  float:none;
  margin-bottom:10px;
}
#business li img{
  width:100%;
  height:auto;
}
#concept li{
  width:100%;
  float:none;
  margin-bottom:10px;
}
#concept li img{
  width:100%;
  height:auto;
}

#product li{
  width:50%;
  text-align:center;
}
#product2 li{
  width:50%;
  text-align:center;
}
#news li{
  padding:15px 15px 15px 80px;
  text-align:left;
}
#news {
  margin-top: 20px;
}
}


.shita20 {
margin-bottom:20px;
}
