@charset "UTF-8";
.hikei img{
	width: 100%;
}
.toppg{
	position: relative;
}
.toppg img{
	width: 100%;;
}
.rogo{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
	position: absolute;
	top: 30px;
}

.toptkst{
    padding: 1rem 1rem 1.5rem;
    background:
        linear-gradient(135deg, #8BBCC1 0 100%),
        repeating-linear-gradient(45deg, #8BBCC1 0px 3px, transparent 3px 6px);
    background-repeat: no-repeat;
    background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
    background-position: 0 0, 0.5rem 0.5rem;
	position: relative;
	top: 100px;
	text-align: center;
}
.toptkst {
    color: white;
    line-height: 1.5;
}
.btn{
 
   flex-flow: column;
   align-items: center;
   justify-content: space-around;
   text-align: center;
   position: relative;
   top: 60px;
   padding: 90px;
}
.btn1{
  font-size: 18px;
  display: inline-block;
  padding: 0.5em 1em 0.3em;
  position: relative;
  color: #9F79C2;
  border: solid 2px #9F79C2;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
position: relative;
	right: 40px
}

.btn1:before {
  background-color: #D8EBF5;
  border-radius: 5px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.btn2{
  font-size: 18px;
  display: inline-block;
  padding: 0.5em 1em 0.3em;
  position: relative;
  color: #9F79C2;
  border: solid 2px #9F79C2;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
	right: -40px
}

.btn2:before {
  background-color: #D8EBF5;
  border-radius: 5px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}

.btn3{
  font-size: 18px;
  display: inline-block;
  padding: 0.5em 1em 0.3em;
  position: relative;
  color: #990000;
  border: solid 2px #990000;
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
}

.btn3:before {
  background-color: #D8EBF5;
  border-radius: 5px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: -1;
}


