@charset "utf-8";
/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/
#header {
	width: 100%;
	background: #000;
	padding: 10px 0px;
}
#header #sega_logo {
	margin-left: 20px;
}

#wrap_all {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 0.875rem;
　　letter-spacing: 0.01em;
	line-height: 1.8;
    color: #333;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-style: -ms-autohiding-scrollbar;
	word-break: break-all;
}
.beginner {
	background: url(../img/top_img_beginner.jpg) center top no-repeat;
}
.intermediate {
	background: url(../img/top_img_intermediate.jpg) center top no-repeat;
}
.advanced {
	background: url(../img/top_img_advanced.jpg) center top no-repeat;
}
.base {
	background: url(../img/top_img_base.jpg) center top no-repeat;
}

#wrap_all a:focus {
	outline: none;
}

#wrap_all .mb10 {
	margin-bottom: 10px;
}
#wrap_all .mb30 {
	margin-bottom: 30px;
}
#wrap_all .mb50 {
	margin-bottom: 50px;
}
#wrap_all .sp_only {
	display: none;
}
#wrap_all .none {
	display: none;
}
span.red {
	color: #C00003;
	font-weight: bold;
}
#wrap_all hr {
	border: none;
	width: 900px;
	height: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/h2_bg.png) center top no-repeat;
}


/* ----- main ----- */
#wrap_all #wrap_main {
	width: 1000px;
	min-height: 290px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 250px;
	padding-bottom: 60px;
}
h2 {
	width: 900px;
	height: 40px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	font-weight:bold;
	color: #FFF;
    line-height: 40px;
	text-align: center;
	background: url(../img/h2_bg.png) center top no-repeat;
}
h3 {
	height: auto;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	font-size: 1.3rem;
	font-weight:bold;
    line-height: 30px;
	border-bottom: 1px solid;
	color: #005f01;
}
#wrap_all p {
	font-size: 1.0625rem;
	margin-left: 50px;
	margin-right: 50px;
}
#wrap_all p a {
	font-weight: bold;
	color: #009e02;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#wrap_all p a:hover {
	background: #92ff93;
}

#wrap_all p.ques {
	font-size: 1.6rem;
	margin-left: 50px;
	margin-right: 50px;
	font-weight: bold;
	color: #005f01;
}
#wrap_all p.seikairitsu {
	clear: both;
	font-size: 1.6rem;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	font-weight: bold;
}
.beginner p.seikairitsu {
	color: #0054AC;
	border: #0054AC 1px solid;
}
.intermediate p.seikairitsu {
	color: #FF6700;
	border: #FF6700 1px solid;
}
.advanced p.seikairitsu {
	color: #A70002;
	border: #A70002 1px solid;
}
#wrap_all p.p_big {
	font-size: 1.3rem;
	margin-left: 50px;
	margin-right: 50px;
	font-weight: bold;
	color: #005f01;
}

#wrap_all p.thanks {
	font-size: 1.6rem;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 30px;
	font-weight: bold;
	color: #D70000;
	text-align: center;
}
#wrap_all .error_li {
	font-size: 1.0625rem;
	margin-left: 70px;
	margin-right: 50px;
	list-style: square;
}

#wrap_all .base_li {
	font-size: 1.0625rem;
	margin-left: 50px;
	margin-right: 50px;
}
#wrap_all .base_li li {
	background: url(../img/icon.png) left top no-repeat;
	padding-left: 20px;
}
#wrap_all .atten_li {
	font-size: 0.75rem;
	margin-left: 50px;
	margin-right: 50px;
}
#wrap_all .atten_li li {
	text-indent: -1em;
	padding-left: 1em;
}
#left-txt {
	display: block;
	float: left;
	width: 530px;
}
#right-img {
	float: right;
	margin-right: 50px;
	margin-left: 20px;
}

#bottom-img {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#bottom-img2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: hidden
}
#bottom-img2 li {
	float: left;
	width: 48%;
	margin-right: 4%;
	text-align: right;
}
#bottom-img2 li:last-child {
	margin-right: 0%;
	text-align: left;
}
#bottom-img2 li img {
	max-width: 100%;
	height: auto;
}

