<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}

.l-main {
  color: #333333;
}

.l-main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-main a {
  color: #333333;
  text-decoration: underline;
  cursor: pointer;
}

.l-main a:hover {
  color: #e91e63;
  text-decoration: none;
}

.l-main strong {
  font-weight: 700;
}

.l-wrap-white {
  background: #fff;
  max-width: 100%;
  margin: 0 auto;
}

.gray-bg {
  background: #f0f0f0;
}

.l-wrap-yellow {
  background: #ebf5fc;
  max-width: 100%;
  margin: 0 auto;
}

.l-section {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 40px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .l-section {
    width: 100%;
    padding-inline: 8px;
    padding-block: 16px;
  }
  .l-section.-sp-wide-padding {
    padding-inline: 16px;
  }
}

.p-mv {
  overflow: hidden;
}

.p-mv__top {
  background: url(/contents/nikki/event/20181004/images/bg_mv-top.png) 50% 100% no-repeat;
  /*background-size: 100% auto;*/
  padding: 8px 36px 16px;
}

@media screen and (max-width: 1600px) {
  .p-mv__top {
    /*background-size: 1600px auto;*/
  }
}

@media screen and (max-width: 600px) {
  .p-mv__top {
    /*background-image: url(/contents/nikki/event/20181004/images/bg_mv-top.png) 50% 100% no-repeat;
    background-size: 100% auto;*/
    padding: 8px 0 16px 0;
  }
}

@media screen and (max-width: 400px) {
  .p-mv__top {
    /*background-size: 400px auto;*/
  }
}

.p-mv__bottom {
  /*background: url(/contents/nikki/event/20181004/images/bg_mv-bottom.png) 50% 0% no-repeat;
  background-size: 100% auto;*/
  padding-block: 48px 6px;
}

@media screen and (max-width: 1600px) {
  .p-mv__bottom {
    background-size: 1600px auto;
  }
}

@media screen and (max-width: 600px) {
  .p-mv__bottom {
    /*background-image: url(/contents/nikki/event/20181004/images/bg_mv-bottom.png) 50% 0% no-repeat;
    background-size: 100% auto;*/
    padding-block: 28px 12px;
  }
  .p-mv__bottom .p-mv__inner {
    padding-inline: 8px;
  }
}

@media screen and (max-width: 400px) {
  .p-mv__bottom {
    background-size: 400px auto;
  }
}

.p-mv__inner {
  margin-left: auto;
  margin-right: auto;
  padding-inline: 40px;
  /*width: 1280px;*/
  max-width: 840px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .p-mv__inner {
    width: 100%;
    padding-inline: 8px;
  }
}

.p-mv-heading {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.2;
  /*position: relative;
  left: -124px;*/
  color: #ffffff;
}

.p-mv-heading__ribbon {
  background: url(/contents/nikki/event/20181004/images/bg_mv-heading-ribbon.svg) 50% 0% no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
  width: 164px;
  height: 64px;
  line-height: 62px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 2px;
}

@media screen and (max-width: 600px) {
  .p-mv-heading {
    font-size: 36px;
    text-align: center;
    position: relative;
    left: 0;
  }
  .p-mv-heading__ribbon {
    background-image: url(/contents/nikki/event/20181004/images/bg_mv-heading-ribbon_sp.svg);
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.23;
    width: 74px;
    height: 44px;
  }
}

.p-mv-period {
  /* background-color: #fff; */
  border-radius: 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*width: 740px;*/
  margin-top: 6px;
  /* position: relative; */
  /* left: -156px; */
  margin: 16px auto 0;
}

.p-mv-period__heading {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .p-mv-period {
    display: inline-block;
    border-radius: 10px;
    padding-inline: 6px;
    margin-top: 4px;
    margin-left: calc(50% - 172px);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    /*width: 190px;*/
    padding-block: 6px;
    position: relative;
    left: 0;
  }
  .p-mv-period__heading {
    font-size: 13px;
  }
}

.p-mv-sheel {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  color: #fff;
  background-color: #E91E63;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 32px;
  right: 154px;
}

