/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
//
//   Custom
//
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/

 .data-btn {
    width: 270px;
    background-color: #023;
    line-height: 60px;
    margin-top: 30px;
    cursor: pointer;
    border: 1px solid #023;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition:all .3s ease-out
  }
  
  .data-btn a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
    background-color: rgba(#fff, 0);
    transition: all .3s ease-out;
  }

  .data-btn a:hover {
      background-color: rgba(#fff, 1);
      color: $color-key;
    }


/* =====================================

  2019年12月29日 追加

======================================*/

.container .banner-area .banner{
    margin: 20px auto;
    display: block;
    width: 100%;
    text-align: center;
}
  