@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,
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	line-height: 1;
}
body {
	color: #727171;
	font-size: 32px;
	line-height: 1.6;
	font-family: "游ゴシック", "YuGothic-Medium", "YuGo-Medium", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, sans-serif;
	background: #fafbfc;
}
img {
	vertical-align: bottom;
}
a img {
  border: none;
}
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;
}
sup, sub {
	font-size: 0.5em;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
	position: relative;
}
.inner {
	width: 750px;
	margin: 0 auto;
}
.invisible {
    visibility: hidden; /*アニメ―ションする要素を非表示*/
}


/* animate.css */
.animated.fadeInLeft,
.animated.fadeInRight,
.animated.fadeInDown,
.animated.fadeInUp {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}


/* Quiz */
.hyde {display: none}
.show { display: block}
input {
	display: none
}
#q_01,
#q_02,
#q_03 {
	position: relative;
}
.btn label {
	display: block;
	color: #FFF;
	font-size: 70px;
	cursor: pointer;
	padding: 5px 112px;
	background: #ff70c1;
	border-bottom: solid 10px #c8438e;
	border-radius: 8px;
	position: absolute;
	top: 365px;
}
li:first-child label {
	left: 58px;
}
li:first-child input:checked + label ,
li:last-child input:checked + label {
	top: 373px;
	border-bottom: solid 2px #c8438e;
	transition: all 0.2s;
}
li:last-child label {
	background: #3d87eb;
	border-bottom: solid 10px #1a54a3;
	right: 58px;
}
li:last-child input:checked + label {
	border-bottom: solid 2px #1a54a3;
}
#q_01 .btn label {
	top: 305px;
}
#q_01 li:first-child input:checked + label ,
#q_01 li:last-child input:checked + label {
	top: 313px;
}


/* #footer */
#footer {
	width: 750px;
	color: #FFF;
	margin: 0 auto;
	font-size: 20px;
	background: #303030;
}
#footer .cr {
	width: 590px;
	color: #dddcdc;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05rem;
	padding: 20px 0 30px;
	margin: 0 auto;
}