#wrap_all #ans_li_img {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#wrap_all #ans_li_img li {
	width: 210px;
	height: auto;
	margin-right: 20px;
	padding-top: 55px;
	float: left;
	text-align: center;
	color: #005f01;
	font-weight: bold;
}
#wrap_all #ans_li_img li.ans_a {
	background: url(../img/ans_a.png) left top no-repeat;
}
#wrap_all #ans_li_img li.ans_b {
	background: url(../img/ans_b.png) left top no-repeat;
}
#wrap_all #ans_li_img li.ans_c {
	background: url(../img/ans_c.png) left top no-repeat;
}
#wrap_all #ans_li_img li.ans_d {
	background: url(../img/ans_d.png) left top no-repeat;
	margin-right: 0px;
}

#wrap_all #ans_li_txt li {
	clear: both;
	height: auto;
	font-size: 1.4rem;
	margin-left: 70px;
	padding-left: 60px;
	padding-top: 10px;
}
#wrap_all #ans_li_txt li.ans_a {
	background: url(../img/ans_a.png) left top no-repeat;
}
#wrap_all #ans_li_txt li.ans_b {
	background: url(../img/ans_b.png) left top no-repeat;
}
#wrap_all #ans_li_txt li.ans_c {
	background: url(../img/ans_c.png) left top no-repeat;
}
#wrap_all #ans_li_txt li.ans_d {
	background: url(../img/ans_d.png) left top no-repeat;
}

#pager {
	width: 900px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 30px;
}
#pager #prev_quiz {
	float: left;
	width: 162px;
	height: 64px;	
	background: url(../img/button_quiz_prev_on.png) center top no-repeat;
}
#pager #next_quiz {
	float: right;
	width: 162px;
	height: 64px;	
	background: url(../img/button_quiz_next_on.png) center top no-repeat;
}
#pager #goscore {
	float: right;
	width: 162px;
	height: 64px;
	background: url(../img/button_goscore_on.png) center top no-repeat;
}

#wrap_all #pager2 {
	width: 900px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 30px;
}
#wrap_all #pager2 #prev {
	float: left;
	width: 252px;
	height: 64px;	
}
#wrap_all #pager2 #prev a {
	display: block;
	width: 252px;
	height: 64px;
}
#wrap_all #pager2 #next {
	float: right;
	width: 252px;
	height: 64px;	
}
#wrap_all #pager2 #next a {
	display: block;
	width: 252px;
	height: 64px;
}
#wrap_all #pager2 .backquiz a {
	background: url(../img/button_backquiz_on.png) center top no-repeat;
}
#wrap_all #pager2 .goconfirm a {
	background: url(../img/button_goconfirm_on.png) center top no-repeat;
}
#wrap_all #pager2 .backform a {
	background: url(../img/button_backform_on.png) center top no-repeat;
}

#wrap_all #pager3 {
	width: 600px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
#wrap_all #pager3 #prev {
	float: left;
	width: 252px;
	height: 64px;	
}
#wrap_all #pager3 #prev a {
	display: block;
	width: 252px;
	height: 64px;
}
#wrap_all #pager3 #next {
	float: right;
	width: 252px;
	height: 64px;	
}
#wrap_all #pager3 #next a {
	display: block;
	width: 252px;
	height: 64px;
}
#wrap_all #pager3 .gosegajp a {
	background: url(../img/button_gosegajp_on.png) center top no-repeat;
}
#wrap_all #pager3 .close a {
	background: url(../img/button_close_on.png) center top no-repeat;
}

#wrap_all #next_b {
	width: 550px;
	height: 82px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all #next_b a {
	display: block;
	width: 550px;
	height: 82px;
}
#wrap_all .goform a {
	background: url(../img/button_goform_on.png) center top no-repeat;
}
#wrap_all .entry a {
	background: url(../img/button_entry_on.png) center top no-repeat;
}

#wrap_all #next_s {
	width: 450px;
	height: 64px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#wrap_all #next_s a {
	display: block;
	width: 450px;
	height: 64px;
	background: url(../img/button_twitter_on.png) center top no-repeat;
}

