@charset "UTF-8";

/*
  FOOTER
--------------------------------------------- */
/* global-footer */
#global-footer {
  width: 100%;
  background: #b3b3b3;
}

@media screen and (min-width: 768px) {
  #global-footer {
    margin: 90px auto 0 auto;
    min-width: 980px;
    max-width: 1600px;
  }
}

@media screen and (max-width: 767px) {
  #global-footer {
    margin: 50px auto 0 auto;
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

/* gft-container */
.gft-container {
  margin: 0 auto;
  padding: 75px 25px 55px 25px;
  width: 980px;
}

@media screen and (max-width: 767px) {
  .gft-container {
    padding: 0 0 55px 0;
    width: 100%;
  }
}

/* gft-sitemap-column */
.gft-sitemap-column {
  margin-bottom: 50px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .gft-sitemap-column {
    margin-bottom: 0;
  }
}

.gft-sitemap-column-item {
  display: inline-block;
  margin-right: 20px;
  width: calc((100% - 80px) / 5 );
  vertical-align: top;
}

.gft-sitemap-column-item:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .gft-sitemap-column-item {
    display: block;
    padding-right: 0;
    width: 100%;
  }
}

.gft-sitemap-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .gft-sitemap-title {
    margin-bottom: 0;
    border-top: 1px solid #b3b3b3;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .gft-sitemap-title + .gft-sitemap-title {
    margin-top: 50px;
  }
}

.gft-sitemap-title a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .gft-sitemap-title a {
    display: block;
    padding: 15px;
    background: #999;
  }

  .gft-sitemap-has-link-list {
    position: relative;
  }

  .gft-sitemap-has-link-list:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    background: url(/corporate/cgi/wordpress/wp-content/themes/goldwin/resources/corporate/img/common/icon_plus.png) 50% 50% no-repeat;
    background-size: 10px 10px;
  }

  .gft-sitemap-has-link-list.is-open:after {
    background: url(/corporate/cgi/wordpress/wp-content/themes/goldwin/resources/corporate/img/common/icon_minus.png) 50% 50% no-repeat;
    background-size: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .gft-sitemap-link-list {
    display: none;
    margin-left: 15px;
  }
}

.gft-sitemap-link-list li {
  margin-bottom: 10px;
  list-style: none;
}

.gft-sitemap-link-list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .gft-sitemap-link-list li {
    margin-bottom: 0;
    border-top: 1px solid #fff;
  }

  .gft-sitemap-link-list li:first-child {
    border-top: none;
  }
}

.gft-sitemap-link-list li a {
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .gft-sitemap-link-list li a {
    display: block;
    padding: 14px 15px;
    font-size: 12px;
  }
}

/* gft-utility-nav */
.gft-utility-nav {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .gft-utility-nav {
    margin: 25px 10px 10px 10px;
    font-size: 0;
  }
}

.gft-utility-nav li {
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .gft-utility-nav li {
    margin-bottom: 10px;
  }
}

.gft-utility-nav li:after {
  padding-right: 8px;
  padding-left: 12px;
  content: "|";
  color: #fff;
}

.gft-utility-nav li:last-child:after {
  padding: 0;
  content: '';
}

.gft-utility-nav a {
  color: #fff;
}

/* gft-copy */
.gft-copy {
  display: block;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .gft-copy {
    text-align: center;
    font-family: Verdana , "Droid Sans";
  }
}

/* gft-page-top */
.gft-page-top {
  position: relative;
}

@media screen and (min-width: 768px) {
  .gft-page-top {
    min-width: 980px;
    max-width: 1600px;
  }
}

@media screen and (max-width: 767px) {
  .gft-page-top {
    position: fixed;
    top: initial;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: initial;
    max-width: initial;
    z-index: 2;
  }
}

.gft-page-top-container {
  position: absolute;
  top: -50px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .gft-page-top-container {
    top: -40px;
  }

  .gft-page-top img {
    width: 30px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .gft-page-top a:hover img {
    opacity: .8;
    transition: all 0.4s linear;
  }
}
