@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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,
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;
}
body {
line-height: 1;
}
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;
}
img {
border: 0;
vertical-align: bottom;
max-width: 100%;
height: auto;
}

p {
font-size: 1em;
line-height: 1.65em;
margin-bottom: .5em;
}

ul li {
  line-height: 1.65em;
  list-style: none;
}

body {
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","?ҥ饮?νǥ? ProN W3", Meiryo, sans-serif;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  height: auto;
}

.wrapper {
  margin: 0 auto;
  max-width: 900px;
}

h1 {
  margin-bottom: 50px;
}

h2 {
  border-bottom: 5px solid #c00;
  display: inline-block;
  font-size: 2.4em;
  font-weight: bold;
  margin: 0 auto 30px;
  padding-bottom: 10px;
}

.wrapper p {
  text-align: left;
}

.box {
  margin: 0 auto 100px;
  padding: 0 30px;
  text-align: center;
  max-width: 640px;
}

.terms ul {
  margin-bottom: 20px;
}

.terms ul li {
  list-style: none;
  list-style-position: inside;
  margin-bottom: .5em;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.terms table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 30px;
}

.terms table th,
.terms table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: .9em;
  padding: 20px;
  text-align: left;
}

.terms table th {
  background: #fcfdf1;
  font-weight: bold;
  width: 150px;
}

.terms table td {
  width: 490px;
}

.caution ul li {
  list-style-position: inside;
  margin-bottom: .5em;
  text-align: left;
}


.btn {
  background-color: #cc0001;
  border-radius: 13px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto 20px;
  max-width: 400px;
}

.btn a {
  color: #fff;
  display: block;
  padding: 24px 0;
  text-decoration: none;
  width: 100%;
  height: auto;
}

.btn2 {
  background-color: #006f0d;
  border-radius: 40px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto 20px;
  max-width: 280px;
}

.btn2 a {
  color: #fff;
  display: block;
  padding: 24px 0;
  text-decoration: none;
  width: 100%;
  height: auto;
}

.btn a:hover,
.btn2 a:hover {
  background-color: #d69a9f;
  border-radius: 13px;
　text-decoration: underline;
}



.copy {margin: 0 auto;}
.copy p {
  text-align: center;
}