@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #222;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
header {
  background-color: rgba(129, 213, 251, 0.2);
}
header h1 {
  position: relative;
  display: block;
  width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 320px;
  }
}
header h1:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100vw;
  max-width: none;
  height: 5px;
  background-color: #81d5fb;
  translate: -50vw -50%;
}
@media screen and (max-width: 768px) {
  header h1:before {
    height: 3px;
  }
}
header h1:before {
  right: 100%;
}
header h1 a {
  display: block;
  position: relative;
}
header nav {
  background-color: #f8e5bc;
}
header nav ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header nav ul {
    padding: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  header nav ul li {
    width: 50%;
    padding: 5px 0;
  }
  header nav ul li:nth-child(2n + 1):before {
    display: none;
  }
}
header nav ul li + * {
  position: relative;
  padding-left: 1px;
}
header nav ul li + *:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30%;
  display: block;
  width: 1px;
  height: 40%;
  background-color: #222;
}
header nav ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 15px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
header nav ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header nav ul li a:hover {
    opacity: 1;
  }
}
header nav ul li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header nav ul li a {
    height: 30px;
    font-size: 1.05em;
  }
}
footer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  height: 150px;
  background-color: #74c0e3;
}
footer > div {
  margin: auto 0;
}
footer > div .sns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
footer > div .sns li {
  width: 30px;
  margin: 0 10px;
}
footer > div .sns li a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
footer > div .sns li a img {
  width: 100%;
  max-width: none;
}
footer > div .sitemap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer > div .sitemap {
    display: block;
    text-align: center;
  }
}
footer > div .sitemap li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  footer > div .sitemap li + * {
    margin-top: 5px;
  }
}
footer > div .sitemap li a {
  color: #fff;
  font-size: 0.9em;
}
footer #copyright {
  display: block;
  margin-top: auto;
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  background-color: #416c80;
}
main {
  min-height: calc(100vh - 266px - 150px);
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 250px - 150px);
  }
}
main > * {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
main > * + * {
  margin-top: 100px;
}
main p a {
  color: #416c80;
  text-decoration: underline;
}
main p a:hover {
  text-decoration: none;
}
main p b {
  background: linear-gradient(transparent 80%, #f8e5bc 20%);
}
main p small {
  display: block;
  font-size: 0.8em;
}
main p + figure {
  margin-top: 15px;
}
main .ttl01 {
  display: block;
  margin-bottom: 30px;
  padding: 3px 0 3px 15px;
  border-left: 5px #416c80 solid;
  color: #416c80;
  font-size: 1.3em;
  font-weight: 500;
}
main .ttl01:not(:first-child) {
  margin-top: 80px;
}
main .btn01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
main .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  margin: 0 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #416c80;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 a:hover img {
  opacity: 1;
}
main .btn01 a.l2 {
  height: 60px;
  line-height: 1.3;
}
main .note {
  margin-top: 20px;
}
main .note > li {
  position: relative;
  padding-left: 1.2em;
  font-size: 0.8em;
}
main .note > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
main .note > li + li {
  margin-top: 10px;
}
main #top > * + * {
  margin-top: 200px;
}
main #top .ttl01 {
  padding: 0;
  border-left: none;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.3;
}
main #top #register {
  position: relative;
  margin-top: -50px;
  padding: 70px 0;
  color: #fff;
  text-align: center;
}
main #top #register:before, main #top #register:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  translate: -50% 0;
}
main #top #register:before {
  z-index: -10;
  background: url(../img/top_register_01.png) no-repeat center / cover;
}
main #top #register:after {
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.9);
}
main #top #register .ttl01 {
  padding: 0;
  color: #fff;
}
main #top #register p {
  line-height: 2;
}
main #top #register .btn01 a {
  background-color: #416c80;
}
main #top #trade ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #top #trade ul {
    display: block;
  }
}
main #top #trade ul > li {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background-color: #416c80;
}
main #top #trade ul > li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #top #trade ul > li {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-right: 0;
  }
  main #top #trade ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main #top #trade ul > li img {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #top #trade ul > li img {
    width: 80px;
  }
}
main #top #trade ul > li div {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main #top #trade ul > li div {
    width: calc(100% - 80px);
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
  }
}
main #top #trade ul > li div big {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
main #top .ranking ul > li {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  main #top .ranking ul > li {
    display: block;
  }
}
main #top .ranking ul > li:first-child {
  padding-top: 0;
}
main #top .ranking ul > li:nth-child(even):before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: rgba(129, 213, 251, 0.1);
  translate: -50% 0;
}
main #top .ranking ul > li > img {
  display: block;
  width: 60px;
  margin: 0 auto 8px;
}
main #top .ranking ul > li em {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  color: #416c80;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
main #top .ranking ul > li em i {
  display: block;
  font-size: 0.8em;
  font-weight: 700;
}
main #top .ranking ul > li figure {
  position: relative;
  width: 300px;
}
@media screen and (max-width: 768px) {
  main #top .ranking ul > li figure {
    margin: 0 auto;
  }
}
main #top .ranking ul > li figure + div {
  width: calc(100% - 300px);
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main #top .ranking ul > li figure + div {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
main #top .ranking ul > li figure + div canvas {
  background-color: #fff;
}
main #top .ranking ul > li p {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
main #top .ranking ul > li p big {
  display: block;
  font-size: 1.2em;
}
main #top .ranking ul > li .btn01 {
  width: 100%;
}
main #top .highlight {
  width: 600px;
  margin: 0 auto;
  border: #222 3px solid;
  padding: 20px 15px 10px;
}
main #top .highlight + * {
  margin-top: 100px;
}
main #top .highlight ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  main #top .highlight ul > li {
    flex-flow: column;
    position: relative;
    padding: 10px 0 10px 70px !important;
  }
}
main #top .highlight ul > li + li {
  border-top: 1px #dfdfdf solid;
}
main #top .highlight ul > li figure {
  width: 50px;
}
@media screen and (max-width: 768px) {
  main #top .highlight ul > li figure {
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
  }
}
main #top .highlight ul > li em {
  display: block;
  width: calc(100% - 50px - 300px);
  padding-left: 20px;
  font-size: 1.3em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #top .highlight ul > li em {
    width: 100%;
    padding-left: 0;
  }
}
main #top .highlight ul > li p {
  width: 300px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  main #top .highlight ul > li p {
    width: 100%;
    margin-top: 5px;
    text-align: left;
  }
}
main #top .highlight ul > li p b {
  margin-left: 5px;
}
main #policy ol {
  margin: 50px 0;
}
main #policy ol > li + li {
  margin-top: 30px;
}
main #account ol {
  counter-reset: idx;
}
main #account ol > li {
  counter-increment: idx;
}
main #account ol > li + li {
  margin-top: 60px;
}
main #account ol > li > em {
  display: block;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px #416c80 solid;
  color: #416c80;
  font-size: 1.2em;
  font-weight: 700;
}
main #account ol > li > em:before {
  content: counter(idx) ". ";
}
main #account ol > li .machine {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  main #account ol > li .machine {
    display: block;
    width: 300px;
  }
}
main #account ol > li .machine > li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  border: 1px #dfdfdf solid;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
main #account ol > li .machine > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #account ol > li .machine > li {
    width: 100%;
    margin-right: 0;
  }
  main #account ol > li .machine > li + li {
    margin-top: 15px;
  }
  main #account ol > li .machine > li .btn01 {
    margin-top: 10px;
  }
}
main #account ol > li .machine > li b {
  display: block;
  font-size: 1.2em;
}
main #account ol > li .machine > li p {
  margin-top: 10px;
  line-height: 1.8;
}
main #account ol > li #vps {
  margin-top: 30px;
}
main #account ol > li #vps figure {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
main #account ol > li #vps figure + figure {
  margin-top: 80px;
}
main #account ol > li #vps figure + figure:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -60px;
  display: block;
  border: 30px transparent solid;
  border-top: 40px #416c80 solid;
  border-bottom: none;
  translate: -50% 0;
}
main #account ol > li #vps figure img {
  border: 1px #dfdfdf solid;
}
main #account ol > li #vps figure p {
  margin-top: 10px;
  padding-bottom: 15px;
  font-weight: 500;
}
main #account ol > li #vps p {
  margin-top: 30px;
  text-align: center;
}
main #soft ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  main #soft ul {
    display: block;
  }
}
main #soft ul > li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
main #soft ul > li:nth-child(2n) {
  margin-right: 0;
}
main #soft ul > li:nth-child(n + 3) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main #soft ul > li {
    width: 100%;
    margin-right: 0;
  }
  main #soft ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main #soft ul > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #soft ul > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #soft ul > li a:hover {
    opacity: 1;
  }
}
main #soft ul > li a:hover img {
  opacity: 1;
}
main #soft ul > li a img {
  width: 100px;
}
main #soft ul > li a div {
  width: calc(100% - 100px);
  padding-left: 20px;
}
main #soft ul > li a div em {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
}
main #soft ul > li a div p {
  margin-top: 10px;
  font-size: 0.9em;
}
main #result #result_archive > li {
  position: relative;
  padding: 50px 0;
}
main #result #result_archive > li:first-child {
  padding-top: 0;
}
main #result #result_archive > li:nth-child(even):before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: rgba(129, 213, 251, 0.1);
  translate: -50% 0;
}
main #result #result_archive > li > em {
  display: block;
  color: #416c80;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}
