@charset "utf-8";
body{
  margin: 0;
  padding: 0;
}

div#container{
  width: 360px;
  margin: 0 auto;
  background: #efefef;
  font-family : メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}

div.bun{
  font-size: 24px;
  color: white;
  background: red;
  padding: 10px;
  margin: 10px 0px;
  /* ...............................グラデーション....... */
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
  /* ...........グラデーションここまで................... */
}

div.bun_o{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: red;
  padding: 10px;
  margin: 10px 0px;
  /* ...............................グラデーション....... */
  animation: bg-color 10s infinite;
  -webkit-animation: bg-color 10s infinite;
  /* ...........グラデーションここまで................... */
}
div.koyomi{
  font-size: 18px;
  text-align: center;
  margin:0px auto;
}
a.koyomi{
  margin:0px auto;
  text-decoration: none;
}
div.center_waku{
  margin: 3px 9px 3px 9px;
  padding: 0;
  line-height : 20px;
  text-align: center;
  border: 1px solid;
}
div.under_red{
  width: 322px;
  line-height : 40px;
  font-size: 25px;
  color: red;
  font-weight : bold;
  padding: 2px 10px;
  margin: 20px auto 0 auto;
  text-align: center;
  border-bottom: solid 4px #ff0000;
}
div.center_no_margin{
  margin: 0 auto;
  line-height : 20px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
}
span.bold{
  font-weight: bold;
}
span.red{
  color: red;
}
p{
  font-size: 24px;
  padding: 10px;
  margin: 10px 0px;
}
p.bun{
  font-size: 20px;
  padding: 10px;
  margin: 10px 0px;
}
p.bun_fuku{
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: red;
  font-weight: bold;
}

p.solid{
  font-size: 24px;
  padding: 10px;
  margin: 10px 0px;
  border: solid 3px red;
}

p.red{
  font-size: 24px;
  padding: 10px;
  color: red;
}
p#red_l{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  color: red;
}
div.top{
  background: red;
  text-align: center;
/* ...............................グラデーション....... */
animation: bg-color 10s infinite;
-webkit-animation: bg-color 10s infinite;
/* ...........グラデーションここまで................... */
  }