#footer {
	width: 100%;
	background: #222;
	padding-top: 20px;
	padding-bottom: 80px;
}
#footer_main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
}
#footer_main .poricyinner {
	width: auto;
	float: left;
}
#footer_main .poricyinner li {
	float: left;
	margin-right: 20px;
}
#footer_main .copyright {
	float: right;
}
#footer_main a {
	color: #FFF;
}
#footer_main .campany a,
#footer_main .copyright a {
	text-decoration: none;
}

/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:1200px) {
#wrap_all {
	width: 100%;
}
.beginner {
	background: url(../img/tb_top_img_beginner.jpg) center top no-repeat;
	background-size: contain;
}
.intermediate {
	background: url(../img/tb_top_img_intermediate.jpg) center top no-repeat;
	background-size: contain;
}
.advanced {
	background: url(../img/tb_top_img_advanced.jpg) center top no-repeat;
	background-size: contain;
}
.base {
	background: url(../img/tb_top_img_base.jpg) center top no-repeat;
	background-size: contain;
}
#wrap_all hr {
	border: none;
	width: 96%;
	background: url(../img/h2_bg.png) center top no-repeat;
}
/* ----- main ----- */
#wrap_all #wrap_main {
	width: 100%;
	padding-top: 20%;
	padding-bottom: 60px;
}

h2 {
	width: 96%;
	height: 40px;
}
h3 {
	margin-left: 4%;
	margin-right: 4%;
}

#wrap_all p {
	margin-left: 4%;
	margin-right: 4%;
}
#wrap_all p.ques {
	font-size: 1.3rem;
	margin-left: 4%;
	margin-right: 4%;
}
#wrap_all p.seikairitsu {
	font-size: 1.3rem;
	margin-left: 4%;
	margin-right: 4%;
}
#wrap_all p.p_big {
	margin-left: 4%;
	margin-right: 4%;
}

#wrap_all .error_li {
	margin-left: 8%;
	margin-right: 4%;
}
#left-txt {
	width: 52%;
	margin-left: 2%;
}
#right-img {
	float: right;
	width: 40%;
	margin-right: 4%;
	margin-left: 2%;
}
#right-img img {
	max-width: 100%;
	height: auto;
}

#bottom-img,
#bottom-img2 {
	width: 90%;
}
#bottom-img img {
	max-width: 100%;
	height: auto;
}

#wrap_all #ans_li_img {
	width: 92%;
}
#wrap_all #ans_li_img li {
	width: 23%;
	height: auto;
	margin-right: 2%;
}
#wrap_all #ans_li_img li img {
	max-width: 100%;
	height: auto;
}

#pager {
	width: 96%;
}
#wrap_all #pager2 {
	width: 96%;
}

#footer_main {
	width: 96%;
	height: auto;
}

}


/*-----------------------------------------------------	*/
/*	for - 669px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:669px) {
#header #sega_logo {
	margin-left: 4%;
}
.beginner {
	background: url(../img/sp_top_img_beginner.jpg) center top no-repeat;
	background-size: contain;
}
.intermediate {
	background: url(../img/sp_top_img_intermediate.jpg) center top no-repeat;
	background-size: contain;
}
.advanced {
	background: url(../img/sp_top_img_advanced.jpg) center top no-repeat;
	background-size: contain;
}
.base {
	background: url(../img/sp_top_img_base.jpg) center top no-repeat;
	background-size: contain;
}

#wrap_all .sp_only {
	display: inherit;
}
#wrap_all .pc_only {
	display: none;
}

/* ----- main ----- */
#wrap_all #wrap_main {
	width: 100%;
	padding-top: 25%;
	padding-bottom: 60px;
}

#wrap_all .error_li {
	margin-left: 14%;
}
#wrap_all .base_li {
	margin-left: 4%;
	margin-right: 4%;
}
#wrap_all .atten_li {
	margin-left: 4%;
	margin-right: 4%;
}
#left-txt {
	width: 96%;
	margin-left: 0%;
}
#right-img {
	width: 90%;
	float: none;
	margin-right: 4%;
	margin-left: 4%;
	text-align: center;
}

#wrap_all #ans_li_img li {
	width: 48%;
	height: auto;
	margin-right: 2%;
	margin-bottom:10px;
}
#wrap_all #ans_li_img li.ans_b {
	margin-right: 0%;
}

