@charset "UTF-8";
body{
  margin: 0;
  padding: 0;
}
div.container{
  overflow: hidden;
  width:360px;
  margin: 0 auto;
  font-size: 18px;
  font-family:"Meiryo","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}
/* ＳＮＳ */
/*---SNSシェアボタン---*/
/* ボタン上の文字 */
.fa-twitter:before, .fa-hatena:before, .fa-line:before, .fa-pocket:before
{
  font-family: helvetica neue,helvetica,arial,sans-serif;
  font-weight: bold;
  /* font-size:14px */
}
.fa-facebook:before {
  content: "f";
  font-family: Verdana;
  font-size:25px;
  font-weight: bold
}
.fa-twitter:before {
  content: "twitter";
  font-size:25px;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
}
.fa-line:before {
  content: "Line";
  font-size:25px;
}
.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: 38px;
  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;
}

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: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
@keyframes bg-color {
  0% { background-color: #e74c3c; }
  20% { background-color: #f1c40f; }
  40% { background-color: #1abc9c; }
  60% { background-color: #3498db; }
  80% { background-color: #9b59b6; }
  100% { background-color: #e74c3c; }
}
/* ...........グラデーションここまで................... */

  div.top a{
    display: block;
    /* background: red; */
    text-align: center;
    text-decoration: none;  /* リンクの下線を消す */
    font-size: 30px;
    line-height: 60px;
    color:white;
    font-weight: bold;
  }

div.cm{
  margin:3px auto 3px auto;
  width:340px;
  line-height : 20px;
  font-size: 15px;
  text-align: center;
}

.box_bak_ao{
  font-size: 15px;
  padding: 0.5em 1em;
  margin: 3px 5px;
  color: #2c2c2f;
  background: #cde4ff;/*背景色*/
}

div.center{
  margin-top: 20px;
  margin-bottom: 20px;
  line-height : 20px;
  font-size: 18px;
  text-align: center;
}
#re{
  margin: 20px auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: blue;
  border-radius:10px;
}

/* 枠の途中にタイトル */
.box26 {
  position: relative;
  width: 320px;
  margin: 10px auto;
  padding: 5px 5px;
  border: solid 2px #95ccff;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  text-align: left;
  top: -8px;
  left: 9px;
  padding: 0 9px;
  line-height: 1;
  font-size: 14px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}
.box26 p {
  margin: 0; 
  padding: 0 5px;
  font-size: 13px;
  text-align: left;
}
/* 枠の途中にタイトル ここまで*/

ul.cm_a{
  border: 0;
}
ul.cm_a li{
  color: #1e366a;
  font-size: 13px;
  text-align: left;
}


/* リスト */
ul, ol {
  color: #1e366a;
  border: dotted #1e366a 1px;/*ドット 色 太さ*/
  padding: 5px 5px 5px 23px;
  margin: 5px 10px;
}
ul li, ol li {
  line-height: 1.5;
  padding: 5px 0;
  font-size: 13px;
}
/* リストここまで */
table.mihon,.mihon td{
  border-collapse: collapse;
  border:1px solid #333;
  margin: 20px auto;
  /* width: 250px; */
  /* font-size: 30px; */
  height: 50px;
  line-height: 50px;
  background-color: #fffacd;
}
table.mihon td{
  width: 150px;
  font-size: 28px;  
}

div.center_0{
  margin: 10px 20px 0 20px;
  line-height : 20px;
  font-size: 18px;
  text-align: center;
}
div.center_big{
  margin: 20px;
  line-height : 40px;
  font-size: 22px;
  text-align: center;
}
div.center_big_1{
  margin: 20px 20px 1px 20px;
  line-height : 50px;
  font-size: 30px;
  text-align: center;
}
div.close{
  margin: 20px 0;
  text-align: center;
}
input.button{
  line-height : 36px;
  font-size: 26px;
}
div.link{
  width:300px;
  line-height:50px;
  color: white;
  /* background-color : grey; */
  background-color : #666666;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0 0 0;
}
div.link a{
  text-decoration:none;
  color:white;
  font-size: 35px;
}

div.kanzi{
  width:340px;
  font-size: 16px;
  line-height:23px;
  color: white;
  /* background-color : grey; */
  background-color : #666666;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0 0 0;
}
div.box_hasen{
  width: 340px;
  padding: 5px 0;
  margin: 1px auto 5px auto;
  background: #f0f7ff;
  border: dashed 2px #5b8bd0;/*点線*/
}
div.box_hasen p.bun{
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0 10px;
}
div.box_maruwaku {
  padding: 5px 5px;
  margin: 5px 5px;
  text-align: center;
  font-size: 18px;
  /* color: #6091d3; */
  color: rgb(53, 53, 53);
  background: #FFF;
  border: solid 3px #6091d3;/*線*/
  border-radius: 10px;/*角の丸み*/
}

div.ans{
  font-size: 18px;
  line-height:30px;
  margin: 6px auto;
  text-align: center;
}

div.navy{
  margin-left:auto;
  margin-right:auto;
  margin-top: 20px;
  width: 340px;
  font-size: 20px;
  color: white;
  line-height:40px;
  text-align: center;
  background-color : navy;
}
div.link_red{
  margin: 20px auto;
  width: 340px;
  font-size: 28px;
  font-weight: bold;
  line-height:60px;
  text-align: center;
  background-color : red;
}
div.link_red a{
  text-decoration:none;
  color: white;
}
/* ｌｉｎｋで使用しているｃｓｓ */
div.center_0_auto{
  width: 340px;
  text-align: center;
  margin: 0px auto;
}
table.link_migi{
  margin: 5px;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}
/* 幅広３００ｐｘ */
table.kuizu td.wide{
  width:320px;
  border: 2px black solid;
  border-collapse: collapse;
  line-height : 55px;
  font-size: 22px;
  background-color: yellow;
}

a.widelink_migi{
  display: block;
  padding: 0.1em 0;
  text-decoration: none;
  color:black;
}
a.widelink_migi:visited{
color:black;
}
span.migi_bold{
  font-weight: bold;
  font-size: 14px;
}
/* 100.70写真用リンク */
/* div終わり */

/* Ｐここから */
#gouhi_hantei{
text-align: center;
font-size: 22px;
color: #ff0000;
font-weight: bold;
}
p.bun{
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 0 20px;
}
p.bun_dai{
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  margin: 3;
  padding: 0 20px;
}
p.bun_a{
  text-align: left;
  font-size: 5px;
  line-height: 5px;
  margin: 0;
  /* padding: 0 20px; */
}
p.s{
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin: 0px 1px 1px 120px;
  padding: 0;
}
p.day{
  font-weight : bold;
  font-size: 22px;
  text-align: center;
  padding: 6px 0;
  margin: 0 10px;
}
p.hint{
  font-weight : bold;
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
p.main_2{
  font-size: 18px;
  text-align: left;
  font-weight:normal;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-left: 10px;
  /* padding-right: 40px; */
}
/* ｐ此処まで */
span.orange{
  color: orange;
}
span.dai{
  font-size: 30px;;
}
span.red{
  color: red;
}
span.saizu16{
  font-size: 16px;
}
span.saizu14{
  font-size: 14px;
}
span.saizu14_bold{
  font-size: 14px;
  font-weight: bold;
}
span.saizu13{
  font-size: 13px;
}

h1{
  line-height : 40px;
  font-size: 20px;
  color: #ff00ff;
  font-weight : bold;
  padding: 2px 10px;
  margin: 2px 10px;
  text-align: center;
  border-bottom: solid 4px #ff0000;
}
h1.big{
  line-height : 40px;
  font-size: 30px;
  color: #ff00ff;
  font-weight : bold;
  padding: 2px 10px;
  margin: 2px 10px;
  text-align: center;
  border-bottom: solid 4px #ff0000;
}
span.bold{
  font-weight: bold;
}
span.bold_red{
  color: red;
  font-weight: bold;
}
span.bold_big{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
/* 二字熟語クイズ */
table.kuizu{
  margin: 20px auto;
  border-collapse: collapse;
}
table.kuizu_dai{
  margin: 20px auto;
  border-collapse: collapse;
}
table.kuizu a{
  margin: 20px auto;
  text-decoration: none;
  border-collapse: collapse;
}
table.kuizu td{
  width:80px;
  border: 2px black solid;
  border-collapse: collapse;
  line-height : 80px;
  font-size: 50px;
  text-align: center;
}
table.kuizu_dai td{
  width:100px;
  border: 2px black solid;
  border-collapse: collapse;
  line-height : 100px;
  font-size: 80px;
  text-align: center;
}
table.kuizu tr.bold{
  width:80px;
  border: 4px black solid;
  border-collapse: collapse;
  line-height :80px;
  font-size: 25px;
}
table.kuizu td.bold{
  width:80px;
  border: 4px black solid;
  border-collapse: collapse;
  line-height : 80px;
  font-size: 25px;
  text-align: center;
}
table.kuizu td.black{
  width:80px;
  border: 2px black solid;
  border-collapse: collapse;
  line-height : 80px;
  font-size: 25px;
  text-align: center;
  background-color: black;
}
table.kuizu td.red{
  width:80px;
  border: 2px black solid;
  border-collapse: collapse;
  line-height : 80px;
  font-size: 25px;
  text-align: center;
  color: red;
}
table.kuizu td.no{
  width:80px;
  border: 0px black solid;
  border-collapse: collapse;
  line-height : 80px;
  font-size: 25px;
  text-align: center;
}
table.day{
  text-align: center;
  margin: 0 auto;
}
/* ヒントの折り畳み */
/*全体*/
.hidden_box {
  text-align: center;
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}
/* 答えの折り畳み */
/*全体*/
.hidden_box_a {
  text-align: center;
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
    background: #efefef;
}
/*答えボタン装飾*/
.hidden_box_a label {
    padding: 20px 30px 20px 30px;
    font-weight: bold;
    border: solid 2px black;
    border-radius: 10px;
    cursor :pointer;
    background: #ffff99;
}
/*ボタンホバー時*/
/* .hidden_box label:hover {
    background: #efefef;
} */

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*答えチェックは見えなくする*/
.hidden_box_a input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*答えの中身を非表示にしておく*/
.hidden_box_a .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*クリックで答えの中身表示*/
.hidden_box_a input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
div.mondai_1{
  margin:20px auto;
  width:300px;
  text-align: center;
  font-size:26px;
  padding: 20px 0;
  line-height: 35px;
  background-color:#f5deb3;
  border:solid 2px #000000;
  border-radius: 20px;
  text-decoration: none;
}


div.mondai_2{
  margin:20px auto;
  width:300px;
  text-align: center;
  font-size:26px;
  padding: 20px 0;
  line-height: 35px;
  background-color: #fffacd;
  border:solid 2px #000000;
  border-radius: 20px;
}
footer{
  width: 100%;
  line-height : 30px;
  font-size: 18px;
  text-align: center;
}
ul.yokonarabi{
  display: flex;
  list-style: none;
  margin: 0px auto;
  padding:0 20px;
}
li.content {
  width: 100px;
  height: 100px;
  margin: 3px;
}
div.center_li{
  width: 100%;
  margin: 20px auto;
  line-height : 20px;
  font-size: 18px;
  text-align:center;
}