main #result #result_archive > li p {
  margin-top: 20px;
  text-align: center;
}
main #result #result_archive > li p b {
  display: block;
  margin-top: 5px;
  font-size: 1.4em;
  background: transparent !important;
}
main #result #result_archive > li canvas {
  margin-top: 10px;
  background-color: #fff;
}
main #result #result_archive > li .btn01 {
  margin-top: 20px;
}
main #flow > ol {
  counter-reset: idx;
}
main #flow > ol > li {
  counter-increment: idx;
}
main #flow > ol > li + li {
  position: relative;
  padding-top: 150px;
}
main #flow > ol > li + li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 60px;
  border: 35px transparent solid;
  border-top-color: #416c80;
  border-bottom-width: 0;
  translate: -50% 0;
}
main #flow > ol > li > em {
  display: block;
  margin-bottom: 15px;
  color: #416c80;
  font-size: 1.2em;
  font-weight: 500;
}
main #flow > ol > li > em:before {
  content: "◇STEP." counter(idx) " ";
}
main #flow > ol > li figure {
  margin-bottom: 10px;
}
main #flow > ol > li figure img {
  border: #dfdfdf 1px solid;
}
main #step .youtube {
  position: relative;
  padding-top: 60%;
}
main #step .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
main #step .payment {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin: 0 auto;
}
main #step .payment li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}
main #step .payment li:nth-child(2n) {
  margin-right: 0;
}
main #step .payment li a {
  display: block;
  padding: 15px;
  border: 1px #dfdfdf solid;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #step .payment li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #step .payment li a:hover {
    opacity: 1;
  }
}
main #step .payment li a:hover img {
  opacity: 1;
}
main #step .payment li a img {
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #step .payment li a img {
    width: 60px;
  }
}
main #step .payment li a p {
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
}
main #forward table thead {
  color: #fff;
  background-color: #416c80;
}
@media screen and (max-width: 768px) {
  main #forward table thead {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main #forward table tbody tr {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px #ccc solid;
  }
  main #forward table tbody tr + * {
    margin-top: 10px;
  }
  main #forward table tbody tr:nth-child(odd) {
    background-color: rgba(65, 108, 128, 0.3);
  }
}
main #forward table tr > *:nth-child(1), main #forward table tr > *:nth-child(2), main #forward table tr > *:nth-child(3), main #forward table tr > *:nth-child(4), main #forward table tr > *:nth-child(6) {
  width: 120px;
}
main #forward table tr > *:nth-child(5) {
  width: 140px;
}
@media screen and (max-width: 768px) {
  main #forward table tr > * {
    font-size: 0.9em;
  }
  main #forward table tr > *:nth-child(1) {
    width: 100% !important;
    margin-bottom: 5px;
  }
  main #forward table tr > *:nth-child(1):before {
    content: attr(data-str) "：";
    font-weight: bold;
  }
  main #forward table tr > *:nth-child(2) {
    width: 22% !important;
  }
  main #forward table tr > *:nth-child(2):before {
    content: "勝：";
    font-weight: bold;
  }
  main #forward table tr > *:nth-child(3) {
    width: 22% !important;
  }
  main #forward table tr > *:nth-child(3):before {
    content: "負：";
    font-weight: bold;
  }
  main #forward table tr > *:nth-child(4) {
    width: 22% !important;
  }
  main #forward table tr > *:nth-child(4):before {
    content: "引：";
    font-weight: bold;
  }
  main #forward table tr > *:nth-child(5) {
    display: none;
  }
  main #forward table tr > *:nth-child(6) {
    width: 34% !important;
  }
  main #forward table tr > *:nth-child(6):before {
    content: "勝率：";
    font-weight: bold;
  }
  main #forward table tr > *:nth-child(7) {
    width: 100% !important;
    margin-top: 5px;
  }
  main #forward table tr > *:nth-child(7):before {
    content: "10ドル勝負の場合の損益：";
    font-weight: bold;
  }
}
main #forward table tr > * small {
  display: block;
  font-size: 0.8em;
}
main #forward table tr th, main #forward table tr td {
  padding: 5px;
  border: 1px #ccc solid;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main #forward table tr th, main #forward table tr td {
    display: block;
    padding: 0;
    border: none;
    text-align: left;
  }
}
main #forward table tr th small, main #forward table tr td small {
  display: block;
  padding-bottom: 5px;
  font-size: 0.8em;
  line-height: 1;
}
