@charset "utf-8";
body{
    background-image:url(img/hougan2.png);
    background-repeat: repeat-y;
    width: 375px;
    background-position: center;
}
.box2{
    width:325px;
    height:100px;
    background-color: rgba(160, 160, 160, 0.30);
    border-radius:17px;
    margin-top:70px ;
    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;
 }
.hukidasi1{
    position: relative;
    display: inline-block;
    padding: 40px;
    min-width: 200px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 35px;
    box-shadow: 9px 9px 0px 0px rgba(69,143, 205, 0.65);
    margin-left: 30px;
    margin-top: 85px;
    margin-bottom: 100px;
  }
.hukidasi1:before{
    content:  "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: 100%;
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(69,143, 205, 0.5);
  }
.hukidasi1:after{
    content:  "";
    position: absolute;
    width: 0;
    height: 0;
    left: 45%;
    bottom: 100%;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
.hukidasi1 p{
    font-family: sans-serif;
    font-weight: 600;
    line-height: 1.75em;
}
.scroll{
    position:absolute;
	left:50%;
	bottom:10px;
	height:50px;
}
.scroll::after{
    content: "";
    position: absolute;
    top: 450px;
    width: 2px;
    height: 300px;
    text-align: center;
    background: #000000;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
 }
 @keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:70px;
		opacity: 1;
	}
	100%{
		height:0;
		top:100px;
		opacity: 0;
	}
}
.back3 {
    position:relative;
    margin-left: 0px;
    margin-bottom: 0px;
}
.main2{
    display: flex;
}
.keisen{
    position:absolute;
    top:100px;
}
.back3 p{
    top:200px;
    left: 55px;
    position: absolute;
	text-decoration: none;
	width: 250px;
    height: 25px;
    text-align: center;
    padding:20px 0;
	font-weight: bold;
    font-family: sans-serif;
	background:rgba(255, 255, 255, 0.20);
	color: #fff;
	border-radius: 100vh;
}
.abet{
  position:absolute;
  left: 30px;
  top: 350px;
}
.amat{
  position:absolute;
  right: 9px;
  top: 350px;
}
.nagaset{
  position:absolute;
  left: 30px;
  top: 600px;
}
.mt{
  position:absolute;
  left: 200px;
  top: 600px;
}
.mzut{
  position:absolute;
  left: 30px;
  top: 850px;
}
.yamamt{
  position:absolute;
  left: 200px;
  top: 850px;
}
.zoukei{
 position:absolute;
 bottom: 0px;
}
