/*toppage souba list*/
h1.today-price-h2 {
  font-size: 23px;
  text-align: center;
  line-height: 1.2em;
  color: #543226;
  margin-bottom: 0.6em;
}
h1.today-price-h2 span {
  font-size: 12px;
  display: block;
}
/**/
.mainview {
  margin-bottom: 2em;
}
h3.today-price-h3 {
  text-align: center;
  font-size: 20px;
  color: #543226;
  margin-bottom: 0.5em;
}
/**/
.souba-sec01 {
  margin-bottom: 3em;
}
/**/
.souba-mainblock {
  background-color: #e8e8e8;
  box-shadow: 2px 2px 6px #808080;
  padding: 1em;
  margin-bottom: 2em;
}
/**/
.link-btn.contact-link {
  max-width: unset;
  text-align: center;
  border: none;
}
.link-btn.contact-link a {
  display: inline-block;
  background-color: #fde108;
  padding: 1.5em 7em;
}
ul.souba-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
ul.souba-main li {
  width: 49%;
  background-color: #4c4c4c;
  padding: 0.6em 0;
  padding-right: 0.5em;
  margin: 0.5em 0;
}
/**/
ul.souba-main li.gold {
  background-color: #bf7910;
}
ul.souba-main li.platinum {
  background-color: #39619c;
}
ul.souba-main li.silver {
  background-color: #757575;
}
ul.souba-main li.palladium {}
@media (max-width: 767px) {
  .souba-mainblock {
    background: no-repeat;
    box-shadow: unset;
    padding: unset;
  }
  ul.souba-main {}
  ul.souba-main li {
    width: 100%;
    margin: 0.3em 0;
  }
}
/**/
ul.souba-main li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
ul.souba-main li dl dt {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 35%;
  font-size: 18px;
}
ul.souba-main li dl dd {
  display: flex;
  background-color: #FFF;
  width: 65%;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.7em 1.3em;
  padding-bottom: 0.3em;
}
ul.souba-main li dl dd p {
  margin: 0;
}
p.price-main {
  font-size: 25px;
}
p.price-main span {
  font-size: 70%;
}
p.fluctuation {}
span.f-midashi {
  margin-right: 0.5em;
}
span.zougen {
  font-size: 20px;
  color: #be2b12;
}
span.zougen.minus {
  color: #39619c;
}
span.zougen.plus {}
span.zougen span {
  font-size: 75%;
}
@media (max-width: 767px) {
  ul.souba-main li dl dt {
    font-size: 13px;
    width: 30%;
  }
  ul.souba-main li dl dd {
    width: 70%;
    padding: 0.5em;
    padding-bottom: unset;
  }
  p.price-main {
    font-size: 17px;
  }
  span.zougen {
    font-size: 18px;
  }
}
/**/
.other-souba {
  display: flex;
  justify-content: space-between;
}
.other-souba.kaitori {}
.other-souba.kaitori .flex-column {
  width: 30%;
}
.other-souba.hanbai .flex-column {
  width: 48%;
}
@media (max-width: 767px) {
  .other-souba {
    display: block;
  }
  .other-souba.kaitori .flex-column, .other-souba.hanbai .flex-column {
    width: 100%;
  }
}
h4.other-list {
  background-color: #cecece;
  text-align: center;
  padding: 0.3em;
  font-weight: bold;
  font-size: 17px;
}
ul.sonota-list {
  margin-bottom: 2em;
}
ul.sonota-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 0.5em;
  margin-bottom: 0.6em;
  padding: 0 0.8em;
  padding-bottom: 0.3em;
}
ul.sonota-list li span {
  display: block;
}
span.other-type {}
span.other-price {}
/**/
.caution-block {}
.caution-block ul {
  padding-left: 2em;
}
.caution-block ul li {
  font-size: 11px;
  list-style-type: disc;
  line-height: 1.9;
}
/**/
.past-info {
  display: flex;
  justify-content: center;
  /* text-align: center; */
  margin: 2em;
}
.link-btn.pastdata {
  max-width: unset;
  display: inline-block;
  margin: unset;
  text-align: center;
  border: unset;
  margin: 0.5em;
}
.link-btn.pastdata a {
  padding: 1em 3em;
  display: inline-block;
  background-color: #cecece;
  min-width: 220px;
}
@media (max-width: 767px) {
  .past-info {
    display: block;
  }
  .link-btn.pastdata {
    width: 100%;
  }
  .link-btn.pastdata a {
    min-width: unset;
    display: block;
    width: 100%;
  }
}
/*--------------------------------
過去の価格情報
--------------------------------*/
div#pastinfo {
  height: unset;
  /* min-height: 1000px; */
  padding-bottom: 3em;
}
#pastinfo .content-wrap {
  background-color: #FFF;
  max-width: 980px;
  margin: auto;
  padding: 3em;
}
#pastinfo .content-main {}
table.soubalist-table {
    width: 100%;
}
table.soubalist-table tr {}
table.soubalist-table tr:nth-child(odd) td {
  background-color: #fff9cf;
}
table.soubalist-table tr:nth-child(even) td {}
table.soubalist-table th, table.soubalist-table td {
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  padding: 5px 0;
  border-left: 1px solid #777777;
}
table.soubalist-table th:first-child, table.soubalist-table td:first-child {
  border-left: none;
}
table.soubalist-table th {}
table.soubalist-table td {
  border-bottom: unset;
  border-top: unset;
}
th.day-cell, th.weel-cell {
  width: 5%;
}
th.day-cell {}
th.weel-cell {}
th.price-cell {
  width: 11%;
  background-color: #4c4c4c;
  color: #FFF;
  min-width: 100px;
  padding: 1em 0 !important;
}
th.gray-cell {
  background-color: #cdcdcd;
  padding: 0.8em 0 !important;
}
th.gold {
  background-color: #bf7910;
}
th.platinum {
  background-color: #39619c;
}
th.silver {
  background-color: #757575;
}
th.palladium {}
span.en-gram {
  text-align: right;
  display: block;
  margin-top: 0.6em;
  font-size: 12px;
}
tr.takane-line {}
tr.yasune-line {}
tr.takane-line th, tr.yasune-line th {
  font-weight: bold;
}
tr.takane-line th {
  background-color: #fbe5e5;
  color: #8b0f0f;
}
tr.yasune-line th {
  color: #214990;
  background-color: #e8f0ff;
}
th.takane-midashi, th.yasune-midashi {
  color: #FFF !important;
}
th.takane-midashi {
  background-color: #8c0e0e !important;
}
th.yasune-midashi {
  background-color: #214990 !important;
}
a.btn-pastview {
  background-color: #757575;
  color: #FFF;
  padding: 0.5em 2em;
}
h4.select-date {
  margin: 2em 0;
  line-height: 2.7;
  font-size: 16px;
}
h4.select-date select,
select#year, select#month {
  padding: 0.4em;
  background-color: #fffce2;
  padding-right: 1em;
}
select#year {}
select#month {}
@media (max-width: 767px) {
  #pastinfo .content-wrap {
    padding: 1em;
  }
  .tablebox {
    overflow: scroll;
  }
  th.day-cell, th.weel-cell {
    min-width: 2.5em;
  }
  th.price-cell {
    width: 7%;
    min-width: 79px;
  }
  span.en-gram {
    text-align: left;
  }
}
/**/
.tab-btn-block {
  margin-bottom: 2em;
}
.tab-btn-block ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #cdcdcd;
}
.tab-btn-block ul li {}
.tab-btn-block ul li a {
  font-size: 16px;
  display: block;
  margin-bottom: -3px;
}
.tab-btn-block ul li a span {
  padding: 1.5em 2em;
  display: block;
  border-top: 2px solid #FFF;
}
.tab-btn-block ul li a.active {
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 3px solid #fdfdfd;
  margin-bottom: -3px;
}
.tab-btn-block ul li a.active span {
  border-top: 2px solid #ffd900;
}
.tab-btn-block ul li a:hover {
  background-color: #fff9ce;
}
@media (max-width: 767px) {
  .tab-btn-block ul li a {
    font-size: 14px;
  }
  .tab-btn-block ul li a span {
    padding: 1em 1.2em;
  }
}
/*--------------------------------
過去の価格チャート　ページ
--------------------------------*/
ul.pagein-nav {
  display: flex;
  max-width: 800px;
  margin: 2em auto 1em;
}
ul.pagein-nav li {
  width: 25%;
  margin: 0.5em;
}
ul.pagein-nav a {
  background-color: #4c4c4c;
  display: block;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 0.5em 2em;
}
a.underarrow {}
a.underarrow.gold {
  background-color: #bf7910;
}
a.underarrow.platinum {
  background-color: #39619c;
}
a.underarrow.silver {
  background-color: #757575;
}
a.underarrow.palladium {}
@media (max-width: 767px) {
  ul.pagein-nav {
    flex-wrap: wrap;
  }
  ul.pagein-nav li {
    width: 45%;
  }
}
/**/
.underarrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.underarrow::before, .underarrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.underarrow::before {
  left: unset;
  right: 0.7em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
/**/
section.chart-sec {
  margin: 3em 0;
}
/**/
h3.chart-midashi {
  background-color: #d0d0d0;
  padding: 1.3em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50%;
}
h3.chart-midashi.gold-midashi {
  background-color: #dcba88;
  background-image: url("../img/chart/bg-chart-hd-gold.jpg");
}
h3.chart-midashi.silver-midashi {
  background-color: #d0d0d0;
  background-image: url("../img/chart/bg-chart-hd-silver.jpg");
}
h3.chart-midashi.platinum-midashi {
  background-color: #d0d9f7;
  background-image: url("../img/chart/bg-chart-hd-platinum.jpg");
}
h3.chart-midashi.palladium-midashi {
  background-color: #abacb9;
  background-image: url("../img/chart/bg-chart-hd-palladium.jpg");
}
@media (max-width: 767px) {
  h3.chart-midashi {
    padding: 0.8em;
    font-size: 16px;
    background-size: 44%;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ADD
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (min-width: 768px) {
  .flex-ctr.info-oly {
    justify-content: center;
  }
  .flex-ctr.info-oly .index-info {
    display: flex;
  }
  .index .flex-ctr.info-oly .item {
    display: block;
    flex-basis: 30%;
  }
  .index .content-1 .info-oly .index-info .item .image {
    width: 100%;
    height: 200px;
  }
  .index .content-1 .flex-ctr > div:first-of-type {
    border: none;
  }
  .index .content-1 .info-oly .index-info .item .data {
    width: auto;
    margin-top: 0.6em;
    padding: 0;
  }
  .index .content-1 .info-oly .index-info .item .title {
    margin-top: 0.4em;
  }
  .index .content-1 .info-oly .index-info {
    max-width: 900px;
    margin: 1em auto;
  }
  .index .content-1 .flex-ctr > div .link-btn {
    margin: auto;
  }
}
.index .content-1 .info-oly .index-info .item .image a {
  position: relative;
}
@media (max-width: 767px) {
  .index .content-1 .info-oly .index-info {
    display: block;
    margin-top: 2em;
  }
  .index .content-1 .info-oly .index-info .item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .index .content-1 .info-oly .index-info .item .image {
    flex-basis: 30%;
  }
  .index .content-1 .info-oly .index-info .item .data {
    flex-basis: 67%;
  }
}@charset "UTF-8";
/* CSS Document */



.wrapper.narrow.souba-page {
    margin: 2em auto;
}