#wrap_all #ans_li_txt li {
	clear: both;
	height: auto;
	margin-left: 3%;
}

#pager {
	margin-top: 80px;
	height: auto;
	overflow: hidden;
}
#pager #prev_quiz {
	max-width: 48%;
	height: 0px;
	padding-bottom: 25%;
	background: url(../img/button_quiz_prev_on.png) center top no-repeat;
	background-size: contain;
}
#pager #prev_quiz img {
	width: 100%;
	height: auto;
}
#pager #next_quiz {
	max-width: 48%;
	height: 0px;
	padding-bottom: 25%;
	background: url(../img/button_quiz_next_on.png) center top no-repeat;
	background-size: contain;
}
#pager #next_quiz input {
	width: 100%;
	height: auto;
}
#wrap_all #pager #goscore {
	max-width: 48%;
	height: 0px;
	padding-bottom: 25%;
	background: url(../img/button_goscore_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #pager #goscore input {
	width: 100%;
	height: auto;
}

#wrap_all #pager2 {
	margin-top: 80px;
	height: auto;
	overflow: hidden;
}
#wrap_all #pager2 #prev {
	max-width: 49%;
	height: auto;	
}
#wrap_all #pager2 #prev a {
	width: 100%;
	height: 0px;
	padding-bottom: 30%;
}
#wrap_all #pager2 #prev a img {
	width: 100%;
	height: auto;
}
#wrap_all #pager2 #prev input {
	width: 100%;
	height: auto;
}
#wrap_all #pager2 #next {
	max-width: 49%;
	height: auto;
}
#wrap_all #pager2 #next a {
	width: 100%;
	height: 0px;
	padding-bottom: 30%;
}
#wrap_all #pager2 #next a img {
	width: 100%;
	height: auto;
}
#wrap_all #pager2 #next input {
	width: 100%;
	height: auto;
}
#wrap_all #pager2 .backquiz a {
	background: url(../img/button_backquiz_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #pager2 .goconfirm a {
	background: url(../img/button_goconfirm_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #pager2 .backform a {
	background: url(../img/button_backform_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #pager3 {
	width: 96%;
	margin-top: 80px;
	height: auto;
	overflow: hidden;
}
#wrap_all #pager3 #prev {
	max-width: 49%;
	height: auto;	
}
#wrap_all #pager3 #prev a {
	width: 100%;
	height: 0px;
	padding-bottom: 30%;
}
#wrap_all #pager3 #prev a img {
	width: 100%;
	height: auto;
}
#wrap_all #pager3 #prev input {
	width: 100%;
	height: auto;
}
#wrap_all #pager3 #next {
	max-width: 49%;
	height: auto;
}
#wrap_all #pager3 #next a {
	width: 100%;
	height: 0px;
	padding-bottom: 30%;
}
#wrap_all #pager3 #next a img {
	width: 100%;
	height: auto;
}
#wrap_all #pager3 #next input {
	width: 100%;
	height: auto;
}
#wrap_all #pager3 .gosegajp a {
	background: url(../img/button_gosegajp_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #pager3 .close a {
	background: url(../img/button_close_on.png) center top no-repeat;
	background-size: contain;
}


#wrap_all #next_b {
	width: 90%;
	height: auto;
}
#wrap_all #next_b a {
	width: 100%;
	height: 0px;
	padding-bottom: 16%;
}
#wrap_all #next_b a img {
	width: 100%;
	height: auto;
}
#wrap_all #next_b input {
	width: 100%;
	height: auto;
}
#wrap_all .goform a {
	background: url(../img/button_goform_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all .entry a {
	background: url(../img/button_entry_on.png) center top no-repeat;
	background-size: contain;
}

#wrap_all #next_s {
	max-width: 80%;
	height: auto;
}
#wrap_all #next_s a {
	width: 100%;
	height: 0px;
	padding-bottom: 15%;
	background: url(../img/button_twitter_on.png) center top no-repeat;
	background-size: contain;
}
#wrap_all #next_s a img {
	width: 100%;
	height: auto;
}
#wrap_all #next_s input {
	width: 100%;
	height: auto;
}



#footer_main .copyright {
	clear: both;
	float: none;
	padding-top: 10px;
}

}
