body.age_okay_body, html.age_okay_body {
  overflow: hidden !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.age_okay_hidden {
  display: none
}
::placeholder {
  color: grey;
  opacity: .9
}
:-ms-input-placeholder {
  color: grey;
  opacity: .9
}
::-ms-input-placeholder {
  color: grey;
  opacity: .9
}
#age_okay_container .age_okay_text:empty {
  display: none
}
#age_okay_container *, #age_okay_container :after, #age_okay_container :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
#age_okay_container, #age_okay_container #age_okay_fix, #age_okay_container #age_okay_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto
}
#age_okay_container {
  z-index: 2147483640
}
#age_okay_container.age_okay_back_image {
  background-size: cover;
  background-position: center
}
#age_okay_logo img {
  display: block;
  margin: 0 auto;
  max-height: 120px;
  width: auto
}
#age_okay_container #age_okay_overlay {
  z-index: 1
}
#age_okay_container #age_okay_fix {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center
}
#age_okay_container #age_okay_inner {
  width: 100%;
  margin: auto 10px;
  z-index: 2;
  text-align: center;
  max-height: 100%
}
#age_okay_inner #age_okay_error, #age_okay_inner #age_okay_inner_relative {
  border-style: solid;
  width: 100%;
  padding: 20px
}
#age_okay_inner #age_okay_inner_relative {
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px
}
#age_okay_inner #age_okay_form {
  width: 100%
}
#age_okay_inner .age_okay_text#age_okay_title {
  margin-bottom: 20px
}
#age_okay_inner #age_okay_desc {
  margin-top: -10px
}
#age_okay_inner .age_okay_button {
  width: auto;
  height: auto;
  font-family: inherit;
  font-weight: 400;
  display: inline-block;
  line-height: 1em;
  -webkit-appearance: none;
  outline: 0;
  border: none;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  margin: 10px;
  margin-top: 0;
  transition: background 150ms ease-in-out;
  text-decoration: none;
  text-transform: none;
  box-shadow: none;
	color:#fff !important;
	border-radius:2px;
	border:1px solid #fff;
	background-color:transparent !important;
}

#age_okay_inner .age_okay_button.age_okay_button_square {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0
}
#age_okay_inner .age_okay_button.age_okay_button_smooth {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px
}
#age_okay_inner .age_okay_button.age_okay_button_round {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px
}
#age_okay_inner .age_okay_button.age_okay_button_circular {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px
}
#age_okay_inner .age_okay_button.age_okay_button_yes.age_okay_active {
  cursor: progress
}
#age_okay_inner #age_okay_check_check {
  display: none
}
#age_okay_inner .age_okay_check_container {
  margin-bottom: 20px
}
#age_okay_inner .age_okay_check_labels {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
#age_okay_inner .age_okay_check_label {
  display: inline-block;
  padding: 4px 4px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
#age_okay_inner .age_okay_check_label.age_okay_check_label_box {
  border: 1px solid #80808052;
  background-color: #fff
}
#age_okay_inner .age_okay_check_span:before {
  content: "";
  width: 20px;
  display: inline-block
}
#age_okay_inner #age_okay_check_check:checked + .age_okay_check_labels .age_okay_check_span:before {
  content: "\2713";
  color: black
}
#age_okay_inner .age_okay_text {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-size: 14px
}
#age_okay_inner .age_okay_check_label.age_okay_text {
  display: inline
}
#age_okay_inner .age_okay_input_container {
  margin-bottom: 20px
}
#age_okay_inner .age_okay_input_container .age_okay_date_input_container {
  display: inline-block;
  position: relative;
  margin: 0 2px 5px;
  font-size: 24px;
  line-height: 1em
}
#age_okay_inner .age_okay_input_container .age_okay_date_input_span {
  display: inline-block;
  min-width: 75px;
  visibility: hidden;
  padding: .7em;
  line-height: 1em
}
#age_okay_inner .age_okay_input_container .age_okay_date_input_span.age_okay_input_year_span {
  min-width: 80px
}
#age_okay_inner .age_okay_input_container .age_okay_input_text {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  outline: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
#age_okay_inner .age_okay_text#age_okay_logo {
  margin-bottom: 30px
}
#age_okay_inner #age_okay_endtext {
  margin-top: 10px;
  margin-bottom: 5px
}
#age_okay_inner .age_okay_text#age_okay_error {
  font-weight: 700;
  position: absolute;
  top: 100%;
  margin: 0;
  margin-top: -5px;
  padding: 0 10px 20px;
  border-top: 0 !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
#age_okay_container #age_okay_inner .age_okay_button{
	color: #fff;
	border-radius: 2px;
	border: 1px solid #fff;
}
@media (max-width:768px) {
  #age_okay_inner .age_okay_text#age_okay_title {
    font-size: 12px
  }
  #age_okay_inner #age_okay_desc, #age_okay_inner #age_okay_endtext, #age_okay_inner #age_okay_error, #age_okay_inner .age_okay_button, #age_okay_inner .age_okay_check_label.age_okay_text, #age_okay_inner .age_okay_input_container .age_okay_date_input_container {
    font-size: 12px
  }
  #age_okay_logo {
    margin-top: 5px
  }
  #age_okay_logo img {
    max-height: 80px
  }
  #age_okay_inner .age_okay_input_container .age_okay_date_input_span {
    min-width: 60px
  }
  #age_okay_inner .age_okay_button {
    padding: 6px 18px;
	  font-size:12px;
  }
  #age_okay_inner .age_okay_text#age_okay_error {
    padding-bottom: 10px
  }
  #age_okay_inner #age_okay_inner_relative {
    padding: 10px
  }

}