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

.common_cta {
    display: none;
}

.common_cta.active {
    display: block;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}

@media screen and ( max-width: 550px ){
    .common_cta_sp.active {
        display: block;
        animation: fadeIn 0.5s ease 0s 1 normal;
        -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
    }
}

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

.common_cta .cta-wrap .contact {
    overflow: hidden;
    max-width: 800px;
    margin: 8px auto 0;
    margin-top: 0;
}

.common_cta .cta-wrap .one {
    max-width: 660px ;
}

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

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

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

.common_cta .cta-wrap #cta-left .cta-text {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.6px;
    text-align: left;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    .common_cta .cta-wrap #cta-left .cta-text {
        font-size:14px;
        text-align: center;
        margin-bottom: 6px;
    }
}

.common_cta .cta-wrap #cta-left .cta-text span {
    font-size: 18px;
    letter-spacing: 1.2px;
    color: #fff69e;
}

@media screen and (max-width: 550px) {
    .common_cta .cta-wrap #cta-left .cta-text span {
        font-size:14px;
    }
}

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

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


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

.common_cta .cta-wrap #cta-right #cta-button a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 8px 64px;
    border-radius: 5px;
    background: #448190;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .common_cta .cta-wrap #cta-right #cta-button a {
        padding: 6px 8px!important;font-size: 14px;
    }
}

.common_cta .cta-wrap #cta-right #cta-button a .fa {
    margin-right: 15px;
    font-weight: normal;
}

@media screen and (max-width: 320px) {
    .common_cta .cta-wrap #cta-right #cta-button a .fa {
            margin-right: 0px;
    }
}

.common_cta .cta-wrap #cta-right #cta-button {
    transition: all ease-in-out .3s;
}

.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 {
    margin-left: 24px;
    margin-top: 1px;
    padding: 0px 2px 2px 3px;
    border-radius: 3px;
    background: #448190;
    width: 30px;
    text-align: center;
    float: right;
}

.common_cta .cta-wrap #close-cta i{
    font-size: 18px;font-weight: normal;
    color: #ffffff;
}

.common_cta .cta-wrap #close-cta:hover {
    cursor: pointer;
}

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

    .common_cta .cta-wrap #close-cta {
        margin-left: 0;
        padding: 0 2px 0 1px;
        position: absolute;
        top: -40px;
        left: 5px;
        z-index: 100;
    }
    .common_cta .cta-wrap #close-cta i{
        padding-top: 6px;
    }
}

.cta-two{
    display: none;
    background: rgba(91,67,69,1);
    padding: 7px 0;
    margin-bottom: 8px;
}

.cta-two .contact{
    margin-bottom: 0 !important;
    text-align: center;
}

.cta-two .contact span{
    color: #fff;font-weight: bold;
    font-size: 16px;font-style: italic;
}

@media screen and (max-width: 550px) {
    .cta-two .contact span{
        font-size:14px;
    }
}

.cta-two .contact span:before{
    content: url('icon-1.png');
    padding-right: 12px;
    position: relative;
    top: 1px;
}

.cta-two .contact span:after{
    content: url('icon-2.png');
    padding-left: 12px;position: relative;top: 1px;
}

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



@media screen and (max-width: 767px) {
    .contact #cta-right #cta-button a {
      position: relative;
    }
    .contact #cta-right #cta-button a i{
        position: absolute;
        top: 3px;
        left: 19px;
    }
}
@media screen and (max-width: 320px) {
    .contact #cta-right #cta-button a i{
        left: 0;
    }
}


/* banner cat-id 12 */

.three #cta-right #cta-button a {
  padding: 2px 64px!important;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

.three #cta-right #cta-button a i{
    position: absolute;
    top: 16px;
    left: 47px;
}

.common_cta .cta-wrap .three #cta-right #cta-button a span {
  font-size: 13px;
  line-height: 16px;
} 


@media screen and (max-width: 767px) {
    .three #cta-right #cta-button a  {
        padding: 6px 8px!important;
    }
    .three #cta-right #cta-button a i {
        top: 9px;
        left: 19px;
    }
}
@media screen and (max-width: 550px) {
    .three #cta-right #cta-button a i {
        top: 3px;
    }
}

.common_cta .cta-wrap #cta-left .title-three {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .common_cta .cta-wrap #cta-left .title-three {
        height: auto;
        display: block;
    }
}


@media screen and (max-width: 767px) {
    .three #cta-right #cta-button span{
        display: none;
    }
    .three #cta-right #cta-button .sp-br{
        display: none;
    }
}