@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #434343;
  letter-spacing: 0.05em;
  line-height: 1.4; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #434343;
  opacity: 1; }
  a:hover {
    opacity: 0.7; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  .header .header-inner {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1; }
    @media screen and (max-width: 999px) {
      .header .header-inner {
        padding: 0 10px; } }
    .header .header-inner .header-contents {
      height: 59px;
      margin: 0 auto; }
      .header .header-inner .header-contents::after {
        content: "";
        display: block;
        clear: both; }
      @media screen and (min-width: 1000px) {
        .header .header-inner .header-contents {
          width: 1000px; } }
      @media screen and (max-width: 479px) {
        .header .header-inner .header-contents {
          height: 50px; } }
      .header .header-inner .header-contents h1 {
        float: left;
        margin-top: 16px; }
        @media screen and (max-width: 479px) {
          .header .header-inner .header-contents h1 {
            margin-top: 10px; } }
        .header .header-inner .header-contents h1 a {
          opacity: 1; }
        .header .header-inner .header-contents h1 .logo-pc {
          height: 27px; }
          @media screen and (max-width: 479px) {
            .header .header-inner .header-contents h1 .logo-pc {
              display: none; } }
        .header .header-inner .header-contents h1 .logo-smp {
          display: none; }
          @media screen and (max-width: 479px) {
            .header .header-inner .header-contents h1 .logo-smp {
              display: block;
              height: 33px; } }
      .header .header-inner .header-contents .header-nav {
        float: right;
        padding: 11px 0 10px; }
        @media screen and (max-width: 479px) {
          .header .header-inner .header-contents .header-nav {
            padding: 8px 0; } }
        .header .header-inner .header-contents .header-nav .header-nav-inner {
          display: -ms-flexbox;
          display: flex;
          display: -webkit-flex; }
          .header .header-inner .header-contents .header-nav .header-nav-inner li {
            border-radius: 4px; }
            .header .header-inner .header-contents .header-nav .header-nav-inner li:hover {
              opacity: 0.8; }
            .header .header-inner .header-contents .header-nav .header-nav-inner li:first-child {
              margin-right: 10px; }
            .header .header-inner .header-contents .header-nav .header-nav-inner li a {
              display: block;
              padding: 10px 10px 8px;
              font-size: 14px; }
              .header .header-inner .header-contents .header-nav .header-nav-inner li a:hover {
                opacity: 1; }
              @media screen and (max-width: 479px) {
                .header .header-inner .header-contents .header-nav .header-nav-inner li a {
                  font-size: 12px;
                  padding: 10px 8px 8px; } }
          .header .header-inner .header-contents .header-nav .header-nav-inner .header-nav__signup {
            background: #fb937d; }
            .header .header-inner .header-contents .header-nav .header-nav-inner .header-nav__signup a {
              color: #fff; }
          .header .header-inner .header-contents .header-nav .header-nav-inner .header-nav__login {
            background: #f3e8cc; }
            .header .header-inner .header-contents .header-nav .header-nav-inner .header-nav__login a {
              color: #434343; }
      .header .header-inner .header-contents .upgrade-pc {
        margin: 11px 20px 0 0;
        letter-spacing: 0;
        text-decoration: underline; }
        @media screen and (max-width: 999px) {
          .header .header-inner .header-contents .upgrade-pc {
            display: none; } }
      .header .header-inner .header-contents .upgrade-smp {
        display: none;
        letter-spacing: 0;
        text-decoration: underline; }
        @media screen and (max-width: 999px) {
          .header .header-inner .header-contents .upgrade-smp {
            display: block;
            margin: 11px 15px 0 0; } }
        @media screen and (max-width: 479px) {
          .header .header-inner .header-contents .upgrade-smp {
            margin: 6px 12px 0 0; } }

.footer {
  background-color: #f5f5f5; }
  .footer .footer-inner {
    margin: 0 auto; }
    @media screen and (min-width: 1000px) {
      .footer .footer-inner {
        width: 1000px;
        padding: 40px 0; } }
    @media screen and (max-width: 999px) {
      .footer .footer-inner {
        padding: 20px; } }
    @media screen and (min-width: 1000px) {
      .footer .footer-inner .footer-nav-wrapper {
        margin-bottom: 40px; }
        .footer .footer-inner .footer-nav-wrapper::after {
          content: "";
          display: block;
          clear: both; } }
    @media screen and (max-width: 999px) {
      .footer .footer-inner .footer-nav-wrapper {
        margin-bottom: 30px; } }
    @media screen and (min-width: 1000px) {
      .footer .footer-inner .footer-nav-wrapper .footer-nav {
        float: left; } }
    @media screen and (max-width: 999px) {
      .footer .footer-inner .footer-nav-wrapper .footer-nav {
        margin-bottom: 15px; } }
    .footer .footer-inner .footer-nav-wrapper .footer-nav ul::after {
      content: "";
      display: block;
      clear: both; }
    .footer .footer-inner .footer-nav-wrapper .footer-nav ul li {
      float: left;
      font-size: 16px;
      font-weight: bold;
      margin-right: 20px; }
      @media screen and (max-width: 999px) {
        .footer .footer-inner .footer-nav-wrapper .footer-nav ul li {
          font-size: 14px; } }
    @media screen and (min-width: 1000px) {
      .footer .footer-inner .footer-nav-wrapper .footer-promotion-button {
        float: right; } }
    .footer .footer-inner .footer-nav-wrapper .footer-promotion-button ul::after {
      content: "";
      display: block;
      clear: both; }
    .footer .footer-inner .footer-nav-wrapper .footer-promotion-button ul li {
      float: left;
      font-size: 23px;
      margin-right: 15px;
      text-align: center; }
      .footer .footer-inner .footer-nav-wrapper .footer-promotion-button ul li:last-child {
        margin-right: 0; }
      .footer .footer-inner .footer-nav-wrapper .footer-promotion-button ul li a {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%; }
        .footer .footer-inner .footer-nav-wrapper .footer-promotion-button ul li a .footer-promotion-icon {
          margin-top: 11px;
          color: #fff; }
      .footer .footer-inner .footer-nav-wrapper .footer-promotion-button ul li .promotion-button-twitter {
        background: #00aced; }
      .footer .footer-inner .footer-nav-wrapper .footer-promotion-button ul li .promotion-button-fb {
        background: #305097; }
      .footer .footer-inner .footer-nav-wrapper .footer-promotion-button ul li .promotion-button-info {
        background: #F0BA32; }
    .footer .footer-inner .footer-ppb-wrapper {
      font-size: 12px;
      color: #777; }
      .footer .footer-inner .footer-ppb-wrapper::after {
        content: "";
        display: block;
        clear: both; }
      @media screen and (min-width: 1000px) {
        .footer .footer-inner .footer-ppb-wrapper .footer-corporate {
          float: left; } }
      @media screen and (max-width: 999px) {
        .footer .footer-inner .footer-ppb-wrapper .footer-corporate {
          text-align: center; } }
      .footer .footer-inner .footer-ppb-wrapper .footer-corporate a {
        opacity: 1; }
      @media screen and (min-width: 1000px) {
        .footer .footer-inner .footer-ppb-wrapper .footer-corporate img {
          float: left; } }
      @media screen and (max-width: 999px) {
        .footer .footer-inner .footer-ppb-wrapper .footer-corporate img {
          margin-bottom: 10px; } }
      @media screen and (min-width: 1000px) {
        .footer .footer-inner .footer-ppb-wrapper .footer-ppb {
          float: right;
          width: 780px;
          margin-bottom: 20px; }
          .footer .footer-inner .footer-ppb-wrapper .footer-ppb dl::after {
            content: "";
            display: block;
            clear: both; }
          .footer .footer-inner .footer-ppb-wrapper .footer-ppb dl dt {
            display: block;
            float: left;
            width: 130px;
            height: 30px;
            margin-right: 20px; }
          .footer .footer-inner .footer-ppb-wrapper .footer-ppb dl dd {
            display: inline;
            margin-right: 10px; } }
      @media screen and (max-width: 999px) {
        .footer .footer-inner .footer-ppb-wrapper .footer-ppb {
          display: none; } }
    .footer .footer-inner .footer-copyright p {
      font-size: 12px;
      color: #777; }
      @media screen and (min-width: 1000px) {
        .footer .footer-inner .footer-copyright p {
          float: right; } }
      @media screen and (max-width: 999px) {
        .footer .footer-inner .footer-copyright p {
          text-align: center; } }
      @media screen and (max-width: 479px) {
        .footer .footer-inner .footer-copyright p span {
          display: none; } }

.terms {
  width: 1000px;
  margin: 60px auto 0;
  font-size: 12px;
  line-height: 1.7em; }
  @media screen and (max-width: 999px) {
    .terms {
      width: 90%; } }
  .terms a {
    word-break: break-word; }
  .terms h3 {
    margin-bottom: 25px;
    padding: 10px;
    font-size: 1.5em;
    color: #016c9c;
    background: #eee;
    border-left: 4px solid #016c9c; }
  .terms section {
    margin-bottom: 60px; }
  .terms dt {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #016c9c; }
  .terms dd {
    margin-bottom: 30px; }
  .terms ol {
    padding-left: 20px; }
  .terms ol li {
    list-style-type: decimal; }
  .terms .terms__caption {
    padding: 45px 0;
    margin-bottom: 0; }
    @media screen and (max-width: 479px) {
      .terms .terms__caption {
        padding: 20px 0 30px; } }
    .terms .terms__caption h2 {
      margin-bottom: 20px;
      font-size: 1.7em; }
  .terms .terms__list--define-word li {
    margin-bottom: 7px; }
  .terms .terms__list--define-word span {
    padding-left: 5px;
    font-weight: bold;
    border-left: 3px solid #ccc; }
  .terms .terms__list--define-word p {
    padding-left: 5px; }
  .terms .terms__list--sub {
    padding: 0; }
    .terms .terms__list--sub li {
      list-style-type: none; }
  .terms .terms__schedule {
    padding: 15px;
    background: #eee; }

/*# sourceMappingURL=terms.css.map */
