@charset "UTF-8";
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  overflow-x: hidden; }

img {
  border: 0;
  vertical-align: bottom; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

html {
  height: 100%; }

body {
  font-size: 13px;
  height: 100%;
  width: 100%;
  background-color: #fff; }

a {
  text-decoration: none;
  color: #2D2D2D;
  transition: .5s; }
  a:hover {
    color: #EC2C91; }

ul {
  list-style-type: none; }

#wrapper {
  width: 100%;
  position: relative;
  z-index: 2; }

#container {
  width: 100%;
  position: relative; }
  @media (max-width: 480px) {
    #container {
      padding-top: 80px; } }

section {
  width: 100%;
  position: relative;
  padding: 50px 0; }

.primary {
  width: 1100px;
  max-width: 100vw;
  padding: 0 1%;
  margin: 0 auto;
  position: relative; }

#pankuzu {
  width: 100%;
  background-color: #FCE0F0;
  font-size: 12px; }
  #pankuzu .primary {
    padding: 3px 0; }
    @media (max-width: 1023px) {
      #pankuzu .primary {
        padding: 3px 1%; } }

#wrap {
  width: 1100px;
  max-width: 100vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  padding: 30px 0; }
  #wrap .main {
    width: 70%;
    order: 2;
    padding: 0 2%; }
  #wrap .sub {
    width: 15%; }
    #wrap .sub ul li {
      margin-bottom: 5px; }
      #wrap .sub ul li img {
        width: 100%;
        transition: .5s; }
        #wrap .sub ul li img:hover {
          opacity: .5; }
  #wrap .no1 {
    order: 1; }
  #wrap .no3 {
    order: 3; }
  #wrap .btn {
    width: 100%;
    padding: 30px 0;
    height: auto;
    background: linear-gradient(0deg, #2c9cff 0%, #00d4ff 100%);
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #ccc;
    font-size: 15px; }
    #wrap .btn img {
      width: 30% !important;
      margin-bottom: 20px; }
    #wrap .btn:hover {
      box-shadow: none; }

.col {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2%;
  margin-bottom: 20px; }
  .col p.title {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: .1em; }
    .col p.title span {
      font-size: 18px;
      font-weight: bold;
      margin-right: 5px; }
    .col p.title i {
      color: #EC2C91;
      font-size: 19px;
      margin-right: 5px; }

ul.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  ul.list li {
    width: 33%;
    position: relative;
    padding-left: 15px;
    line-height: 1.9em; }
    ul.list li:before {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 14px;
      color: #8C8C8C;
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: bold; }

#footer {
  width: 100%;
  text-align: center;
  background-color: #EC2C91;
  padding: 10px 0;
  color: #fff; }
  #footer ul {
    margin-bottom: 10px; }
    #footer ul li {
      display: inline-block;
      margin: 0 5px; }
      @media (max-width: 480px) {
        #footer ul li {
          margin: 5px 5px; } }
      #footer ul li a {
        color: #fff; }
  #footer p.copy {
    margin-top: 10px;
    font-size: 10px; }
  #footer img {
    width: 100px; }

h2 {
  text-align: center;
  font-size: 25px;
  position: relative;
  margin: 40px 0 50px;
  color: #5C5548; }
  h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 30px;
    height: 3px;
    background-color: #EC2C91;
    display: block; }
  h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 30px;
    height: 3px;
    margin-left: -30px;
    background-color: #686868;
    display: block; }
  h2 span {
    font-size: 14px; }

