@charset "UTF-8";

* {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #333333;
}

a {
    display: block;
    text-decoration: none;
    transition: all .3s;
}

a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#footer2 {
    border-top: 2px solid #ccc;
    padding: 30px 0 0 0;
    background-color: #fff;
  }

  #footer2 .footer-logo {
    width: 1150px;
    width: 120px;
    height: 100%;
    margin: 0 auto 20px;
  }

  #footer2 .footer-logo img {
    width: 100%;
    height: auto;

  }

  #footer2 .flex_bet {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#footer2 .flex_bet ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 16px 0;
}

#footer2>.flex_bet ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 12px;
    padding-right: 14px;
    margin: 0 0 0 14px;
}

#footer2>.flex_bet ul li.line {
    padding-left: 12px;
}

#footer2>.flex_bet ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #666666;
}

#footer2>.flex_bet ul li.last::after {
    display: none;
}

#footer2>.flex_bet ul li a {
    color: #333333;
}

#footer2 .flex_bet #copyright {
    color: #333333;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
}

@media screen and (max-width: 1199px) {
    #footer2 .flex_bet {
        max-width: 600px;
        width: 86%;
    }

    #footer2>.flex_bet ul li {
        padding: 0 14px 8px 0;
    }

    #footer2>.flex_bet ul li::after {
        margin-top: -8px;
    }
}

@media screen and (max-width: 600px) {

} 