@media screen and (max-width: 600px) {
  .p-mv-sheel {
    width: 76px;
    height: 76px;
    font-size: 15px;
    top: auto;
    right: auto;
    bottom: -6px;
    left: calc(50% + 100px);
  }
}

.p-mv-mainimg {
  width: 300px;
  position: absolute;
  top: -296px;
  right: -90px;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .p-mv-mainimg {
    width: auto;
    height: 136px;
    top: -166px;
    right: auto;
    left: calc(50% + 10px);
  }
}

.p-mv-lead {
  background-color: #e91e63;
  border-radius: 28px;
  color: #ffffff;
  line-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  gap: 8px;
  position: absolute;
  top: -28px;
  left: 140px;
  z-index: 1;
}

.p-mv-lead__left {
  font-size: 24px;
  font-weight: 900;
}

.p-mv-lead__right {
  background: url(/contents/nikki/event/20181004/images/bg_mv-lead-right.svg) 50% 0% no-repeat;
  background-size: 100% auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-inline: 20px;
}

.p-mv-lead__point {
  color: #fff070;
  font-size: 40px;
  font-weight: 900;
}

@media screen and (max-width: 600px) {
  .p-mv-lead {
    top: -16px;
    left: 37px;
    width: calc(100% - 76px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-block: 4px 6px;
    border-radius: 10px;
  }
  .p-mv-lead__left {
    font-size: 18px;
    text-align: center;
  }
  .p-mv-lead__right {
    background: none;
    font-size: 18px;
    padding-inline: 0px;
    text-align: center;
  }
  .p-mv-lead__point {
    font-size: 18px;
  }
}

.p-mv-step {
  background-color: #ebf5fc;
  padding: 38px 76px 12px;
  border-radius: 20px;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;*/
}

.p-mv-step p {
  font-size: 20px;
  font-weight: bold;
}

.p-mv-step &gt; li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-top: 10px;
}

.p-mv-step__number {
  background-color: #0077dd;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 2px;
  text-align: center;
}

.p-mv-step__text {
  font-size: 16px;
  color: #333333;
  line-height: 1.55;
  width: calc(100% - 42px);
}

.p-mv-step__amount {
  color: #E91E63;
  font-size: 30px;
  font-weight: 900;
  vertical-align: sub;
  line-height: 1;
}

.p-mv-step__point {
  color: #E91E63;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .p-mv-step {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 28px 16px 12px;
    text-align: left;
  }
  .p-mv-step &gt; li {
    gap: 4px;
  }
  .p-mv-step__number {
    width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 2px;
  }
  .p-mv-step__text {
    width: calc(100% - 30px);
    font-size: 24px;
    vertical-align: text-bottom;
    line-height: 1.3;
  }
  .p-mv-step p {
    font-size: 16px;
  }
  .p-mv-step__amount {
    font-size: 24px;
    vertical-align: text-bottom;
  }
  .p-mv-step__point {
    font-size: 11px;
  }
}

.p-mv-caution {
  margin-top: 10px;
}

.p-entry {
  /*background: url(/contents/nikki/event/20181004/images/bg_entry.png) 50% 0 no-repeat;
  background-size: 1600px auto;
  margin-top: -180px;*/
}

@media screen and (max-width: 1280px) {
  .p-entry {
    background-position: -160px 0;
  }
}

@media screen and (max-width: 600px) {
  .p-entry {
    background-size: auto 40px;
    background-position: 50% 0;
    margin-top: -54px;
  }
}

.p-entry .c-button.-buttonA {
  margin-top: 72px;
}

.p-entry .c-button.-buttonB {
  margin-top: 48px;
}

@media screen and (max-width: 600px) {
  .p-entry .c-button.-buttonA {
    margin-top: 46px;
  }
  .p-entry .c-button.-buttonB {
    padding: 16px 16px 8px 8px;
  }
}

.p-point {
  background-color: #fff9fb;
  padding: 80px 0;
}

.p-point__inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border: 4px solid #e91e63;
  border-radius: 50px;
  padding: 40px 24px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-point__inner {
    border-radius: 24px;
    margin: 0 16px;
  }
}

.p-point-bg {
  background-image: url(/contents/nikki/event/20181004/images/bg_point-left.png), url(/contents/nikki/event/20181004/images/bg_point-right.png);
  background-size: 16%;
  min-height: 142px;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}

