@charset "utf-8";
/* CSS Document */

body {
background: #000;
color: #fff;
}
h1 {
margin-bottom: 2em;
text-align: center;
font-size: 3em;
font-family: 'Yu Mincho', '游明朝', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h2, p.gold {
background: #000;
color: #dcc6a0;
font-size: 2em !important;
text-align: center;
line-height: 1.9em;
font-family: 'Yu Mincho', '游明朝', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h2 {
background: url(../../../items/nazo/nazo03/kazari01.svg) no-repeat center center;
padding: 3em 0;
display: flex;
align-items: center;
}
h2:before, h2:after {
content: "";
flex-grow: 1;
height: 1px; /* 線の太さ */
background: #BEA984; /* 線の色 */
margin: 0 2em; /* 文字と線の余白 */
}
@media screen and (max-width: 598px) {
p.gold {
font-size: 1.3em !important;
line-height: 1.4em;
}
h2 {
background: url(../../../items/nazo/nazo03/kazari01.svg) no-repeat center center;
background-size: 28%;
font-size: 1em !important;
width: 100%;
margin: auto;
padding: 4em 0;
}
}
.nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.nav li {
text-align: center;
width: 17%;
}
.nav li a {
color: #000;
width: 100%;
display: block;
padding: 10px 0;
background-color: #BEA984;
text-decoration: none;
}
.nav li a:hover {
}
@media screen and (max-width: 598px) {
.nav li {
width: 47%;
margin-bottom: 10px;
}
}
/* 画像の最適化　*/
img {
max-width: 100%;
height: auto;
}
.wrap {
max-width: 1300px;
padding: 10px;
margin: auto;
}
.footer {
margin-bottom: 120px;
}
section {
margin-bottom: 8em;
}
hr {
margin-bottom: 3em;
}
ul.handbook {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
box-sizing: border-box;
counter-reset: li_count;    /* カウンタをセット */
margin-left: 2em;
padding-top: 20px;
}
.handbook li {
border: solid 1px #fff;
padding: 1.5em;
position: relative;
width: 27%;
margin: 2em 0.8% 2em 0.8%;
display: list-item;
text-align: -webkit-match-parent;
color: #fff;
!font-family: 'Yu Mincho', '游明朝', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.handbook li::before {
background-color: #000;
content: counter(number, decimal-leading-zero);
position: absolute;
top: -0.5em;
left: -0.3em;
z-index: 0;
font-size: 2em;
line-height: 1;
color: #fff;
font-family: sofia-pro, sans-serif;
font-style: normal;
box-sizing: border-box;
counter-increment: li_count;  /* カウンタの値を計算していく */
content: counter(li_count)"."; /* 数字出力 */
color: #BEA984;
}
@media screen and (max-width: 1024px) {
ul.handbook {
margin-left: 0em;
}
.handbook li {
position: relative;
width: 41%;
}
}
@media screen and (max-width: 598px) {
ul.handbook {
margin-left: 0;
}
.handbook {
display: block;
margin-left: 0;
}
.handbook li {
width: 83%;
margin: 2em auto;
}
}
.jinx_wrap {
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.jinx_wrap div {
display: block;
text-align: center;
width: 25%;
margin: 0 2% 3em;
background: url(../../../items/nazo/nazo03/patarn_hoshi.svg) rgba(255,255,255,0.95);
border-radius: 3px;
color: #333;
padding: 2%;
text-align: left;
}
.jinx_wrap h3 {
font-size: 2em !important;
text-align: center;
line-height: 1.3em;
font-family: 'Yu Mincho', '游明朝', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 1024px) {
.jinx_wrap div {
width: 41%;
}
}
@media screen and (max-width: 598px) {
.jinx_wrap {
display: block;
margin-left: 0;
}
.jinx_wrap div {
width: 83%;
margin: 2em auto;
}
}
#set01 {
background: url(../../../items/nazo/nazo03/bg_cat.svg) no-repeat top left;
}
.handbook {
background: url(../../../items/nazo/nazo03/bg_coin.svg) no-repeat bottom right;
}
#set04 {
background: url(../../../items/nazo/nazo03/bg_nats.svg) no-repeat bottom right;
}
@media screen and (max-width: 598px) {
#set01 {
background-size: 70% auto;
padding-top: 150px;
}
.handbook {
padding-bottom: 150px;
background-size: 50% auto;
}
#set04 {
background: url(../../../items/nazo/nazo03/bg_nats2.svg) no-repeat bottom right;
background-size: 50% auto;
}
}



input{
	padding:0;
	margin:0;
}

.ans_sec{
padding:0 2em 3em;
margin: auto;
font-size:43px;
}
.ans_sec p{
margin:0.5em 0;
}
.ansbox{
margin:5px 0.5em;
color:#fff;
letter-spacing: 3px;
border:solid 2px #fff;
margin: auto;
font-size:60px;
}

.ans0a{width:4.16em;
background:#000 url(../../../items/nazo/nazo03/bgans_a.svg) no-repeat top left;
background-size: 100% auto;
}
.ans0b{width:5.16em;
background:#000 url(../../../items/nazo/nazo03/bgans_b.svg) no-repeat top left;
background-size: 100% auto;
}
.ans0c{width:5.16em;
background:#000 url(../../../items/nazo/nazo03/bgans_c.svg) no-repeat top left;
background-size: 100% auto;
}
.ans0d{width:5.16em;
background:#000 url(../../../items/nazo/nazo03/bgans_d.svg) no-repeat top left;
background-size: 100% auto;
}
.ans0e{width:9.5em;
background:#000 url(../../../items/nazo/nazo03/bgans_e.svg) no-repeat top left;
background-size: 100% auto;
}
.ans0x{width:10.46em;
background:#000 url(../../../items/nazo/nazo03/bgans_x.svg) no-repeat top left;
background-size: 100% auto;
}
.err{ font-size:14px; color:#FF0;}

@media screen and (max-width: 598px) {
.ans_sec{
padding:2em 10px;
font-size:26px;/*30*/
}

.ansbox{
font-size:25px;
-webkit-text-size-adjust: 100%;
}

.ans0b,
.ans0c,
.ans0d{width:5.26em;}
.ans0e{width:9.9em;}
.ans0x{width:9.46em;}
}


/*ボタン*/
.btn0x{
font-size:30px;
padding:5px 0.8em;
color:#fff;
background-color:#dd5500;
border:none;
border-radius:5px 0.8em;
transition: .3s;
}
.btn0x:hover{
background-color:#461b00;
color:#555;}
@media screen and (max-width: 598px) {
.btn0x{
font-size:15px;
}
}



.hint_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.hint_wrap section{
padding:2%;
width: 25%;
margin: 0 2% 3em;
}

.hint_box{
	margin-bottom:1em;
}

.hint_box a{
border:solid 1px #CCC;
display:block;
padding:10px;
text-align:center;
color: #FFC;
}
@media screen and (max-width: 830px) {
.hint_wrap section{
width: 46%;
margin: 0 0 3em;
}
}

@media screen and (max-width: 598px) {
.hint_wrap{
display: block;
}
.hint_wrap section{
width: 96%;
}
}


