@charset "UTF-8";
@import url(reset.css);
/*------------------------------------------------------------
  このファイルに定義されている内容はすべて編集可能です。
  header,footerに関してはできるだけ定義内容を遵守してください。
------------------------------------------------------------*/
/* header
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #header {
    width: 100%;
    background-color: #fff; }
  #header #head_link {
    width: 850px;
    margin: 0 auto;
    padding: 19px 0 26px 0; }
  #header #head_link h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 0;
    font-size: 0; }
  #header h1 img {
    width: 342px;
    height: 33px; } }

@media screen and (max-width: 767px) {
  #header {
    padding: 9px 10px 13px 10px;
    text-align: left; }
  #header h1 {
    line-height: 0;
    font-size: 0; }
  #header h1 img {
    width: 195px;
    height: auto; } }

/*footer
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .g-footer {
    text-align: center;
    padding-top: 20px; }
  .g-footer ul {
    width: 950px;
    margin: 0 auto 20px auto; }
  .g-footer li {
    display: inline-block;
    border-right: solid 1px #000;
    font-size: 12px;
    padding: 0 8px;
    margin-top: 14px; }
  .g-footer li:last-child {
    border-right: none; }
  .g-footer li a {
    color: #0f78c2;
    text-decoration: none; }
  .g-footer .copyright {
    background: #1a1a1a;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding: 10px 0; }
  .g-footer small {
    color: #7f7f7f;
    font-size: 10px; } }

@media screen and (max-width: 767px) {
  .g-footer {
    text-align: center;
    padding-top: 20px; }
  .g-footer ul {
    width: 300px;
    margin: 0 auto; }
  .g-footer li {
    display: inline-block;
    font-size: 11px;
    padding: 0 7px;
    margin-bottom: 10px; }
  .g-footer li:not(:last-child):after {
    content: '|';
    display: inline-block;
    margin: 0 0 0 4px; }
  .g-footer li a {
    color: #0f78c2; }
  .g-footer .copyright {
    background: #e5e5e5;
    background: #1a1a1a;
    color: #fff;
    padding: 7px 10px;
    text-align: center; }
  .g-footer small {
    color: #7f7f7f;
    font-size: 10px; }
  .pc-only {
    display: none; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  width: 100%; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 100%; } }

.clearfix::after {
  content: "";
  width: 100%;
  display: block; }

#Wrapper {
  width: 100%; }

.container {
  text-align: center; }

.main-visual {
  background: -webkit-gradient(linear, right top, left top, color-stop(25%, #dff0ff), color-stop(25%, #c0e2ff), color-stop(50%, #c0e2ff), color-stop(50%, #dff0ff), color-stop(75%, #dff0ff), color-stop(75%, #c0e2ff), to(#c0e2ff));
  background: -webkit-linear-gradient(right, #dff0ff 25%, #c0e2ff 25%, #c0e2ff 50%, #dff0ff 50%, #dff0ff 75%, #c0e2ff 75%, #c0e2ff);
  background: -o-linear-gradient(right, #dff0ff 25%, #c0e2ff 25%, #c0e2ff 50%, #dff0ff 50%, #dff0ff 75%, #c0e2ff 75%, #c0e2ff);
  background: linear-gradient(-90deg, #dff0ff 25%, #c0e2ff 25%, #c0e2ff 50%, #dff0ff 50%, #dff0ff 75%, #c0e2ff 75%, #c0e2ff);
  background-size: 32px 32px;
  background-repeat: repeat;
  text-align: center; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

body {
  font-family: sans-serif; }

.result .container {
  padding-top: 89px; }
  @media screen and (max-width: 767px) {
    .result .container {
      padding-top: 20px; } }

.result .kv img {
  width: 100%;
  max-width: 958px; }
  @media screen and (max-width: 767px) {
    .result .kv img {
      width: 100%;
      height: auto; } }

.title {
  width: 100%;
  background: -webkit-linear-gradient(135deg, #ffffcc 25%, #fffff2 25%, #fffff2 50%, #ffffcc 50%, #ffffcc 75%, #fffff2 75%, #fffff2);
  background: -o-linear-gradient(135deg, #ffffcc 25%, #fffff2 25%, #fffff2 50%, #ffffcc 50%, #ffffcc 75%, #fffff2 75%, #fffff2);
  background: linear-gradient(-45deg, #ffffcc 25%, #fffff2 25%, #fffff2 50%, #ffffcc 50%, #ffffcc 75%, #fffff2 75%, #fffff2);
  background-size: 28px 28px;
  background-repeat: repeat;
  border-top: 6px solid #f6f68e;
  border-bottom: 6px solid #f6f68e; }

.title-contents {
  width: 831px;
  margin: 0 auto;
  padding: 10px 40px 35px 10px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .title-contents {
      padding: 0px 20px;
      width: 100%; } }
  .title-contents .label-title {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: -46px;
    width: 386px; }
    @media screen and (max-width: 767px) {
      .title-contents .label-title {
        top: -16px;
        width: 286px; } }

.medal {
  float: left;
  width: 285px;
  line-height: 285px;
  text-align: center;
  background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/medal_bg.png");
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .medal {
      float: none;
      margin: -20px auto -50px; } }
  .medal img {
    vertical-align: middle;
    width: 50%; }

.txt-and-twitter {
  float: right;
  padding-top: 31px; }
  @media screen and (max-width: 767px) {
    .txt-and-twitter {
      float: none;
      padding-top: 0px; } }

.title-txt {
  width: 494px;
  padding: 20px;
  border: 2px solid #ff0b00;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7); }
  @media screen and (max-width: 767px) {
    .title-txt {
      font-size: 16px;
      padding: 10px;
      width: 100%; } }
  .title-txt p {
    font-size: 20px;
    line-height: 28px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .title-txt p {
        font-size: 16px;
        line-height: 1.4; } }
    .title-txt p span {
      color: #ff0b00; }

.twitter {
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .twitter {
      margin-top: 20px;
      margin-bottom: 18px; } }
  .twitter h1 {
    font-size: 22px;
    font-weight: bold;
    color: #014099;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .twitter h1 {
        letter-spacing: -2px;
        font-size: 16px; } }
    .twitter h1 span {
      color: #ff0b00; }
  .twitter a {
    display: block;
    width: 488px;
    height: 67px;
    background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/tw_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto; }
    .twitter a:hover {
      background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/tw_btn_hover.png"); }
    @media screen and (max-width: 767px) {
      .twitter a {
        background-size: 100%;
        background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/tw_btn_sp.png");
        max-width: 312px;
        width: 100%; }
        .twitter a:hover {
          background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/tw_btn_sp.png"); } }

.campaign {
  padding: 60px 0 65px 0; }
  @media screen and (max-width: 767px) {
    .campaign {
      padding: 35px 0 25px 0; } }
  .campaign h1 {
    font-size: 32px;
    font-weight: bold;
    color: #014099; }
    @media screen and (max-width: 767px) {
      .campaign h1 {
        font-size: 21px; } }

.howto-join {
  width: 819px;
  margin: 30px auto 0;
  font-size: 0; }
  @media screen and (max-width: 767px) {
    .howto-join {
      width: 100%;
      margin: 18px auto 0;
      padding: 0 20px; } }
  .howto-join .step {
    float: left;
    width: 252px;
    height: 282px;
    font-size: 22px;
    font-weight: bold;
    color: #014099;
    padding: 20px 18px 0;
    border: 4px solid #014099;
    border-radius: 10px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .howto-join .step {
        float: none;
        height: auto;
        margin: 0 auto 32px;
        padding: 20px;
        width: 100%; } }
    .howto-join .step:nth-of-type(n+2) {
      margin-left: 30px; }
      .howto-join .step:nth-of-type(n+2)::before {
        content: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/arrow_right.png");
        position: absolute;
        top: 50%;
        left: -24px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .howto-join .step:nth-of-type(n+2)::before {
            top: -28px;
            left: 0px;
            right: 0px;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }
      @media screen and (max-width: 767px) {
        .howto-join .step:nth-of-type(n+2) {
          margin: 0 auto 32px; } }
    @media screen and (max-width: 767px) {
      .howto-join .step h2 {
        font-size: 21px; } }
    .howto-join .step p {
      font-size: 20px;
      line-height: 22px;
      font-weight: 500;
      padding-top: 20px;
      text-align: left;
      color: #000; }
      @media screen and (max-width: 767px) {
        .howto-join .step p {
          font-size: 16px; } }
      .howto-join .step p a {
        color: #014099; }
    .howto-join .step .img-follow {
      height: 134px;
      margin-top: 7px;
      background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/img_follow.png");
      background-position: 50%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .howto-join .step .img-follow {
          background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/img_follow_sp.png");
          background-size: 155px 112.5px; } }

.answer {
  padding: 36px 0;
  background-color: #e5f5fd; }
  @media screen and (max-width: 767px) {
    .answer {
      padding: 36px 20px; } }

.answer-contents {
  width: 830px;
  padding-bottom: 26px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .answer-contents {
      width: 100%;
      border-radius: 10px;
      padding-bottom: 12px; } }
  .answer-contents .label-answer {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: -23px;
    width: 279px; }
  .answer-contents .retry {
    display: block;
    width: 386px;
    height: 60px;
    background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/ag_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .answer-contents .retry {
        background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/ag_btn_sp.png");
        width: 100%;
        max-width: 279px; } }
    .answer-contents .retry:hover {
      background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/ag_btn_hover.png"); }
      @media screen and (max-width: 767px) {
        .answer-contents .retry:hover {
          background-image: url("/cpn/welcia/kao/1906pyuora/quiz/asset/img/ag_btn_sp.png"); } }

.answer-list {
  padding-top: 55px;
  width: 724px;
  margin: 0 auto 28px; }
  @media screen and (max-width: 767px) {
    .answer-list {
      width: 258px; } }
  @media screen and (max-width: 767px) {
    .answer-list dl {
      margin-bottom: 20px; } }
  .answer-list dt, .answer-list dd {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #00399d;
    width: 135px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .answer-list dt, .answer-list dd {
        line-height: 1.6; } }
    .answer-list dt span:first-child, .answer-list dd span:first-child {
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .answer-list dt span:first-child, .answer-list dd span:first-child {
          margin-right: 10px; } }
  .answer-list dd {
    width: 589px;
    text-align: left;
    font-weight: 500;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .answer-list dd {
        width: auto; } }

.g-footer ul {
  display: none; }
