/*投稿一覧ページのタイトル横幅を画像サイズに合わせる*/
.randd_dev-post-title .wp-show-posts-entry-header {
  margin: auto;
  max-width: 320px;
}

/* 【担当フェーズ】ブロック */
.randd_dev_phase_block ul {
  margin-left: 16px;
}

/* 【製品・サービス概要】内ブロック */
.randd_dev_content_block h5 {
  margin-left: 16px;
}

.randd_dev_content_block .wp-block-group__inner-container > ul {
  margin-left: 32px;
}


/*「ご利用開始まで」の対応フロー*/
.randd_procedure {
  overflow-x: hidden;
}

.randd_procedure table,
.randd_procedure td{
  border-style: none;
}

.randd_procedure tr:nth-child(2n) td {
  height: 18px;
  background-color: transparent!important;
  line-height: 6px;
}

.randd_procedure tbody th {
  background-color: #00968d7d;
  color: #00302d;
}

.randd_procedure th.arrow {
  background-color: transparent;
  border-left: none;
}

.randd_procedure td {
  background-color: #00968d21;
}

@media screen and (max-width:780px) {
  .randd_procedure th,
  .randd_procedure td {
    display: block;
    width: 100%;
  }
}
