section#tutorial h1 .nittei,
section#honkaigi h1 .nittei {
  display: inline-block;
  margin-right: 0.5em;
  font-weight: bold;
}

section#tutorial h1 .nittei .youbi,
section#honkaigi h1 .nittei .youbi {
  display: inline-block;
  vertical-align: 0.3em;;
  margin-left: 0.3em;
  font-size: 0.5em;
  width: 2em;
  line-height: 1em;
  padding: 0.5em 0;
  color: var(--site-white-color);
  background-color: var(--site-main-color);
  border-radius: 1em;
}

#jisshikeitai-map {
  display: inline-block;
  margin-top: -4px;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background-color: #666666;
  color: #ffffff;
  vertical-align: middle;
  text-decoration: none;
}

#jisshikeitai-map:hover {
  background-color: #e05b26;
  color: #ffffff;
}

#jisshikeitai-googlemap {
  margin-top: 10px;
}

#jisshikeitai-googlemap iframe {
  width: 100%;
}

section#sankahi > h1 small {
  display: block;
  margin-top: 0.3em;
  font-size: 0.7em;
  line-height: 1em;
}

section#sankahi > section {
  margin-top: 30px; 
}

section#sankahi > section:first-of-type {
  margin-top: 0;
}

section#sankahi > section > h1 {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  color: #333333;
}

section#sankahi > section table {
  width: 100%;
  margin-top: 15px;
}

section#sankahi > section table tr th,
section#sankahi > section table tr td {
  border: solid 2px #cccccc;
  padding: 0.5em 1em;
  width: calc(100%/3);
  line-height: 1.5em;
}

section#sankahi > section table tr td small {
  display: block;
  font-size: 0.7em;
  line-height: 1.4em;
}

section#sankahi > section table tr td strong {
  font-weight: normal;
  color: var(--site-red-color);
}

section#sankahi > section table tr td .sup {
  vertical-align: 0.4em;
  font-size: 0.7em;
}

section#sankahi > section table tr th {
  color: #444444;
  background-color: #eaeaea;
}

section#kyousan p {
  display: inline-block;
  margin: 0.1em 0.7em;
}

section#kouen .yotei,
section#kyousan .yotei {
  margin-left: 0.5em;
  font-size: 0.8em;
}

#award-link {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

section#otoiawase {
  padding: 1em 1.5em 1.5em 1.5em;
//  border: solid 2px #3572bd;
  border: solid 2px var(--site-main-color);
  width: calc(100% - 3em);
}

section#otoiawase p {
  display: inline-block;
}

section#app, section#jisshikeitai, section#kouen,
section#kyousan, section#otoiawase {
  text-align: center;
}

#onegai-gosankou {
  margin-top: 15px;
  text-align: center;
  line-height: 1.4em;
}

main > aside {
  margin-top: var(--main-object-margin-height);
}

#app-shuryo {
  text-align: center;
}

#app-shuryo .link-button {
  margin: 0.5em auto 1em auto;
}

#sankahi-ooguchi {
  margin-top: var(--main-object-margin-height);
  line-height: 1.6em;
  border: solid 2px #cccccc;
  padding: 1em 2em;
}

#sankahi-ooguchi > h1 {
  color: var(--site-red-color);
  font-size: 1.3em;
  text-align: center;
  font-weight: normal;
}

#sankahi-ooguchi-new {
  margin-left: 0.5em;
  padding: 0 0.5em;
  font-size: 0.7em;
  background-color: var(--site-red-color);
  color: var(--site-white-color);
}

#sankahi-ooguchi > h2 {
  margin-top: 0.5em;
  font-size: 1.2em;
  text-align: center;
  font-weight: normal;
}

#sankahi-ooguchi > ol {
  margin-top: 1em;
  list-style-type: none;
}

#sankahi-ooguchi > ol li {
  margin-top: 0.5em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

#sankahi-ooguchi > ol li small {
  line-height: 1.4em;
}

#sankahi-ooguchi-issha {
  color: var(--site-red-color);
}

#sankahi-ooguchi > ol li .underline {
  text-decoration: underline;
}

