@charset "utf-8";
/* CSS Document */
html{
    scroll-padding: 100px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    margin: 0;
}
a {
    text-decoration: none;
}

/* 流れるバナー START */
.flowBanner{
    position:relative;
    box-sizing:content-box;
    height:100px;
    padding:10px 0;
    background-color:#ffffff;
    overflow:hidden;
}
.flowBanner .flowBannerList{
    position:absolute;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    padding:0;
}
.flowBanner .flowBannerList img{
    width:138px;
    height:80px;
    max-width:inherit;
}
.flowBanner .flowBannerList.list1{
    -moz-animation:bannerSlide1 36s linear infinite;
    -ms-animation:bannerSlide1 36s linear infinite;
    -webkit-animation:bannerSlide1 36s linear infinite;
    animation:bannerSlide1 36s linear infinite;
}
.flowBanner .flowBannerList.list2{
    -moz-animation:bannerSlide2 36s linear infinite;
    -ms-animation:bannerSlide2 36s linear infinite;
    -webkit-animation:bannerSlide2 36s linear infinite;
    animation:bannerSlide2 36s linear infinite;
}
.flowBanner .flowBannerList li{
    display:block;
    margin:0;
    padding:0 5px;
}
@keyframes bannerSlide1{
    0%{
        left:0;
    }
    100%{
        left:-1628px;
    }
}
@keyframes bannerSlide2{
    0%{
        left:1628px;
    }
    100%{
        left:0;
    }
}
/* 流れるバナー END */

#understand {
    position: relative;
}
#understand .freeCall {
    position: absolute;
    top: 2vw;
    right: 3vw;
    width: 35vw;
    max-width: 260px;
}
@media screen and (min-width: 751px) {
    #understand .freeCall {
    top: 15px;
    right: 20px;
}
}

