body{
  margin: 0;
}
#page_user_data .mainContent{
  padding: 0;
}
img{
image-rendering:auto;
}
.ec-blockBtn--action:hover{
  background-color: #d64035;
  border-color: inherit;
  opacity: 1;
}
#wrap{
  max-width: 960px;
  margin: auto;
}
.logo{
  margin: auto;
  width: 50%;
}
header{
  width: 100%;
}
.slide-items__wrap {
  margin: auto;
}
.slick-prev{
  display: none!important;
}
.slick-next{
  background-image: url(/html/user_data/LP/images/arro.png);
  background-size: cover;
}
.slide-arrow{
position: absolute;
    top: 50%;
    right: 0;
    width: 5%;
}
.kaimonokago{
  position: fixed;
  bottom:0;
  width: 15%;
  right: 10%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-emergency {
  position: relative;

  display: block;

  width: 200px;
  height: 130px;
  margin: 0 auto;
}

a.btn-emergency:hover .btn-emergency-top {
  top: 10px;

  height: 25px;
}

a.btn-emergency:active .btn-emergency-top {
  top: 20px;

  height: 25px;
}

.btn-emergency-top {
  position: absolute;
  top: 0;
  left: 20px;

  width: 127px;
      height: 30px;
  margin-top: 30px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0 0 50% 50%;
  background: #ed3900;
}

.btn-emergency-top:before {
  position: absolute;
  top: -30px;
  left: 0;

  width: 160px;
  height: 60px;

  content: "";

  border-radius: 80px / 30px;
  background: #ff5722;
}

.btn-emergency-top span {
font-size: 27px;
  font-weight: bold;

  position: absolute;
  top: -24px;
  left: 0;

  width: 100%;

  -webkit-transform: scaleY(0.75);

  transform: scaleY(0.75);
  text-align: center;

  color: #ffc6c6;
}

.btn-emergency-bottom {
  position: absolute;
  top: 38px;
  left: 0;

  width: 200px;
  height: 80px;

  border-radius: 100px / 40px;
  background: #d8e4ea;
  -webkit-box-shadow: 0 8px 0 #c4cacc;
  box-shadow: 0 8px 0 #c4cacc;
}
.bottom{
    background: #00307C;
    width: 100%;
    text-align: center;
    padding: 2%;
}
.bottom p{
  margin: 0;
  color:#ffff;
  margin-top: 20px;
}
.pc{
display: inherit!important;
}
.sp{
display: none!important;
}
footer{
  font-size: 1.3rem;
}
@media only screen and (max-width: 599px){
  #wrap{
    width: 100%;
  }
  img{
    width: 100%;
  }
.pc{
display: none!important;
}
.sp{
display: inherit!important;
}
.slide-items{
padding: 0;
}
.slide-arrow{
  right: 5%;
  width: 10%;
}
.logo{
  margin: auto;
  width: 50%;
}
.btn,
a.btn,
button.btn {
  font-size: 0.8rem;
  font-weight: 350;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-emergency {
  position: relative;

  display: block;

  width: 100px;
  height: 75px;
  margin: 0 auto;
}

a.btn-emergency:hover .btn-emergency-top {
  top: 10px;

  height: 0px;
}

a.btn-emergency:active .btn-emergency-top {
  top: 20px;

  height: 0px;
}

.btn-emergency-top {
  position: absolute;
  top: 0;
  left: 10px;
  width: 80px;
  height:0px;
  margin-top: 30px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  border-radius: 0 0 50% 50%;
  background: #ed3900;
}

.btn-emergency-top:before {
  position: absolute;
  top: -15px;
  left: 0;

  width: 80px;
  height: 30px;

  content: "";

  border-radius: 80px / 30px;
  background: #ff5722;
}

.btn-emergency-top span {
font-size: 13px;
  font-weight: bold;

  position: absolute;
  top: -12px;
  left: 0;

  width: 100%;

  -webkit-transform: scaleY(0.75);

  transform: scaleY(0.75);
  text-align: center;

  color: #ffc6c6;
}

.btn-emergency-bottom {
  position: absolute;
  top: 38px;
  left: 0;

  width: 100px;
  height: 40px;

  border-radius: 100px / 40px;
  background: #d8e4ea;
  -webkit-box-shadow: 0 8px 0 #c4cacc;
  box-shadow: 0 8px 0 #c4cacc;
}


.kaimonokago{
  bottom: 20%;
    width: 15%;
    right: 20%;
}
}
