@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: #480408;
  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: #d90e0b;
  text-decoration: underline;
}

.tomatocp_contents .note a:visited {
  color: #d90e0b;
  text-decoration: underline;
}

.tomatocp_contents .note a:hover {}

.tomatocp_contents .note a:active {
  color: #FF0000;
  text-decoration: underline;
}

.bg_red {
  color: #fff!important;
  background-color: #e80401;
}
.bg_red a:link {
  color: #fff!important;
}

.bg_red  a:visited {
  color: #fff!important;
}
