/*
#main-content > .moushikomisho {
  margin-top: 20px;
}
*/

.moushikomi-shuryo {
  margin-top: 20px;
  color: var(--site-red-color);
  font-weight: bold;
}

#lead {
  width: 100%;
  margin: var(--main-object-margin-height) 0 0 0;
  line-height: 1.7em;
  text-align: left;
}

#lead > h1 {
  margin-bottom: 0.5em;
  font-size: 1.6em;
  line-height: 1em;
  color: #92770f;
  font-weight: normal;
  text-align: center;
}

#lead p {
  margin-top: 0.7em;
}

#lead p:first-of-type {
  margin-top: 0;
}

#gaiyou-lead {
  text-align: center;
}

#gaiyou table {
  width: 100%;
  margin-top: 1em;
}

#gaiyou table tr th,
#gaiyou table tr td {
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 1.8em;
  font-weight: normal;
}

#gaiyou table tr th {
  width: 30%;
  text-align: center;
  color: var(--site-white-color);
  background-color: var(--site-main-color);
  border-top: solid 2px var(--site-white-color);
}

#gaiyou table tr:first-of-type th {
  border-top: solid 2px var(--site-main-color);
}

#gaiyou table tr:last-of-type th {
  border-bottom: solid 2px var(--site-main-color);
}

#gaiyou table tr td {
  border: solid 2px var(--site-main-color);
  text-align: left;
}

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

#gaiyou table tr td ul li > strong {
  font-weight: bold;
}

#happyou-category table {
  margin: 0 auto;
}

#happyou-category table tr td {
  font-size: 0.9em;
  line-height: 1.8em;
  padding: 0 1em;
  vertical-align: middle;
}

#main-content #moushikomi {
  text-align: center;
}

#moushikomi strong {
  font-weight: bold;
}

#moushikomi > small {
  display: block;
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.9em;
}

#moushikomi-link {
  margin: 0.4em auto 0.8em auto;
}

#moushikomi-mindlinx {
  margin-top: 0.6em;
  line-height: 1.4em;
}

#moushikomi-shimekiri {
  margin: 1em auto 0 10%;
  text-align: left;
}

#moushikomi-shimekiri ul li {
  margin-top: 0.4em;
  font-weight: bold;
}

#moushikomi-shimekiri ul li > small {
  font-size: 0.9em;
  line-height: 1em;
}

#jirei-kensaku-link {
  margin: 1em auto 0 30%;
}

#moushikomi-toiawase {
  margin: 50px auto 0 auto;
  padding: 30px 50px;
  font-size: 0.9em;
  line-height: 1.5em;
  text-align: center;
  background-color: #eeeeee;
}

#moushikomi-toiawase > h1 {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  color: var(--site-main-color);
  font-weight: normal;
}

#moushikomi-toiawase > section {
  margin-top: 1em;
  text-align: left;
}

#moushikomi-toiawase > section > h1 {
  color: var(--site-main-color);
  font-weight: normal;
}

#moushikomi-toiawase-madoguchi {
  margin-top: 1em;
}

#moushikomi-toiawase-madoguchi > h1 {
  margin-bottom: 0.4em;
  font-weight: normal;
}

#pamphlet-download {
  //margin-top: 30px;
  margin: var(--main-object-margin-height) 0 0 0;
}