@media (min-width: 481px) and (max-width: 1023px) {
  .primary {
    padding: 0 2%; }

  h2 {
    margin: 20px 0 30px; }

  #wrap {
    padding: 30px 1%; }
    #wrap .main {
      width: 70%;
      order: 2;
      padding: 0 2%; }
    #wrap .sub {
      width: 15%; }
      #wrap .sub ul li {
        margin-bottom: 5px; }
        #wrap .sub ul li img {
          width: 100%;
          transition: .5s; }
          #wrap .sub ul li img:hover {
            opacity: .5; }
    #wrap .no1 {
      order: 1; }
    #wrap .no3 {
      order: 3; }
    #wrap .btn {
      width: 100%;
      padding: 20px 0; }

  .col {
    padding: 4% 2%; }
    .col p.title {
      font-size: 14px;
      margin-bottom: 20px;
      font-weight: bold;
      letter-spacing: .1em; }
      .col p.title span {
        font-size: 15px;
        font-weight: bold; }
      .col p.title i {
        color: #EC2C91;
        font-size: 19px;
        margin-right: 5px; }

  ul.list li {
    padding-left: 10px;
    line-height: 1.9em;
    font-size: 11px; }
    ul.list li:before {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 13px;
      color: #8C8C8C;
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: bold; } }
@media (max-width: 480px) {
  #pankuzu {
    width: 100%;
    background-color: #FCE0F0;
    font-size: 10px;
    padding-top: 67px; }
    #pankuzu .primary {
      padding: 3px 2%; }

  #wrap {
    padding: 0 1% 30px;
    flex-wrap: wrap; }
    #wrap .main {
      width: 100%;
      order: 2;
      padding: 0 2%; }
    #wrap .sub {
      width: 100%; }
      #wrap .sub ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #wrap .sub ul li {
          width: 49%;
          margin-bottom: 5px; }
          #wrap .sub ul li img {
            width: 100%;
            transition: .5s; }
    #wrap .no1 {
      order: 3; }
    #wrap .no3 {
      order: 2; }
    #wrap .btn {
      width: 100%;
      padding: 20px 0; }

  .col {
    border-radius: 2px;
    padding: 3% 2%; }
    .col p.title {
      font-size: 12px;
      letter-spacing: 0; }
      .col p.title span {
        font-size: 15px; }
      .col p.title i {
        color: #EC2C91;
        font-size: 17px;
        margin-right: 3px; }

  ul.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    ul.list li {
      width: 50%;
      position: relative;
      padding-left: 10px;
      line-height: 1.9em; }
      ul.list li:before {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 13px;
        color: #8C8C8C;
        font-family: "Font Awesome 5 Free";
        content: "\f105";
        font-weight: bold; }

  .primary {
    padding: 0 2%; }

  h2 {
    margin: 20px 0 30px;
    font-size: 18px; }
    h2 span {
      font-size: 12px; } }
@media (min-width: 481px) {
  .mb {
    display: none !important; }

  .tab {
    display: none !important; }

  .pcnone {
    display: none !important; } }
#top-obi {
  width: 100%;
  position: relative;
  background-color: #EC2C91;
  color: #fff;
  padding: 3px 0; }

#logo {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #EC2C91; }
  #logo ul {
    display: flex;
    padding: .5% 0;
    width: 1100px;
    max-width: 100vw;
    margin: 0 auto;
    justify-content: space-between; }
    #logo ul li {
      width: 40%; }
      #logo ul li:first-child {
        width: 40%;
        padding: 0 7% 0 0; }
      #logo ul li img {
        width: 100%; }

#menu {
  width: 100%;
  padding-top: 20px; }
  #menu ul {
    width: 1100px;
    max-width: 100vw;
    margin: 0 auto; }
    #menu ul li {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 7px 15px 5px;
      display: inline-block;
      margin-right: 1%; }
      #menu ul li:first-child {
        padding: 5px 8px;
        background-color: #EC2C91;
        border: none; }
        #menu ul li:first-child i {
          color: #fff !important;
          margin: 0 !important; }
      #menu ul li i {
        color: #EC2C91;
        font-size: 16px;
        margin-right: 10px; }

#concept h2 {
  margin-top: 0; }
#concept p.concept {
  text-align: center;
  line-height: 2.3em;
  font-size: 15px; }
#concept p.attention {
  text-align: center;
  margin-top: 20px;
  font-size: 12px; }
  #concept p.attention img {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: 10px; }

#area {
  background-color: #FFF5FB; }
  #area p.title {
    font-size: 14px; }
    #area p.title i {
      font-size: 20px;
      margin-right: 10px; }
  #area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; }
    #area ul li {
      width: 18%;
      background-color: #fff;
      text-align: center;
      transition: .5s;
      border-radius: 3px;
      font-size: 16px; }
      #area ul li a {
        display: block;
        padding: 20px 0; }
      #area ul li:hover {
        background-color: #D7D7D7; }
        #area ul li:hover a {
          color: #333; }

#bunner .primary {
  display: flex; }
#bunner .main {
  width: 70%;
  order: 2;
  text-align: center; }
  #bunner .main .btn {
    width: 35%;
    padding: 50px 0;
    height: auto;
    background: linear-gradient(0deg, #2c9cff 0%, #00d4ff 100%);
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 5%;
    border-radius: 5px;
    box-shadow: 4px 4px 4px #ccc;
    font-size: 16px; }
    #bunner .main .btn img {
      width: 30%;
      margin-bottom: 20px; }
    #bunner .main .btn:hover {
      box-shadow: none; }
