/* Footer */
footer {
  line-height: 1.6em;
  background-color: #0098d6;
  padding: 0 0 0;
  box-shadow: 0px -4px 5px -2px rgba(0, 0, 0, 0.05); }
  footer .footer-box {
    background-color: #FFF;
    padding: 50px 0; }
    @media screen and (max-width: 768px) {
      footer .footer-box {
        display: block;
        padding: 40px 0; } }
    @media screen and (max-width: 480px) {
      footer .footer-box {
        display: block;
        padding: 30px 0; } }
    footer .footer-box .inner-box {
      width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 1100px) {
        footer .footer-box .inner-box {
          width: 94%; } }
      footer .footer-box .inner-box div {
        font-size: 0.9em;
        line-height: 1.6em;
        margin-right: 50px; }
        @media screen and (max-width: 768px) {
          footer .footer-box .inner-box div {
            width: 100%;
            margin-bottom: 1.2em;
            margin-right: 0; }
            footer .footer-box .inner-box div:last-child {
              margin-bottom: 0; } }
        footer .footer-box .inner-box div .title {
          font-size: 1.0em;
          line-height: 1.4em;
          font-weight: 700;
          margin-bottom: 8px; }
          footer .footer-box .inner-box div .title span {
            background-color: #0098d6;
            padding: 2px 15px;
            border-radius: 3px;
            color: #FFF; }
  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%; }
  #page_top a {
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    text-decoration: none;
    background-image: url("../images/pagetop-btn.png");
    background-size: 41px; }
