.gomi{
   min-height: 100px;
}


.header {
   padding-right: 0 !important;

   margin-bottom: 20px;
   margin-right: 0 !important;
   border-right: 0 !important;
   /*font-family: "HGS明朝E";*/
   width: 100%;
}

.head1 {
   font-weight: 500;
   font-size:1.8rem;
   font-family: "游ゴシック" !important;
}
.head2 {
   font-weight: 450;
   font-size:1.4rem;
   font-family: "游ゴシック" !important;
}
.answer {
   font-weight: 420;
   font-size:1.2rem;
   color:brown;

   font-family: "游ゴシック" !important;
}
p {
   font-size:1.0rem;
   font-family: "游ゴシック" !important;
}

.index{
   position: sticky !important;
   top: 15%;
   margin-bottom:100%;
}

.index > a{
   color: #6a6a6a;
}

.centimgbox{
   text-align: center;
   z-index: 1;
}

img{
   z-index: 1;
   position: static;
}

.popup{
  
   width: 100%;
   height: 100%;
   background-color:#6a6a6a;
   opacity: 0.9;
   z-index: 10;
}

.targetindex{
   height: 100px;
}

