/*-------------------------------------------------------------
|  一般用CSS
-------------------------------------------------------------*/
/* inhouse */
.inhouse h2 {
  border-left-color: #c60;
  border-left-width: 10px;
}
.inhouse .g-web-box h3:before {
  color: #c60;
}
.inhouse .g-web-box .p2em {
  padding-left: 2em;
}
.inhouse .g-web-box .p6em {
  padding-left: 6em;
}
.inhouse .li-link li {
  margin: .5em auto;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .inhouse .g-web-box .p2em {
    padding-left: 1em;
  }
  .inhouse .g-web-box .p6em {
    padding-left: 2em;
  }
  .inhouse .g-web-box li {
    list-style-type: none;
  }

}
@media screen and (min-width: 768px) {
  .inhouse .g-web-box li::before {
    position: relative;
    top: -2px;
    left: -18px;
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 100%;
    background: #c60;
  }
}

ul.list-link li {
}
.list-link a {
  border: 2px solid #426DB3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  padding: .3em .5em;
  text-decoration: none;
}
.list-link a:link,
.list-link a:visited {
  background-color: #fff;
  color: #426DB3;
  text-decoration: none;
}
.list-link a:hover,
.list-link a:active {
  background-color: #426DB3;
  color: #fff;
  text-decoration: none;
}

.list-link a img {
  margin-left: .3em;
}
@media screen and (max-width: 767px) {
  .list-link a {
    margin: 15px auto 15px .5em;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .list-link {
  }
  .list-link a {
    margin: 5px auto 5px .2em;
    display: inline-block;
  }
}
