@charset "UTF-8";

#under_main {
  background: url(../images/bg-service.jpg) no-repeat center /cover;
}

/* =======================================================
* agent
* ======================================================= */
#agent .flex {
  margin-bottom: 60px;
}
#agent h3 {
  font-size: 18px;
    margin-bottom: 20px;
    background-color: #121524;
    color: #fff;
    padding: 5px;
    position: relative;
    text-align: center;
    letter-spacing: .1em;
}
#agent h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 3px;
    left: 0;
}
@media screen and (max-width:768px) {
  #agent .flex {
    margin-bottom: 30px;
  }
}


/* =======================================================
* bridge
* ======================================================= */
#bridge .head_ttl {
  margin-bottom: 90px;
}
#bridge p {
  margin-top: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #121524;
}
#bridge img {
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #bridge .head_ttl {
    margin-bottom: 50px;
  }
  #bridge p {
    font-size: 17px;
  }
}





