:root {
//  --main-object-margin-height: 45px;
  --site-main-color: #0c4286;
  --site-white-color: #ffffff;
  --site-black-color: #333333;
  --site-red-color: #bb3c48;
}

.clearfix:after{
  content: ".";
  clear:both;
  display:block;
  height:0;
  font-size: 0;
}

br { letter-spacing:0; }


a, a:visited {
  color: #0071d1;
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  //min-width: 1200px;
  min-width: 1260px;
  color: var(--site-black-color);
}

body, td, th {
//  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 18px;
}

a.link-button {
  display: inline-block;
  line-height: 1em;
  padding: 0.35em 1.5em 0.45em 1.5em;
  color: #ffffff;
  border: solid 2px #e05b26;
  background-color: #e05b26;
  border-radius: calc(1em + 2px);
  font-size: 1.1em;
  text-decoration: none;
  text-align: center;
}

a.link-button:hover {
  color: #e05b26;
  background-color: #ffffff;
}

.uchikeshi {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.uchikeshi:before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: solid 1px #000000;
  position: absolute;
  left: 0 ;
  top: calc(50% - 3px) ;
}

.uchikeshi:after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #000000;
  position: absolute;
  left: 0 ;
  bottom: calc(50% - 3px);
}

img.file-icon {
  height: 1.4em;
  vertical-align: bottom;
  margin-right: 0.5em;
}

footer {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer-tool {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  text-align: center;
  background-color: #eaeaea;
}

#footer-tool > h1 {
//  font-size: 21px;
  font-size: 1.25em;
  line-height: 1em;
  color: var(--site-main-color);
}

#footer-tool > ul {
  margin-top: 30px;
}

#footer-tool > ul li {
  display: inline-block;
  vertical-align: middle;
  //margin: 0 25px;
  margin: 0 30px;
}

#footer-tool > ul li:hover {
  opacity: 0.6;
}

#footer-tool > ul li img {
  height: 60px;
}

/*
veriserveさんは、marginをlogoの幅0.1にする。
*/

#footer-tool > ul li#footer-tool-veriserve img {
  height: 55px;
}

#footer-tool > ul li#footer-tool-hldc img {
  height: 30px;
}

#footer-tool > ul li#footer-tool-techvan img,
#footer-tool > ul li#footer-tool-nikkagiken img {
  height: 35px;
}

#footer-tool > ul li small {
  display: block;
  margin-top: 24px;
  margin-left: 10px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  color: #1659ad;
  text-align: center;
}

#footer-link {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background-color: #3572bd;
}

#footer-link ul {
  width: 100%;
  list-style-type: none;
}

#footer-link ul li {
  display: inline-block;
  margin-left: 60px;
  font-size: 0.9em;
  line-height: 1.8em;
  text-align: left;
}

#footer-link ul li:first-of-type {
  margin-left: 0;
}

#footer-link ul li h1 {
  font-size: 1.1em;
  font-weight: normal;
}

#footer-link ul li a {
  color: var(--site-white-color);
}

#footer-link ul li a:hover {
  text-decoration: underline;
}

#footer-contact {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  background-color: var(--site-main-color);
}

#footer-contact img:hover {
  opacity: 0.7;
}

#footer-contact > h1 {
  display: inline-block;
  vertical-align: top;
  width: 441px;
}

#footer-contact-address {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-left: 40px;
  width: 320px;
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: left;
}

#footer-contact-address a:hover {
  text-decoration: underline;
}

#footer-contact-sns {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 100px;
}

ul#footer-contact-sns {
  list-style-type: none;
} 

ul#footer-contact-sns li {
  display: inline-block;
  vertical-align: top;
}

ul#footer-contact-sns li:last-of-type {
  margin-left: 6px;
}

#footer-contact-copyright {
  width: 100%;
  margin-top: 40px;
  font-size: 0.9em;
}

