/*--------------------------
.c5-buttonCenter
--------------------------*/
.c5-buttonCenter{
  text-align: center;
}
.c5-buttonCenter p{
  text-align: center;
}
.c5-buttonCenter .s5-button{
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  text-align: center;
}

.c5-general--mb0{
  margin-bottom: 0 !important;
}


/*--------------------------
.s5-list
--------------------------*/
.s5-list{
  margin: 0 0 0 20px !important;
  list-style-type: disc !important;
}
.s5-list li{
  list-style-type: disc !important;
}



/*--------------------------
.c5-img
--------------------------*/
.c5-img{
  text-align: center;
  margin: 20px 0;
}
.c5-img.c5-img--650 img{
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
  .c5-img .c5-img--pc{
    display: block;
  }
  .c5-img .c5-img--sp{
    display: none;
  }
@media screen and (max-width: 650px){
  .c5-img .c5-img--pc{
    display: none;
  }
  .c5-img .c5-img--sp{
    display: block;
  }
}

/*--------------------------
.c5-grayBor
--------------------------*/
.c5-grayBor{
  padding: 20px;
  border: 3px solid #e4e7ec;
}
/*--------------------------
.c5-grayBgGray
--------------------------*/
.c5-grayBgGray{
  padding: 20px;
  background: #e4e7ec;
}

/*--------------------------
.c5-buttonCenter .s5-button
--------------------------*/
.c5-buttonCenter .s5-button{
  margin-top: 10px;
}
