@charset "UTF-8";
/* all display
-------------------------------------------------- */
/* 161021追加 */
.post-content p.fukidasi-midasi {
  width: 100%;
  font-size: 32px;
  background: #007ee5;
  color: #fff;
  text-align: center;
  padding: 32px 0;
  border-radius: 7px;
  line-height: 48px;
  position: relative;
}

.post-content p.fukidasi-midasi:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -11px;
  width: 0;
  height: 0;
  border-top: 20px solid #007ee5;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.post-footer-related {
  margin-bottom: 16px;
}

.post-footer-case {
  padding-top: 32px;
  border-top: 1px solid #e7e7e7;
}

.post-footer-case .case-thumb {
  max-width: 245px;
  float: left;
  margin-right: 24px;
}

.post-footer-case .case-thumb img {
  width: 243px;
  border-radius: 5px;
}

.post-footer-case .case-title {
  font-weight: bold;
}

.post-footer-case .case-cont {
  font-size: 14px;
  color: #72797f;
  margin-top: 16px;
}

#common-cta {
  position: fixed;
  bottom: 0px;
  left: 0px;
  border-width: 0px;
  border-top-style: solid;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: rgb(102, 102, 102);
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  background: rgba(249, 249, 249, 0.9)!important;
  text-align: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 8px;
  z-index: 999;
  border-top: solid 1px #e5e6eb;
}

#common-cta #cta-wrap {
  margin: 0 auto;
  padding: 3px 0 0 32%;
}

#common-cta #cta-wrap #cta-inner {
  max-width: 780px;
}

#common-cta #cta-tel .cta-tel-text {
  display: inline-block;
  margin: 2px 0 0;
  text-align: left;
  padding-left: 12%;
  float: left;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
  color: #47525d;
}

#common-cta #cta-tel .cta-tel-text-sp {
  display: none;
  float: left;
  margin: 2px 0 0;
  text-align: left;
  padding-left: 8px;
  float: left;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  color: #47525d;
  width: 45%;
}

#common-cta #cta-tel-sp {
    display: none;
}

#close-cta {
  background: #b5b5b5;
  color: #fff;
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 1px;
  padding: 0px 5px;
  border-radius: 2px;
  float: left;
}

#close-cta-sp {
  display: none;
}

#common-cta #cta-button {
  display: inline-block;
  margin: -5px 0 0;
  float: left;
}

#common-cta #cta-button a {
  vertical-align: top;
  color: #fff!important;
  display: block;
  border-radius: 3px;
  background: #007ee5;
  padding: 6px 50px;
  margin: 5px 0 0 20px;
  text-decoration: none;
  font-size: 12px;
  height: 45px;
  border-bottom: 4px solid #0159a1;
  position: relative;
  text-align: left;
  line-height: 15px;
}

#common-cta #cta-button a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -10px;
  content: url(../images/btn_icon01.png);
}

#common-cta #cta-button-sp {
  display: none;
}

@media screen and (max-width: 991px) {

  #common-cta #cta-wrap {
    padding: 0;
  }

  #common-cta #cta-wrap #cta-inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {

  .post-footer-case .case-thumb {
    max-width: 290px;
    float: none;
    margin: 0 auto;
  }

  .post-footer-case .case-thumb img {
    width: 100%;
  }

  .post-footer-case .case-title {
    padding: 12px 0;
  }

  .post-footer-case .case-cont {
    margin: 0;
  }

  #common-cta #cta-tel .cta-tel-text {
    font-size: 12px;
    padding-left: 8px;
  }

  #close-cta {
    display: none;
  }

  #close-cta-sp {
    display: block;
    background: #b5b5b5;
    color: #fff;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 1px;
    padding: 0px 5px;
    border-radius: 2px;
    float: right;
  }

  #common-cta #cta-button {
    float: right;
  }
}

@media screen and (max-width: 550px) {

  .post-content p.fukidasi-midasi {
    font-size: 24px;
    padding: 16px 10px;
    line-height: 40px;
  }

  #common-cta #cta-tel .cta-tel-text {
    display: none;
  }

  #common-cta #cta-tel .cta-tel-text-sp {
    display: block;
  }

  #common-cta #cta-button {
    margin: 0;
    width: 40%;
  }

  #common-cta #cta-button a {
    margin: 0;
    padding: 6px 6%;
  }

  #common-cta #cta-button a:after {
    right: 8px;
  }
}

@media screen and (max-width: 375px) {

  #common-cta #cta-button {
    width: 40%;
  }

  #common-cta #cta-button a {
    padding: 6px;
    text-align: center;
  }

  #common-cta #cta-button a:after {
    display: none;
  }

  #common-cta #cta-tel .cta-tel-text-sp {
    font-size: 12px;
  }
}
