@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;
}
.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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #666666;
  padding: 2em 2.5em;
  font-size: 80%;
  line-height: 1.5;
  /* background-image: url(../img/img14.jpg); */
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: left top;
}
.tomatocp_contents .note .fwb {
  font-weight: bold;
}
.tomatocp_contents .mto span:after {
  content: '@';
}

.tomatocp_contents .note a:link {
  color: #000d99;
  text-decoration: underline;
}

.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;
}

.bg01 {
  font-family: 'M PLUS 1', sans-serif!important;
  font-weight: 500;
  padding: 0 min(10%, 5em)!important;
  color: #666666!important;
  background-image: url(../img/bg01.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: left top;
  overflow-wrap: break-word;
  word-break: break-all;
}
.bg01 ul {
  margin-block-start: 0;
  padding-inline-start: 0em;
}
.bg01 ul li {
  list-style: none;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.bg02 {
  font-family: 'M PLUS 1', sans-serif!important;
  font-weight: 500;
  color: #111!important;
  background-image: url(../img/bg02.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: left top;
  overflow-wrap: break-word;
  word-break: break-all;
}

.bg02 .fwb {
  font-weight: 700!important;
}
