@charset "UTF-8";
.thin {
  color: #767676; }

#footer {
  clear: both;
  width: 100%;
  padding: 60px 0 15px;
  background: #F0F0F0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center; }

#footer p {
  text-align: center; }

#footer p.ttl {
  margin-bottom: 60px; }

#footer p.ttl img {
  width: 420px; }

#footer p.fs {
  font-size: 11px; }

/* リンク */
#footer ul li {
  display: inline;
  list-style: none; }

#footer ul li a {
  color: #000;
  text-decoration: none; }

#footer ul.link {
  margin-bottom: 60px; }

#footer ul.link_s {
  font-size: 13px; }

#footer ul.link_s li {
  margin-bottom: 5px; }

/* コピーライト */
#copyright {
  margin-top: 15px;
  font-size: 12px; }

@media only screen and (max-width: 768px) {
  #footer {
    padding-top: 40px; }

  #footer p.ttl {
    padding: 0 8%;
    margin-bottom: 40px; }

  #footer p.fs {
    padding: 15px 0; }

  #footer ul.link {
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    font-size: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }

  #footer ul.link li {
    width: 50%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box; }

  #footer ul.link li:nth-child(odd) {
    border-right: 1px solid #ccc; }

  #footer ul.link li a {
    display: block;
    padding: 15px 0; }

  #footer ul.link_s li:nth-child(3)::before {
    content: "\A";
    white-space: pre; }

  #footer ul.link_s li:nth-child(even)::before {
    content: "|";
    margin: 0 5px; } }
@media only screen and (max-width: 640px) {
  #copyright {
    font-size: 11px; } }
@media print, screen and (min-width: 769px) {
  .dsp_tbs, .dsp_smt {
    display: none; }

  #footer {
    position: relative;
    min-height: 350px;
    /*margin-top: -350px;*/ }

  #footer ul.link li {
    margin-left: 28px;
    margin-right: 28px; }

  #footer ul.link li:first-child {
    margin-left: 0; }

  #footer ul.link li:last-child {
    margin-right: 0; }

  #footer ul.link_s li + li::before {
    content: "|";
    margin: 0 10px; } }
