/* Footer */
footer {
  line-height: 1.6em;
  background-image: url("../images/f-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  footer .footer-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 50px 0 40px; }
    @media screen and (max-width: 768px) {
      footer .footer-box {
        display: block;
        padding: 40px 0 30px; } }
    @media screen and (max-width: 480px) {
      footer .footer-box {
        display: block;
        padding: 30px 0 20px; } }
    footer .footer-box .inner-box {
      width: 1080px;
      margin: 0 auto; }
      @media screen and (max-width: 1100px) {
        footer .footer-box .inner-box {
          width: 94%; } }
      footer .footer-box .inner-box div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 0.9em;
        line-height: 1.6em;
        margin-bottom: 1em; }
        footer .footer-box .inner-box div:last-child {
          margin-bottom: 0; }
        footer .footer-box .inner-box div .title {
          width: 8em;
          font-size: 1.0em;
          line-height: 1.4em;
          font-weight: 700;
          margin-bottom: 8px;
          text-align: center; }
          footer .footer-box .inner-box div .title span {
            display: inline-block;
            width: 100%;
            box-sizing: border-box;
            background-color: #FFF;
            padding: 2px 15px;
            border-radius: 3px;
            color: #0098d6; }
        footer .footer-box .inner-box div .info {
          width: calc(100% - 9em);
          color: #FFF; }
          footer .footer-box .inner-box div .info a {
            text-decoration: underline; }
  footer .footer-copyright {
    color: #FFF;
    font-size: 1.2rem;
    padding: 20px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .footer-copyright {
        padding: 12px 0; } }

/*
#page_top{
  width: 41px;
  height: 41px;
  position: fixed;
  right: 0;
  bottom: -41px;
  background: #000;
  opacity: 1.0;
  border-radius: 50%;
  a{
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    text-decoration: none;
    background-image: url("../images/pagetop-btn.png");
    background-size: 41px;
  }
}
*/
