.visual {
  text-align: center;
}
@media screen and (max-width: 979px) {
  .visual {
    padding: 20px;
  }
}
.visual img {
  max-width: 800px;
}
@media screen and (max-width: 979px) {
  .visual img {
    max-width: 100%;
  }
}

ul.project {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  ul.project:after {
    content: " ";
    display: block;
    clear: both;
  }
}
ul.project li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  border-radius: 50%;
  background-repeat: repeat;
  background-image: url(../media/images/lower/bg_title_green.png);
  color: #fff;
}
@media screen and (max-width: 767px) {
  ul.project li {
    margin-bottom: 10px;
  }
}
ul.project li span {
  padding: 20px 0;
  display: table-cell;
  vertical-align: middle;
  height: 160px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  ul.project li span {
    height: 130px;
    width: 130px;
    text-align: center;
  }
}

div.box {
  padding: 0 50px;
  margin-bottom: 50px;
}
div.box:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  div.box {
    padding: 0;
    margin-bottom: 30px;
  }
}
div.box div.pic {
  float: left;
  width: 350px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.box div.pic {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}
div.box div.text {
  float: right;
  width: calc(100% - 350px);
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  div.box div.text {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
div.box div.text h4 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  div.box div.text h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
div.box div.text p {
  margin: 0 0 1em;
  line-height: 1.8;
}
div.box.pic_right div.pic {
  float: right;
}
@media screen and (max-width: 767px) {
  div.box.pic_right div.pic {
    float: none;
  }
}
div.box.pic_right div.text {
  float: left;
  padding-left: 0;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  div.box.pic_right div.text {
    float: none;
    padding-right: 0;
  }
}

article.narrow {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  article.narrow {
    padding: 0;
  }
}
article.narrow p {
  margin: 0 0 1em;
  line-height: 1.6;
}
article.indent p {
  text-indent: 1em;
}

.bg-transparent .box {
  padding: 0;
}

section.aboutService {
  margin: 0 50px;
  padding: 30px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  section.aboutService {
    margin: 0 10px;
    padding: 10px;
  }
}
section.aboutService h4 {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.aboutService h4 {
    font-size: 16px;
  }
}
section.aboutService dl dt, section.aboutService dl dd {
  font-size: 16px;
}
section.aboutService dl dt {
  margin-bottom: 10px;
}
section.aboutService dl dd {
  margin: 0 0 20px;
}
section.aboutService dl dd table tr th {
  vertical-align: top;
  font-weight: normal;
}
section.aboutService dl dd table tr td {
  padding-left: 15px;
  padding-bottom: 10px;
}

/*# sourceMappingURL=maitohra.css.map */
