@charset "utf-8";

.mar{
    margin-bottom:20px
}
.mar1{
    margin-bottom:50px
}
.mar2{
    margin-bottom:100px
}


.rom{
  list-style-type: lower-roman;
}

.bold{
    font-weight: bold;
}




/*スクロールボタン*/
    
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #7DCEFA;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


@media screen {
    img {
        max-width: 95%;
        height: auto;
    }