@charset "utf-8";


/*-----------------------------------------------------
body
-------------------------------------------------------*/
#contents{
	background: #ffd556;
}
#top p {
float: left;
}
#top h1 {
float: right;
line-height: 1.7;
padding-top:16px;
}
/*-----------------------------------------------------
Quiz
-------------------------------------------------------*/
#Header{
	padding: 0 0 9px 0;
	overflow: hidden;
}
.baitorucom{
	padding-top:16px;
}
#Container{
	width:100%;
	background:url(../../images/bg_colorbar.gif) top repeat-x;
}
#contents{
	width:100%;
	background-image: url(../images/top_ttl_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:contain;
  padding-bottom: 40px;
}

#contents .wrapper{
	width: 1008px;
	margin: auto;
	padding-top: 90px; /* 追加 2020.01.17 */
}
.cont_area{
	width:847px;
	margin:0 auto;
	background:url(../images/cont_bg.png) repeat-y ;
	border-top: #bb8313 solid 3px;
	padding-top:10px;
}
.cont_bottom img{
	margin-top:50px;
	vertical-align:bottom;
}
.quiz_ttl{
	margin-top:5px;
	margin-bottom:20px;
}
.cont_wrap{
	width:796px;
	margin:0 auto;
}
#copy_text{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}
.quiz_list{
	clear:both;
}
.quiz_list_ttl{
	*display: inline;
}
.quiz_list_ttl{
	font-size:14px;
	text-align:center;
	color:#fff;
	width:45px;
	height:45px;
	padding-top:5px;
	margin-right:20px;
	margin-bottom:30px;
	background:url(../images/quiz_bg.png) no-repeat;
	float:left;
	line-height:1.3em;
	*display: inline;

}
.quiz_list_number{
	font-weight:bold;
	font-size:18px;
}
.quiz_list_text{
	width:566px;
	font-size:15px;
	float:left;
	margin:5px 9px 5px 0; 
	text-align:left;
}
.check_box{
	float:right;
	*display: inline;
}
.check_text{
	float:right;
}
.check_text li{
	float:left;
}
.check_text_y,
.check_text_n,
.check_text_q{
	font-size:16px;
	font-weight:bold;
}
.check_text_y{
	color:#e60c0a;
	margin:0 30px 0 0;
}
.check_text_n{
	color:#0090e3;
	margin:0 41px 0 0;
}
.check_text_q{
	color:#212121;
	margin:0 16px 0 0;
}
.check_box_y_off,
.check_box_n_off,
.check_box_q_off,
.check_box_y_on,
.check_box_n_on,
.check_box_q_on{
	float:left;
	text-indent:-9999px;
	width:44px;
	height:39px;
	*display: inline;
}
.check_box_y_off{
	background:url(../images/yes_off.png) no-repeat;
	margin-right:12px;
}
.check_box_n_off{
	background:url(../images/no_off.png) no-repeat;
	margin-right:12px;
}
.check_box_q_off{
	background:url(../images/question_off.png) no-repeat;
}
.check_box_y_on{
	background:url(../images/yes_on.png) no-repeat;
	margin-right:12px;
}
.check_box_n_on{
	background:url(../images/no_on.png) no-repeat;
	margin-right:12px;
}
.check_box_q_on{
	background:url(../images/question_on.png) no-repeat;
	height:39px;
}
.quiz_btn_area{
	position:relative;
	width:796px;
	margin:0 auto;
}
#quiz_btn_img01{
	position:absolute;
	top:-30px;
	left:196px;
}
#quiz_btn_img02{
	position:absolute;
	top:-17px;
	left:208px;
}
#quiz_btn_next01 a,
#quiz_btn_next02 a{
	width:287px;
	height:101px;
	text-indent:-9999px;
	display:block;
	margin:0 auto;
}
#quiz_btn_finish a{
	width:394px;
	height:97px;
	text-indent:-9999px;
	display:block;
	margin:0 auto;
}	
#quiz_btn_back a{
	width:81px;
	height:48px;
	text-indent:-9999px;
	display:block;
}
#quiz_btn_back{
	position:absolute;
	top:17px;
	left:10px;
}
#quiz_btn_finish_img01{
	position:absolute;
	top:-22px;
	left:192px;
}
#quiz_btn_finish_img02{
	position:absolute;
	top:-33px;
	left:537px;
}
#quiz_btn_next01 a{
	background:url(../images/btn01.png) no-repeat;
}
#quiz_btn_next02 a{
	background:url(../images/btn02.png) no-repeat;
}
#quiz_btn_finish a{
	background:url(../images/btn03.png) no-repeat;
}
#quiz_btn_back a{
	background:url(../images/btn_back.png) no-repeat;
}
.error_area{
	background:url(../images/error_box.png) no-repeat 220px 0;
	padding:20px;
	text-align:center;
	margin-bottom:40px;
}
.error_area p{
	color:#fb0a0a;
	font-size:120%;
	margin:10px;
	font-weight:bold;
}
.gotop{
	margin:30px 0 0 0;
	text-align:right;
}


.nav_pagetop p{
  padding: 10px 0;
  width: 920px;
}
/*-----------------------------------------------------
crosslink 幅指定
-------------------------------------------------------*/
#contents .crossLink {
	width:980px;
	margin:20px auto 20px auto;
}


/*-----------------------------------------------------
add 追加 2020.01.17
-------------------------------------------------------*/

/*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    border-top: 10px solid #444444;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2.97px 0.03px rgba(68, 68, 68, 0.2);
    box-shadow: 0px 1px 2.97px 0.03px rgba(68, 68, 68, 0.2);
}

/*  header-container
--------------------------------------------- */
.header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin: 0 auto;
    padding: 10px 0;
    width: 980px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;

	height: 80px;
	box-sizing: border-box;
	background: #fff;
}

/*  header-info
--------------------------------------------- */
.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;

    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.header-info__text {
    margin-right: 15px;
    font-size: 11px;
    line-height: 1;
}

.header-info__twitter {
    margin-right: 10px;
    height: 20px;
}

.header-info__facebook {
    position: relative;
    width: 72px;
    height: 20px;
}

/*.header-info__facebook iframe {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.header-content {
	margin-top: -40px;
}



/*  footer-info
--------------------------------------------- */
.footer-info {
    padding: 30px 0 45px;
    text-align: center;
    background: #fff;
}

/*  footer-logo
--------------------------------------------- */
/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    margin-top: 15px;
}

.footer-copyright__text {
    color: #999999;
    font-size: 16px;
}