@charset "UTF-8";

body {
  overflow-y: scroll;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
}

#wrapper .link__top a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #4cc4fd;
  border-radius: 50%;
}

#wrapper .link__top a:hover {
  opacity: 0.5;
}

#wrapper .js--hidden {
  overflow: hidden;
}

/* pc */
@media screen and (min-width: 768px) {
  #wrapper .link__top {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    width: 52px;
    height: 52px;
    display: none;
    opacity: 1;
    pointer-events: auto;
  }

  #wrapper .days ul li.help {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 0;
    padding: 20px 30px 30px;
  }

  #wrapper .days ul li.help h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #4cc4fd;
  }

  #wrapper .days ul li.help p {
    font-size: 14px;
    line-height: 1.45;
  }

  #wrapper .days ul li.help p span {
    color: #4cc4fd;
  }

  #wrapper .days ul li.help p a {
    color: #4cc4fd;
    text-decoration: underline;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  #wrapper .link__top {
    position: fixed;
    z-index: 100;
    right: 5vw;
    bottom: 5vw;
    width: 52px;
    height: 52px;
    display: none;
    opacity: 1;
    pointer-events: auto;
  }

  /* 横向きの場合のスタイル */
  @media screen and (orientation: landscape) {
    #wrapper .link__top {
      bottom: calc(8vw + 5vw);
    }
  }

  #wrapper .days ul li.help {
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 15px 15px 20px;
  }

  #wrapper .days ul li.help h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4cc4fd;
  }

  #wrapper .days ul li.help p {
    font-size: 14px;
    line-height: 1.4;
  }

  #wrapper .days ul li.help p span {
    color: #4cc4fd;
  }

  #wrapper .days ul li.help p a {
    color: #4cc4fd;
    text-decoration: underline;
  }
}
