@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,input,textarea,select {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;

	-webkit-text-size-adjust: 100%;
	list-style: none;
	letter-spacing: 1;
}

q, 
blockquote {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.clearfix:after {
	content: "."; 
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix { height: 1%; }
.clearfix{ display:block; }

html {
	font-size:100%;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
	font-weight: 300;
}

/*--------------------------------------------------------------------------------------
 common
--------------------------------------------------------------------------------------*/

body {
	font-family: "Kaisei Opti","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', Arial, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background: #FDF7F7;

	background-image: url("../imgs/back2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* スマホ用
--------------------------------------*/
@media screen and (max-width: 719px){
	.wrap {
		padding: 0 10px;
	}
}

/* PC用
--------------------------------------*/
@media screen and (min-width:720px){
	#wrapper {
		min-width: 980px;
		position: relative;
	}
	.wrap {
		width: 980px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
}

#contents {
}

/* スマホ用
--------------------------------------*/
@media screen and (max-width: 719px){
	#contents {
	}
}


/* #to_top
----------------------------------------------------------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 100;
}
#to_top a {
	width: 40px;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;

	color: #666;
	background: #f5f5f5;
	font-size: 11px;

	opacity: 0.8;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#to_top a:hover {
	background: #eee;
	opacity: 0.6;
}

/* 500px以上の記述
--------------------------------------*/
@media screen and (min-width: 500px) {
	#to_top a {
	}
}


/* 720px以上の記述
--------------------------------------*/
@media screen and (min-width: 720px) {
	#to_top {
		bottom: 30px;
		right: 50px;
	}
}


#footer {
	padding: 5px 20px 40px;
}
#footer p {
	text-align: right;
	font-size: 60%;
	color: #aaa;
}
#footer a {
	color: #aaa;
	text-decoration: none;
}

main {
	margin: 0 auto;
	max-width: 600px;
}

@media screen and (min-width: 720px) {
	main {
	}
}

header {
	color: #F85AAD;
	margin: 20px 20px;
	text-align: center;
}
header h1 {
	font-size: 20px;
	font-weight: normal;
	max-width: 580px;
	line-height: 1.6em;
}

@media screen and (min-width: 720px) {
	header {
	}
}

.btn-yes {
	background: #f38b69;
	color: #fff;
	border: 1px solid #f38b69;
	margin-right: 5px;
}
.btn-yes:hover,
.btn-yes:active {
	background: #fff;
	color: #f38b69;
	border: 1px solid #f38b69;
}
.btn-no {
	background: #58a9f2;
	color: #fff;
	border: 1px solid #58a9f2;
	margin-left: 5px;
}
.btn-no:hover,
.btn-no:active {
	color: #58a9f2;
	background: #fff;
	border: 1px solid #58a9f2;
}

.quest_block {
	background: #fff;
	border-radius: 10px;
	margin: 10px 10px 20px;
	padding: 15px 10px 30px;
}
.quest_block dl dt {
	font-size: 18px;
	height: 60px;
	padding: 20px 0 0;
	text-align: center;
	font-weight: normal;
}

.quest_block dl dd {
	width: 100%;
	padding: 10px 0;
	text-align: center;
}




.result_block .btn_block {
	margin: 20px auto;
	width: 100%;
	display: block;
	text-align: center;
}

.line_block {
	background: #fff;
	border-radius: 10px;
	margin: 10px 10px 40px;
	padding: 30px;
	text-align: center;
}
.line_block h2 {
	font-size: 16px;
	margin-bottom: 20px;
}
.line_block .btn_block {
	margin-top: 20px;
}
