@charset "Shift_JIS";
body {
	max-width: 580px;
	margin: 0 auto;
}
.header {
	border-bottom: solid 2px #dddddd;
}
.header:before {
	display: block;
	content: "";
	width: 100%;
	height: 5px;
	background-image: repeating-linear-gradient(135deg, #e5615a 0px, #e5615a 8px, transparent 8px, transparent 16px, #5787e0 16px, #5787e0 24px, transparent 24px, transparent 32px);
}
.header .contentsArea {
	display: inherit;
	padding: 0;
}
.header .contentsArea .logo {
	display: inherit;
	text-align: center;
	border-bottom: dotted 1px #dddddd;
	padding-top: 4px;
	margin: 0 -15px;
	overflow: hidden;
}
.header .contentsArea .logo img {
	width: 83px;
	height: auto;
}
.header .contentsArea .title {
	display: inherit;
	padding: 16px 0 15px;
	text-align: center;
}
.header .contentsArea .title img {
	width: 325px;
	height: auto;
}
.wrapper {
	width: 100%;
	margin: 0;
	padding: 0 15px;
}
.result {
	margin: 0 -15px;
}
.category {
	text-align: center;
}
.category span {
	font-size: 1.6rem;
	display: inline-block;
	position: relative;
	padding: 0 1.2em;
}
.category.category01 {
	overflow: hidden;
}
.category.category01 span:before, .category.category01 span:after {
	position: absolute;
	top: 50%;
	width: 99em;
	content: '';
	border-top: 1px solid currentColor;
}
.main.quiz_ok .category.category01 span:before, .main.quiz_ok .category.category01 span:after {
	border-top: 1px solid #e84c52;
}
.main.quiz_ng .category.category01 span:before, .main.quiz_ng .category.category01 span:after {
	border-top: 1px solid #0073b0;
}
.category.category01 span:before {
	right: 100%;
}
.category.category01 span:after {
	left: 100%;
}
.normalTx {
	font-size: 1.4rem;
	margin-top: 15px;
}
.leadTx {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 25px;
}
.leadTx {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.number {
	font-size: 1.9rem;
	font-weight: bold;
	color: #e84c52;
	margin-top: 10px;
	text-align: center;
}
.number span {
	font-size: 2.85rem;
}
.notes {
	position: relative;
	font-size: 1.2rem;
	padding-left: 1em;
	margin-top: 15px;
}
.notes span {
	position: absolute;
	top: 0;
	left: 0;
}
.notes_ti{
	font-size: 1.6rem;
	margin-top: 25px;
}
.hover{
	color: #3e79db !important;
}
.hover:hover{
	text-decoration: underline;
}
.footer {
	margin: 40px 0 0;
}
.company {
	border-bottom: solid 2px #333;
	box-shadow: 0 1px 0 #cc0000;
	line-height: 1.1;
	padding-left: 5px;
	margin: 0 -15px;
}
.company a {
	color: #0f0f69;
}
.attention_box{
	margin-top: 35px;
}
.copyright {
	color: #aeafae;
	font-size: 0.7rem;
	line-height: 2.8;
	padding-left: 3px;
}