@media screen and (max-width: 600px) {
  .p-point-bg {
    background-size: auto 63px, auto 63px;
    min-height: 78px;
    margin: 0 -2%;
  }
}

.p-point-heading {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: #e91e63;
}

.p-point-heading::before, .p-point-heading::after {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  margin-top: -0.7em;
  width: 40px;
  border-top: 3px #e91e63 solid;
}

.p-point-heading::before {
  left: -45px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.p-point-heading::after {
  right: -45px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 600px) {
  .p-point-heading {
    font-size: 24px;
  }
  .p-point-heading::before, .p-point-heading::after {
    display: none;
  }
}

.p-point-period {
  background-color: #f2f2f2;
  margin: 16px auto;
  max-width: 500px;
  padding: 4px 8px;
}

@media screen and (max-width: 600px) {
  .p-point-period {
    font-size: 14px;
  }
}

.p-point-text {
  font-weight: bold;
  font-size: 24px;
  margin: 16px 0 24px;
  line-height: 1.8;
}

.p-point-text * {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
}

.p-point-text p {
  margin-bottom: 20px;
}

.p-point-text .text_red {
  color: #f44336;
}

.p-point-text .text_point {
  font-size: 48px;
}

@media screen and (max-width: 600px) {
  .p-point-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-point-text * {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-point-text p {
    margin-bottom: 4px;
  }
  .p-point-text .text_point {
    font-size: 32px;
  }
}

.p-point-caution p {
  font-size: 14px;
}

.p-point-caution p &gt; * {
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .p-point-caution p {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-point-caution p &gt; * {
    font-size: 16px;
  }
}

.p-howto {
  /*background: url(/contents/nikki/event/20181004/images/bg_howto.png) 50% 0 no-repeat;*/
  background-size: 1600px auto;
}
.p-howto__top {
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .p-howto {
    background-position: -160px 0;
  }
}

@media screen and (max-width: 600px) {
  .p-howto {
    background-size: auto 40px;
    background-position: 50% 0;
  }
}

.p-howto__bottom {
  max-width: 900px;
  margin: 0 auto;
}
.p-howto__bottom-text {
  text-align: center;
  font-size: 18px;
  margin-top: 8px;
}
.p-howto__bottom .c-caution-list {
  margin-top: 36px;
}

@media screen and (max-width: 600px) {
  .p-howto__bottom {
    margin-top: 32px;
  }
  .p-howto__bottom .c-caution-list {
    margin-top: 32px;
    text-align: left;
  }
}

.p-howto-step-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  .p-howto-step-list {
    margin-top: 72px;
    gap: 24px;
  }
}

.p-howto-step-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  max-width: 880px;
}

.p-howto-step-box__left {
  width: 424px;
  height: auto;
}

.p-howto-step-box__left &gt; * {
  width: 100%;
  height: auto;
  display: block;
}

.p-howto-step-box__right {
  width: 424px;
}

.p-howto-step-box__right .p-howto-step-text {
  margin-top: 24px;
}

.p-howto-step-box__right .c-caution {
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  .p-howto-step-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .p-howto-step-box__left {
    width: 100%;
    height: auto;
  }
  .p-howto-step-box__right {
    width: 100%;
    padding-inline: 16px;
  }
  .p-howto-step-box__right .p-howto-step-text {
    margin-top: 16px;
  }
  .p-howto-step-box__right .c-caution {
    margin-top: 12px;
  }
}

.p-howto-step-heading {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-howto-step-heading__step {
  border-right: 1px solid #BCBCBC;
  color: #0077dd;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding-right: 16px;
  text-align: center;
}

.p-howto-step-heading__number {
  display: block;
  font-size: 48px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 0.9;
}

@media screen and (max-width: 600px) {
  .p-howto-step-heading {
    font-size: 20px;
  }
  .p-howto-step-heading__step {
    padding-right: 18px;
  }
}

.p-howto-step-text {
  font-size: 18px;
  line-height: 1.6;
}

.p-howto-step-text &gt; * {
  font-size: 18px;
}

.p-howto-step-text i {
  color: #0077dd;
  font-style: normal;
}

.p-howto-conditions-list {
  margin-top: 72px;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;*/
}

@media screen and (max-width: 600px) {
  .p-howto-conditions-list {
    margin-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
}

.p-howto-conditions-box {
  background-color: #ebf5fc;
  padding: 48px 28px 20px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 72px;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;*/
}

@media screen and (max-width: 600px) {
  .p-howto-conditions-box {
    padding: 30px 16px 16px;
    border-radius: 10px;
  }
}

.p-howto-conditions-heading {
  background-color: #0077dd;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 76px;
  padding-bottom: 4px;
  text-align: center;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
}

@media screen and (max-width: 600px) {
  .p-howto-conditions-heading {
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    padding-bottom: 2px;
    top: -25px;
    left: calc(50% - 25px);
  }
}

.p-howto-conditions-text {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  /*text-align: center;*/
}
.p-howto-conditions-text .n-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
  display: inline-block;
  margin-top: 14px;
}
.p-howto-conditions-text__amount {
  color: #E91E63;
  font-size: 32px;
  font-weight: 900;
  vertical-align: sub;
  line-height: 1;
}

.p-howto-conditions-text__point {
  color: #E91E63;
  font-size: 22px;
  font-weight: 900;
}

@media screen and (max-width: 600px) {
  .p-howto-conditions-text {
    font-size: 24px;
    text-align: center;
  }
  .p-howto-conditions-text__amount {
    font-size: 28px;
    vertical-align: text-bottom;
  }
  .p-howto-conditions-text__point {
    font-size: 18px;
  }
}

.p-howto-conditions-fukidashi {
  width: 119px;
  height: 69px;
  color: #fff;
  background: url(/contents/nikki/event/20181004/images/bg_howto-fukidashi.svg) 0 0 no-repeat;
  background-size: contain;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 8px;
  position: absolute;
  top: -47px;
  right: -10px;
}

@media screen and (max-width: 600px) {
  .p-howto-conditions-fukidashi {
    width: 95px;
    height: 54px;
    font-size: 16px;
    background-image: url(/contents/nikki/event/20181004/images/bg_howto-fukidashi_sp.svg);
    top: -23px;
    right: 16px;
  }
}

.p-company {
  /*background-image: url(/contents/nikki/event/20181004/images/bg_company_2.png);*/
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1600px auto;
}
.p-company .post-howto {
  max-width: 880px;
  background: #ffffff;
  margin: 40px auto 0;
  padding: 40px;
  border-radius: 16px;
}
@media screen and (max-width: 1280px) {
  .p-company {
    background-position: -160px 0;
  }
}

@media screen and (max-width: 600px) {
  .p-company {
    background-size: auto 40px;
    background-position: 50% 0;
  }
}

.p-company .c-headingB {
  margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
  .p-company .c-headingB {
    margin-bottom: 50px;
  }
}

.p-company .p-company-textbox {
  margin-bottom: 40px;
}

.p-company .p-company-tab {
  margin-top: 24px;
}

.p-company .p-company-wrap-pc {
  margin-top: 24px;
}

.p-company .p-company-wrap-sp {
  margin-top: 8px;
}

.p-company-textbox {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .p-company-textbox {
    font-size: 16px;
  }
}

.p-company-tab {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .p-company-tab {
    border-radius: 10px;
  }
}

.p-company-tab-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-company-tab-trigger &gt; li {
  width: 50%;
}

.p-company-tab-trigger button {
  border: none;
  background: #DFF0FF;
  color: #e91e63;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-block: 18px 20px;
  font-size: 20px;
  font-weight: 900;
}

.p-company-tab-trigger button::before {
  content: "";
  display: inline-block;
  background: #e91e63;
  width: 12px;
  height: 20px;
  margin-right: 16px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-company-tab-trigger button.-active {
  background: #e91e63;
  color: #fff;
}

.p-company-tab-trigger button.-active::before {
  background: #fff;
  width: 20px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 600px) {
  .p-company-tab-trigger button {
    font-size: 16px;
    line-height: 1.5;
    padding-block: 12px;
  }
  .p-company-tab-trigger button::before {
    display: none;
  }
}

.p-company-tab-body {
  background: #e91e63;
  color: #fff;
  padding: 24px 80px;
}

.p-company-tab-body form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-company-tab-body input[type=text] {
  border: 2px solid #e91e63;
  border-radius: 10px;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.6;
  height: 60px;
  padding: 12px 16px;
  width: 100%;
}

.p-company-tab-body__input {
  width: calc(100% - 110px);
  position: relative;
}

.p-company-tab-body__input button[type=button] {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 14px);
  right: 16px;
  display: block;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #AAC2D3;
}

.p-company-tab-body__input button[type=button]::before, .p-company-tab-body__input button[type=button]::after {
  content: "";
  background: #fff;
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
}

.p-company-tab-body__input button[type=button]::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  left: 7px;
}

.p-company-tab-body__input button[type=button]::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
  left: 7px;
}

