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

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

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

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

.common_cta #cta-wrap #cta-left {
  float: left;
}

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

.common_cta #cta-wrap #cta-left .cta-text span {
  color: #000;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.common_cta #cta-wrap #cta-right {
  float: right;
  width: 49%;
}

@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-right #cta-button a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 10px 24px;
  border-radius: 3px;
  background: #ed6b14;
  box-shadow:0px 5px 0px 0px #4a2800;
  -moz-box-shadow:0px 5px 0px 0px #4a2800;
  -webkit-box-shadow:0px 5px 0px 0px #4a2800;
  text-decoration: none;
}

@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 {
  position: absolute;
  padding: 2px 0;
  border-radius: 3px;
  background: #444;
  width: 30px;
  text-align: center;
  top: -45px;
  left: 10px;
}

.common_cta #cta-wrap #close-cta .fa {
  color: #fff;
}

.common_cta_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.common_cta_sp img {
  width: 100%;
}




.underbnr_aside_sp {
  width: 100%;
  text-align: center;
}
.underbnr_aside_sp .main_txt_sp {
  color: #FFF;
  font-size: 12px;
  line-height: 1.6em;
  background: #000;
  font-weight: bold;
  padding: 4px 7px 0;
}
.underbnr_aside_sp .main_txt_sp .ebook_present_sp5 {
  float: right;
  background: #0ec1e7;
  text-align: center;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 1px 3px 0 5px;
  line-height: 1.5em;
  margin-right: 5px;
}
.underbnr_aside_sp .main_txt_sp .reader_number_sp2 {
  font-size: 16px;
  color: #fff606;
}
.underbnr_aside_sp .main_txt_sp .pdl-2 {
  padding-left: 0px;
}
.underbnr_aside_sp .dwnload_button_sp4 {
  background: #000;
  padding: 0px 7px 7px;
}
.underbnr_aside_sp .dwnload_button_link_sp2 {
  width: 100%;
  padding: 6px 5px 3px;
  background: #fea60e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  font-size: 13px;
}



