/* HTML Set up */
footer {
  background: #f1f1f1;
  color: #000;
  margin: 0;
  padding: 1em 0 0.5em 0;
  width: 100%;
}

footer .centered {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
/* footer .centered .footer-logo {
} */
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
/* footer .centered .footer-contact {
}
footer .centered .footer-navigation {
} */
footer .centered .footer-navigation .footer-links-holder {
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height .2s;
  transition: max-height .2s;
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: .8em;
  /*  text-transform: uppercase;*/
  background: #f1f1f1;
  padding: 15px 0;
}

footer .footer-navigation {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-right:5px; */
  width:100%;
}

footer .menu {
  width:calc(100% / 6);
}

div#footer {
  clear: both;
}
/* Responsive Tablet Sizes */
/* @media only screen and (max-width: 749px) {
  footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
  footer .menu {
    width:calc(100% / 3);
  }
} */
/* Responsive Mobile Sizes */
/* @media only screen and (max-width: 500px) {
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h6 {
    margin: 0;
    padding: 5px 20px;
    border-top: #000 1px dotted;
    cursor: pointer;
  }
  footer .centered .footer-navigation .footer-links-holder h6::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform .2s;
    transition: transform .2s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h6::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 10000px;
  }
  footer .menu {
    width:100%;
  }
  footer .footer-links-holder h6{
    display:block !important;
  }
} */

/* Social Icons */
/* .social {
  text-align: left;
}
.social a {
  display: inline-block;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.social a:hover {
  background: #65c2ed;
}
.social a.linkedin {
  padding: 4px;
}
.social a svg .face, .social a svg .twit, .social a svg .link {
  fill: #000;
} */

/* Typography */
/* footer h6 {
  font-weight: lighter;
  margin-top: 1em;
  text-align: left;
  font-weight: bold;
}
footer h6 a{
  font-weight: bold;
} */


footer a {
  /* color: #069;
  text-decoration: none;
  -webkit-transition: color .2s, background .2s;
  transition: color .2s, background .2s;
  text-align: left;
  font-size: 75%; */
  padding-left:0;
}
footer a:visited {
  color: #069
}
footer a:hover {
  color: #65c2ed;
}

/* Misc CSS */
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}


* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* PCの時 */
.menu02 input {
  display: none;
}

.menu02 {
  width: calc(100% / 6 - 10px);
}

footer p, footer li {
  font-weight: 400;
  /*  text-transform: uppercase;*/
  letter-spacing: 0.05em;
  margin: 10px 0;
  text-align: left;
  font-size: 13px;
}

.menu02 label {
  display: block;
  border-bottom: 1px solid #c8c8c8;
  padding: 0 0 10px;
}


@media screen and (max-width: 768px) {
  div#footer {
    display: table;
  }

  .menu02 {
    width: 100% !important;
    /* padding: 10px 10px 20px; */
  }

  .menu02 input {
      display: none;
  }

  .menu02 label {
    cursor :pointer;
    display: block;
    text-decoration: none;
    color: #333;
    line-height: 1;
    position: relative;
    /* margin: 0 0 10px; */
    padding: 10px;
    background-color: #f1f1f1;
  }
  .menu02 ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 1px;
      background: #fff;
  }
  .menu02 li {
    max-height: 0 !important;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    padding: 0 0 0 10px;  
  }
  
  .menu02 ul li::before {
      display: none;
  }
  
  #menu_bar01:checked ~ #links01 li,
  #menu_bar02:checked ~ #links02 li,
  #menu_bar03:checked ~ #links03 li,
  #menu_bar04:checked ~ #links04 li,
  #menu_bar05:checked ~ #links05 li,
  #menu_bar06:checked ~ #links06 li {
      max-height: 40px !important;
    opacity: 1;
    -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      padding: 10px 0 0 10px;
  }
  
  #menu_bar01:checked ~ #links01 li:last-child,
  #menu_bar02:checked ~ #links02 li:last-child,
  #menu_bar03:checked ~ #links03 li:last-child,
  #menu_bar04:checked ~ #links04 li:last-child,
  #menu_bar05:checked ~ #links05 li:last-child,
  #menu_bar06:checked ~ #links06 li:last-child {
    padding-bottom: 10px
  }
  .menu02 label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #333 2px solid;
      border-right: #333 2px solid;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      position:absolute;
      right: 2%;
      top: 0;
      bottom: 15%;
      margin:auto;
  }
  .menu02 input[type=checkbox]:checked + label:after{
      content:"";
      display:block;
      width:8px;
      height:8px;
      border-top: #c8c8c8 2px solid;
      border-right: #c8c8c8 2px solid;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position:absolute;
      right: 2%;
      top: 7%;
      bottom: 0;
      margin:auto;
  }

  footer p, footer li {
    font-weight: 400;
  /*  text-transform: uppercase;*/
    letter-spacing: 0.05em;
    margin: 0 !important;
    text-align: left;
    font-size: 13px;
  }
  
}



