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


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,
#occupation {
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 960px;
  font-size: 14px;
  line-height: 1.75;
  color: #333;

}

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

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

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

#occupation h1{
  margin-bottom: 40px;
}

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

#optout h2,
#occupation 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,
#occupation .wrapper 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,
#occupation .wrapper 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: 20px;
  line-height: 1.25;
}

#optout h4 {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}

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

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

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

#occupation table ul,
#occupation table ol {
  margin: 0;
}

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

#mngrule ul,
#rulePrivacy ul,
#privacy ul,
#rule ul,
#occupation 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,
#occupation 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,
#occupation table th,
#occupation 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;
}

#optout .wrap_col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#optout .wrap_col2 table {
  width: 49%;
}

@media screen and (max-width: 900px) {
  #optout .wrap_col2 table {
    width: 100%;
  }
}

#optout .wrap_col2 table th {
  width: 27%;
  vertical-align: top;
}

#optout .accordion_btn {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  list-style: none;
}

#optout .accordion_btn::-webkit-details-marker {
  display: none;
}

#optout .accordion_btn::after {
  content: "▼";
}

#optout details[open] > .accordion_btn::after {
  content: "▲";
}

#optout .accordion_btn:hover {
  text-decoration: none;
}

#optout .accordion_ttl {
  font-weight: bold;
  margin-top: 1em;
}

#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,
#occupation table td span{
  font-weight: bold;
  display: block;
}

#occupation table {
  margin-top: 40px;
}

#occupation table thead th {
  background-color: #EEE;
}

#occupation table tbody th {
  font-weight: normal;
  text-align: left;
  width: 300px;
}

#mngrule .logo,
#rulePrivacy .logo,
#privacy .logo,
#rule .logo,
#occupation .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),
#occupation .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,
#occupation .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 {
  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,
#occupation .close {
  margin: 60px;
  text-align: center;
}

#occupation dl {
  display: flex;
}

#occupation dl dt {
  flex-shrink: 0;
}/* Inertia SPAレイアウトの背景色を白に上書き */
#app:has(#rulePrivacy),
#app:has(#optout),
#app:has(#privacy),
#app:has(#occupation) {
  background: #fff;
}
body:has(#rulePrivacy),
body:has(#optout),
body:has(#privacy),
body:has(#occupation) {
  background: #fff;
}
