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

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

ol, ul {
  list-style: none;
}

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

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

#attention {
  margin: 0 auto;
  padding: 0 15px 30px;
  max-width: 920px;
  font-size: 1.4rem;
  line-height: 1.75;
  color: #333;
  overflow-y: scroll;
}


#attention h1 {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
}

#attention h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

#attention h3 {
  margin: 20px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 2rem;
  line-height: 1.25;
}

#attention a {
  color: #333;
  font-weight: bold;
}

#attention a:hover {
  text-decoration: none;
}

#attention ol,
#attention ul {
  margin: 20px 0;
  padding-left: 1.5em;
}

#attention ol {
  list-style-type: decimal;
}

#attention ul {
  list-style: disc;
}

#attention table {
  margin-bottom: 20px;
  border-collapse: collapse;
  line-height: 1.75;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

#attention table th,
#attention table td {
  padding: 10px;
  width: 50%;
  border: 1px solid #333;
}

#attention table th {
  background-color: #EEE;
}

#attention tr:first-child th:first-child {
  width: 30%;
}

#attention table td {
  vertical-align: top;
}

#attention table td span {
  font-weight: bold;
}

#attention .logo {
  margin-bottom: 30px;
  padding: 25px 0 15px;
  border-bottom: 1px solid #333;
}

#attention .wrapper:not(:last-of-type) {
  margin-bottom: 20px;
}

#attention .close {
  margin: 30px 0;
  text-align: center;
}

#attention .underline {
  text-decoration: underline;
}

@media (max-width: 767px) {
  img {
    width: 180px;
  }

  #attention {
    width: 320px;
    font-size: 1.3rem;
  }

  #attention h1 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }

  #attention h3 {
    font-size: 1.6rem;
  }

  #attention .tableWrap {
    display: block;
    overflow-x: scroll;
  }

  #attention table {
    width: auto;
  }

  #attention tr:first-child th:first-child {
    min-width: 140px;
  }

  #attention tr:first-child th:not(:first-child) {
    min-width: 350px;
  }
}