.p-company-tab-body__select {
  position: relative;
  width: calc(100% - 110px);
}

.p-company-tab-body__select select {
  cursor: pointer;
  background: #fff url(/contents/nikki/event/20181004/images/icon_arrow-down_blue.svg) calc(100% - 12px) 50% no-repeat;
  border: 2px solid #e91e63;
  border-radius: 10px;
  color: #e91e63;
  line-height: 1.6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  font-size: 20px;
  height: 60px;
  padding: 12px 16px;
  width: 100%;
}

.p-company-tab-body button[type=submit] {
  border: 2px solid #fff;
  border-radius: 10px;
  background: #E91E63;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  height: 56px;
  width: 96px;
}

@media screen and (max-width: 600px) {
  .p-company-tab-body {
    padding: 16px 12px;
  }
  .p-company-tab-body form {
    gap: 2px;
  }
  .p-company-tab-body input[type=text] {
    font-size: 16px;
    line-height: 1.5;
    height: 48px;
    padding: 10px 14px;
  }
  .p-company-tab-body__input {
    width: calc(100% - 62px);
  }
  .p-company-tab-body__input button[type=button] {
    right: 8px;
  }
  .p-company-tab-body__select {
    width: calc(100% - 62px);
  }
  .p-company-tab-body__select select {
    font-size: 16px;
    height: 48px;
    line-height: 1.5;
    padding: 10px 14px;
  }
  .p-company-tab-body button[type=submit] {
    font-size: 16px;
    line-height: 1.5;
    height: 44px;
    width: 56px;
  }
}

