 /****************************************
    テーブル
*****************************************/
.tbl01{
  width: 100%;
  border-collapse: collapse;
  border:1px solid#bfbfbf;
  max-width: 864px;
  margin: 0 auto;
  text-align: left;
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.8em;
}

.tbl01 td,.tbl01 th {
  border-collapse: collapse;
  border:1px solid #bfbfbf;
}
.tbl01 th {
  text-align: center;
  background: #f4f4f4 none repeat scroll 0 0;
}
.tbl01 td{
  padding-left: 10px;
}
 /****************************************
    Scratch
*****************************************/
.scratch{
  margin-top: 50px;
}

 /****************************************
    ボタン
*****************************************/
.btn--orange{
  color: #fff;
  background-color: #eb6100;
  border-radius: 100vh;
  padding: 20px 50px;
  font-size: 50px;
}
.btn--orange:hover{
  background: #f56500;
}
.orange-btn{
  margin-top: 50px;
  text-align: center;
}
 /****************************************
    slick
*****************************************/
.nomal-jpeg{
  height: 600px;
  margin: 0 auto;
}

 /****************************************
    その他
*****************************************/
.red{
  color: red;
}
.red-title{
  font-size: 30px;
  color: red;
  margin-top: 60px;
  text-align: center;
}
.border-title{
  font-size: 30px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-weight: normal;
  color: black;
}
.blue-title{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #01a5e3;
  padding: 5px 10px 4px;
  margin: 120px 10px 22px 10px;
  text-align: left;
}
.myface{
  width: 123px;
  height: 92px;
  float: right;
  margin: 0 10px 5px 10px;
}
.staff-myface{
  width: auto;
  max-width: 170px;
}

@media screen and (max-width: 640px) {
  .tbl01{
    margin-top: 20px;
    font-size: 16px;
  }

  .red-title{
    font-size: 20px;
    text-align: left;
    margin-top: 25px;
  }
  .text-centar{
    text-align: center;
  }
  .blue-title{
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
  }
  .btn--orange{
    font-size: 19px;
    font-weight: bold;
    padding: 20px 32px;
  }
  .orange-btn{
    margin-top: 50px;
  }
  .nomal-jpeg{
    width: 100%;
    height: 100%;
  }
  .staff-myface{
    width: auto;
    max-width: 140px;
  }
}