@charset "utf-8";
/* CSS Document */

/*ページカラー
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #6B3128;
}

.main-top-subtitle,.main-bottom-subtitle,.main-title,.top-lead-text {
  color: #6B3128;
}
/*=======================================*/

/*メニュー・ボタン
=======================================*/
.btn-menu li{
  background:#6B3128 url(../img/arrow_darkred.png) no-repeat 95% center;
}

.btn-menu li {
    background-color: #6B3128;
}

/*privilege-top-box
=============================*/
.privilege-top-box{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.privilege-number{
  margin-right: 40px;
  background-color: #F1F1EF;
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
  color: #6B3128;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
    min-height: 140px;
}
.privilege-top-textbox{
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.privilege-top-midashi{
  color: #6B3128;
  font-size: 2.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.privilege-menu-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}

.privilege-box{
  margin-bottom: 80px;
  position: relative;
}
.img-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.privilege-table {
  width: 100%;
}
.privilege-table th,.privilege-table td{
  border: 1px solid #ccc;
  padding: 15px 10px;
  text-align: center;
}
.privilege-table th{
  background-color: #F1F1EF;
}
.privilege-text{
  margin-bottom: 25px;
}
.btn-menu li.btn-menu-item--wide{
  max-width: 260px;
}
@media screen and ( max-width: 767px ){
  .privilege-top-box {
    display: block;
    text-align: center;
  }
.privilege-number {
  margin: auto;
  width: 100px;
  height: 100px;
  min-height: 30px;
  margin-bottom: 30px;
}
  .img-list{
    display: block;
    text-align: center;
  }
  .img-list li{
    margin-bottom: 15px;
  }
  .img-list li:last-of-type{
    margin-bottom: 0px;
  }

  

}