#bunner .sub {
  width: 21%; }
  #bunner .sub ul li {
    margin-bottom: 5px; }
    #bunner .sub ul li img {
      width: 100%;
      transition: .5s; }
      #bunner .sub ul li img:hover {
        opacity: .5; }
#bunner .no1 {
  order: 1; }
#bunner .no3 {
  order: 3; }

#recruit .primary {
  width: 900px; }
#recruit p.recruit {
  text-align: center;
  line-height: 2.3em;
  font-size: 15px;
  color: #F98080; }
#recruit p.steptitle {
  text-align: center;
  color: #F98080;
  padding: 10px 0;
  background: repeating-linear-gradient(-45deg, #FCEBEB, #FCEBEB 3px, #FFF8F8 3px, #FFF8F8 7px);
  font-size: 20px;
  font-weight: bold;
  margin-top: 80px; }
  #recruit p.steptitle i {
    margin-right: 5px;
    font-size: 22px; }
#recruit ul.step {
  width: 100%;
  margin-top: 50px; }
  #recruit ul.step li {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: space-between; }
    #recruit ul.step li dt {
      width: 20%;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      color: #F98080; }
      #recruit ul.step li dt i {
        margin-right: 5px;
        font-size: 21px; }
      #recruit ul.step li dt img {
        width: 60%; }
    #recruit ul.step li dd {
      width: 75%;
      border: 1px solid #F98080;
      padding: 20px 25px;
      border-radius: 5px;
      font-size: 15px; }
      #recruit ul.step li dd span {
        font-size: 13px;
        color: red;
        line-height: 2em; }
#recruit h2 {
  margin-top: 0; }
  #recruit h2:before {
    background-color: #F98080; }

#howto .primary {
  width: 900px; }
#howto p.howto {
  text-align: center;
  line-height: 2.3em;
  font-size: 15px; }
#howto p.steptitle {
  text-align: center;
  color: #24709B;
  padding: 10px 0;
  background: repeating-linear-gradient(-45deg, #BFDEF0, #BFDEF0 3px, #e9f4ff 3px, #e9f4ff 7px);
  font-size: 20px;
  font-weight: bold;
  margin-top: 80px; }
  #howto p.steptitle i {
    margin-right: 5px;
    font-size: 22px; }
#howto ul.step {
  width: 100%;
  margin-top: 50px; }
  #howto ul.step li {
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: space-between; }
    #howto ul.step li dt {
      width: 20%;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      color: #24709B; }
      #howto ul.step li dt i {
        margin-right: 5px;
        font-size: 21px; }
      #howto ul.step li dt img {
        width: 60%; }
    #howto ul.step li dd {
      width: 75%;
      border: 1px solid #24709B;
      padding: 20px 25px;
      border-radius: 5px;
      font-size: 15px; }
      #howto ul.step li dd span {
        font-size: 11px;
        color: red;
        line-height: 2em;
        font-size: 13px; }
#howto h2 {
  margin-top: 0; }
  #howto h2:before {
    background-color: #24709B; }

#areachoice p.attention {
  text-align: center;
  margin: 0 0 20px;
  font-size: 12px; }
  #areachoice p.attention img {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    margin-right: 10px; }

#like form {
  width: 100%;
  position: relative; }
  #like form dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #like form dl dt {
      width: 30%;
      padding: 15px 0; }
      #like form dl dt span {
        font-weight: normal;
        color: #FF6D6F;
        font-size: 11px; }
    #like form dl dd {
      width: 70%;
      line-height: 1.8em;
      padding: 5px 0; }
      #like form dl dd span {
        background-color: #f2b7f5;
        color: #fff;
        padding: 4px 8px;
        margin-right: 5px; }
      #like form dl dd input[type="text"] {
        width: 100%;
        min-width: 150px;
        background-color: #fff;
        color: #000;
        padding: 7px 0 8px 2%;
        margin: 7px 0;
        border: 1px solid #EBEBEB; }
      #like form dl dd input[type="checkbox"] {
        background-color: #fff;
        margin: 0 5px 0 10px; }
      #like form dl dd textarea {
        width: 100%;
        min-width: 150px;
        background-color: #fff;
        color: #000;
        padding: 7px 0 8px 2%;
        margin: 15px 0 0;
        border: 1px solid #EBEBEB; }
      #like form dl dd textarea::placeholder {
        line-height: 1.5em;
        font-size: 12px; }
      #like form dl dd p.kome {
        font-size: 11px; }
    #like form dl .input {
      line-height: 2.5em;
      padding-top: 15px;
      font-size: 12px; }
  #like form input#submitbtn {
    display: inline-block;
    width: 200px;
    border: none;
    margin: 30px 0 30px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    padding: 10px 0;
    outline: none;
    position: relative;
    background-color: #333;
    border-radius: 2px;
    color: #fff;
    transition: .4s;
    -webkit-appearance: none; }
    #like form input#submitbtn:hover {
      background-color: #959595; }
  #like form p.attention {
    font-size: 13px;
    text-align: center; }
    #like form p.attention span {
      color: red;
      font-size: 15px;
      font-weight: bold; }

