@charset "utf-8";

/*============================
#service
============================*/

#service .flex {
  margin-top: 40px;
}

#service .flex:first-of-type {
  margin-top: 0;
}

#service img {
  width: 280px;
}

#service dl.text {
  width: 455px;
}

#service dl dt {
  background-color: #267cb6;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  padding: 10px 15px;
}

#service dl dd {
  margin-top: 20px;
}


@media only screen and (max-width: 768px) {
  #service .flex {
    margin-top: 30px;
  }

  #service img {
    width: 100%;
  }

  #service dl.text {
    width: 100%;
  }

  #service dl dt {
    font-size: 16px;
    padding: 15px;
    width: 100%;
  }

}
