/* Footer */
footer {
  padding-top: 40px;
  line-height: 1.6em; }
  @media screen and (max-width: 768px) {
    footer {
      padding-top: 20px; } }
  @media screen and (max-width: 480px) {
    footer {
      padding-top: 10px; } }
  footer .top-text {
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .top-text {
        text-align: justify; } }
  footer .f-contact {
    background: #FFF; }
    footer .f-contact .inner {
      width: 1024px;
      margin: 0 auto;
      padding: 40px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 1100px) {
        footer .f-contact .inner {
          width: 94%; } }
      @media screen and (max-width: 768px) {
        footer .f-contact .inner {
          width: 94%;
          padding: 30px 0; } }
      footer .f-contact .inner .tel, footer .f-contact .inner .mail, footer .f-contact .inner .dw {
        width: 31.5%;
        padding: 1.0em 1.5em;
        box-sizing: border-box;
        border: 1px solid #006666;
        background-image: linear-gradient(0deg, #EFFFFF, #FFF);
        background-color: #EFFFFF;
        font-size: 1.5rem;
        border-radius: 6px; }
        @media screen and (max-width: 768px) {
          footer .f-contact .inner .tel, footer .f-contact .inner .mail, footer .f-contact .inner .dw {
            width: 100%;
            margin-bottom: 15px; } }
        footer .f-contact .inner .tel .title, footer .f-contact .inner .mail .title, footer .f-contact .inner .dw .title {
          text-align: center;
          font-weight: 700;
          font-size: 1.8rem;
          margin-bottom: 1em;
          color: #006666; }
        footer .f-contact .inner .tel .btn, footer .f-contact .inner .mail .btn, footer .f-contact .inner .dw .btn {
          margin: 1em 0 0;
          text-align: center; }
          footer .f-contact .inner .tel .btn a, footer .f-contact .inner .mail .btn a, footer .f-contact .inner .dw .btn a {
            background-color: #006666;
            color: #FFF;
            padding: 8px 0;
            display: inline-block;
            width: 100%;
            box-sizing: border-box;
            position: relative; }
            footer .f-contact .inner .tel .btn a:after, footer .f-contact .inner .tel .btn a:before, footer .f-contact .inner .mail .btn a:after, footer .f-contact .inner .mail .btn a:before, footer .f-contact .inner .dw .btn a:after, footer .f-contact .inner .dw .btn a:before {
              content: '';
              position: absolute;
              top: 50%;
              display: inline-block;
              width: 20px;
              height: 1px;
              background-color: rgba(255, 255, 255, 0.3); }
            footer .f-contact .inner .tel .btn a:before, footer .f-contact .inner .mail .btn a:before, footer .f-contact .inner .dw .btn a:before {
              left: 0; }
            footer .f-contact .inner .tel .btn a:after, footer .f-contact .inner .mail .btn a:after, footer .f-contact .inner .dw .btn a:after {
              right: 0; }
  footer .link-copy {
    background-color: #BCE4F3;
    color: #333;
    font-size: 1.4rem;
    padding: 20px 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .link-copy ul {
      display: flex;
      flex-wrap: wrap; }
      footer .link-copy ul li {
        margin-right: 2em; }
        footer .link-copy ul li:last-child {
          margin-right: 0; }
      footer .link-copy ul a {
        color: #026767; }
