@charset "UTF-8";


body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  background-color: pink;
  text-align: center;
  font-weight: bold;
}

a {
  color: black;
  text-decoration: underline;
}

img{
  background-color: #fff;
}

p{
  font-size: 20px;
}
.jyanken form{
  display:flex;
  flex-direction: row;
  justify-content: center;
}

.item{
  margin-left: 20px;
  font-size: 150%;
}

.btn{
  font-size: 26px;
  margin-bottom: 10px;
}

.result{
  font-size: 150%;
  margin-top:15%;
}


.reset{
  font-size: 150%;
    margin-top:15%;
}

.kekka{
  margin-top:15%;
}

.text{
  color: red;
  text-decoration: underline;
  display: inline-block;
  display: inline;
}
.mode a img{
  width: 30%;
  margin: 20px;
}

.return a p{
  position: absolute;
  top: 0;
  left: 0;
}

h3{
  font-size:45px;
  margin-top:0;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader p{
  font-size: 30px;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;

}
