/*---------------------------
service
----------------------------*/
.content_img.service {
  background: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 200px;
  display: block;
}
@media screen and (max-width: 640px) {
  .content_img.service {
    /*sp*/
    background-attachment: inherit;
  }
}

#service .inner {
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #service .inner {
    /*tablet*/
    width: 94%;
  }
}
@media screen and (max-width: 640px) {
  #service .inner {
    /*sp*/
    width: 90%;
  }
}
#service .inner .col {
  margin-bottom: 4.0em;
}
#service .inner .col h3 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px solid #0081BD;
  color: #0081BD;
}
#service .inner .col p {
  margin-bottom: 2.0em;
}
#service .inner .col dl {
  margin-bottom: 2.0em;
}
#service .inner .col dl dt {
  font-size: 1.2em;
  margin-bottom: 1.0em;
}
@media screen and (max-width: 640px) {
  #service .inner .col dl dt {
    /*sp*/
    width: 100%;
    float: none;
  }
}
#service .inner .col dl dd {
  width: 90%;
}
#service .inner .col dl dd ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
#service .inner .col dl dd ul li {
  background: #0081BD;
  padding: 0.3em;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 640px) {
  #service .inner .col dl dd {
    /*sp*/
    width: 100%;
  }
}
#service .inner .col table {
  width: 100%;
  text-align: left;
  border-top: 1px solid #ccc;
}
#service .inner .col table tr {
  border-bottom: 1px solid #ccc;
}
#service .inner .col table tr th {
  width: 20%;
  padding: 15px 10px;
  background: #eee;
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  #service .inner .col table tr th {
    /*sp*/
    width: 100%;
    display: block;
  }
}
#service .inner .col table tr td {
  padding: 15px 10px;
}
@media screen and (max-width: 640px) {
  #service .inner .col table tr td {
    /*sp*/
    width: 100%;
    display: block;
  }
}
