@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');

.tomatocp_contents {
  max-width: 600px;
  margin: auto;
}
.tomatocp_contents * {
  line-height: 0;
  box-sizing: border-box;
}
.tomatocp_contents img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.tomatocp_contents h1,
.tomatocp_contents p {
  margin: 0;
}
.tomatocp_contents .btn {
}

.tomatocp_contents .btn a {
  display: inline-block;
  width: 100%;
}
.tomatocp_contents .btn a:hover {
  opacity: 0.8;
}
.tomatocp_contents .note {
  font-family: 'M PLUS 1', sans-serif;
  font-weight: 500;
  color: #666666;
  font-size: 80%;
  overflow-wrap: break-word;
  word-break: break-all;
}
.tomatocp_contents .note,
.tomatocp_contents .note * {
  line-height: 1.6;
}
.tomatocp_contents .note .fwb {
  font-weight: 700;
}
.tomatocp_contents .mto span:after {
  content: '@';
}

.tomatocp_contents .note a:link,
.tomatocp_contents .note a:visited {
  color: #000d99;
  text-decoration: underline;
}
.tomatocp_contents .note a:hover {}
.tomatocp_contents .note a:active {
  color: #FF0000;
  text-decoration: underline;
}

/* ▼ Amazon注釈：img03-1(上)／img03-3(下)で挟み、本文は img03-2 を repeat-y した
   背景（白地＋左右の茶ボーダー）の上にHTML実テキストで配置（ボーダーは画像由来＝ズレなし） */
.tomatocp_contents .note.bg01 {
  background-image: url(../img/img03-2.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100% auto;
  padding: 0.3em 8.6% 0.5em;
}
.tomatocp_contents .note.bg01 ul {
  margin-block-start: 0.3em;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.tomatocp_contents .note.bg01 ul li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

/* ▼ 事務局情報注釈 */
.tomatocp_contents .note.bg02 {
  background-color: #efefef;
  color: #111111;
  padding: 7% 6.1% 8%;
}
.tomatocp_contents .note.bg02 a:link,
.tomatocp_contents .note.bg02 a:visited {
  color: #000d99;
}
