.case_ttl {
  font-size: 130%;
  clear: both;
  line-height: 1.2;
  font-weight: 600;
  margin: 30px 0;
  padding: 10px 0 0 0;
  width: 100%;
}
.short_case .gc_list .box {
  float: left;
  position: relative;
  width: 25%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.short_case .gc_list .box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.short_case .gc_list .box_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.short_case .gc_list .box_inner .content {
  position: relative;
  width: 100%;
  height: 100%;
  height: -webkit-calc(100% + 1px);
  height: -moz-calc(100% + 1px);
  height: calc(100% + 1px);
  background: #000;
}
.short_case .gc_list .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transform: translate3d(0, 101%, 0);
  transform: translate3d(0, 101%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  margin-bottom: 0 !important;
}
.short_case .gc_list .image {
  position: absolute;
  display: block;
  width: 100%;
  top: 0px;
  left: 0px;
}
.short_case .gc_list .image img {
  display: block;
  width: 100%;
  width: -webkit-calc(100% + 1px);
  width: -moz-calc(100% + 1px);
  width: calc(100% + 1px);
  height: auto;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-backface-visibility: hidden;
}
.short_case .gc_list .content:hover .title {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
.short_case .gc_list .title a {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15.8px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.short_case .q_button {
  margin-top: 30px;
  min-width: 200px;
  max-width: 90%;
}
/* コラムのポイント */
.point_box {
  position: relative;
  margin: 2em 0;
  padding: 4em 2em 2em;
  border: solid 2px #aaa;
  background: #f9f9f9;
}
.point_box p {
  margin: 0;
  padding: 0;
}
.point_box .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0.5em 1em;
  line-height: 25px;
  font-size: 17px;
  background: #535353;
  color: #ffffff;
  font-weight: bold;
}
/* 関連記事 */
.box17 {
  margin: 2em 0;
  position: relative;
  padding: 1.5em 2.5em;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}
.box17:before {
  left: 10px;
}
.box17:after {
  right: 10px;
}
.box17 p {
  margin: 0;
  padding: 0;
}
.box17 .q_button {
  line-height: 2.3;
  padding: 0px 20px;
  margin-bottom: 10px;
  width: 100%;
}
.box17:before,
.box17:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  .short_case .gc_list .box {
    width: 50%;
  }
  .short_case .gc_list .title a {
    background: rgba(0, 0, 0, 0.5);
    padding: 10.8px;
  }
  .short_case .gc_list .title,
  .short_case .gc_list .content:hover .title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .short_case .gc_list .title {
    padding: 0 !important;
  }
}
@media screen and (max-width: 550px) {
  .short_case .gc_list .box {
    width: 100%;
  }
}
.side-bnr {
  width: 100%;
  margin-bottom: 20px;
}
.side_youtube iframe.side-bnr {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
@media screen and (max-width: 1199px) {
  iframe.side-bnr {
    min-height: 48vw;
  }
}
@media screen and (max-width: 550px) {
  iframe.side-bnr {
    min-height: 200px;
  }
}
*/
.entry_content table td,
.entry_content table {
  border-color: #333;
}
.side_youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.u-line {
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-bottom: 8px;
  font-weight: bold;
}
.fs14 {
  font-size: 14px;
}
.single-post #section_consultation{
  padding: 0;
  padding-top: 80px;
}
iframe,video{
  width: 100%;
}
.single-post .bg-cta.sub_cta{
  display: none;
}