/* ページトップへ戻るボタン */





#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 99;
}

#page-top a {
//    background: rgba(121, 255, 182, 0.5);
//    background: rgba(255, 255, 255, 1.0);
    background: rgba(144, 228, 144, 0.3); /* LightGreen	#90ee90 */
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    padding-top: 21px;
    border: 1.5px solid #008400;
    border-radius: 15px 15px 15px 15px;
    letter-spacing: -1px;
    text-decoration: none;
    color: #008400;
//  width: 60px;
//  padding: 28px 5px;
    text-align: center;
    display: block;
//  border-radius: 90px;
    opacity: 0.6;
    transition: all .5s ease;
}

#page-top a:hover {
//    background     : rgba(121, 255, 182, 0.3);
    text-decoration: none;
    opacity: 1.0;
}

#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
//  content: '\f062';
  font-size: 26px;
  color: #008400;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}





#page_top{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
//    background: #FFF;
//    background: rgba(135, 206, 235, 0.3);
    background: rgba(144, 228, 144, 0.3); /* LightGreen	#90ee90 */
    border: 1px solid #008400;
    border-radius: 15px 15px 15px 15px;
    padding-top: 28px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 80%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
//    right: 92%;
    right: 20px;
    z-index: 10000;
}

#page_top:hover{
    opacity: 1;
}

#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
//  content: '\f062';
  font-size: 26px;
  color: #008400;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}





