@charset "UTF-8";
/*----------------------------------------------

  IPB-6057
  style.css
  2025.11.10

----------------------------------------------*/
.index-main {
  position: relative;
  width: 740px;
  height: 275px;
  margin-top: 1px;
  margin-bottom: 115px;
  background: url("/ce/products/network/ipb6057/img/index_bg.jpg") 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
  .index-main {
    width: 100%;
    height: 200px;
    margin-bottom: 85px;
    background-position: center center;
    background-size: cover;
  }
}
.index-product {
  position: absolute;
  top: 160px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .index-product {
    top: 100px;
    right: 10px;
    width: 33%;
  }
}
.index-copy {
  position: absolute;
  top: 84px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .index-copy {
    top: 30px;
    right: 10px;
    width: 40%;
  }
}
.index-logo {
  position: absolute;
  bottom: -67px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .index-logo {
    display: none;
  }
}
.index-logo_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .index-logo_sp {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 40%;
  }
}
h4#index_txt {
  margin: 0 0 40px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #212121;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h4#index_txt {
    font-size: 2rem;
  }
}
#main_contents .h4_title {
  padding: 15px;
}
#main_contents .h4_title h4 {
  margin: 0 !important;
  line-height: 1;
}
.title_txt {
  margin: 0 0 30px;
  padding: 15px 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .title_txt {
    padding: 10px 0;
  }
}
.contents_box h5 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 1;
}
.box_border {
  padding: 20px;
  border: solid 2px #cdcdcd;
}
.contents_box {
  margin-bottom: 40px !important;
}
.contents_box_last {
  width: 740px;
  margin-bottom: 0;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .contents_box_last {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w60 {
    width: 100% !important;
  }
}