@charset "UTF-8";

body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*----------------------------------------
	main_img
-----------------------------------------*/
#main_img {
  position: relative;
}
#main_img p {
  background: #000;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  z-index: 1;
}
#main_img h1 {
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  #main_img p {
    top: 0;
    bottom: auto;
  }
  #main_img p img {
    width: auto;
  }
}


/*----------------------------------------
	s-howtoplay
-----------------------------------------*/
.s-howtoplay {
  background: url(../img/bg_howtoplay.png) no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 40px 0 62px;
}
.s-howtoplay.s-correct,
.s-howtoplay.s-incorrect {
  background-image: url(../img/bg_howtoplay_02.png);
}
.s-howtoplay h2 {
  text-align: center;
  width: 71.875%;
  margin: 0 auto 15px;
}
.c-howtoplay {
  background: #fff8e1;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 25px 45px;
  position: relative;
  overflow: hidden;
  width: 87%;
  width: calc(100% - 47px);
  margin: 0 auto;
}
.c-howtoplay img {
  display: none;
}

.c-howtoplay ol li {
  counter-increment:num;
  font-size: 12px;
  margin-top: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-howtoplay ol li:first-child {
  margin-top: 0;
}
.c-howtoplay ol li:before {
  content:counter(num) ".";
  color: #885e00;
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.c-howtoplay ol:after {
  content: "";
  counter-reset: num;
  display: block;
}

.c-howtoplay .notes_txt {
  margin-top: 10px;
  padding-left: 17px;
}
.c-howtoplay .notes_txt p {
  line-height: 1.73;
  font-size: 9px;
}

.c-correct,
.c-incorrect {
  background: #fff8e1;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 25px 20px;
  position: relative;
  width: 87%;
  width: calc(100% - 47px);
  margin: 0 auto;
}
.c-correct .c-correct_txt {
  border: 12px solid #ff6a00;
  border-radius: 50%;
  box-sizing: border-box;
  display: table;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 40px;
  width: 98px;
  height: 98px;
  position: relative;
}
.c-correct .c-correct_txt span {
  display: table-cell;
  vertical-align: middle;
  color: #c30000;
}
.c-correct .c-correct_txt:before {
  content: "";
  background: url(../img/cara_02.png) no-repeat 0 0;
  -webkit-background-size: 24px 39px;
  background-size: 24px 39px;
  position: absolute;
  top: 50px;
  left: -22px;
  width: 24px;
  height: 39px;
  z-index: 0;
}
.c-correct .c-correct_txt:after {
  content: "";
  background: url(../img/cara_03.png) no-repeat 0 0;
  -webkit-background-size: 86px 135px;
  background-size: 86px 135px;
  position: absolute;
  top: -20px;
  right: -110px;
  width: 86px;
  height: 135px;
  z-index: 0;
}
.c-correct p {
  line-height: 1.73;
  font-size: 12px;
}
.c-correct p strong {
  color: #c30000;
  font-weight: normal;
  font-size: 18px;
}
.c-correct .txt_red {
  color: #c30000;
  margin-top: 20px;
}
.c-correct #share {
  padding: 0;
  margin-top: 20px;
}
.c-correct #share ul {
  width: 100%;
}
.c-correct .txt_notes {
  text-align: center;
  margin-top: 20px;
}
.c-correct .txt_notes a {
  color: #39b0ea;
  font-size: 9px;
}

