:root {
//  --main-object-margin-height: 45px;
  --site-main-color: #0d6388;
  --site-white-color: #ffffff;
  --site-black-color: #333333;
  --site-red-color: #d7554d;
  --site-yellow-color: #92770f;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@keyframes flash {
  0% { opacity: 0.3; }
  50% { opacity: 1; }
  100% { opacity: 0.3; }
}

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

br { letter-spacing:0; }

body, td, th {
  font-family: Arial, 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 20px;
}

body {
  //min-width: 1200px;
  min-width: 1250px;
  animation: fadeIn 3s ease 0s 1 normal;
  background-color: #ffffff;
  color: var(--site-black-color);
}

a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

sup {
  font-size: 60%;
  vertical-align: super;
  position: relative;
  top: -0.3em;
}

sub {
  font-size: 60%;
  //vertical-align: sub;
  //position: relative;
  //bottom: 0.3em;
}




footer {
  margin: 0 auto;
  padding: 50px 0;
  width: 920px;
  text-align: center;
}

#footer-link {
  width: 100%;
  margin: 0;
}

#footer-link ul {
  list-style-type: none;
//  font-size: 0;
}

#footer-link ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}

#footer-link ul li img:hover {
  opacity: 0.7;
}

#footer-logo-jimukyoku {
  margin-top: 30px;
//  font-size: 0;
}

#footer-logo,
#footer-jimukyoku {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#footer-logo {
  width: 420px;
}

#footer-logo h1 img {
  width: calc(420px -0.5em);
}

#footer-logo h1 img:hover {
  opacity: 0.7;
}

#footer-logo-pamphlet {
  margin-top: 0.7em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#footer-logo-pamphlet a {
  color: var(--site-black-color);
  text-decoration: underline;
}

#footer-logo-pamphlet a:hover {
  color: var(--site-main-color);
}

#footer-logo-pamphlet img {
  height: 1.4em;
  margin-right: 0.4em;
}

#footer-jimukyoku {
  margin-left: 60px;
  width: calc(440px - 0.5em);
  font-size: 0.8em;
  line-height: 1.5em;
}

/*
#footer-jimukyoku > h1 {
  //font-size: 1.2em;
  margin-bottom: 0.3em;
  font-weight: normal;
}
*/

#footer-copyright {
  margin-top: 40px;
  font-size: 0.8em;
}
