#header-banner-a {
    width: 100%;
    height: 60vw;
    position: relative;
    color: #ffffff;
}

#header-banner-a > img {
    width: 100%;
    height: 60vw;
    object-position: right;
}

#header-banner-a .banner-title {
    position: absolute;
    bottom: 20vw;
    left: 5vw;
    font-size: 1rem;
    padding-right: 5vw;
    height: 20vw;
    display: flex;
    align-items: center;
}

#header-banner-a .banner-navigation {
    position: absolute;
    bottom: 6vw;
    left: 5vw;
    font-size: 0.6rem;
}

#introduce {
    padding: 8vw 5vw;
}

#introduce .label {
    border-left: 5px solid #005BAD;
    font-size: 1rem;
    line-height: 1em;
}

#introduce .label > span {
    color: #333333;
    margin-left: 3vw;
}

#introduce .text {
    font-size: 0.7rem;
    line-height: 1.5em;
    margin-top: 8vw;
    color: #333;
}


.introduce-style2 {
    background-color: #F3F3F3;
}


#effect-img {
    background-color: #F3F3F3;
    padding: 8vw 5vw;


}

#effect-img .label {
    border-left: 5px solid #005BAD;
    font-size: 1rem;
    line-height: 1em;

}

#effect-img .label > span {
    color: #333333;
    margin-left: 3vw;
}

#effect-img .img-box {
    text-align: center;
    margin-top: 8vw;
    margin-bottom: 2vw;
}

#effect-img .img-box > img {
    width: 100%;
}

.effect-img-style2 {
    background-color: #fff !important;
}

#effect-img-list {
    padding: 8vw 3vw;
}

#effect-img-list .img-box {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

#effect-img-list .img-box > img {
    width: 18vw;
    margin: 3vw 2vw;
}

#effect-img-list .img-box .horizontal {
    width: 90vw;
    /*height: 27vw;*/
}