/* PC版 */
.p-company-wrap-pc {
  border: 1px solid #a7bfd1;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  min-height: 50px;
}

.p-company-list-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: 880px;
  overflow-y: scroll;
}

.p-company-list-pc &gt; li {
  width: 33%;
}

.p-company-list-pc &gt; li:not(:nth-child(3n+1)) {
  border-left: 1px solid #a7bfd1;
}

/* SP版 */
.p-company-wrap-sp__main {
  border: 1px solid #a7bfd1;
  border-radius: 10px;
  background-color: #fff;
  padding: 12px 16px;
  position: relative;
  min-height: 50px;
}

.p-company-wrap-sp__thumb {
  margin-top: 12px;
  padding-inline: 26px 16px;
  position: relative;
}

.p-company-wrap-sp__main-prev, .p-company-wrap-sp__main-next {
  border: none;
  cursor: pointer;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 34px;
  z-index: 1;
}

.p-company-wrap-sp__main-prev {
  left: -8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #e91e63 url(/contents/nikki/event/20181004/images/icon_arrow-left_white.svg) 50% 50% no-repeat;
}

.p-company-wrap-sp__main-prev.swiper-button-disabled {
  background-color: #BCBCBC;
}

.p-company-wrap-sp__main-next {
  right: -8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #e91e63 url(/contents/nikki/event/20181004/images/icon_arrow-right_white.svg) 50% 50% no-repeat;
}

.p-company-wrap-sp__main-next.swiper-button-disabled {
  background-color: #BCBCBC;
}

.p-company-wrap-sp__thumb-prev, .p-company-wrap-sp__thumb-next {
  border: none;
  cursor: pointer;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 16px;
  z-index: 1;
}

