.flex .client_img { width: 25%; }
.flex dl.client_info {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
.flex dl.client_info dt,
.flex dl.client_info dd {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.flex dl.client_info dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  width: 35%;
  color: #fff;
  background: #777;
  border-radius: 2px;
}
.flex dl.client_info dd {
  padding-left: 20px;
  width: 65%;
  border-bottom: dotted 1px #ddd;
}
.flex dl.client_info dt.case_blue { background: #26499d; }
.flex dl.client_info dt.case_red { background: #dc143c; }
.request_img .flex {
  flex-wrap: nowrap;
  justify-content: center;
}
#single_content .request_img .flex p { margin-bottom: 0; }
#single_content .gw_cta_banner { margin-bottom: 70px; }
#single_content .gw_cta_banner ul {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 991px){
  .flex .client_img,
  .flex dl.client_info { width: 100%; }
  .flex dl.client_info dt { text-align: center; }
  .flex .client_img {
    text-align: center;
    margin-bottom: 20px;
  }
  #single_content .gw_cta_banner { margin-bottom: 50px; }
}

.posts_list_btn {
  text-align: center;
  margin-bottom: 150px;
}
.posts_list_btn a {
  position: relative;
  overflow: hidden;
  padding: 20px 100px;
  border: solid 1px #ccc;
  z-index: 1;
}
.posts_list_btn a::after {
  position: absolute;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  right: 20px;
}
.posts_list_btn a::before {
  background: #3A2A57;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.pc .posts_list_btn a:hover { color: #fff; }
.pc .posts_list_btn a:hover::before { transform: scale(1, 1); }
@media screen and (max-width: 991px){
  .posts_list_btn { margin-bottom: 10rem; }
}
