@charset "UTF-8";

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,img,
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;
  list-style: none;
}

body {
	padding: 7em 0 3em;
	text-align: center;
	font-size: medium;
	font-size: 18px;
	line-height: 1.7em;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
	padding: 1.0em;
}

h2 {
	font-size: 1.4em;
	padding: 1.0em;
}

h3 {
	font-size: 0.8em;
	padding: 1.0em;
	color: #9f9f9f;
	font-weight: normal;
}

h4 {
	font-size: 0.8em;
	padding: 1.0em;
	color: #9f9f9f;
	font-weight: normal;
}

.age_enterbtn li{
	display: inline-block;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

center {
	line-height: 3em;
}

.btn,
a.btn,
button.btn {
  font-size: 1.0em;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: normal;
  color: #212529;
  border-radius: 0.5rem;
  margin: 1.0em;
}

a.btn-c {
  width: 200px;
  font-size: 1.0em;
  position: relative;
  padding: 0.5em 2em 0.5em 2em;
  color: #fff;
  border-radius: 100vh;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}

a.btn--red {
  background-color: #FE5BAC;
  border: 1px solid #CCCCCC;
}

a.btn--gray {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
	color: #ABABAB;
}