#login form {
  width: 100%;
  position: relative; }
  #login form dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #login form dl dt {
      width: 30%;
      padding: 15px 0; }
      #login form dl dt span {
        font-weight: normal;
        color: #FF6D6F;
        font-size: 14px; }
    #login form dl dd {
      width: 70%;
      line-height: 1.8em; }
      #login form dl dd input[type="text"] {
        width: 100%;
        min-width: 150px;
        background-color: #fff;
        color: #000;
        padding: 7px 0 8px 2%;
        margin: 7px 0;
        border: 1px solid #EBEBEB; }
  #login form input#submitbtn {
    display: inline-block;
    width: 200px;
    border: none;
    margin: 30px 0 30px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    padding: 10px 0;
    outline: none;
    position: relative;
    background-color: #EC2C91;
    border-radius: 2px;
    color: #fff;
    transition: .4s;
    -webkit-appearance: none; }
    #login form input#submitbtn:hover {
      background-color: #959595; }

#thanks p.thanks {
  font-size: 23px;
  color: #EC2C91;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px; }
#thanks p.thanks-in {
  font-size: 13px;
  text-align: center;
  margin-bottom: 25px; }
  #thanks p.thanks-in span.big {
    font-size: 16px;
    line-height: 1.9em; }
  #thanks p.thanks-in span.sm {
    font-size: 11px; }

#privacy, #terms {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 30px; }
  #privacy div, #terms div {
    margin-top: 20px; }
  #privacy h4, #terms h4 {
    text-align: center;
    margin: 30px 0 20px;
    font-size: 20px; }
  #privacy span, #terms span {
    font-weight: bold; }

.modal-title {
  font-size: 20px;
  text-align: center; }

ul.modal-wrap {
  width: 100%;
  padding: 2%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  ul.modal-wrap li {
    width: 21%;
    background-color: #EC2C91;
    text-align: center;
    margin: 1% 2%;
    border-radius: 5px; }
    ul.modal-wrap li:hover {
      opacity: .5; }
    ul.modal-wrap li a {
      color: #fff;
      display: block;
      padding: 15px 0; }

@media (min-width: 481px) and (max-width: 1023px) {
  body {
    font-size: 12px; }

  .mb {
    display: none !important; }

  .tab {
    display: none !important; }

  #top-obi {
    padding: 3px 1%; }

  #logo ul {
    padding: 1%;
    width: 100%; }
    #logo ul li:first-child {
      width: 55%;
      padding: 0 4% 0 0; }

  #menu ul {
    width: 100%;
    padding: 0 1%; }

  #concept p.concept {
    text-align: center;
    line-height: 2.3em; }
  #concept p.attention {
    text-align: center;
    margin-top: 20px;
    font-size: 12px; }
    #concept p.attention img {
      display: inline-block;
      width: 40px;
      vertical-align: middle;
      margin-right: 10px; }

  #bunner .primary {
    display: flex; }
  #bunner .main {
    width: 60%;
    order: 2;
    text-align: center; }
    #bunner .main .btn {
      width: 38%;
      padding: 40px 0;
      height: auto;
      background: linear-gradient(0deg, #2c9cff 0%, #00d4ff 100%);
      color: #fff;
      text-align: center;
      display: inline-block;
      margin: 0 5%;
      border-radius: 5px;
      box-shadow: 4px 4px 4px #ccc; }
  #bunner .sub {
    width: 20%; }

  #areachoice p.attention {
    font-size: 11px; }
    #areachoice p.attention img {
      width: 30px;
      vertical-align: middle;
      margin-right: 5px; }

  #like form p.attention {
    font-size: 11px;
    text-align: center; }
    #like form p.attention span {
      color: red;
      font-size: 12px;
      font-weight: bold; }

  #thanks p.thanks {
    font-size: 21px; }
  #thanks p.thanks-in {
    font-size: 13px; }
    #thanks p.thanks-in span.big {
      font-size: 15px;
      line-height: 1.9em; }
    #thanks p.thanks-in span.sm {
      font-size: 11px; }

  #privacy, #terms {
    width: 90%;
    margin: 0 auto;
    padding: 0 2% 20px; }
    #privacy div, #terms div {
      margin-top: 20px; }
    #privacy h4, #terms h4 {
      text-align: center;
      margin: 30px 0 20px;
      font-size: 20px; }
    #privacy span, #terms span {
      font-weight: bold; } }
