/* CSS Document */
/* CSS Document */
@media screen and (max-width: 480px) {
  .for-pc {
    display: none;
  }

  #spMenu {
    position: fixed !important;
    right: 0;
    top: 10px;
    width: 45px !important;
    height: 42px !important;
    padding: 10px;
    background: #5bb49b;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    z-index: 15006;
  }

  #spMenu div {
    position: relative;
  }

  #spMenu p {
    color: #00B8C9 !important;
    position: fixed !important;
    top: 68px !important;
    margin: 0 0 0 -5px !important;
    font-size: 12px !important;
    z-index: 30007 !important;
  }

  #spMenu span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }

  #spMenu span:nth-child(1) {
    top: 0;
  }

  #spMenu span:nth-child(2) {
    top: 10px;
  }

  #spMenu span:nth-child(3) {
    top: 20px;
  }

  #spMenu.menuOn {
    z-index: 30006;
  }

  #spMenu.menuOn span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #spMenu.menuOn span:nth-child(2),
#spMenu.menuOn span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  body.menuOpen {
    height: 100%;
    overflow: hidden;
  }
}
*[renewal-ui=false] {
  /* Hides from IE-mac \*/
  /* End hide from IE-mac */
}
*[renewal-ui=false] body {
  background: #fff;
  color: #666;
  font-size: 76%;
}
*[renewal-ui=false] .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
*[renewal-ui=false] .clearfix {
  display: inline-block;
}
*[renewal-ui=false] * html .clearfix {
  height: 1%;
}
*[renewal-ui=false] .clearfix {
  display: block;
}
*[renewal-ui=false] a {
  color: #666;
  text-decoration: none;
}
*[renewal-ui=false] a:hover {
  text-decoration: underline;
}
*[renewal-ui=false] ul {
  list-style: none;
}
*[renewal-ui=false] img {
  vertical-align: bottom;
}
@media screen and (min-width: 481px) {
  *[renewal-ui=false] .for-sp {
    display: none;
  }
  *[renewal-ui=false] .contactselect {
    height: 8em;
  }
}