.c-incorrect {
  text-align: center;
  position: relative;
}
.c-incorrect::after {
  content: "";
  background: url(../img/cara_04.png) no-repeat 0 0;
  -webkit-background-size: 64px 212px;
  background-size: 64px 212px;
  position: absolute;
  top: 10px;
  right: 25px;
  width: 64px;
  height: 212px;
  z-index: 0;
}
.c-incorrect .c-incorrect_txt {
  display: table;
  margin: 0 auto 25px;
  width: 108px;
  height: 108px;
  text-align: center;
  position: relative;
}
.c-incorrect .c-incorrect_txt::before,
.c-incorrect .c-incorrect_txt::after {
  content: "";
  background: #2996f3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 130px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}
.c-incorrect .c-incorrect_txt::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-incorrect .c-incorrect_txt span {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  -webkit-text-stroke: 1px #fff;
  z-index: 1;
}
.c-incorrect p {
  font-size: 12px;
  margin-bottom: 60px;
}
.c-incorrect #turn_back {
  background: #545454;
  -webkit-box-shadow: 0 3px 0 #292929;
	box-shadow: 0 3px 0 #292929;
	box-sizing: border-box;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
  .s-howtoplay {
    padding: 60px 0 125px;
  }
  .s-howtoplay h2 {
    margin-bottom: 20px;
  }
  .c-howtoplay {
    width: 1024px;
    padding: 50px 90px 125px;
    margin: 0 auto 25px;
  }
  .c-howtoplay ol li {
    font-size: 18px;
  }
  .c-howtoplay ol li:before {
    font-size: 24px;
    margin-right: 10px;
  }
  .c-howtoplay img {
    display: inline;
    position: absolute;
    bottom: -90px;
    right: 62px;
    z-index: 0;
  }

  .c-howtoplay .notes_txt {
    margin-top: 23px;
    padding-left: 34px;
  }
  .c-howtoplay .notes_txt p {
    font-size: 12px;
  }

  .c-correct,
  .c-incorrect {
    width: 1024px;
    padding: 70px 90px 110px;
    margin: 0 auto;
  }
  .c-correct .c-correct_txt {
    border-width: 28px;
    font-size: 60px;
    margin-bottom: 100px;
    width: 236px;
    height: 236px;
  }
  .c-correct .c-correct_txt:before {
    -webkit-background-size: 48px 78px;
    background-size: 48px 78px;
    top: 112px;
    left: -42px;
    width: 48px;
    height: 78px;
  }
  .c-correct .c-correct_txt:after {
    -webkit-background-size: 257px 405px;
    background-size: 257px 405px;
    top: -76px;
    right: -334px;
    width: 257px;
    height: 405px;
  }
  .c-correct p {
    font-size: 24px;
    text-align: center;
  }
  .c-correct p strong {
    font-size: 36px;
  }
  .c-correct .txt_red {
    margin-top: 40px;
  }
  .c-correct #share {
    margin-top: 30px;
  }
  .c-correct #share ul {
    margin-bottom: 0;
    width: 520px;
  }
  .c-correct .txt_notes {
    margin-top: 40px;
  }
  .c-correct .txt_notes a {
    font-size: 18px;
  }

  .c-incorrect::after {
    -webkit-background-size: 128px 425px;
    background-size: 128px 425px;
    top: 40px;
    right: 190px;
    width: 128px;
    height: 425px;
  }
  .c-incorrect .c-incorrect_txt {
    margin: 0 auto 50px;
    width: 216px;
    height: 216px;
  }
  .c-incorrect .c-incorrect_txt::before,
  .c-incorrect .c-incorrect_txt::after {
    width: 30px;
    height: 280px;
  }
  .c-incorrect .c-incorrect_txt span {
    font-size: 60px;
    -webkit-text-stroke: 2px #fff;
  }
  .c-incorrect p {
    font-size: 24px;
    margin-bottom: 120px;
  }

  .c-incorrect #turn_back {
    -webkit-box-shadow: 0 5px 0 #292929;
    box-shadow: 0 5px 0 #292929;
    border-radius: 50px;
    font-size: 24px;
    padding: 20px 0;
    width: 500px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all linear .2s;
	  transition: all linear .2s;
  }
  .c-incorrect #turn_back:hover {
    opacity: 0.7;
  }
}


