body{
  background-image:url("../images/sp/bg_01.jpg");
  background-repeat: repeat-y;
  background-size:320px 150px;
  max-width:320px;
  margin:0;
  padding:0;
  }

.main-area{
  max-width:320px;
  position: relative;
}

/*ロゴ*/
.header{
  height:27px;
  background-color: #ffffff;
  padding-top: 9px;
  padding-bottom: -9px;
  border-bottom:1px solid #ccc;
}

 .header_logo{
   margin-left:10px;
 }

 .header-area{
   background-image: url("../images/sp/question/bg_02.png");
   background-size:100% 100%;
   background-position: center;
   background-repeat:no-repeat;
   top:0px;
   width: "device-width";
   height:400px;
   margin:auto;
   position:relative;
   z-index:1;
 }

 .header-img{
   background-image: url("../images/sp/question/img_title.png");
   background-size:320px 90px;
   background-position: center;
   background-repeat:no-repeat;
   width:320px;
   height:90px;
   margin:auto;
   top:10px;
   position:relative;
   z-index:1
 }

 .info{
   background-image: url("../images/sp/question/bg_03.png");
   background-size: 100% 100%;
   background-position: center;
   background-repeat: no-repeat;
   width:306px;
   height:280px;
   margin:auto;
   top:4px;
   position: relative;
   z-index: 2;
 }

 .q-icon{
   background-image: url("../images/sp/question/img_step_3.png");
   background-size:255px 24px;
   background-position: center;
   background-repeat:no-repeat;
   width:255px;
   height:24px;
   margin:20px auto;
   position:relative;
   top:28px;
   z-index:3;
 }

  .q-text{
    font-family: "ＭＳ ゴシック",sans-serif;
    text-align:center;
    font-size: 16px;
    color:#50290c;
    width:260px;
    height:48px;
    margin:20px auto;
    -moz-text-shadow:0px 0px 9px rgba(255,255,255,1);
    -webkit-text-shadow:0px 0px 9px rgba(255,255,255,1);
    -ms-text-shadow:0px 0px 9px rgba(255,255,255,1);
    text-shadow:0px 0px 9px rgba(255,255,255,1);
    z-index:3;
    position:relative;
    top:20px;
  }


  .yes-btn{
   width:170px;
   height:50px;
   margin :auto;
   position:relative;
   z-index:3;
   top:20px;
 }

.no-btn{
  width:170px;
  height:50px;
  margin :auto;
  position:relative;
  z-index:3;
  top:40px;
  }

 .icons{
   max-width:320px;
   width:35px;
   height:35px;
   margin:0 auto 10px auto;
   z-index:1;
 }

 .footer_color{
   background-color: rgba(255,255,255,0.6);
   margin:auto;
   padding-top: 26px;
   height:75px;
   z-index:1;
 }

 .footer_image{
   position:relative;
   margin:auto;
   width:166px;
   height:23px;
   z-index: 2;
 }

 .footer_font{
   font-family: "ＭＳ ゴシック",sans-serif;
   font-size: 10px;
   color:#000000;
   margin-left:125px;
   z-index:2;
 }
