@charset "utf-8";

/* たまごの（鶏卵）の小売価格推移
--------------------------------------------------------------- */
.eggs-block {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.eggs-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.eggs-notes {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #a6a6a6;
}

.table-eggs-block {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}

.table-eggs-block .boxL {
  position: relative;
  margin-bottom: 5px;
  max-width: 335px;
  width: 46.02%;
  margin-right: 7.96%;
}

.table-eggs-block .boxR {
  margin-bottom: 5px;
  max-width: 335px;
  width: 46.02%;
}

.table-eggs-block .boxL table {
  position: relative;
  width: 100%;
}

.table-eggs-block .boxL table th {
  background-color: #ffbd59;
}

.table-eggs-block .boxL:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto -16.5% auto auto;
  width: 16%;
  height: 10%;
  background: url(/common/img/icon_arr.svg) no-repeat center center;
  background-size: 100% auto;
}

.table-eggs-block .boxR table {
  width: 100%;
  box-sizing: border-box;
}

.table-eggs-block .boxR table th,
.table-eggs-block .boxR table td {
  box-sizing: border-box;
}

.table-eggs-block .boxR table th {
  background-color: #ff7e46;
}

.table-eggs-block table thead th {
  color: #333333;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 0px;
}

.table-eggs-block table tbody td {
  font-size: 15px;
}

.table-eggs-block table .year {
  width: 45%;
}

.table-eggs-block table .price {
  width: 55%;
}

.table-eggs-block table .ft-em {
  font-size: 20px;
  font-weight: 900;
  color: #ff3131;
  border-bottom: 2px solid #ff3131;
}

@media screen and (min-width:769px) {
  .eggs-block {
    max-width: 800px;
    width: 100%;
  }

  .eggs-title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
  }

  .eggs-notes {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
  }

  .table-eggs-block .boxL {
    max-width: 330px;
    width: 100%;
    margin-right: 17.5%;
  }

  .table-eggs-block .boxR {
    max-width: 330px;
    width: 100%;
  }

  .table-eggs-block .boxL:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 34% -36.5% 0 auto;
    width: 29%;
    height: 14%;
    background: url(/common/img/icon_arr.svg)no-repeat center center;
    background-size: 100% auto;
  }

  .table-eggs-block table thead th {
    padding: 15px 5px;
    font-size: 23px;
  }

  .table-eggs-block table tbody td {
    font-size: 23px;
  }

  .table-eggs-block table .year {
    width: 40%;
  }

  .table-eggs-block table .price {
    width: 60%;
  }

  .table-eggs-block table .ft-em {
    font-size: 28px;
  }
}



/* 吉野家 牛丼（並盛）の価格改定の流れ
--------------------------------------------------------------- */
.yoshinoya-block {
  display: block;
  width: 100%;
}

.yoshinoya-block .yoshinoya-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.yoshinoya-block table {
  margin-bottom: 5px;
}

.yoshinoya-block table .year {
  width: 24%;
}

.yoshinoya-block table .price {
  width: 26%;
}

.yoshinoya-block table .revision {
  width: 50%;
}

.yoshinoya-block table thead th {
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  background-color: #ffbd59;
}

.yoshinoya-block table td {
  padding: 10px 5px;
  font-size: 16px;
  line-height: 1.4;
  color: #545454;
}

.yoshinoya-block table .revision {
  text-align: left;
  padding: 10px 5px;
  line-height: 1.4;
}

.yoshinoya-block table .item {
  font-weight: 700;
  background-color: #ffefef;
}

.yoshinoya-block table .ftS {
  display: block;
  font-size: 14px;
}

@media screen and (min-width:769px) {
  .yoshinoya-block {
    max-width: 900px;
    margin: 0 auto;
  }

  .yoshinoya-block .yoshinoya-title {
    font-size: 28px;
  }

  .yoshinoya-block table .year {
    width: 24%;
  }

  .yoshinoya-block table .price {
    width: 26%;
  }

  .yoshinoya-block table .revision {
    width: 50%;
  }

  .yoshinoya-block table thead th {
    font-size: 23px;
  }

  .yoshinoya-block table td {
    padding: 10px 5px;
    font-size: 23px;
  }

  .yoshinoya-block table .revision {
    text-align: center;
  }
}


/* インフレに強い資産
--------------------------------------------------------------- */
.inflation-block {
  width: 100%;
  margin: 0 auto 20px;
}

.inflation-block table .kinds {
  width: 12%;
}

.inflation-block table .merit {
  width: 44%;
}

.inflation-block table .risk {
  width: 44%;
}

.inflation-block table thead th {
  padding: 10px 0;
  color: #333333;
  line-height: 1.2;
  background-color: #ffbd59;
}

.inflation-block table tbody th {
  color: #333333;
  background-color: #ffffff;
}

.inflation-block table th.kinds span {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
  margin: auto;
}

.inflation-block table td.merit {
  padding: 10px 5px;
  text-align: left;
  background-color: #ffefef;
}

.inflation-block table td.risk {
  padding: 10px 5px;
  text-align: left;
  background-color: #e7f4f6;
}

.inflation-block table .list .list-item {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.inflation-block table .list .list-item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width:769px) {
  .inflation-block {
    max-width: 900px;
  }

  .inflation-block table .kinds {
    width: 12%;
  }

  .inflation-block table .merit {
    width: 44%;
  }

  .inflation-block table .risk {
    width: 44%;
  }

  .inflation-block table thead th {
    padding: 10px 0;
    line-height: 1.2;
  }

  .inflation-block table th.kinds span {
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    display: block;
  }
}