/*----------------------------------------
	s-question
-----------------------------------------*/
.s-question {
  background: #fff8e1;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 25px 20px;
  position: relative;
  width: 87%;
  width: calc(100% - 47px);
  margin: 30px auto 0;
}
.s-question h3 {
  font-size: 13px;
  color: #9b782f;
  text-align: center;
  margin-bottom: 30px;
}
.s-question h3 strong {
  font-size: 21px;
}
.s-question h3 span {
  color: #000;
  font-size: 9px;
}
.s-question h3.h3_02 {
  margin: 50px 0 0;
}
.s-question h4 {
  font-size: 24px;
  color: #885e00;
  margin-top: 30px;
}
.s-question h4:first-child {
  margin-top: 0;
}
.s-question .p-acd {
  background: #eb811d;
  border-radius: 5px;
  box-shadow: 0px 4px 0px #aa5300;
  padding: 0 10px;
}
.s-question .p-acd.open {
  padding-bottom: 10px;
}
.s-question .p-acd .btn-acd {
  background: #eb811d;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  position: relative;
}
.s-question .p-acd .btn-acd:before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  border-top: 10px solid #000;
  border-bottom: 10px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 0;
  height: 0;
  z-index: 0;
}
.s-question .p-acd .btn-acd:after {
  content: "";
  background: #aa5300;
  position: absolute;
  top: 0;
  right: 40px;
  width: 1px;
  height: 100%;
  z-index: 0;
}
.s-question .p-acd.open .btn-acd {
  color: #eb811d;
}
.s-question .p-acd.open .btn-acd:before {
  border-top: 19px solid #eb811d;
}
.s-question .p-acd.open .btn-acd:after {
  background: #eb811d;
}

