@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.cont_4 {
  border-bottom: none !important;
}
.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/common/news_left.png), url(../images/common/news_right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right center, left center;
}
.home_08flex {
  width: 960px;
  margin-right: auto !important;
  margin-left: auto !important;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.home_08 {
  width: 33.3% !important;
  line-height: 1.4rem;
}

.home_08 tr,
.home_08 td {
  border: none !important;
}

.home_08text div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.home_08 img {
  height: 225px !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.fix-top-mainArea {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
#mainArea #siteID {
  top: 0;
  left: 0;
}
#mainArea iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tel2 a {
  color: #fff;
}
/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px) {
  .home_08flex {
    width: auto;
  }
  .home_08 img {
    height: 178px !important;
    object-fit: contain;
  }
}
@media only screen and (max-width: 468px) {
  .bg100 {
    background-position: right bottom, left top;
  }
  .home_08flex {
    width: auto;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
  .home_08 {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .home_08text div {
    width: 100%;
  }
  .home_08 img {
    height: auto !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  #mainArea #siteID {
    display: none;
  }
}
