@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
div.blog_list {
  border: 0px !important;
}

#mainArea .maintxt {
  z-index: 1;
}

#mainArea .loadnews {
  z-index: 2;
}

.jcc {
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .product_09 .wrap .box:nth-child(1) {
    padding: 30px 90px 30px 30px !important;
  }
}

#footer2 .inner .wrap {
  justify-content: center !important;
}

#contents {
    background: none;
    width: 100%;
    max-width: 100%;
  }

@media only screen and (max-width: 1200px){
  #contents {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
  }
}

@media only screen and (max-width: 1000px){
  #contents_wrap {
      padding: 0;
  }
}

@media only screen and (max-width: 834px){
  #contents_wrap {
      padding: 0;
      margin-top: 0;
  }
}

.newswrap {
    background: #fff;
    padding: 10px;
    position: relative;
}

.newswrap .news {
    height: 440px;
}

.newswrap .news dl {
    padding: 1px 0;
    border-bottom: 1px dashed #333;
    display: block ;
}