.s-question .p-acd .c-acd {
  display: none;
}
.s-question .p-acd .q-box {
  background: #ffd475;
  box-sizing: border-box;
  padding: 12px 10px;
  margin-bottom: 10px;
}
.s-question .p-acd .q-box .q-box_tit {
  font-size: 15px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.s-question .p-acd .q-box .q-box_tit:before {
  display: none;
  content: "";
  background: url(../img/cara_02.png) no-repeat 0 0;
  -webkit-background-size: 24px 39px;
  background-size: 24px 39px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  width: 24px;
  height: 39px;
  z-index: 0;
}
.s-question .p-acd .q-box .q-box_q {
  background: #fff8e1;
  padding: 20px 10px;
  text-align: center;
}
.s-question .p-acd .q-box .q-box_q p {
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
.s-question .p-acd .q-box .q-box_q p strong {
  color: #f14b6a;
}
.s-question .p-acd form input[type="text"] {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #c1c1c1;
	-webkit-box-shadow: 1px 2px 1px inset #a8a59e;
	box-shadow: 1px 2px 1px inset #a8a59e;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 7px 10px;
	margin-bottom: 10px;
}
.s-question .p-acd form button {
	background: #ffd475;
	-webkit-box-shadow: 0 3px 0 #d49f2a;
	box-shadow: 0 3px 0 #d49f2a;
	box-sizing: border-box;
	border: none;
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 5px 0;
	text-align: center;
}
.s-question .p-acd .q-hint {
  background: url(../img/icon_01.png) no-repeat 0 center;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  color: #000;
  display: inline-block;
  padding: 3px 0 3px 25px;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .s-question {
    width: 1024px;
    padding: 50px 0;
    margin: 0 auto;
  }
  .s-question h3 {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .s-question h3 strong {
    font-size: 40px;
  }
  .s-question h3 span {
    color: #000;
    font-size: 14px;
  }
  .s-question h3.h3_02 {
    margin: 100px 0 5px;
  }
  .s-question h4 {
    font-size: 48px;
    width: 740px;
    margin: 30px auto 5px;
  }
  .s-question .p-acd {
    width: 740px;
    padding: 0;
    margin: 0 auto;
    border-radius: 10px;
  }
  .s-question .p-acd.open {
    padding-bottom: 32px;
  }
  .s-question .p-acd .btn-acd {
    font-size: 24px;
    padding: 20px 0;
    border-radius: 10px;
    /* cursor: pointer; */
    -webkit-transition: all linear .2s;
	  transition: all linear .2s;
  }
  .s-question .p-acd .btn-acd:before,
  .s-question .p-acd .btn-acd:after {
    -webkit-transition: all linear .2s;
	  transition: all linear .2s;
  }
  .s-question .p-acd .btn-acd:before {
    top: 25px;
    right: 30px;
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 12px;
    border-right-width: 12px;
  }
  .s-question .p-acd .btn-acd:after {
    right: 80px;
  }
  /* .s-question .p-acd .btn-acd:hover {
    background: #f2a761;
  }
  .s-question .p-acd.open .btn-acd:hover {
    color: #f2a761;
  }
  .s-question .p-acd.open .btn-acd:hover:before {
    border-top-color: #f2a761;
  }
  .s-question .p-acd.open .btn-acd:hover:after {
    background: #f2a761;
  } */
  .s-question .p-acd .q-box {
    width: 665px;
    margin: 0 auto 20px;
    padding: 25px 22px;
  }
  .s-question .p-acd .q-box .q-box_tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .s-question .p-acd .q-box .q-box_tit:before {
    display: block;
    -webkit-background-size: 48px 78px;
    background-size: 48px 78px;
    left: 5px;
    width: 48px;
    height: 78px;
  }
  .s-question .p-acd .q-box .q-box_q {
    padding: 45px 0;
  }
  .s-question .p-acd .q-box .q-box_q p {
    font-size: 30px;
  }
  .s-question .p-acd form div {
    width: 665px;
    margin: 0 auto 10px;
  }
  .s-question .p-acd form div:after {
    content: "";
    display: block;
    clear: both;
  }
  .s-question .p-acd form input[type="text"] {
    border-width: 3px;
    width: 508px;
    float: left;
    font-size: 22px;
    padding: 10px;
    margin: 0;
  }
  .s-question .p-acd form button {
    -webkit-box-shadow: 0 5px 0 #d49f2a;
	  box-shadow: 0 5px 0 #d49f2a;
    width: 152px;
    float: right;
    font-size: 24px;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all linear .2s;
	  transition: all linear .2s;
  }
  .s-question .p-acd form button:hover {
    opacity: 0.7;
  }
  .s-question .p-acd .q-hint {
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
    color: #000;
    font-size: 24px;
    padding: 5px 0 5px 45px;
    margin: 0 0 0 38px;
  }
}


.aside-area {
  background: #ede6ca;
  padding: 30px 0;
}
.c-aside {
  width: 87%;
  width: calc(100% - 47px);
  margin: 0 auto;
}
.c-aside .c-aside_img {
  width: 63.23%;
  margin: 0 auto 20px;
}
.c-aside .btn_area {
  margin: 0 0 0 -10px;
}
.c-aside .btn_area p {
  display: inline-block;
  vertical-align: top;
  width: 28.66%;
  margin: 20px 0 0 10px;
}
.c-aside .btn_area p:nth-child(1) {
  width: 41.65%;
}
.c-aside .c-aside_txt .btn_area p {
  display: inline-block;
  vertical-align: top;
}
.c-aside .c-aside_txt .btn_area p a {
  display: block;
}
@media screen and (min-width: 768px) {
  .aside-area {
    padding: 60px 0;
  }
  .c-aside {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
  }
  .c-aside .c-aside_img {
    width: 495px;
    float: left;
    text-align: right;
    margin: 0;
  }
  .c-aside .c-aside_txt {
    width: 495px;
    float: right;
  }
  .c-aside .c-aside_txt .notes_txt {
    margin-top: 10px;
  }
  .c-aside .c-aside_txt .notes_txt p {
    font-size: 12px;
  }
  .c-aside .c-aside_txt .btn_area {
    width: 500px;
    margin: 15px 0 0 -10px;
  }
  .c-aside .c-aside_txt .btn_area p {
    width: 170px;
    margin: 25px 0 0 10px;
  }
  .c-aside .c-aside_txt .btn_area p:nth-child(1) {
    width: 247px;
  }
}


#comics-nazo #cboxLoadedContent {
  background: #eb811d;
}
#comics-nazo #cboxLoadedContent #mdl-close {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
#comics-nazo #cboxLoadedContent #mdl-close::before,
#comics-nazo #cboxLoadedContent #mdl-close::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 21px;
  margin: auto;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#comics-nazo #cboxLoadedContent #mdl-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#comics-nazo #cboxLoadedContent h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 10px 0 50px;
}
#comics-nazo #cboxLoadedContent .c-modal_txt p {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #comics-nazo #cboxLoadedContent #mdl-close {
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
  }
  #comics-nazo #cboxLoadedContent #mdl-close::before,
  #comics-nazo #cboxLoadedContent #mdl-close::after {
    width: 4px;
    height: 42px;
  }
  #comics-nazo #cboxLoadedContent h2 {
    font-size: 60px;
    margin: 20px 0 40px;
  }
  #comics-nazo #cboxLoadedContent .c-modal_txt p {
    font-size: 30px;
  }
}