@charset "UTF-8";
/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address,
del, img, ins,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td, fieldset, iframe {
  border: 0;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴシック", 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mngrule,
#rulePrivacy,
#optout,
#privacy,
#rule {
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 960px;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #333;
  overflow-y: scroll;
}

#optout p + p {
  margin-top: 1em;
}

#mngrule h1,
#rulePrivacy h1,
#optout h1,
#privacy h1,
#rule h1 {
  margin-bottom: 80px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
}

#optout h1 {
  margin-top: 60px;
  margin-bottom: 40px;
}

#mngrule h2,
#rulePrivacy h2,
#optout h2,
#privacy h2,
#rule h2 {
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1.5;
}

#optout h2 {
  margin-top: 40px;
}

#mngrule .wrapper:not(:first-of-type) h2,
#rulePrivacy .wrapper:not(:first-of-type) h2,
#privacy .wrapper:not(:first-of-type) h2,
#rule .wrapper:not(:first-of-type) h2 {
  padding-top: 20px;
  position: relative;
}

#mngrule .wrapper:not(:first-of-type) h2:after,
#rulePrivacy .wrapper:not(:first-of-type) h2:after,
#privacy .wrapper:not(:first-of-type) h2:after,
#rule .wrapper:not(:first-of-type) h2:after {
  width: 30px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

#mngrule h3,
#rulePrivacy h3,
#optout h3,
#privacy h3,
#rule h3 {
  margin: 40px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  font-size: 2rem;
  line-height: 1.25;
}

#mngrule a,
#rulePrivacy a,
#optout a,
#privacy a,
#rule a {
  color: #333;
  font-weight: bold;
}

#mngrule a:hover,
#rulePrivacy a:hover,
#optout a:hover,
#privacy a:hover,
#rule a:hover {
  text-decoration: none;
}

#mngrule ol,
#mngrule ul,
#rulePrivacy ol,
#rulePrivacy ul,
#privacy ol,
#privacy ul,
#rule ol,
#rule ul {
  margin: 20px 0;
  padding-left: 1.5em;
}

#mngrule ol,
#rulePrivacy ol,
#privacy ol,
#rule ol {
  list-style-type: decimal;
}

#mngrule ul,
#rulePrivacy ul,
#privacy ul,
#rule ul {
  list-style: disc;
}

#mngrule ul dl,
#rulePrivacy ul dl,
#privacy ul dl,
#rule ul dl {
  margin-top: 10px;
}

#mngrule ul dt,
#rulePrivacy ul dt,
#privacy ul dt,
#rule ul dt {
  font-weight: bold;
}

#mngrule table,
#rulePrivacy table,
#optout table,
#privacy table,
#rule table {
  margin-bottom: 20px;
  border-collapse: collapse;
  line-height: 1.75;
}

#optout table {
  margin-top: 20px;
  width: 100%;
}

#mngrule table th,
#mngrule table td,
#rulePrivacy table th,
#rulePrivacy table td,
#privacy table th,
#privacy table td,
#rule table th,
#rule table td {
  padding: 20px;
  width: 50%;
  border: 1px solid #333;
}

#optout table th,
#optout table td {
  padding: 20px;
  width: calc(100%/3);
  border: 1px solid #333;
  text-align: left;
}

#optout table td a + span {
  margin-top: 10px;
}

#mngrule table th,
#rulePrivacy table th,
#optout table th,
#privacy table th,
#rule table th {
  background-color: #EEE;
}

#mngrule table td span,
#rulePrivacy table td span,
#optout table td span,
#privacy table td span,
#rule table td span {
  font-weight: bold;
  display: block;
}

#mngrule .logo,
#rulePrivacy .logo,
#privacy .logo,
#rule .logo {
  margin-bottom: 40px;
  padding: 30px 0;
  border-bottom: 1px solid #333;
}

#mngrule .wrapper:not(:last-of-type),
#rulePrivacy .wrapper:not(:last-of-type),
#privacy .wrapper:not(:last-of-type),
#rule .wrapper:not(:last-of-type) {
  margin-bottom: 80px;
}

#mngrule .box,
#rulePrivacy .box,
#privacy .box,
#rule .box {
  margin-bottom: 40px;
}


#mngrule .leadTxt,
#rulePrivacy .leadTxt,
#privacy .leadTxt,
#rule .leadTxt {
  margin-bottom: 30px;
}

#mngrule .netes,
#rulePrivacy .netes,
#privacy .netes,
#rule .netes {
  margin-bottom: 30px;
}

#mngrule .enactment,
#rulePrivacy .enactment,
#privacy .enactment,
#rule .enactment {
  margin-top: 40px;
  text-align: right;
}

#mngrule .enactment a,
#rulePrivacy .enactment a,
#privacy .enactment a,
#rule .enactment a {
  margin-top: 40px;
  display: inline-block;
}

#mngrule .company,
#mngrule .company {
  margin-bottom: 20px;
}

#mngrule .company dt,
#mngrule .company dd {
  display: inline;
}

#mngrule .company dt {
  font-weight: bold;
}

#mngrule .close,
#rulePrivacy .close,
#optout .close,
#privacy .close,
#rule .close {
  margin: 60px;
  text-align: center;
}
