@charset "UTF-8";

.l-lp {
    background-color: #f8f8f8;
}
.bg-gray    {
    background-color: #eee;
}
.ai-dance-lab-ttl   {
    padding: 70px 0;
}
.con-wrap  {
    padding: 70px 0;
}

#fix-btn    {
    position: fixed;
    bottom: -9999px;
    transition: 0.3s;
}
#fix-btn.is-show {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.floating-btn   {
    width: 100%;
    background: rgba(255,255,255,.95);
}
.btn-l {
    border-radius: 30px;
}
.btn-blue {
    background-color: #4472c4;
    color: #fff;
}
.btn-blue a {
    text-decoration: none;
    color: #fff;
}
.btn-blue-l {
    padding: 15px 80px;
    border-radius: 50px;
}

.btn-blue-other a {
    text-decoration: underline;
}
.text-link-blank-white:after {
    background-image: url(/service/aidancelab/images/icon_blank_white.svg);
}

.l-lp .l-footer-bottom  {
    padding-bottom: 135px;
}
@media (max-width: 768px) {
    .ai-dance-lab-ttl   {
        padding: 50px 0;
    }    
    .ai-dance-lab-ttl-note  {
        text-align: center;
    }
    .con-wrap  {
        padding: 50px 0;
    }
    .btn-blue-l {
        padding: 10px 60px;
        border-radius: 50px;
    }
}