<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#head {
  margin-bottom: 0; }

#itookashi *, #itookashi *:before, #itookashi *:after {
  box-sizing: border-box; }

#itookashi a {
  color: inherit; }

#itookashi img {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

#itookashi .f-left {
  float: left; }

#itookashi .f-right {
  float: right; }

#info,
#question,
#result {
  display: none; }

#itookashi {
  color: #4d4d4d;
  background-color: #fdfbe6; }

.itookashi-header {
  background-image: url("../img/header_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 6px 20px; }

.itookashi-header_title {
  position: absolute;
  display: table;
  top: 3.2vw;
  right: 20px;
  width: 27.1vw; }
  .itookashi-header_title &gt; a {
    display: inline-block; }
    .itookashi-header_title &gt; a img {
      width: 100%; }

.itookashi-index {
  background-image: url("../img/main_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: relative; }
  .itookashi-index .main-bg {
    width: 100%; }
    .itookashi-index .main-bg img {
      width: 100%; }

.itookashi-index_title h1 {
  position: absolute;
  top: 26.6vw;
  left: 0;
  width: 100%; }
  .itookashi-index_title h1 img {
    width: 100%; }
.itookashi-index_title .itookashi-index_month {
  position: absolute;
  top: 11.6vw;
  right: 16.9vw;
  width: 19.2vw;
  height: 19.4vw; }
  .itookashi-index_title .itookashi-index_month img {
    width: 100%; }

.itookashi-index_present {
  position: absolute;
  top: 82.6vw;
  left: 8.4vw;
  width: 23.4vw;
  height: 22.6vw; }
  .itookashi-index_present img {
    width: 100%; }

.itookashi-index_btn-quiz {
  position: absolute;
  bottom: 28vw;
  left: 21.3vw;
  width: 57.3vw;
  height: 12.8vw; }
  .itookashi-index_btn-quiz a {
    display: inline-block; }
    .itookashi-index_btn-quiz a img {
      width: 100%; }

.sns {
  position: absolute;
  bottom: 10.1vw;
  left: 0;
  right: 0; }

.sns ul {
  text-align: center;
  letter-spacing: -0.5em; }
  .sns ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 4px;
    list-style: none; }

.quiz-header {
  display: table;
  box-sizing: border-box; }

.quiz-header_month {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
  text-align: left;
  width: calc(9vw + 10px) !important; }
  .quiz-header_month img {
    width: 100% !important; }

.quiz-header_season {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  text-align: left;
  letter-spacing: -0.5em; }
  .quiz-header_season:after {
    content: '';
    display: block;
    clear: both; }
  .quiz-header_season &gt; li {
    display: inline-block;
    letter-spacing: normal;
    padding: 0;
    text-align: left;
    position: relative;
    width: 21.6vw; }
    .quiz-header_season &gt; li:first-child {
      margin-right: 4vw; }
      .quiz-header_season &gt; li:first-child:after {
        position: absolute;
        top: 0;
        right: -4vw;
        bottom: 0;
        content: "";
        width: 4vw;
        height: 100%;
        /*background-image: url("../quiz/img/title_season_delimiter.png");*/
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: 12px 18px; }
    .quiz-header_season &gt; li img.off {
      display: inline; }
    .quiz-header_season &gt; li img.on {
      display: none; }
    .quiz-header_season &gt; li.current img.off {
      display: none; }
    .quiz-header_season &gt; li.current img.on {
      display: inline; }
    .quiz-header_season &gt; li img {
      width: 190% !important;
      height: 100% !important;
      vertical-aling: bottom; }

.quiz-content {
  padding: 30px 20px 50px; }

.question-hint {
  margin-top: 45px; }

.hint-box {
  position: relative;
  margin-bottom: 22px; }
  .hint-box:after {
    content: '';
    display: block;
    clear: both; }
  .hint-box:last-child {
    margin-bottom: 0; }

.hint {
  background-color: #e5efca;
  border-radius: 5px;
  position: relative;
  margin-bottom: 9vw; }
  .hint dt {
    position: absolute;
    bottom: 0;
    left: 7px; }
    .hint dt img {
      width: 16.6vw !important; }
  .hint dd {
    padding: 4vw 10px 4vw 21vw;
    text-align: left; }

.hint-copy {
  font-size: 14px;
  line-height: 1.4; }

.question-wrap .question-ttl {
  padding: 0 66px;
  margin-bottom: 20px;
  text-align: center; }
  .question-wrap .question-ttl img {
    width: 100%; }

.question-text {
  font-size: 15px;
  line-height: 2;
  color: #333333; }

.question-img {
  margin: 24px 0 0;
  text-align: center; }
  .question-img img {
    width: 100%; }

.question-options {
  padding-top: 14px;
  position: relative; }

.question-options_list:after {
  content: '';
  display: block;
  clear: both; }
.question-options_list &gt; li {
  position: relative;
  margin-bottom: 15px; }
  .question-options_list &gt; li:last-child {
    margin-bottom: 0; }
  .question-options_list &gt; li.selected:after {
    display: block;
    content: "";
    background-image: url("../quiz/img/mistake.png");
    background-repeat: no-repeat;
    background-position: right 5.2% center;
    background-color: rgba(204, 204, 204, 0.6);
    background-size: 12.5% auto;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.question-judge {
  display: none;
  padding: 50px 0;
  background-color: rgba(255, 237, 148, 0.9);
  width: calc(100% + 40px);
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px; }

.question-judge_header {
  padding: 0 73px;
  text-align: center; }
  .question-judge_header img {
    width: 100%; }

.question-judge_chance {
  margin-top: 27px;
  padding: 0 62px;
  text-align: center; }
  .question-judge_chance img {
    width: 100%; }

.question-judge_btn {
  margin-top: 21px;
  padding: 0 13px;
  text-align: center; }
  .question-judge_btn img {
    width: 100%; }

.result-header {
  display: table;
  width: 100%; }

.result-title {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 35.2vw; }
  .result-title img {
    width: 100%; }

.result-item-name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 54.2vw; }
  .result-item-name img {
    width: 100%; }

.result-item_text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 2;
  color: #333; }

.result-item_img {
  margin-top: 32px; }
  .result-item_img img {
    width: 100%; }

.result-item_body {
  margin-left: auto;
  margin-right: auto; }

.result-hint {
  margin-top: 75px; }

.result-hint_title {
  text-align: center;
  margin-bottom: 27px; }
  .result-hint_title img {
    width: 100%; }

.result-btn {
  margin: 50px 0 0; }
  .result-btn img {
    width: 100%; }

.result-epilogue {
  margin: 50px 0 0; }

.result-epilogue_thanks {
  padding: 0 15px; }
  .result-epilogue_thanks img {
    width: 100%; }

.result-epilogue_btn {
  margin-top: 16px; }

#about {
  padding-top: 5.3333333333%; }

.about-box {
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.5333333333%;
  padding-bottom: 9.3333333333%;
  width: 89.3333333333%; }

.about-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9.2537313433%;
  width: 87.3134328358%; }

.about-season {
  text-align: center; }

.about-text {
  margin-top: 8.9552238806%;
  font-size: 15px;
  line-height: 2; }

.about-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  width: 89.3333333333%; }


#listErase{display:none;}

/*----------------------------   2020.05.25-------------------------*/
#itookashi .notice{
	background: #fff;
    border: 1px solid #ccc;
    width: 80%;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 10px;
}

</pre></body></html>