/* --- フッター全体 --- */
#footer {
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

/* --- 最終更新日 --- */
#footer .lastupdate {
  padding: 5px 4px;
  background: #fefff2;
  color: #ff6600;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  margin: 0;
  border: none;
}

/* --- プライバシーマークエリア --- */
#footer .pMark {
  width: 100%;
  padding: 8px;
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
}
#footer .pMark p {
  width: fit-content;
  margin: 0 auto;
  font-size: 10px;
  text-align: left !important;
  padding: 0;
  background: transparent;
  color: #333;
}
#footer .pMark p b {
  font-weight: bold;
  color: #333;
}
#footer .pMark img {
  width: 34px;
  height: auto;
  float: left;
  margin-right: 10px;
  border: none;
  vertical-align: middle;
}

/* --- フッター内部 --- */
#footer #footer_image .footerInner {
  padding: 4px 0;
  background: #000;
  text-align: center;
  margin: 0;
}
#footer #footer_image .footer_copy small {
  color: #fff;
  font-size: 11px;
  font-family: Verdana, sans-serif;
}

/* --- フッターナビ --- */
#footer .footLink ul {
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footLink li {
  display: inline;
  margin-right: 10px;
  padding: 0;
}
#footer .footLink ul li a {
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
  white-space: nowrap;
}

/* --- モーダル --- */
#footer .modal {
  display: none;
  text-align: left;
}
#footer .modalBody {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 90%;
  background: #fff;
  border-radius: 4px;
  color: #333;
}
#footer .modalBK {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=90);
}
#footer .close {
  margin: 10px;
  border-radius: 4px;
  background: #999;
  color: #fff;
  font-size: 1.2rem;
  line-height: 32px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

/* --- 会社案内（モーダル内） --- */
#footer .company {
  margin: 0 30px;
}
#footer .company h2 {
  position: relative;
  margin: 0.5em 0 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  color: #2bb2ff;
  font-size: 17px;
  text-align: center;
  text-shadow: 0 0 4px #fff;
  line-height: 1.4;
}
#footer .corporate_guide dt {
  margin-top: 1em;
  font-weight: bold;
}
#footer .company dd a {
  color: #2ba6cb;
}
