﻿ @charset "utf-8";
 .bg_contest_index {
     width: 100%;
     height: auto;
     background: #fff;
 }
 
 .bg_contest_head {
     width: 100%;
     height: 200px;
     background: url(../images/questionnaire/bg_qu_head.png) no-repeat center center;
 }
 
 .bg_contest_head h1 {
     text-align: center;
     font-size: 48px;
     line-height: 200px;
     color: #fff;
     font-weight: 600;
 }
 
 .intro_qu {
     width: 86%;
     margin: 0 auto;
 }
 
 .intro_qu h2 {
     font-size: 28px;
     line-height: 36px;
     text-align: center;
     color: #333;
     margin: 36px 0 20px 0;
 }
 
 .intro_qu p {
     font-size: 18px;
     line-height: 36px;
     margin-bottom: 10px;
     text-align: left;
     color: #333;
     text-indent: 36px;
 }
 
 .intro_qu p b {
     color: #333;
 }
 
 .intro_qu p a {
     text-decoration: underline;
 }
 
 .intro_qu p a:hover {
     font-style: italic;
 }
 
 .wrap_btn_qu {
     width: 100%;
     text-align: center;
     margin-top: 40px;
 }
 
 .wrap_btn_qu ul li {
     display: inline-block;
 }
 
 .a_btn_qu {
     display: inline-block;
     height: 50px;
     line-height: 50px;
     padding: 0 50px;
     background: #d12c11;
     font-size: 18px;
     color: #fff;
     font-weight: 600;
 }
 
 .a_btn_qu:hover {
     text-decoration: none;
     background: #ec3d20;
 }