﻿.banner-caption {
    color: #33A59A;
}

.banner-caption h5{
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0;
}

    .banner-caption p {
        margin-bottom: 0;
    }


.carousel-indicators {
    position: static;
    margin-top: 0.5rem;
}

    .carousel-indicators li {
        border: 1px solid;
        border-color: #B5B5B6; 
        width: 0.5rem;
        height: 0.5rem;
        background-color: #B5B5B6;
    }

    .carousel-indicators .active {
        background-color: #33A59A;
        border-color: #33A59A;
    }

.img-btn-box > div {
    min-width: 100px;
    max-width: 150px;
}

@media only screen and (max-width: 576px) {
    .img-btn-box {
        padding: 0 15%;
    }
}

.footer img {
    min-width: 70px;
    max-width: 100px;
}


.sns .row{
    padding: 0 10%;
}

    .sns .row > div{
        min-width: 100px;
        text-align: center;
    }

.sns-item {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
}

.sns-icon, .sns-text {
    margin: 0 auto 0.5rem;
}

.sns-icon {
    display: block;
    width: 3rem;
}

@media only screen and (max-width: 576px) {
    .sns-icon {
        width: 75% !important;
        max-width: 3rem;
    }
}