/* ²Á³Ê²þÄê */


.price_top{
  margin-top:20px;
  margin-bottom: 20px;
  text-align:center
  border: solid 1px #333;
  padding: 16px 72px;
}

.price_top a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.price_top a:hover {
    background: #313131;
    color: #FFF;
}
.price_top a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.price_top a:hover:after {
    border-color: #FFF;
}

/* ²Á³Ê²þÄê */

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;
  }