.p-company-wrap-sp__thumb-prev {
  left: 12px;
  background: url(/contents/nikki/event/20181004/images/icon_arrow-left_blue.svg) 50% 50% no-repeat;
}

.p-company-wrap-sp__thumb-prev.swiper-button-disabled {
  opacity: 0.5;
}

.p-company-wrap-sp__thumb-next {
  right: 12px;
  background: url(/contents/nikki/event/20181004/images/icon_arrow-right_blue.svg) 50% 50% no-repeat;
}

.p-company-wrap-sp__thumb-next.swiper-button-disabled {
  opacity: 0.5;
}

.p-company-list-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-company-list-sp &gt; li {
  width: 50%;
}

.p-company-list-sp &gt; li:not(:nth-child(2n+1)) {
  border-left: 1px solid #a7bfd1;
}

.p-company-list-sp &gt; li:nth-child(n + 3) {
  padding-top: 16px;
}

.p-company-pagination-sp {
  background: #fff;
  border: none;
  border-radius: 14px;
  color: #AAC2D3;
  display: block;
  font-size: 16px;
  font-weight: 900;
  width: 28px;
  height: 28px;
}

.swiper-slide-thumb-active .p-company-pagination-sp {
  color: #e91e63;
  background: #DFF0FF;
}

/* 共通 */
.p-company-list-item {
  padding: 0 12px 0 26px;
}

.p-company-list-item:before {
  content: "";
  background: #e91e63;
  border-radius: 50%;
  display: inline-block;
  margin-left: -14px;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  vertical-align: 2px;
}

.p-company-list-item a,
.p-company-list-item a:visited {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
}

.p-company-list-item a:hover,
.p-company-list-item a:visited:hover {
  text-decoration: underline;
}

.p-outline {
  /*background: url(/contents/nikki/event/20181004/images/bg_outline.png) 50% 0 no-repeat;*/
  background-size: 1732px auto;
}

@media screen and (max-width: 1280px) {
  .p-outline {
    background-position: -226px 0;
  }
}

@media screen and (max-width: 600px) {
  .p-outline {
    background-size: auto 40px;
    background-position: 50% 0;
  }
}

.p-outline__main &gt; .c-headingB + * {
  margin-top: 96px;
}

.p-outline__main &gt; :not(.c-headingB) + .c-headingC {
  margin-top: 36px;
}

.p-outline__main &gt; .c-headingC + * {
  margin-top: 24px;
}

.p-outline__main &gt; :not(.c-headingC) + :not(.c-headingC) {
  margin-top: 16px;
}

@media screen and (max-width: 600px) {
  .p-outline__main &gt; .c-headingB + * {
    margin-top: 72px;
  }
  .p-outline__main &gt; :not(.c-headingB) + .c-headingC {
    margin-top: 32px;
  }
}

/* heading
/*+---------------------------------*/
.c-headingB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 46px;
  font-weight: 900;
  margin-top: 80px;
}

.c-headingB::before, .c-headingB::after {
  content: "";
  width: 46px;
  height: 51px;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.c-headingB::before {
  background-image: url(/contents/nikki/event/20181004/images/bg_c-heading-b.svg);
}

.c-headingB::after {
  background-image: url(/contents/nikki/event/20181004/images/bg_c-heading-b2.svg);
}

@media screen and (max-width: 600px) {
  .c-headingB {
    gap: 12px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }
}

.c-headingC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 700;
  color: #e91e63;
}

.c-headingC::before, .c-headingC::after {
  content: "";
  width: 30px;
  height: 30px;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.c-headingC::before {
  background-image: url(/contents/nikki/event/20181004/images/bg_c-heading-c.svg);
}

.c-headingC::after {
  background-image: url(/contents/nikki/event/20181004/images/bg_c-heading-c2.svg);
}

@media screen and (max-width: 600px) {
  .c-headingC {
    font-size: 24px;
    text-align: center;
  }
  .c-headingC::before, .c-headingC::after {
    width: 28px;
    height: 62px;
  }
  .c-headingC::before {
    background-image: url(/contents/nikki/event/20181004/images/bg_c-heading-c_sp.svg);
  }
  .c-headingC::after {
    background-image: url(/contents/nikki/event/20181004/images/bg_c-heading-c2_sp.svg);
  }
}

.c-headingD {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  border-bottom: 1px solid #333333;
  color: #0077dd;
  padding-bottom: 13px;
}

/* common
/*+---------------------------------*/
.c-show-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .c-show-sp {
    display: block;
  }
}

