@charset "utf-8";

/***************************************************
  prpfile.css
***************************************************/
.txt-01{
  margin: 20px 0 30px;
}
.txt-02{
  margin-bottom: 10px;
  font-size: 15px;
}
.area-overview table{
  width: 48%;
  float: left;
}
.area-overview table th{
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  line-height: 20px;
}
.area-overview table th span{
  font-size: 14px;
}
.area-overview table td{
  font-weight: bold;
  font-size: 40px;
  padding: 14px 0 20px;
}
.area-overview table td span{
  font-size: 18px;
}
.area-overview .box-payoff{
  width: 48%;
  float: right;
}
.area-overview .box-payoff p{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.area-food-service .box-food-service{
  width: 48%;
  float: left;
}
.area-food-service table{
  width: 48%;
  float: right;
}
.txt-03{
  font-size: 15px;
  margin: 20px 0 10px;
}
.area-food-service table tr:first-child td{
  font-size: 17px;
  padding-bottom: 10px;
}
.area-food-service table th{
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  width: 4em;
}
.area-food-service table tr.weight-bold td,
.area-food-service table tr:last-child td{
  font-weight: bold;
  font-size: 40px;
  padding: 14px 0 20px;
}
.area-food-service table tr.weight-bold td{
  padding-top: 0;
}
.area-food-service table tr.weight-bold td.width25p{
  width: 25%;
}
.area-food-service table tr.weight-bold td span,
.area-food-service table tr:last-child td span{
  font-size: 18px;
}
.area-food-service li{
  padding-left: 1em;
  text-indent: -1em;
}
ul.list-food-service{
  margin: 40px 0;
}
.list-food-service li{
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 30px;
}
.list-food-service li:nth-child(3n){
  margin-right: 0;
}
.list-food-service li h3.ttl-weight{
  margin: 15px 0 15px;
}
h3.ttl-weight.txt-05{
  font-weight: bold;
  margin-bottom: 30px;
}
h3.ttl-weight.txt-05 span{
  font-size: 14px;
}
.txt-06{
  padding-left: 45px;
  margin-bottom: 50px;
}
.txt-07{
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .area-overview table,.area-overview .box-payoff,.area-food-service .box-food-service{
    width: 100%;
    float: none;
  }
  .area-food-service table{
    width: 75%;
    margin: 30px auto 0;
    float: none;
  }
  .area-food-service table tr.weight-bold td,
  .area-food-service table tr:last-child td{
    text-align: right;
  }
  .area-food-service table tr.weight-bold td.width25p{
    width: auto;
  }
  ul.list-food-service{
    margin: 10px auto 20px;
  }
  .list-food-service li,.list-food-service li:nth-child(3n){
    width: 48%;
  margin-right: 4%;
  }
  .list-food-service li:nth-child(2n){
    margin-right: 0;
  }
  .list-food-service li p{
    font-size: 13px;
  }
  .list-food-service li p.txt-04{
    font-size: 15px;
  }
  ul.list-top-share li{
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
  }
  ul.list-top-share li a img:hover{
    opacity: inherit;
    cursor: default;
  }
  ul.list-top-share li:nth-child(2n){
    margin-right: 0;
  }
  .txt-06 {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .txt-07{
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .area-overview table th{
    font-size: 14px;
  }
  .area-overview .box-payoff p{
    font-size: 14px;
  }
  .area-food-service table th{
    font-size: 14px;
  }
}