@media (max-width: 480px) {
  body {
    font-size: 11px; }

  .tab {
    display: none !important; }

  .mbnone {
    display: none !important; }

  .pc {
    display: none !important; }

  #mbheader {
    width: 100%;
    width: 100vw;
    position: fixed;
    top: 22px;
    left: 0;
    padding: 5px 2% 5px 1%;
    background-color: #fff;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    border-bottom: 1px solid #EC2C91; }
    #mbheader img {
      height: 35px;
      padding-right: 5px; }
    #mbheader .menu-trigger, #mbheader .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    #mbheader .menu-trigger {
      width: 25px;
      height: 17px;
      position: relative; }
      #mbheader .menu-trigger span {
        width: 100%;
        height: 2px;
        background-color: #333;
        border-radius: 4px;
        position: absolute; }
        #mbheader .menu-trigger span:nth-of-type(1) {
          top: 0; }
        #mbheader .menu-trigger span:nth-of-type(2) {
          top: 7px; }
        #mbheader .menu-trigger span:nth-of-type(3) {
          bottom: 0 !important; }

  #menu {
    width: 100%;
    padding: 3%;
    border: none; }
    #menu ul {
      width: 100%;
      margin: 0 auto;
      display: block;
      font-size: 14px; }
      #menu ul li {
        padding: 25px 0 25px 0;
        border: none;
        display: block;
        border-bottom: 1px solid #E9ADEB;
        border-radius: 0; }
        #menu ul li:first-child {
          margin-right: 0;
          padding: 25px 0 25px 0;
          border: none; }
          #menu ul li:first-child i {
            color: #EC2C91 !important;
            background-color: #fff;
            padding: 15px;
            border-radius: 3px; }
        #menu ul li a {
          position: relative; }
          #menu ul li a i {
            color: #fff; }

  #close {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 20px;
    z-index: 3; }

  .mm-menu_theme-black {
    background: #EC2C91; }

  .mm-navbar {
    display: none !important; }

  .mm-panels, .mm-panels > .mm-panel {
    background: none; }

  .mm-panels {
    top: 0 !important;
    width: 100%; }

  .mm-listitem {
    width: 100%; }
    .mm-listitem:after {
      left: 0; }

  .mm-listitem__text {
    padding-left: 10px; }

  #top-obi {
    padding: 3px 1%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2; }

  #logo {
    display: none; }

  #concept p.concept {
    text-align: center;
    line-height: 2.3em; }
  #concept p.attention {
    font-size: 10px; }
    #concept p.attention img {
      width: 30px; }

  #section2 {
    background-color: #FFF5FB; }
    #section2 ul li {
      width: 20%;
      background-color: #fff;
      padding: 20px 0;
      text-align: center;
      transition: .5s; }

  #bunner .primary {
    display: block; }
  #bunner .main {
    width: 100%;
    padding-bottom: 20px; }
    #bunner .main .btn {
      width: 40%;
      padding: 30px 0;
      height: auto;
      background: linear-gradient(0deg, #2c9cff 0%, #00d4ff 100%);
      color: #fff;
      text-align: center;
      display: inline-block;
      margin: 0 3%;
      border-radius: 5px;
      box-shadow: 4px 4px 4px #ccc; }
  #bunner .sub {
    width: 100%; }
    #bunner .sub ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #bunner .sub ul li {
        width: 49%;
        margin-top: 10px; }

  #recruit p.steptitle {
    font-size: 17px;
    margin-top: 40px; }
    #recruit p.steptitle i {
      font-size: 15px; }
  #recruit ul.step {
    margin-top: 30px; }
    #recruit ul.step li {
      display: flex;
      margin-top: 30px;
      align-items: center;
      justify-content: space-between; }
      #recruit ul.step li dt {
        width: 19%;
        font-size: 14px; }
        #recruit ul.step li dt i {
          margin-right: 5px;
          font-size: 15px; }
        #recruit ul.step li dt img {
          width: 80%; }
      #recruit ul.step li dd {
        width: 80%;
        border: 1px solid #F98080;
        padding: 10px 15px;
        border-radius: 5px; }
        #recruit ul.step li dd span {
          font-size: 11px;
          color: red;
          line-height: 2em; }

  #howto p.steptitle {
    font-size: 17px;
    margin-top: 40px; }
    #howto p.steptitle i {
      font-size: 15px; }
  #howto ul.step {
    margin-top: 30px; }
    #howto ul.step li {
      display: flex;
      margin-top: 30px;
      align-items: center;
      justify-content: space-between; }
      #howto ul.step li dt {
        width: 19%;
        font-size: 14px; }
        #howto ul.step li dt i {
          margin-right: 5px;
          font-size: 15px; }
        #howto ul.step li dt img {
          width: 80%; }
      #howto ul.step li dd {
        width: 80%;
        border: 1px solid #F98080;
        padding: 10px 15px;
        border-radius: 5px; }
        #howto ul.step li dd span {
          font-size: 11px;
          color: red;
          line-height: 2em; }

  #like form {
    width: 100%;
    position: relative; }
    #like form dl {
      width: 100%;
      display: block; }
      #like form dl dt {
        width: 100%;
        font-weight: bold;
        margin: 15px 0 5px;
        padding: 0;
        font-size: 13px; }
      #like form dl dd {
        width: 100%;
        line-height: 1.8em; }
        #like form dl dd input[type="text"] {
          margin: 0; }
        #like form dl dd input[type="checkbox"] {
          margin-top: 5px; }
        #like form dl dd textarea {
          width: 100%;
          min-width: 150px;
          background-color: #fff;
          color: #000;
          padding: 7px 0 8px 2%;
          margin: 10px 0 0;
          border: 1px solid #EBEBEB; }
        #like form dl dd textarea::placeholder {
          font-size: 10px; }
        #like form dl dd p.kome {
          font-size: 11px; }
    #like form input#submitbtn {
      display: inline-block;
      width: 80%;
      border: none;
      margin: 30px 0 30px;
      text-align: center;
      text-decoration: none;
      line-height: 1.5em;
      padding: 10px 0;
      outline: none;
      position: relative;
      background-color: #333;
      border-radius: 2px;
      color: #fff;
      transition: .4s;
      -webkit-appearance: none; }
      #like form input#submitbtn:hover {
        background-color: #959595; }
    #like form p.attention {
      font-size: 11px;
      text-align: left; }
      #like form p.attention span {
        font-size: 13px; }

  #login form {
    width: 100%;
    position: relative; }
    #login form dl {
      width: 100%;
      display: block; }
      #login form dl dt {
        width: 100%;
        font-weight: bold;
        margin: 15px 0 5px;
        padding: 0;
        font-size: 13px; }
      #login form dl dd {
        width: 100%;
        line-height: 1.8em; }
        #login form dl dd input[type="text"] {
          margin: 0; }
    #login form input#submitbtn {
      width: 80%; }

  #thanks p.thanks {
    font-size: 16px; }
  #thanks p.thanks-in {
    font-size: 11px; }
    #thanks p.thanks-in span.big {
      font-size: 13px;
      line-height: 1.9em; }
    #thanks p.thanks-in span.sm {
      font-size: 10px; }

  #privacy, #terms {
    width: 90%;
    margin: 0 auto;
    padding: 0 1% 20px; }
    #privacy div, #terms div {
      margin-top: 20px; }
    #privacy h4, #terms h4 {
      text-align: center;
      margin: 30px 0 20px;
      font-size: 20px; }
    #privacy span, #terms span {
      font-weight: bold; } }
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 800px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #b93d0c; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  padding: 30px; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fff; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px; }
.modaal-gallery-next-outer {
  right: 45px; }

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px; }
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg); }
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg); }
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px; }
.modaal-gallery-prev-outer {
  left: 45px; }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin : 3px;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00bfff;
  transition: .4s;
}
.btn-flat-logot {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin : 3px;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #ff69b4;
  transition: .4s;
}