@charset "UTF-8";
.content_box img {
  display: block;
  margin: 0 auto;
  transition: transform .5s ease;
}

ol {
  list-style-position: inside;
  margin-bottom: 30px;
  margin-left: 0;
}

ol li {
  padding: 0px;
}

p {
  line-height: 2.2;
  margin-bottom: 30px;
}

a:hover {
  color: #000;
}

.content_box {
  max-width: 1360px;
  padding: 50px;
  margin: 0 auto;
}

.list_vertical_line table {
  display: block;
  margin-bottom: 40px;
}

.list_vertical_line tbody:not(:last-child) {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dddddd;
}

.list_vertical_line tbody:last-child {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.list_vertical_line tr td:first-child{
  width: 168px;
}

.list_vertical_line tr td:nth-child(2) {
  width: 56px;
}

.list_vertical_line tr {
  padding: 40px 14px;
  vertical-align: top;
}

.list_vertical_line tr:not(:first-child) {
  padding: 0 0 40px 14px;
  display: inline-block;
  vertical-align: top;
}

.list_bread {
  margin-bottom: 60px;
  font-size: 0;
}

.list_bread li {
  margin: 0 30px 15px 0;
  display: inline-block;
}

.list_bread li a {
  display: block;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  color: #000000;
  text-decoration: none;
  transition: color 0.5s ease;
}

.list_bread li a::before {
  content: " ";
  width: 7px;
  height: 7px;
  display: block;
  border-bottom: 1px solid #1B9531;
  border-right: 1px solid #1B9531;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 0;
  transform: rotate(45deg);
  transition: margin 0.5s ease;
}

.list_bread li a:hover {
  color: #1B9531;
}

.content_box .list_box {
  /*
  text-align: center;
  */
}

.content_box .list_box li {
  width: calc(100% / 3 - 28px);
  margin: 0 36px 55px 0;
  display: inline-block;
  vertical-align: top;
}

.content_box .list_box li:nth-child(3n) {
  margin-right: 0;
}

.content_box .list_box li div {
  overflow: hidden;
  text-align: left;
}

.content_box .list_box li a:hover img {
  transform: scale(1.1);
}

.content_box .list_box li p {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6923076923;
}

.arrow {
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
}

.arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 2px solid #1B9531;
  border-right: 2px solid #1B9531;
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
}

p[data-title="We offer new interconnections!"] {
  margin-bottom: 45px;
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

p[data-title="We offer new interconnections!"]::before {
  content: "" attr(data-title);
  display: block;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.33333;
  color: #1B9531;
}

.catch {
  margin-bottom: 25px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.table_box table {
  border-spacing: 0;
  margin-bottom: 80px;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.table_box table tr th {
  padding: 20px;
  font-size: 1rem;
  text-align: left;
}

.table_box table tr td {
  padding: 20px;
  font-size: 1rem;
  font-weight: 300;
}

.list_box2 {
  margin-bottom: 60px;
}

.list_box2 ul {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list_box2 ul li {
  width: calc(100% / 2 - 43px);
  padding: 20px;
  border: 1px solid #DDDDDD;
  line-height: 160%;
}

.list_box2 ul li:nth-child(even) {
  border-left: none;
}

.list_box2 ul li:nth-child(n + 3) {
  border-top: none;
}

.list_box2 ul li a {
  color: -webkit-link;
  text-decoration: underline;
}

.list_box2 p {
  margin-bottom: 20px;
}

.image_box ul {
  /*
  padding-left: 168px;
  text-align: left;
  */
}

.image_box ul li {
  display: inline-block;
  width: 250px;
  vertical-align: top;
  margin: 20px 25px;
}

@media screen and (max-width: 768px) {
  p {
    line-height: 2.2;
    margin: 0 0 20px;
  }

  p[data-title="We offer new interconnections!"] {
    font-size: 1.25rem
  }

  .title_h3,
  .title_h4 {
    font-size: 1rem
  }

  .content_box .list_box li {
    width: 100%;
  }

  .content_box {
    padding: 30px;
  }

  .content_box .list_box li {
    display: block;
    margin: 0 0 40px;
  }

  .list_vertical_line tr td:nth-child(2) {
    display: block;
  }
}
