@charset "utf-8";

body{
    background-image:url(img/hougan2.png);
    background-repeat: repeat-y;
    width: 375px;
    background-position: center;
}
.img1{
    margin-top: 100px;
    margin-bottom:50px ;
    text-align: center;
}
.box1{
    width:325px;
    height:100px;
    background-color: rgba(160, 160, 160, 0.30);
    border-radius:17px;
    margin-top:30px ;
    margin-left: 20px;
    display: flex;
    }
 .remind{
   margin-top: 25px;
   margin-left: 5px;
 }
 .timebox {
   margin-top: 20px;
   margin-left: -270px;
   font-size: 10pt;
   font-family: sans-serif;
   font-weight:600;
}
.timebox p{
    margin-bottom: -0.25px;
 }
.botan1{
    position: absolute;
    text-decoration: none;
    outline: none;
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.30);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 10px 0;
    top:500px;
    left:275px;
    border: 1px solid#458FCD ;
}
.botan1 a{
    color:#458FCD;
    text-decoration: none;
}

.botan1:hover{
    text-decoration: none;
    outline: none;
    background-color: #458FCD;
    border-radius: 50%;
}
.botan1 a:hover{
    color: #FFF;
    text-decoration: none;
}
