
body { counter-reset: section; }

.section2_3 .point_list ul li p:before {counter-increment: section;
  content: counter(section);
  display: inline-block;
  position: relative;
  top: -1px;
  left: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  text-indent: 0px;
  color: #fff;
  border-radius: 8px;
  background: #2187a4;
}

.title2width800 {
  position: relative;
  width: 850px;
  margin: 60px auto 40px;
  font-family: "リュウミン R-KL","Ryumin Regular KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333333;
}

.title2width800:before {
  content: "";
  position: absolute;
  left: 850px;
  top: 10px;
  display: block;
  height: 1px;
  width: 40px;
  background: #2187a4;
}

.title2width800:after {
  content: "";
  position: absolute;
  right: 850px;
  top: 10px;
  display: block;
  height: 1px;
  width: 40px;
  background: #2187a4;
}

.title2width800big {
  position: relative;
  width: 730px;
  font-family: "リュウミン R-KL","Ryumin Regular KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3.2rem;
  font-weight: bold;
  color: #333333;
}

.textbold {
  font-weight: bold;
}
.textthin {
  font-weight: normal;
}

.m-font {
  font-family: "リュウミン R-KL","Ryumin Regular KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
}

.s-font {
  font-family: "リュウミン R-KL","Ryumin Regular KL","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
}

.color-blue{
  color: #2187a4;
}

table, th {
  font-size: 1.45rem;
  padding: 1rem;
}
td {
  font-size: 1.4rem;
  padding: 1rem;
}
table, th, td .border {
  border: 1px solid black;
}
table, th, td .no-border {
  border: none;
}

tr:nth-child(1) {
  background: #ededed;
}

.section2_2 .service_list ul li {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.section2_2 .service_list ul li .link {
  color: blue;
}


.section2_3 center img {
    max-width: 90%;
}

.padding-l-10 {
  padding-left: 10px;
}

.bg-white {
  background: white;
}

.bg-not-white {
  background: #f8f8f8;
}

table.border-table, .border-table>tbody>tr>th, .border-table>tbody>tr>td {
   border: 1px solid lightgray;
}

img[alt="flowarrow"]{width:auto}

.section2_2 img.spimg {
  width: 90%;
  box-sizing: border-box;
}

.section2_2 .wrap_silverlight_table table {
  width: 900px;
}

.section2_2 .wrap_silverlight_table table thead th {
  background: #b0c4de;
  font-size: 10pt;
  padding: 0;
  width: 100px;
}

.section2_2 .wrap_silverlight_table table th {
  text-align: center;
  border: solid 1px #000;
  background: #eee;
  font-size: 10pt;
}

.section2_2 .wrap_silverlight_table table td {
  border: solid 1px #000;
  text-align: center;
  vertivcal-align: middle;
  font-size: 11pt;
  background: #fff;
  padding: 0 0 0 10;
}

.section2_2 .wrap_silverlight_table ul {
  width: 220px;
  margin: 0;
  padding: 0 0 0 100;
  box-sizing: none;
  border: none;
  list-style-type: disc;
  margin-left: 0;
}

.section2_2 .wrap_silverlight_table ul li {
  display: list-item;
  font-size: 10pt;
  font-family:  游ゴシック体, 游ゴシック, 'Yu Gothic', YuGothic, serif;
  color: #2187a4;
}

.section2_2 .wrap_silverlight_table span {
  color: #000;
}

@media only screen and (max-width: 769px) {
  .service_develop_point_list {
    width: 95vw !important;
  }

  .service_develop_image {
    width: 320px;
    height: 160px;
  }

  .service_develop_pc_image {
    display: none;
  }

  .service_develop_sp_image {
    width: 320px;
    height: 160px;
    display: inherit !important;
  }
}