


h2.title-point {
    color: #000;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    margin: 50px 0 100px 0;
    width: 100%;
    text-align: center;
  }
  h2.title-point:before {
      content: '';
      position: absolute;
      bottom: -15px;
      display: inline-block;
      width: 60px;
      height: 3px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: black;
    }


#info-area {
  width: 100%;
  height: auto;
  float: left;
  background-color: #efefef;
}

#info-area .content {
  max-width: 1040px;
  margin: 40px auto;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

h3.open_h3.btn-5 {
  text-align: center;
  font-size: 16px;
  line-height: 3em;
  border-bottom: solid 1px #ddd;
}

.info-list {
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.5em;
  color: #999999;
}

.info-list a {
  width: 95%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.5em;
  color: #999999;
}
ul#info-list {
  float: left;
  width: 100%;
  margin-bottom: 100px;
}
ul#info-list img{
  width: 160px;
  height: 120px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
}
ul#info-list h3{
  font-size: 18px;
  line-height: 1.5em;
  color: #000;
  text-align: left;
  font-weight: 500;
}
ul#info-list p{
  font-size: 14px;
  line-height: 1.5em;
  color: #666;
  text-align: left;
  margin-top: 1em;
}
ul#info-list li{
  float: left;
  width: 100%;
  border-bottom: solid 1px #ddd;
  padding: 20px;
}
ul#info-list li a{
  display: block;
}
ul#info-list span {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}
#info-sub-area {
    max-width: 1240px;
    padding: 20px;
    background-color: #fff;
    margin: 0 auto;
}


@media screen and (max-width: 768px){
#info-sub-area {
    max-width: 1240px;
    width: 100%;
    padding: 0px;
    background-color: #fff;
    margin: 0 auto;
}
}
