@charset "UTF-8";
/* Scss Document */
@media (max-width: 770px) {
  #service {
    margin-top: 30px;
  }
}

#service .category {
  padding-left: 20px;
  padding-top: 3px;
  background: url(/design/img/common/hx_bg_hp.png) no-repeat left center;
  color: #002DB2;
  font-size: 140%;
  font-weight: bold;
}

#service .page-title .title {
  padding-top: 40px;
  font-size: 120%;
}

#service .page-title .txt {
  margin-top: 5px;
  font-size: 110%;
  font-weight: bold;
}

#service .main-content {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 770px) {
  #service .main-content {
    margin-top: 20px;
    flex-direction: column-reverse;
  }
}

#service .bloc_left {
  width: 28.28%;
  max-width: 280px;
}

@media (min-width: 771px) {
  #service .bloc_left img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 770px) {
  #service .bloc_left {
    margin-top: 20px;
    width: 100%;
    max-width: initial;
  }
}

#service .bloc_left .works .title {
  margin-top: 20px;
}

#service .bloc_left .works .list {
  margin-top: 5px;
}

#service .bloc_left .works .list a:hover {
  text-decoration: underline;
}

#service .bloc_right {
  width: 66.16%;
  max-width: 655px;
}

@media (max-width: 770px) {
  #service .bloc_right {
    width: 100%;
    max-width: initial;
  }
}

#service .bloc_right .title {
  padding: 5px 20px 4px;
  background-color: #002DB2;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
}

#service .bloc_right article {
  margin-top: 20px;
}

#service .bloc_right article:first-child {
  margin-top: 0;
}

#service .bloc_right article .item {
  font-size: 110%;
  font-weight: bold;
}

#service .bloc_right article .item::before {
  content: "●";
  display: inline;
  color: #002DB2;
  font-size: 110%;
}

#service .bloc_right article .txt {
  margin-left: 1em;
}

#service .bloc_right article .bikou {
  margin-top: 5px;
  margin-left: 1em;
  padding: 0.5em;
  background-color: #DDD;
}

#service .bloc_right article .subtitle {
  font-weight: bold;
}

#price {
  margin: 50px auto 0;
  width: 90.9%;
  max-width: 890px;
}

@media (max-width: 990px) {
  #price {
    margin-top: 30px;
    width: 100%;
    max-width: initial;
  }
}

#price .title-area {
  display: flex;
  justify-content: space-between;
}

#price .title-area .title {
  padding: 3px 20px 2px;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
}

#price .title-area .bikou {
  padding-top: 7px;
  font-weight: bold;
}

#price .price-list {
  margin-top: 10px;
  border: 1px solid #666;
  width: 100%;
}

#price .price-list th, #price .price-list td {
  padding: 0.5em 0.6em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}

#price .price-list th {
  background-color: #EEE;
  text-align: right;
  width: 20%;
}

#price .price-list .menu {
  width: 30%;
}

#price .price-list .detail {
  width: 50%;
}

#price .list {
  margin-top: 10px;
}

#price .list .caution {
  color: #f00;
}

#price .example {
  margin: 20px auto 0;
  width: 100%;
  max-width: 900px;
}

@media (max-width: 990px) {
  #price .example {
    margin: 20px auto 0;
    width: 100%;
  }
}

#price .example .bloc {
  display: flex;
  justify-content: center;
}

@media (max-width: 770px) {
  #price .example .bloc {
    display: block;
  }
}

#price .example .bloc p {
  width: 50%;
  max-width: 450px;
}

@media (max-width: 990px) {
  #price .example .bloc p {
    width: 100%;
    max-width: initial;
  }
}

@media (max-width: 770px) {
  #price .example .bloc p {
    margin: 0 auto;
    width: 80%;
  }
  #price .example .bloc p.img2 {
    margin-top: 20px;
  }
}

#price .example .bloc p img {
  width: 100%;
  height: auto;
}

#price .example .bikou {
  margin-top: 10px;
}

@media (max-width: 770px) {
  #price .example .bikou {
    text-align: center;
  }
}

#hp .page-title .title {
  border-top: 1px solid #99E5FF;
}

#hp .page-title .title span:first-child {
  padding-right: 32px;
  background: url(/design/img/common/hx_bg2_hp.png) no-repeat right 6px center;
  display: inline-block;
  color: #002DB2;
}

#hp .main-content {
  border-bottom: 1px solid #99E5FF;
}

#hp .bloc_left .gallery {
  margin-top: 20px;
}

#hp .bloc_right .title {
  background-color: #002DB2;
}

#hp .bloc_right article .item::before {
  color: #002DB2;
}

#hp #price .title-area .title {
  background-color: #002DB2;
}

#hp #price .price-list .menu {
  background-color: #99E5FF;
}

#sys .page-title .title {
  border-top: 1px solid #FDCD99;
}

#sys .page-title .title span:first-child {
  padding-right: 32px;
  background: url(/design/img/common/hx_bg2_sys.png) no-repeat right 6px center;
  display: inline-block;
  color: #D96D00;
}

#sys .main-content {
  border-bottom: 1px solid #FDCD99;
}

#sys .bloc_right .title {
  background-color: #D96D00;
}

#sys .bloc_right article .item::before {
  color: #D96D00;
}

#sys #price .title-area .title {
  background-color: #D96D00;
}

#sys #price .price-list .menu {
  background-color: #FDCD99;
}

#dtp .page-title .title {
  border-top: 1px solid #E6ECB0;
}

#dtp .page-title .title span:first-child {
  padding-right: 32px;
  background: url(/design/img/common/hx_bg2_sys.png) no-repeat right 6px center;
  display: inline-block;
  color: #698C00;
}

#dtp .main-content {
  border-bottom: 1px solid #E6ECB0;
}

#dtp .bloc_right .title {
  background-color: #698C00;
}

#dtp .bloc_right article .item::before {
  color: #698C00;
}

#dtp #price .title-area .title {
  background-color: #698C00;
}

#dtp #price .price-list .menu {
  background-color: #E6ECB0;
}
