@charset "utf-8";
/* v3 footer css */
#pagetop {
  width: 960px;
  text-align: right;
  margin: 0 auto;
  height: 30px;
  padding-top: 10px;
}
/* これ以下は、footer から始まるもの以外書いてはいけない */
footer {
  background-color: #323232;
  /***********************
   アンケートフォーム
  */
}
footer a {
  color: white;
}
footer p {
  color: gray;
}
footer .footer-margin {
  height: 7px;
}
footer #footer-inner {
  position: relative;
  width: 960px;
  height: 100px;
  text-align: center;
  margin: auto;
}
footer #footer-center-block {
  margin-right: 200px;
  margin-left: 100px;
}
footer #footer-official-links a {
  padding: 2px 7px;
  font-size: 12px;
  color: white;
  white-space: nowrap;
}
footer #footer-official-links a:hover {
  text-decoration: underline;
}
footer #footer-copy {
  margin-top: 5px;
  color: #ccc;
  font-size: 11px;
}
footer #footer-copy a {
  color: #eee;
  font-size: 11px;
}
footer #footer-icon-links {
  position: absolute;
  top: 15px;
  left: 0;
}
footer #footer-icon-links .black-social-icon {
  background: black;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  position: relative;
  margin: 0 10px 0 0;
}
footer #footer-icon-links .black-social-icon img {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
}
footer #questionnaire {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 100px;
}
footer #questionnaire form {
  margin: 0;
  height: 0;
}
footer #questionnaire textarea {
  width: 200px;
  height: 68px;
  padding: 5px;
  margin: 0;
  position: absolute;
  bottom: 26px;
  right: 0;
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
footer #questionnaire textarea:focus {
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  bottom: 52px;
}
footer #questionnaire textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
footer #questionnaire textarea:focus::-moz-placeholder {
  color: transparent;
}
footer #questionnaire input[type="submit"] {
  color: white;
  background: #646464;
  border: 1px solid #CCCCCC;
  display: block;
  padding: 5px 0;
  width: 80px;
  margin: 0;
  position: absolute;
  bottom: 27px;
  right: 0;
  cursor: pointer;
  font-size: 11px;
  line-height: 1;
}
footer #questionnaire input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
footer #contact-link-box {
  position: absolute;
  bottom: 3px;
  width: 200px;
  right: 0;
}
footer #contact-link-box a {
  font-size: 12px;
  text-decoration: underline;
}
footer .company-services {
  margin-right: 200px;
  margin-top: 10px;
  text-align: left;
}
footer .company-services .company-service-logo {
  width: 100px;
  height: 30px;
  margin-right: 50px;
  opacity: 0.4;
  transition: all 1s;
}
footer .company-services a:hover .company-service-logo {
  opacity: 1;
}
#full-page-footer-place footer {
  background-color: rgba(50, 50, 50, 0.7);
}
