* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html{
  min-height: 100%;
}

body{
  background: #faf8cb;
}
a{
  color: #76161b;
}
header{
  text-align: center;
}
header img{
  width: 100%;
}
#contents{
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 2em 0;
  min-height :740px;
}
h1{
  margin:10px auto 30px;
  text-align: center;
  width: 60%;
}
h1 img{
  width: 100%;

}
p{
  text-align: center;
  line-height: 1.9;
  font-size: 14px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 80vw;
  margin: 30px auto;
  padding: 40px;
  border-radius: 15px;
}

.card h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: bold;
}

.card h2#kekka{
  font-size: 2em;
  color: #ed5956;
}
.card h2#kekka.zannen{
  color: #5674c9;
}
.card p {
  font-size: 1.2em;
}

.card .choice {
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.card .choice button {
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  outline: none;
  background: #fff;
  border: 2px solid #76161b;
  margin: 10px auto;
  color: #76161b;
  font-size: 1.2em;
  border-radius: 30px;
  font-weight: bold;
}

.card .netprino{
  font-size:2.2em;
  font-weight: bold;
  margin: 20px auto;
  padding: 0 20px;
  line-height: 2;
  background: #faf8cb;
  border-radius: 90px;
  width: 100%;
}

a.button{
  display: block;
  color: #76161b;
  width: 100%;
  padding: 5px 30px;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  outline: none;
  background: #fff;
  border: 2px solid #76161b;
  margin: 10px auto;
  color: #76161b;
  font-size: 0.8em;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}

footer{
  text-align: center;
  font-size: 13px;
  color: #fff;
}