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

body {
  line-height: 1; }

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input, select {
  vertical-align: middle; }

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

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; 
  width:100%; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  background-color: #EEE;
  background-attachment: fixed;
  font-size: 14px;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif; }

h1, h2, h3 {
  font-weight: normal; }

a,
.link {
  color: #000000;
  text-decoration: none; }
  a:focus, a:hover,
  .link:focus,
  .link:hover {
    color: inherit;
    text-decoration: none; }

p {
  line-height: 1.6; }
  p a {
    color: #000000; }
    p a:focus, p a:hover {
      color: #000000; }

div {
  line-height: 1; }

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=date],
textarea,
select,
option,
button,
label {
  font-weight: normal;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  border-radius: 0; }

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=date] {
  width: 100%;
  border-bottom: 1px solid #999;
  padding: 0;
  background-color: transparent;
  line-height: 44px;
  height: 44px;
  outline: none; }

textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 8px 10px;
  background-color: #FFF; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  border: 1px solid #999;
  padding: 0 54px 0 10px;
  height: 44px;
  background-color: transparent;
  background-image: url(/images/select_box.svg);
  background-repeat: no-repeat;
  background-size: 44px;
  background-position: right center;
  outline: none; }

option {
  color: #FFF; }

.wrapper {
  position: relative;
  min-height: 100vh; }

header {
  height: 48px;
  display: block; }

.contents {
  position: relative;
  min-height: 100vh;
  max-width: 375px;
  padding: 50px 20px; }

.position-center {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.position-relative {
  position: relative; }

.mb-xx-small {
  margin-bottom: 5px; }

.mb-x-small {
  margin-bottom: 10px; }

.mb-small {
  margin-bottom: 20px; }

.mb-middle {
  margin-bottom: 30px; }

.mb-large {
  margin-bottom: 40px; }

.mb-x-large {
  margin-bottom: 50px; }

.mb-xx-large {
  margin-bottom: 100px; }

.small-x-text {
  font-size: 10px; }

.small-text {
  font-size: 12px; }

.large-text {
  font-size: 18px; }

.large-x-text {
  font-size: 24px; }

.large-xx-text {
  font-size: 50px; }

.center {
  margin-left: auto;
  margin-right: auto; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.control-label {
  display: block; }

.form-control {
  display: block;
  width: 100%;
  color: #000000; }

.text-red {
  color: red; }

.text-light-gray {
  color: #6D6D6D; }

.validation {
  margin-top: 10px;
  padding: 5px;
  background-color: #5a0000; }

.button {
  border-radius: 0;
  padding: 20px 0; }

.button-block {
  display: block;
  width: 100%;
  max-width: 375px; }

.button-bottom {
  position: absolute;
  left: 0;
  bottom: 0; }

.button-primary {
  background-color: #0074A9;
  color: #FFF; }
  .button-primary:hover {
    background-color: #0074A9; }
.button-dark {
  background-color: #212529;
  color: #FFF; }
  .button-dark:hover {
    background-color: #212529; }
.button-info {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF; }
  .button-info:hover {
    background-color: transparent; }

.button-danger {
  background-color: #dc3545;
  color: #FFF;
  border: 1px solid #FFF; }
  .button-danger:hover {
    background-color: #dc3545; }

.small-button {
  padding: 10px; }

.error {
  padding: 15px;
  border: 1px solid red;
  background-color: #ffefef; }

.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle; }

.left-icon {
  margin-right: 5px; }

.prev-circle-white {
  background-image: url(/images/prev_circle_white.svg); }

.prev-circle-black {
  background-image: url(/images/prev_circle_black.svg); }

.signup input[type=radio] {
  display: none; }

.signup select {
  width: auto; }

.signup .eye,
.signup .eye-slash {
  display: none;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px; }
  .signup .eye.active,
  .signup .eye-slash.active {
    display: flex; }