/* ...............................グラデーション....... */
@-webkit-keyframes bg-color {
  0% { background-color: purple; }
  20% { background-color: #FF8000; }
  40% { background-color: green; }
  60% { background-color: red; }
  80% { background-color: #0080FF; }
  100% { background-color: navy; }
}
@keyframes bg-color {
  0% { background-color: purple; }
  20% { background-color: #FF8000; }
  40% { background-color: green; }
  60% { background-color: red; }
  80% { background-color: #0080FF; }
  100% { background-color: navy; }
}
/* ...........グラデーションここまで................... */

  div.top a{
    display: block;
    /* background: red; */
    text-align: center;
    text-decoration: none;  /* リンクの下線を消す */
    font-size: 30px;
    line-height: 60px;
    color:white;
    font-weight: bold;
  }

#btn_1,#btn_2,#btn_3,#btn_4,#btn_5,#btn_6,#btn_7,#btn_8,#btn_9{
  margin: 0px auto;
  width: 60px;
  height:60px;
  /* border-radius:50%; */
  /* background: #EF454A; */
  text-align: center;
  /* line-height: 120px; */
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor:pointer;
  /* box-shadow:0 10px 0 #D1483E; */
  /* border:3px solid  #D1483E; */
  user-select:none;
  transition: 5s  ease-out;
  }
/* #btn_1{
  background-color: purple;
  box-shadow: 0 0 30px purple;

} */
/* #btn_2{
  background-color: yellow;
    box-shadow: 0 0 30px yellow;
} */
/* #btn_3{
  background-color: green;
      box-shadow: 0 0 30px green;
} */
/* #btn_4{
  background-color: red;
  box-shadow: 0 0 30px red;

} */
/* #btn_5
{
  background-color: aqua;
    box-shadow: 0 0 30px aqua;
} */
/* #btn_6
{
  background-color: navy;
      box-shadow: 0 0 30px navy;
} */

/* #btn_7{
  background-color: #FF8000;
  box-shadow: 0 0 30px #FF8000;

} */
/* #btn_8
{
  background-color: #0080FF;
    box-shadow: 0 0 30px #0080FF;
} */
/* #btn_9
{
  background-color: #A9F5A9;
      box-shadow: 0 0 30px #A9F5A9;
} */
#ans_w{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-left: 5px;
}


  #btn7_1,#btn7_2,#btn7_3,#btn7_4,#btn7_5,#btn7_6,#btn7_7{
    margin: 30px auto;
    width: 120px;
    height:120px;
    border-radius:50%;
    background: navy;
    text-align: center;
    line-height: 120px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor:pointer;
    /* box-shadow:0 10px 0 #D1483E; */
    /* border:3px solid  #D1483E; */
    user-select:none;
    transition: 5s  ease-out;
    }

    #btnm_1,#btnm_2,#btnm_3,#btnm_4,#btnm_5{
      margin: 0px auto;
      width: 60px;
      /* height:120px; */
      border-radius:50%;
      background: green;
      text-align: center;
      /* line-height: 120px; */
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      cursor:pointer;
      user-select:none;
      transition: 5s  ease-out;
      }




  #btn4_1,#btn4_2,#btn4_3,#btn4_4{
    margin: 0px auto;
    width: 100px;
    height:100px;
    border-radius:50%;
    background: #EF454A;
    text-align: center;
    line-height: 100px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor:pointer;
    /* box-shadow:0 10px 0 #D1483E; */
    /* border:3px solid  #D1483E; */
    user-select:none;
    transition: 5s  ease-out;
    }

  .spin{
    transform:rotate(7200deg);
  }
  p.mokuzi{
    margin: 10px 5px 10px 10px;
    line-height : 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color:red;
}
  #ans{
    margin: 5px 5px 5px 10px;
    line-height : 30px;
    font-size: 22px;
    text-align: left;
  }
  #ans_kenkou{
    margin: 5px 5px 5px 10px;
    line-height : 28px;
    font-size: 20px;
    text-align: left;
  }
  #ans_kinsen{
    margin: 5px 5px 5px 10px;
    line-height : 28px;
    font-size: 20px;
    text-align: left;
  }
  #ans_renai{
    margin: 5px 5px 5px 10px;
    line-height : 28px;
    font-size: 20px;
    text-align: left;
  }
  div.cm{
    line-height : 30px;
    font-size: 18px;
    text-align: center;
    margin: 2px auto 2px auto;
  }

  div.center{
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    background-color: white;
    text-align: center;
  }

  table.num{
    width: 300px;
    margin: 0px auto 0px auto;
    background-color: white;
  }
  table.num td{
    vertical-align: bottom;
      height:60px;
    }

    table.num_1{
      width: 300px;
      margin: 0px auto 0px auto;
      background-color: white;
    }
    table.num_1 td{
      vertical-align: top;
      }
/* ＳＮＳ */
/*---SNSシェアボタン---*/
/* ボタン上の文字 */
.fa-twitter:before, .fa-hatena:before, .fa-line:before, .fa-pocket:before
{
  font-family: helvetica neue,helvetica,arial,sans-serif;

  /* font-size:14px */
}
.fa-facebook:before {
  content: "f";
  font-family: Verdana;
  font-size:23px;
  /* font-weight: bold */
}
.fa-twitter:before {
  content: "twitter";
  font-size:23px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
}
.fa-line:before {
  content: "Line";
  font-size:23px;
}
.fa-pocket:before {
  content: "pocket";
}

/* ボタン表示位置の調整 */
.button-area {
  text-align: center;
  overflow:hidden;
  /* clear:left; */
  margin-top:15px;
  margin-left: 8px;
  margin-bottom: 15px;
}

/* タイトルの表示設定 */
.button-area-title {
  text-align: center;
  padding:.7em;
}

/* ボタンブロックのデザイン */
.button-area li a {
  padding: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px; 
}

/* SNSごとの背景色 */
.twitter a {
  background-color: #55acee;
}
.facebook a{
  background-color: #3b5998;
}
.hatena a{
  background-color: #008fde;
}
.line a{
  background-color: #1dcd00;
}
.pocket a{
  background-color: #ea5a6c;
}

/* リスト「・」の削除 */
.button-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ボタン幅と余白の設定 */
.button-area li {
  float: left;
  /* width: 19%; */
  width: 32%;
/* 追加 */
  line-height: 30px;
  margin: 0 .3%;

}

.button-area  ul:after {
  display: block;
  clear: both;
}

/* ボタンにカーソルを合わせた時の表示設定 */
.button-area li a:hover {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* ＳＮＳボタンここまで */
div.policy{
  width: 320px;
  text-align: center;
  font-size: 20px;
  margin: 10px auto;
  padding: 10px;
  background-color: #3b5998;
  color: white;
}
div.policy a{
  font-size: 20px;
  color: white;
}

  footer{
    line-height : 30px;
    font-size: 18px;
    text-align: center;
    color: black;
  }
