@charset "UTF-8";
/*----■ 基本の色  ■-----*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  z-index: 0;
  font-family: ヒラギノ角ゴ ProN W3;
  background-color: #F8F5E4;
  background: linear-gradient(180deg, #582b09 250px, #f1eaca 0%, #f1eaca);
}

body {
  counter-reset: h2;
}
body .ttl h1 {
  margin: 4rem 0 0rem 0;
  font-size: 2em;
  color: #6a6a6a;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 0.5px 0.5px 0px #6a6a6a;
}
body .ttl p {
  text-align: center;
}
body section {
  margin-bottom: 6rem;
}
body .intro span {
  font-weight: bold;
  font-size: 1.8rem;
}
body p {
  max-width: 600px;
  width: 95%;
  margin: auto;
  margin-bottom: 1.2rem;
  line-height: 1.8;
}
body .para80 {
  display: block;
  padding-left: 10%;
}
body h2 {
  display: block;
  width: 95%;
  margin: 0.5em 0;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 5px 1px;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5em;
  line-height: 1;
  text-indent: -2em;
  padding-left: 2em;
  color: #990909;
  text-shadow: 0.5px 0.5px 0px #990909;
}
body h2::before {
  content: counter(h2) ". ";
  counter-increment: h2;
}
body h3 {
  max-width: 650px;
  width: 95%;
  margin: auto;
  text-align: left;
  margin-bottom: 1rem;
}
body .ss {
  vertical-align: super;
  font-weight: bold;
  font-size: 1.4rem;
}
body .zoom {
  position: relative;
}
body .zoom::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("/part_img/swip_img.png") no-repeat 0 0;
  width: 59px;
  height: 23.8px;
  background-size: cover;
}
body .plus {
  width: 50px;
}

#mozart_letter_index .mozart_letter #page-title {
  text-align: center;
}
#mozart_letter_index .mozart_letter section {
  display: block;
  margin: 1em auto;
  width: 95%;
  max-width: 500px;
  text-align: left;
}
#mozart_letter_index .mozart_letter section h3 {
  color: #08577c;
  font-size: 1.3em;
}
#mozart_letter_index .mozart_letter section h4 {
  text-indent: -2em;
  padding-left: 2em;
  margin-top: 1.3em;
}
#mozart_letter_index .mozart_letter section .p-ttl {
  line-height: 1.2;
  font-weight: bold;
}
#mozart_letter_index .mozart_letter section dl {
  margin-bottom: 0em;
  text-align: left;
}
#mozart_letter_index .mozart_letter section dl dt {
  margin-top: 1em;
  font-weight: bold;
}
#mozart_letter_index .mozart_letter section dl dd {
  margin-bottom: 1em;
  margin-left: 2em;
  text-indent: 0em;
  padding-left: 0em;
  color: #363636;
}

.plus {
  width: 50px;
}

#letter_container {
  width: 100%;
  min-width: 350px;
  max-width: 800px;
  margin: auto;
  border: 1px solid #a5a4a4;
  background-color: #F8F5E4;
}
#letter_container .sec1 > p {
  text-align: left;
}
#letter_container table tr:nth-of-type(1), #letter_container table tr:nth-of-type(6), #letter_container table tr:nth-of-type(11) {
  background: rgb(248, 232, 232);
}
#letter_container table tr:nth-of-type(2), #letter_container table tr:nth-of-type(7), #letter_container table tr:nth-of-type(12) {
  background: rgb(249, 250, 242);
}
#letter_container table tr:nth-of-type(3), #letter_container table tr:nth-of-type(8), #letter_container table tr:nth-of-type(13) {
  background: rgb(231, 252, 233);
}
#letter_container table tr:nth-of-type(4), #letter_container table tr:nth-of-type(9), #letter_container table tr:nth-of-type(14) {
  background: rgb(245, 250, 252);
}
#letter_container table tr:nth-of-type(5), #letter_container table tr:nth-of-type(10), #letter_container table tr:nth-of-type(15) {
  background: rgb(248, 227, 247);
}
#letter_container table td {
  width: 50%;
  vertical-align: top;
}
#letter_container p.副題 {
  text-align: center;
  font-weight: bold;
  color: #0a487a;
}
#letter_container .説明 {
  width: 90%;
  margin: 3em auto;
  text-align: left;
}
#letter_container .説明 ul {
  counter-reset: mm;
}
#letter_container .説明 ul li {
  margin: 1em 0;
  text-align: left;
  line-height: 1.4;
  text-indent: -2em;
  padding-left: 2em;
}
#letter_container .説明 ul li:before {
  content: counter(mm) ". ";
  counter-increment: mm;
}
#letter_container.pari .写真 > img {
  max-width: 560px;
  width: 90%;
}
#letter_container.pari p {
  counter-reset: aa;
}
#letter_container.pari p q:before {
  content: counter(aa) ". ";
  counter-increment: aa;
}
#letter_container.pari p q {
  display: block;
  margin-left: 2em;
  text-indent: -2.5em;
  padding: 0.4em 0.4em 0.4em 3em;
  line-height: 1.2;
}
#letter_container.pari p q:nth-of-type(1) {
  background-color: #f7f3e2;
}
#letter_container.pari p q:nth-of-type(2) {
  background-color: #e4f2fc;
}
#letter_container.pari p q:nth-of-type(3) {
  background-color: #e8f8e1;
}
#letter_container.pari #letter1 {
  background-color: #f7f3e2;
}
#letter_container.pari #letter2 {
  background-color: #e4f2fc;
}
#letter_container.pari #letter3 {
  background-color: #e8f8e1;
}
#letter_container.pari #letter1, #letter_container.pari #letter2, #letter_container.pari #letter3, #letter_container.pari #letter4 {
  width: 90%;
  padding: 5em 0;
  margin: 0 auto;
  -moz-text-align-last: left;
       text-align-last: left;
}
#letter_container.pari #letter1 div, #letter_container.pari #letter2 div, #letter_container.pari #letter3 div, #letter_container.pari #letter4 div {
  max-width: 600px;
  margin: auto;
  text-align: left;
  line-height: 1.6;
}
#letter_container.pari #letter1 div .目次へ, #letter_container.pari #letter2 div .目次へ, #letter_container.pari #letter3 div .目次へ, #letter_container.pari #letter4 div .目次へ {
  font-weight: bold;
  position: relative;
}
#letter_container.pari #letter1 div .目次へ::before, #letter_container.pari #letter2 div .目次へ::before, #letter_container.pari #letter3 div .目次へ::before, #letter_container.pari #letter4 div .目次へ::before {
  content: "【手紙の目次へ】";
  display: inline-block;
  width: 150px;
  height: 20px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 10px;
}
#letter_container.pari #letter1 div h3, #letter_container.pari #letter2 div h3, #letter_container.pari #letter3 div h3, #letter_container.pari #letter4 div h3 {
  color: #646464;
  font-size: 1.3em;
  text-shadow: 0.5px 0.5px 0px #646464;
}

#col1 .container {
  background-color: #F8F5E4;
  counter-reset: aa;
  max-width: 800px;
  margin: 0 auto 15em;
}
#col1 .container h2 {
  width: 100%;
  margin: 1em auto 0;
  padding: 0;
  text-align: left;
  line-height: 1;
}
#col1 .container p {
  text-align: left;
  line-height: 1.4;
}
#col1 .container .副題 {
  text-align: center;
}
#col1 .container p.名前 span {
  display: inline-block;
  margin-right: 2em;
  font-weight: bold;
}
#col1 .container .tblrow {
  width: 98%;
  margin: auto;
  margin-bottom: 0.2em;
  border-bottom: 1px dotted #727171;
  text-indent: -2em;
  padding-left: 4em;
  text-align: left;
  font-size: 1.6rem;
}
#col1 .container .tblrow:before {
  content: " " counter(aa) ".　";
  display: inline-block;
  counter-increment: aa;
  font-weight: bold;
}
#col1 .container .tblrow a:visited {
  color: #580101;
}

#翻訳のページ .code {
  display: inline-block;
  padding: 1em;
  margin: 0 auto;
  border: 2px dotted #000;
}

.自動翻訳 h3 {
  display: block;
  text-align: center;
}
.自動翻訳 .決定 {
  padding: 0.5em 2em;
  margin-bottom: 0.5em;
  font-size: 1em;
}
.自動翻訳 #auto1 {
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  padding: 1em;
  margin-bottom: 10em;
}

#自動翻訳 .日本語 {
  width: 95%;
  margin: auto;
  line-height: 1.6;
  font-weight: bold;
}

.自動翻訳を助けるページについて .sec1 {
  width: 90%;
  margin: auto;
}
.自動翻訳を助けるページについて .sec1 h3 {
  color: #086499;
}
.自動翻訳を助けるページについて .sec1 p {
  width: 90%;
}
.自動翻訳を助けるページについて .sec1 ul {
  counter-reset: bb;
  display: inline-block;
  max-width: 600px;
  margin: auto;
}
.自動翻訳を助けるページについて .sec1 ul li {
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1em;
  text-indent: -2em;
  padding-left: 2em;
}
.自動翻訳を助けるページについて .sec1 ul li:before {
  content: counter(bb) ".　";
  counter-increment: bb;
}