.c-show-pc {
  display: block;
}

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

.c-button,
.c-button:visited {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  padding-block: 0px 4px;
  text-decoration: none !important;
}

.c-button span,
.c-button:visited span {
  display: block;
  border-radius: 54px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  padding: 22px 0;
  text-align: center;
  position: relative;
}

.c-button span:after,
.c-button:visited span:after {
  content: "";
  background: #fff;
  display: inline-block;
  vertical-align: 6px;
}

.c-button:hover,
.c-button:visited:hover {
  color: #fff;
  text-decoration: none;
  padding-block: 4px 0;
}

.c-button.-buttonA span,
.c-button:visited.-buttonA span {
  background: #F60073;
  -webkit-box-shadow: 6px 6px 0 0 #880000;
          box-shadow: 6px 6px 0 0 #880000;
}

.c-button.-buttonA span:after,
.c-button:visited.-buttonA span:after {
  width: 16px;
  height: 26px;
  margin-left: 40px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-button.-buttonA:hover span,
.c-button:visited.-buttonA:hover span {
  -webkit-box-shadow: 2px 2px 0 0 #880000;
          box-shadow: 2px 2px 0 0 #880000;
}

.c-button.-buttonB span,
.c-button:visited.-buttonB span {
  background: #e91e63;
  -webkit-box-shadow: 6px 6px 0 0 #d21052;
          box-shadow: 6px 6px 0 0 #d21052;
}

.c-button.-buttonB span:after,
.c-button:visited.-buttonB span:after {
  width: 22px;
  height: 14px;
  margin-left: 16px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.c-button.-buttonB:hover span,
.c-button:visited.-buttonB:hover span {
  -webkit-box-shadow: 2px 2px 0 0 #d21052;
          box-shadow: 2px 2px 0 0 #d21052;
}

@media screen and (max-width: 600px) {
  .c-button span,
  .c-button:visited span {
    border-radius: 45px;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 0;
  }
  .c-button span:after,
  .c-button:visited span:after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .c-button.-buttonA span:after,
  .c-button:visited.-buttonA span:after {
    width: 18px;
    height: 30px;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .c-button.-buttonB span:after,
  .c-button:visited.-buttonB span:after {
    width: 16px;
    height: 12px;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

.c-textbox,
.c-textbox &gt; * {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.c-textbox &gt; *,
.c-textbox &gt; * &gt; * {
  font-size: 16px;
}

.c-caution {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.c-caution:before {
  content: "※";
  margin-right: 2px;
}

.c-caution &gt; * {
  font-size: 14px;
}

:where(.p-mv) .c-caution {
  font-size: 12px;
  margin-left: 12px;
}

:where(.p-mv) .c-caution:before {
  margin-left: -12px;
}

:where(.p-mv) .c-caution &gt; * {
  font-size: 12px;
}

@media screen and (max-width: 600px) {
  :where(.p-mv) .c-caution {
    font-size: 10px;
  }
  :where(.p-mv) .c-caution &gt; * {
    font-size: 10px;
  }
}

.c-caution-list &gt; * {
  line-height: 1.6;
}

.c-list * {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}

.c-list &gt; * {
  display: block;
  padding-left: 14px;
}

.c-list &gt; *:before {
  content: "";
  background: #e91e63;
  border-radius: 50%;
  display: inline-block;
  margin-left: -14px;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  vertical-align: 3px;
}

@media screen and (max-width: 600px) {
  .c-list * {
    font-size: 14px;
    line-height: 2;
  }
}
.maru {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: #0077dd;
    display: inline-block;
    color: #ffffff;
}

/*search box*/
@media screen and (max-width: 600px) {
  .post-howto-title {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin-top: 40px;
  }
  .howto-box {
    margin-bottom: 24px;
  }
  .maru {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #0077dd;
  display: inline-block;
  }
  .maru h1 {
    font-size: 18px;
    color: #ffffff;
  }
  .p-company .post-howto {
    max-width: 880px;
    background: #ffffff;
    margin: 40px auto 0;
    padding: 24px;
    border-radius: 16px;
  }
  .howto-box img {
    width: 90% ;
  }
}
.top_search_intern {
    background: #0077dd;
    margin: 20px 0 0;
    padding: 10px;
    border: none;
}
.top_member_btn_intern {
    background: none;
    width: auto;
    height: auto;
    position: relative;
}
.top_search_intern form {
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.top_search_input_intern {
    background: none;
    padding: 15px 10px;
    border: none;
    font-size: font-size: 16px;;
    width: 100%;
}

button#submitButton.top_search_btn_intern {
    border: none;
    text-indent: -999999px;
    padding: 0;
    margin-left: 14px;
    border-radius: 0;
    font-size: 1.6rem;
    box-shadow: none;
    background: url(/contents/nikki/event/20181004/images/icon_search.png) no-repeat 12px center;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
    height: 30px;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 11px;
}
@media screen and (min-width: 750px) {
.top_search_intern{
    /*background: #ffffff;
    border: 2px solid #dddddd;*/
    margin: 20px auto 0;
    padding: 20px;
    overflow: hidden;
    max-width: 750px;
}
.top_search_input_intern {
    background: url(/contents/nikki/event/20181004/images/icon_search.png) no-repeat 12px center #fff;
    padding: 20px 15px 20px 50px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    font-size: 1rem;
    width: 500px;
}
span.top_search_bg_intern {
    display: inline-block;
    float: left;
}
button.top_search_btn_intern {
    display: inline-block;
    float: right;
}
button#submitButton.top_search_btn_intern {
    border: none;
    background: #E91E63;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    /*box-shadow: 0 3px 0 0 #e33427;*/
    margin-top: -10px;
    height: auto;
    width: 180px;
    padding: 10px 0;
    text-indent: inherit;
    border: 3px solid #ffffff;
    border-radius: 8px;
    cursor:pointer
}
section.top_intern_exp_intern ul {
    margin: 30px 0 10px;
}
section.top_intern_exp_intern ul li {
    width: 274px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin: 0 20px 20px 0;
    float: left;
    text-align: center;
}
#contents section.top_intern_exp_intern ul li a{
    color: #333;
    font-weight: normal;
}
#contents section.top_intern_exp_intern ul li:hover{
    background: #faffed ;
}
#contents section.top_intern_exp_intern ul li a:hover{
    text-decoration: none;
}
/* section.top_intern_exp_intern ul li p{
    font-weight: bold;
} */
section.top_intern_exp_intern ul li:nth-child(3) ,
section.top_intern_exp_intern ul li:nth-child(6) {
    margin: 0 0 20px 0;
}
section.top_intern_exp_intern ul li .top_intern_exp_img_intern{
    padding: 13px;
    text-align: center;
}
section.top_intern_exp_intern ul li p{
    padding-bottom: 13px;
    font-weight: bold;
}
.top_intern_exp_btn_intern{
    text-align: center;
}
.top_intern_exp_btn_intern i{
    margin-left: 10px;
}
#contents .top_intern_exp_btn_intern a{
    background: #a3c84b;
    border:1px solid #a3c84b;
    box-sizing:border-box;
    color: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    text-decoration: none;
    line-height: 1.5;
    display: inline-block;
}
#contents .top_intern_exp_btn_intern a:hover{
    color: #a3c84b;
    background: #fff;
    transition:0.3s;
}
section.top_intern_pickup_intern {
    margin: 60px 0 80px;
    border:1px solid #e0e0e0;
    padding: 20px;
    position: relative;
}
section.top_intern_pickup_intern h2{
    font-size: 1.6rem;
    float: left;
}
.post-howto-title {
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  margin-top: 80px;
}

.post-howto-text {
  display: inline-block;
}
.howto-box {
  margin-bottom: 40px;
}
.howto-box .txt {
  margin-bottom: 16px;
}
.howto-box img {
  width: 50%;
}
#summary {
    max-width: 1280px;
    margin: 0 auto;
}
.bottom-button {
  padding: 46px 0 80px;
}</pre></body></html>