@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="text"], input[type="number"], input[type="password"], input[type="submit"], input[type="button"], input[type="tel"], input[type="mail"], textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 100%;
  outline: none;
}

select {
  color: #000000;
}

option {
  color: black;
}

select::-ms-expand {
  display: none;
}

option[value=""][disabled] {
  display: none;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
}

input:invalid {
  box-shadow: none;
}

input:-ms-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

input::placeholder {
  color: #999;
  font-size: 0.875rem;
}

ul, ol, li {
  list-style: none;
}

html {
  overflow-y: scroll;
}

html.msie body {
  font-size: 100%;
}

html.no-msie body {
  font-size: 16px;
}

html.iphone a:hover, html.ipod a:hover, html.ipad a:hover, html.android a:hover {
  opacity: 1.0 !important;
}

html.iphone a:hover img, html.ipod a:hover img, html.ipad a:hover img, html.android a:hover img {
  opacity: 1.0 !important;
}

body {
  text-align: center;
  background: #fff;
  color: #000;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #0000ff;
}

a:hover, a:active {
  color: #000;
}

.wrapper {
  margin: 0 auto;
  max-width: 768px;
}

.contents {
  margin: 0 36px;
}

.kv {
  margin-top: 30px;
  margin-bottom: 30px;
}

.terms {
  background: #d7d7d7;
  border-radius: 5px;
  padding: 25px;
}

.terms .title {
  font-size: 1.0rem;
  text-align: center;
}

.terms .body {
  margin-top: 16px;
  font-size: 0.7rem;
  line-height: 1.8;
  text-justify: inter-cluster;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
}

.terms ul {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.text {
  font-size: 0.7rem;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: #ff0000;
  font-weight: bold;
}

.agree {
  margin-bottom: 30px;
}

.checkbox {
  margin-bottom: 6px;
  margin-right: 10px;
}

.button_submit_off {
  background-color: #808080 !important;
  pointer-events: none;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 55px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_submit_on {
  background-color: #004ea2 !important;;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 55px;
  color: #ffffff;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer {
  background: #d7d7d7;
  margin-top: 36px;
}

.footer .footer_in {
  margin: 0 auto;
  width: 246px;
}

.footer .footer_copy {
  padding: 15px 0;
}

.footer .footer_copy p {
  padding: 10px 0;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: left;
}