#fbit {
    scroll-behavior: smooth;
}

#fbit .contents {
    width: 800px;
    margin: 0 auto;
    padding: 80px 0;
}

#fbit .btn-midium {
    color: #22313f;
    border: 2px solid #22313f;
    background-color: rgba(255, 255, 255, 0.8);
}

#fbit .visual {
    background-image: url(../images/fbit/fbit-01.png);
    position: relative;
}

#fbit .btn-midium:hover {
    color: #fff;
    border: 2px solid #f5ff64;
}

#fbit .btn-midium:hover::after {
    top: 0;
    background-color: #fff100;
}

#fbit .contents .contents-inner p.sub-title {
    padding-top: 10px;
}

#fbit .contents-detail {
    padding: 20px 0 80px 0;
}

#fbit .news .contents-detail a {
  text-decoration: underline;
}

.fbit-contents-inner {
    padding-bottom: 40px;
}

#fbit h3 {
    font-size: 2.4rem;
}

#fbit .visual-info {
    position: absolute;
    bottom: 18%;
    left: 5%;
}

#fbit .fbit-logo {
    position: absolute;
    top: 30%;
    right: 5%;
}

#fbit .sub-title {
    font-size: 2.4rem;
}

.fbit-list-item {
    margin-top: 40px;
    padding-bottom: 20px;
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    max-width: 214px;
    z-index: 1;
}

.fbit-list-item span {
    font-size: 6.0rem;
    position: absolute;
    right: -15px;
    bottom: 0;
}

.fbit-list-item::after {
    position: absolute;
    background-color: #fff100;
    border-radius: 5px;
    content: "";
    display: block;
    height: 10px;
    width: 214px;
    bottom: 22px;
    z-index: -1;
}

@media screen and (max-width:1024px) {
    #fbit h2 {
        font-size: 5.0rem;
    }
    #fbit .contents {
        width: 100%;
        max-width: 630px;
        margin: 0 auto;
        padding: 80px 10px;
    }
    .fbit-logo img {
        width: 160px;
    }
}

@media screen and (max-width:768px) {
    #fbit h2 {
        font-size: 2.8rem;
    }
}
