/******************
ここからフロートCTA
******************/
/*　下固定バナー　テキストエリア＋ボタン　*/
.common_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 680px){
  .common_cta{
    display: none!important;
  }
}

.common_cta #cta-wrap {
  position: relative;
}

.common_cta #cta-wrap .contact {
  overflow: hidden;
  max-width: 700px;
  margin: 4px auto;
}

@media screen and (max-width: 550px) {
  .common_cta #cta-wrap .contact {
    width: 100%;
    padding: 0 8px;
  }
}

.common_cta_sp #cta-notice {
  background: #333333;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 8px 43px;
}

@media screen and (max-width: 550px) {
    .common_cta_sp #cta-notice {
        padding: 0px;
    }
}

.common_cta #cta-wrap #cta-notice {
    position: relative;
}

.common_cta #cta-wrap #cta-notice #close-cta {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    bottom: 4px;
    background: red;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

.common_cta_sp #cta-notice #close-cta-sp {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    bottom: 4px;
    background: red;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 550px) {
    .common_cta_sp #cta-notice #close-cta-sp{
      top: -24px;
    }
}

.common_cta #cta-wrap #cta-left,
.common_cta_sp #cta-left {
  float: none;
  line-height: 1;
}

@media screen and (max-width: 550px) {
  .common_cta #cta-wrap #cta-left {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.common_cta #cta-wrap #cta-right .cta-text span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
}

.common_cta_sp #cta-right {
  float: none;
  text-align: center;
  width:344px;
  margin:0 auto;
}

.common_cta_sp #cta-right .cta-text {
    font-size: 14px;
    text-align: left;
    color: #fff;
    font-weight: 700;
    padding-bottom: 9px;
}

.common_cta #cta-wrap #cta-right {
    float: none;
    text-align: center;
    width: 505px;
    margin:0 auto;
    padding-right: 159px;
}

@media screen and (max-width: 550px) {
  .common_cta #cta-wrap #cta-right {
    float: none;
    margin: auto;
    width: 80%;
  }
}

@media screen and (max-width: 320px) {
  .common_cta #cta-wrap #cta-right {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .common_cta #cta-wrap #cta-right #cta-button {
    margin: 6px auto 0;
  }
}

.common_cta #cta-wrap .cta-friend {
    position: relative;
}

.common_cta #cta-wrap .cta-friend .cta-friend-img {
    position: fixed;
    left: calc(50% + 114px);
    bottom: 0px;
}

@media screen and (max-width: 550px) {
    .common_cta_sp .cta-friend .cta-friend-img {
        position: fixed;
        bottom: 0px;
        right: 0px;
    }
}

.common_cta #cta-wrap #cta-right #cta-button a {
    font-size: 14px;
    color: #FFF;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3abc00', endColorstr='#34ab00',GradientType=0 );
    padding: 0px 0px 0px 0px;
    margin: 0px 0 0 0;
    text-decoration: none;
    width: 346px;
    height: 47px;
    font-size: 18px;
    line-height: 47px;
    border-radius: 6px;
    background: #00be00;
    border-bottom: 3px solid #289528;
    position: relative;
 }

.common_cta #cta-wrap #cta-right #cta-button a:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    margin: auto;
    font-size: 14px;
}

.common_cta #cta-wrap #cta-right #cta-button a .txt-easy {
    color: #fff45c;
    font-size: 16px;
    font-weight: 700;
}
.common_cta_sp #cta-button a .txt-easy, .common_cta_sp #cta-right .cta-text .txt-benefits {
    color: #fff45c;
}
.common_cta #cta-wrap #cta-right .cta-text .txt-benefits {
    color: #fff45c;
    font-size: 16px;
}

@media screen and (max-width: 550px) {
  .common_cta #cta-wrap #cta-right #cta-button a {
    padding: 6px 8px;

  }
}

.common_cta #cta-wrap #cta-right #cta-button a .fa {
  margin-left: 8px;
}

.common_cta #cta-wrap #cta-right #cta-button:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}

.common_cta #cta-wrap #close-cta .fa {
  color: #fff;
    font-size: 18px;
}

.common_cta_sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

@media screen and (max-width: 680px){
  .common_cta_sp{
    display: block;
  }
}

.common_cta_sp #cta-notice {
  position: relative;
}

.common_cta_sp #cta-notice a {
  position: absolute;
  right: 9px;
  top: 8px;
}

.common_cta_sp #cta-notice a .fa {
 padding: 4px 5px;
}

.common_cta_sp #cta-notice a .fa:before {
    font-size: 18px;
}

.common_cta_sp .contact {
    margin: -3px 0px 0px 13px;
}

.common_cta_sp #cta-left,
.common_cta_sp #cta-right {
  width: 100%;
}

.common_cta_sp #cta-left a {
  vertical-align: top;
  color: #000;
  display: block;
  border-radius: 3px;
  font-size: 12px;
  background: #61d137;
  background: -moz-linear-gradient(top, #fde008 0%, #f6d903 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fde008), color-stop(100%,#f6d903));
  background: -webkit-linear-gradient(top, #fde008 0%,#f6d903 100%);
  background: -o-linear-gradient(top, #fde008 0%,#f6d903 100%);
  background: -ms-linear-gradient(top, #fde008 0%,#f6d903 100%);
  background: linear-gradient(to bottom, #fde008 0%,#f6d903 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde008', endColorstr='#f6d903',GradientType=0 );
  margin: 0;
  text-decoration: none;
  width: 100%;
  height: 27px;
  line-height: 27px;
}

.common_cta_sp #cta-button {
  width: 100%;
    position: relative;
}

.common_cta_sp #cta-button a {
    position: relative;
}

.cta-friend-img-mobile {
    display: none;
}

.cta-friend-img-tablet {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 375px) {
    .cta-friend-img-mobile {
        display: block;
    }

    .cta-friend-img-tablet {
        display: none;
    }
}


.common_cta_sp #cta-attention-sp {
  clear: both;
  display: block;
  color: #fff;
  font-size: 12px;
  margin: 2px 0 0 0;
}

.common_cta_sp #close-cta-sp .fa {
  color: #fff;
}


/*--------------------------------------------------------------------------
    サイドバナー
--------------------------------------------------------------------------*/
.site-main .entry-header .side-banner-wrap {
  position: absolute;
  margin-left: 780px;
  padding-right: 20px;
}

.site-main .entry-header .side-banner-wrap p {
  margin-bottom: 3em;
}

@media screen and (max-width: 1400px) {
  .site-main .entry-header .side-banner-wrap {
    display: none;
  }
}
