html{
  width: 100%;
  box-sizing: content-box;
  max-width: 980px;
  margin: auto;
}


#a{
    font-weight: bold;
    background-color: #eee;
    text-align: center;
    font-size: 20px;
}


#title{
    text-align: center;
    text-decoration: underline overline;
    text-decoration-color: red;
    padding: 4 4%;
    margin-top: 60px auto;
    margin-bottom: auto;
    line-height: 2;
    font-size: 30px;
}

.b{
    font-weight: bold;
    text-decoration: underline;
    margin: 0%;
    
}
p{
    line-height: 1.5;
    font-size: 18px;
    text-indent: 0.5em;
   padding-left: 3px;
   padding-right: 3px;
}

.btn_22 {
  display: block;
	text-align: center;
	text-decoration: none;
	width: 150px;
  height: 40px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #d92730;
	background: #d92730;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	animation: move_c 1s infinite alternate ease-in-out;
    position: fixed;
    z-index: 99999;
    bottom: 30px;
    right: 40px;
   
    
}

.btn_22 :visited{
    color: #fff;
}

.btn_22 :link{
  color: #fff;
}

@keyframes move_c {
    from {
        transform: translateY(0);
      }
      to {
        transform: translateY(30px);
      }
}
a.btn_22:hover {
	color: #d92730;
	background-color: #fff;
}


#c{
    margin-top: 150px;
}
@media screen and (max-width: 650px){

   .shouhin{
    display:table;
    outline:1px solid #ccc;
    border:none;
    width: 150px;
    margin-left: 8px;
    margin-right: 8px;
   }

   }
   .shouhin img{
    max-width:100%;
    margin:auto;
   }
   .shouhin figcaption{
    display:table-caption;
    caption-side:bottom;
    font-size:18px;
    width:inherit;
    text-align: -1em;
    padding-left: 1em;
   }
   .shouhin ul{
    list-style: none;
    text-align: -1em;
    padding-left: 1em;
    font-size: 16px;
   }
   .shouhinmei{
    font-weight: bold;
   }
   
   #figure{
    display: flex;
   }

   #figure2{
    display: flex;
    margin-bottom: 0;
   }
   
  .line{
    text-decoration: underline;
    text-decoration-color: #d92730;
    text-align: center;
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 1em;
    
  } 

  #company{
    background-color: silver;
    color: black;
    margin-top: 2em;
    
  }
  #company :visited{
    color: red;
  }

  .hojokin{
    color: red;
    font-weight: bold;
    text-indent: 1em;
    padding-left: 1em;
  }

  #tbl{
    background-color: #eee;
    
    margin-top: 0;
    margin-bottom: 5em;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
  }



  #midasi{
    
    border-bottom: 6px double red;
    text-align: center;
    margin-left: 20px;
    padding: auto;

  }
  #midasi2{
    margin-left: 20px;
    margin-top: 0;
    line-height: 0;
    text-align: center;
    padding: auto;
  }
#last{
  margin-bottom: 3rem;
}

#main{
  padding-left: 5px;
  padding-right: 5px;
}

span{
  color: #d92730;
}


#hojo{
  max-width: 100%;
  border: outset;
  border-radius: 10px;
}

#top1{
  max-width: 100%;
  
}

#midasi2{
  color: #000000;
}

#tokyohojo{
  max-width: 100%;
  border: outset;
  border-radius: 10px;
  background-color: #eee;
}