/*ホバーボタン  */

li {
  list-style: none;
}
.contents{
  text-align:center;
}
.button{
  display:inline-block;
}
.button_care{
  margin:20px;
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button_care::before,
.button_care::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_care,
.button_care::before,
.button_care::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_care {
  background-color:#3595AF;
  color: #fff;
}
.button_care:hover {
  background-color: #9E9E9E;
}


@media (min-width: 481px){
  #slide-show_smartphone{
    display:none;
  }
}

@media (max-width: 480px) {
    .slider{
    display: none;
  }
  .top_smartphone {
    max-width: 100%; 
    margin: 10px auto; 
    padding-top: 5px;
    border: 0.5px solid #c9c9c9;
  }