.br:before {
  content: ' \A';
  white-space: pre;
}
@media screen and (max-width: 679px) {
  .br:before {
    content: '';
    display: none;
  }
}

.br-lg {
  display: inline;
}
@media screen and (max-width: 679px) {
  .br-lg {
    display: block;
  }
}

/* fnWrapper hide */
#wrapper {
  margin-bottom: 0;
}

#fnWrapper {
  display: none;
}

.footerNav {
  display: block;
  position: relative;
  padding: 0 15px 25px;
  border-bottom: #ccc 1px solid;
  top: 1px;
}

.footerNavInner {
  margin: 0 auto;
  max-width: 980px;
}

.footerNav .btnPageTop {
  position: absolute;
  right: 40px;
  bottom: 0;
  cursor: pointer;
  z-index: 100;
}
.footerNav .btnPageTop a {
  display: block;
}
.footerNav .btnPageTop a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
.relatedLink {
  margin: 20px 0 0 0;
}
.relatedLink .container {
  max-width: 980px;
  margin: auto;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .relatedLink .container {
    width: 100%;
    padding: 0 10px;
  }
}
.relatedLink .col-6:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.relatedLink .grid-30 {
  margin-left: -30px;
  margin-right: -30px;
  overflow: hidden;
  box-sizing: border-box;
  letter-spacing: -.4em;
}
.relatedLink .grid-30 .col-6 {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 0.05em;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .relatedLink .grid-30 .col-6 {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .relatedLink .grid-30 .col-6:first-child {
    margin: 0;
  }
}
.relatedLink .grid-30 .image img {
  width: 482px;
}
@media screen and (max-width: 767px) {
  .relatedLink .grid-30 .image img {
    width: 100%;
  }
}

/*
SNS
*/
.sns {
  padding: 30px 0;
  text-align: center;
}
.sns > * {
  margin-right: 20px;
}
.sns > *:last-child {
  margin-right: 0;
}
.sns a:hover {
  text-decoration: none;
}
.sns a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 979px) {
  .sns a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.sns .twitter {
  display: inline-block;
}
.sns .facebook {
  display: inline-block;
}
.sns .facebook .count {
  color: #525b67;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  width: 79px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #b2c6cc;
  background: #fbfbfb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
.sns .facebook .count:before, .sns .facebook .count:after {
  content: '';
  display: block;
  position: absolute;
  left: 49%;
  width: 0;
  height: 0;
}
.sns .facebook .count:before {
  border: solid 7px transparent;
  border-top-color: #b2c6cc;
  margin-left: -7px;
  bottom: -14px;
}
.sns .facebook .count:after {
  border: solid 6px transparent;
  margin-left: -6px;
  bottom: -12px;
  border-top-color: #fbfbfb;
}
.sns .share {
  color: #FFFFFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-top: 8px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 70px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
