@charset "utf-8";

/***************************************************
  benefit.css
***************************************************/
table {
  width: 100%;
  float: left;
  font-size: inherit;
  margin: 7px 0 30px;
}
table tr {
  width: 100%;
}
table tr:first-child th {
  border: solid 1px #e4e1da;
}
table th {
  width: 30%;
  vertical-align: middle;
  text-align: left;
  background-color: #eeede9;
  color: #000;
  padding: 11px 13px;
  border: solid 1px #e4e1da;
}
table td {
  width: 70%;
  padding: 11px 13px;
  border: solid 1px #e4e1da;
}
.box-benefit {
  border: 1px solid #e00000;
  padding: 10px 20px;
  color: #e00000;
  margin: 25px 0;
}
.contents-nav-inner .box-benefit p {
  padding-top: 0px;
  padding-bottom: 5px;
}
.box-benefit p:nth-child(2) {
  color: #000;
}
ul.box-left-img-half .left-box img {
  width: 100%;
}
.img-benefit_arrow {
  text-align: center;
  margin-bottom: 20px;
}
.img-benefit_arrow img {
  width: 108px;
}
ul.list-benefit{
  margin-top: 10px;
}
ul.list-benefit li{
  width: 32%;
  margin-right: 2%;
  float: left;
}
ul.list-benefit li:nth-child(3n){
  margin-right: 0;
}
.under-line + p{
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  table {
    width: 100%;
    float: none;
    margin-top: 5px;
  }
  table th {
    width: 20%;
    font-size: 12px;
    padding: 11px 3px;
  }
  table td {
    width: 50%;
    font-size: 12px;
  }
  ul.box-left-img-half .left-box p {
    color: #000;
  }
  .img-benefit_arrow {
    margin-bottom: 20px;
  }
  ul.box-left-img-half li.right-box img{
    margin-bottom: 7px;
  }
  ul.list-benefit li{
    width: 100%;
    margin-top: 30px;
    float: none;
  }
}