@charset "UTF-8";
/* Scss Document */
/* =========================================================
 2020.05.19
========================================================= */
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    color: inherit;
    cursor: default;
    text-decoration: none;
  }
}
/* gold page
--------------------------------------------------------- */
#gold-page .pagetitle {
  background-image: url("/images/gold/hero-img.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #1c1f22;
  background-size: cover;
}
#gold-page.cnt-gold.child .pagetitle {
  background-image: url("/images/gold/gold-hero-img.png");
}
#gold-page.cnt-silver .pagetitle {
  background-image: url("/images/gold/sv-hero-img.png");
}
#gold-page.cnt-platinum .pagetitle {
  background-image: url("/images/gold/pt-hero-img.png");
}
#gold-page.cnt-palladium .pagetitle {
  background-image: url("/images/gold/pd-hero-img.png");
}
#gold-page.cnt-gold-coin .pagetitle {
  background-image: url("/images/gold/coin-hero-img.png");
}
@media (min-width: 768px) {
  #gold-page .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  #gold-page .intro figure,
  #gold-page .intro .box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  #gold-page .intro figure,
  #gold-page .intro .box {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #gold-page .intro figure,
  #gold-page .intro .box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  #gold-page .intro figure {
    margin-bottom: 2em;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #gold-page .intro figure img {
    max-width: 300px;
    margin: auto;
  }
}
#gold-page .bnr-cam a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#gold-page .bnr-cam a:hover {
  opacity: 0.6;
}
#gold-page .gram th a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
#gold-page .gram th a:hover {
  opacity: 0.6;
}
#gold-page .gram th a figure {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
#gold-page .gram th a span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
#gold-page .market-price td.minus {
  color: #881104;
}
#gold-page .stock-msg {
  margin-top: 1.5em;
}
#gold-page .stock-summary {
  margin-top: 1em;
  overflow: hidden;
  border: 1px solid #bab19b;
  border-radius: 5px;
  background: #bab19b;
}
#gold-page .stock-summary dt,
#gold-page .stock-summary dd,
#gold-page .stock-summary li {
  font-size: 0.812rem;
}
#gold-page .stock-summary dt {
  padding: 1em;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) {
  #gold-page .stock-summary dt {
    padding: 1em 1.5em;
  }
}
#gold-page .stock-summary dd {
  padding: 1em;
  background: #fff;
}
@media (min-width: 768px) {
  #gold-page .stock-summary dd {
    padding: 1.5em;
  }
}
#gold-page .stock-summary li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#gold-page .stock-summary img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
  vertical-align: baseline;
}
@media (min-width: 992px) {
  #gold-page .stock-summary.full ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gold-page .stock-summary.full li {
    margin-right: 15px;
  }
}
#gold-page .stock-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0 0;
}
#gold-page .stock-mark dt {
  font-weight: 700;
}
#gold-page .stock-mark dd {
  margin-left: 10px;
  line-height: 0;
}
#gold-page .stock-mark img {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  #gold-page .gold-chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #gold-page .gold-chart dl {
    margin-bottom: 20px;
  }
  #gold-page .gold-chart dl:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #gold-page .gold-chart dl {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  #gold-page .gold-chart dl:nth-of-type(3),
  #gold-page .gold-chart dl:nth-of-type(4) {
    margin-bottom: 0;
  }
}
#gold-page .gold-chart dt {
  padding: 10px;
  background: #887b5e;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  #gold-page .gold-chart dt {
    margin-bottom: 8px;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #gold-page .gold-chart dt {
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  #gold-page .table-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gold-page .table-wrap th,
  #gold-page .table-wrap td {
    white-space: nowrap;
  }
}
#gold-page .charge thead th.charge-size,
#gold-page .charge thead th.charge-fee,
#gold-page .charge thead th.charge-stock {
  width: 8em;
}
#gold-page .charge .charge-stock-icon {
  display: block;
  text-align: center;
  line-height: 0;
}
#gold-page .charge .charge-stock-icon img {
  width: 16px;
  height: 16px;
}

/* market news list
--------------------------------------------------------- */
.mkt_news-list ul {
  border-top: 1px dotted #e0ddd6;
}
.mkt_news-list li,
.mkt_news-list a,
.mkt_news-list span {
  cursor: pointer;
}
.mkt_news-list a,
.mkt_news-list span {
  display: block;
  width: auto;
  padding: 0;
}
.mkt_news-list a {
  padding: 1em 0;
  border-bottom: 1px dotted #e0ddd6;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .mkt_news-list a {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .mkt_news-list a {
    padding: 1em 10px;
  }
}
@media screen and (min-width: 960px) {
  .mkt_news-list a:hover {
    color: #887b5e;
  }
}
.mkt_news-list span {
  border: none;
  line-height: 1.5;
}
.mkt_news-list span:last-child {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  line-height: 1;
}

/* market news page
--------------------------------------------------------- */
#market-news-page .post h2 {
  padding-bottom: 0;
  border: none;
  text-align: left;
}

/* trade form
--------------------------------------------------------- */
@media screen and (min-width: 960px) {
  .form-trade .type {
    padding-top: 30px;
  }
}
@media screen and (max-width: 959px) {
  .form-trade .type {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .form-trade .type {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .form-trade .type li {
    width: 25%;
  }
}

.error-message,
.conf-message {
  margin: 50px 0 0;
}

.mw_wp_form_confirm .trade-intro,
.mw_wp_form_confirm .form-security-msg,
.mw_wp_form_error .trade-intro,
.mw_wp_form_error .form-security-msg {
  display: none;
}

.trade-flow .item {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .trade-flow .item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .trade-flow .item {
    margin-bottom: 30px;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .trade-flow .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .trade-flow .item {
    padding: 30px;
  }
}
.trade-flow .item:before,
.trade-flow .item:after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
}
.trade-flow .item:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: 3;
}
.trade-flow .item:after {
  left: calc(50% - 20px);
  bottom: -18px;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .trade-flow .item:after {
    left: calc(50% - 15px);
    bottom: -13px;
    width: 30px;
    height: 30px;
  }
}
.trade-flow .item:last-child {
  margin-bottom: 0;
}
.trade-flow .item:last-child:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .trade-flow .item .txt {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: auto;
    padding: 0 20px;
  }
}
.trade-flow h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #887b5e;
  font-weight: 600;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .trade-flow h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .trade-flow h4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .trade-flow h4 {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .trade-flow h4 {
    font-size: 22px;
  }
}
.trade-flow h4 i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  background: #bab19b;
  border-radius: 100%;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "YuMincho", "游明朝",
    "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
    HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .trade-flow h4 i {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 959px) {
  .trade-flow h4 i {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.trade-flow figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .trade-flow figure {
    width: 200px;
  }
}
@media screen and (max-width: 959px) {
  .trade-flow figure {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .trade-flow figure {
    width: 100%;
    margin-top: 1em;
  }
  .trade-flow figure img {
    max-width: 200px;
  }
}
.trade-flow figure img {
  margin: auto;
}
.trade-flow .txt {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .trade-flow .txt {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 959px) {
  .trade-flow .txt {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 767px) {
  .trade-flow .txt {
    width: 100%;
  }
}
.trade-flow .txt dl {
  margin-bottom: 2em;
}
.trade-flow .txt dl:last-child {
  margin-bottom: 0;
}
.trade-flow .txt dt {
  color: #887b5e;
  font-weight: 700;
}
.trade-flow .txt .decision {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background: #881104;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1;
}
.trade-flow .txt .btn-link {
  padding-top: 1em;
}
@media screen and (min-width: 960px) {
  .trade-flow .txt .btn-link {
    text-align: left;
  }
  .trade-flow .txt .btn-link a {
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  .trade-flow .txt .btn-link {
    text-align: left;
  }
  .trade-flow .txt .btn-link a {
    width: 100%;
    margin: 0;
  }
}

/*200604*/

#kgb-picks-page .contents #cnt-nettrade {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade {
    padding-bottom: 10px;
  }
}
#kgb-picks-page .contents #cnt-nettrade .item {
  position: relative;
  background: url("/images/index/buy-sell-img.png") no-repeat top left;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #kgb-picks-page .contents #cnt-nettrade .item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  #kgb-picks-page .contents #cnt-nettrade .item {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade .item {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  #kgb-picks-page .contents #cnt-nettrade .item figure {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade .item figure {
    position: relative;
    display: block;
  }
}
#kgb-picks-page .contents #cnt-nettrade .item a {
  overflow: hidden;
  display: block;
  border-top: 3px solid #887b5e;
  background: #fff;
  text-decoration: none;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 960px) {
  #kgb-picks-page .contents #cnt-nettrade .item a {
    width: 58%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    margin-left: 37%;
    padding: 50px;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  #kgb-picks-page .contents #cnt-nettrade .item a {
    width: 70%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    margin-left: 25%;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade .item a {
    width: 90%;
    margin: auto;
    padding: 20px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-top: -16vh;
  }
}
#kgb-picks-page .contents #cnt-nettrade .item h2 {
  border-bottom: 1px dotted #e0ddd6;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  #kgb-picks-page .contents #cnt-nettrade .item h2 {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  #kgb-picks-page .contents #cnt-nettrade .item h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade .item h2 {
    text-align: left;
  }
}
#kgb-picks-page .contents #cnt-nettrade .item h2 span {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade .item h2 span {
    font-size: 12px;
  }
}
#kgb-picks-page .contents #cnt-nettrade .item h3 {
  padding: 0;
  border: none;
  color: #887b5e;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade .item h3 {
    font-size: 15px;
  }
}
#kgb-picks-page .contents #cnt-nettrade .item ul {
  margin: 0;
}
#kgb-picks-page .contents #cnt-nettrade .item li {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade .item li {
    margin: 0;
  }
}
#kgb-picks-page .contents #cnt-nettrade .item li:last-child {
  margin-bottom: 0;
}
#kgb-picks-page .contents #cnt-nettrade .item .btn {
  margin-top: 2em;
  text-align: left;
}
#kgb-picks-page .contents #cnt-nettrade .item .btn span {
  height: 50px;
  margin: 0;
}
@media screen and (max-width: 959px) {
  #kgb-picks-page .contents #cnt-nettrade .item .btn span {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .contents #cnt-nettrade .item .btn span {
    height: 40px;
    margin-top: 1em;
    font-size: 14px;
  }
}
#kgb-picks-page .contents figure {
  margin-bottom: 10px;
}

#kgb-picks-page .contents figure:first-child {
  margin-bottom: 30px;
}
#kgb-picks-page .contents figure:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #kgb-picks-page .pagetitle h1 {
    padding: 0;
  }
  #kgb-picks-page .pagetitle h1 img {
    object-fit: cover;
    height: 15vh;
  }
}

/*200609*/
#blog-page .pagetitle h1 small {
}
@media screen and (max-width: 767px) {
  #home-page .contents .pickup-list:nth-of-type(2) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  #home-page .contents .pickup-list .item.blank {
    background: none;
  }
  #home-page .contents .pickup-list:nth-of-type(2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 960px) {
  #blog-page .pagetitle h1 small {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  #blog-page .pagetitle h1 small {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  #blog-page .pagetitle h1 small {
    margin-top: 6px;
  }
}

#home-page .contents .pickup-list .blog h3 span {
  padding-left: 5px;
  font-size: 23px;
}
#home-page .contents .pickup-list .blog small {
  font-size: 11px;
  margin-top: 5px;
}

/*200803*/
@media screen and (max-width: 767px) {
  #gold-page .article.fee .fee_table {
    overflow-x: scroll;
  }
}

/*200817*/
@media screen and (min-width: 768px) {
  .contents .intro-message .kit {
    display: block;
  }
  .contents .intro-message .kit dl {
    width: 100%;
  }
  .contents .intro-message .kit figure {
    width: 100%;
  }
  .contents .intro-message .kit figure img {
    float: left;
    width: 30%;
    height: auto;
    margin-right: 20px;
  }
  .contents .intro-message .kit figure img:first-child {
    padding-top: 35px;
  }
  .article.fee table th small {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contents .intro-message .kit figure {
    width: 100%;
  }
  .contents .intro-message .kit figure img {
    float: left;
    width: 30%;
    margin-right: 2vw;
  }
  .contents .intro-message .kit figure img:first-child {
    padding-top: 10px;
  }
  .article.fee table th small {
    font-size: 10px;
  }
}

/*200904*/
@media screen and (min-width: 768px) {
  #kgb-box-page .analysis-photo li {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  #kgb-box-page .analysis-photo {
    margin-bottom: 1rem;
  }
}
#kgb-box-page .pagetitle {
  background: url(/images/kgb-box/hero-img.png) top right no-repeat #1c1f22;
  background-size: cover;
}
#kgb-box-page p.attention {
  color: #881104;
  font-size: 1rem;
}
#kgb-box-page .analysis-photo li > dl > dt,
#kgb-box-page .analysis-photo li > dl > dd {
  text-align: center;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  #kgb-box-page iframe {
    width: 100%;
    height: auto;
  }
  #kgb-box-page .analysis-photo {
    margin-bottom: 2rem;
  }
  #kgb-box-page p.attention {
    font-size: 14px;
  }
}
#kgb-box-page .section table.price th,
#kgb-box-page .section table.price td {
  border-left: 1px dotted #e0ddd6;
  border-right: 1px dotted #e0ddd6;
}
#kgb-box-page .section table.price th {
  text-align: center;
}
#kgb-box-page .section table.price td.tR {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #kgb-box-page .section table.price tr:first-child {
    display: none;
  }
  #kgb-box-page .section table.price td,
  #kgb-box-page .section table.price td.tR {
    text-align: center;
  }
  #kgb-box-page .section table.price td:nth-of-type(1) {
    border-bottom: 1px dotted #e0ddd6;
  }
  #kgb-box-page .section table.price span.cnt-sp {
    display: inline-block !important;
  }
}
/*200911*/

@media screen and (max-width: 767px) {
  #home-page .contents .pickup-list:nth-of-type(3) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  #home-page .contents .pickup-list .item.blank {
    background: none;
  }
  #home-page .contents .pickup-list:nth-of-type(3) {
    margin-top: 20px;
  }
}

/*201224*/
.contents .intro-message .kit figure img {
  width: 22%;
}

/*210310*/
#home-page .bnr-cam a:hover {
  opacity: 0.6;
}

/*210317*/
.contents .intro-message .kit figure img {
  width: 19%;
  margin-right: 10px;
}
.contents .intro-message .kit figure img:last-child {
  margin-right: 0;
}
.contents .intro-message .kit figure.figure2 img {
  width: 40%;
}
.contents .intro-message .kit figure.figure2 img:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .contents .intro-message .kit figure img {
    width: 19%;
    margin-right: 1vw;
  }
  .contents .intro-message .kit figure.figure2 img {
    width: 100%;
  }
  .contents .intro-message .kit figure.figure2 img:first-child {
    padding-top: 0;
    margin-bottom: 1vh;
  }
  #delivery-page.cnt-delivery #wrapper {
    overflow-x: hidden !important;
  }
}

/*220617*/
.box_at {
  padding-bottom: 25px;
}
.box_flow_01 {
  position: relative;
  padding: 0 0 70px 0;
}
div.box_flow_01:last-child {
  background: none;
}
.box_flow_01_in {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.02);
  padding: 50px;
  box-sizing: border-box;
}
.title_box_flow_01 {
  padding: 0 0 10px 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

.box_flow_01_in_l {
  padding: 20px 410px 20px 0;
}

.box_flow_01_in_r {
  width: 332px;
  float: right;
  padding: 35px 0;
}
.box_flow_01_in_r img {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.box_flow_01_in_l .box_btn_02 {
  width: 348px;
  margin: 0;
}
#idc {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .box_flow_01 {
    position: relative;
    padding: 0 0 70px 0;
  }
  div.box_flow_01:last-child {
    background: none;
  }
  .box_flow_01_in {
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.02);
    padding: 25px;
    box-sizing: border-box;
  }
  .title_box_flow_01 {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
  }
  .title_box_flow_01 span {
    display: block;
    text-align: center;
    position: inherit;
  }

  .box_flow_01_in_l {
    padding: 20px 15px;
  }

  .box_flow_01_in_r {
    padding: 0;
    width: 100%;
    padding-bottom: 25px;
  }
  .box_flow_01_in_r img {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .box_flow_01_in_l .box_btn_02 {
    width: 100%;
    margin: 0;
  }
}

/*220624*/
#box_flow.upload .title_box_flow_01 {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "YuMincho", "游明朝",
    "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
    HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
}
.title_box_flow_01 span {
  padding-right: 2rem;
}
.box_flow_01:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 25px solid #887b5e;
  z-index: 2;
}
.box_flow_01:last-child:before {
  content: none;
}
.box_flow_01_in_l li {
  list-style: disc;
  margin-left: 20px;
}

/*220818*/
@media screen and (min-width: 960px) {
  #industrial-page.cnt-bord .contents .other-list .scroll {
    height: 100px;
  }
}
@media screen and (max-width: 959px) {
  #industrial-page.cnt-bord .contents .other-list .scroll {
    height: 60px;
  }
}

/*221005*/
@media screen and (min-width: 960px) {
  /* .header .head-logo img {
    width: 90px;
  } */
  .header .head-logo img {
    width: 130px;
  }
}
@media screen and (min-width: 960px) and (max-height: 900px) {
  /* .header .head-logo img {
    width: 90px;
  } */
  .header .head-logo img {
    width: 130px;
  }
}
@media screen and (max-width: 959px) {
  .header .head-logo img {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  /* .header .head-logo a {
    width: 35px;
    height: 35px;
    background: url("/assets/images/head-logo-sp_221005.png") no-repeat top left;
    background-size: 100%;
  } */
  .header .head-logo a {
    width: 300px;
    height: 40px;
    background: url("/assets/images/head-logo-sp_230120.png") no-repeat top left;
    background-size: 100%;
  }
}

#top_nav001 {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  display: none;
}
#top_nav001 #top_nav001_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
#top_nav001 #top_nav001_list .tel_nav001 {
  width: 33.33333333333%;
  width: calc(100% / 3);
}
#top_nav001 #top_nav001_list .tel_nav002 {
  width: 33.33333333333%;
  width: calc(100% / 3);
}
#top_nav001 #top_nav001_list .tel_nav003 {
  width: 33.33333333333%;
  width: calc(100% / 3);
}
#top_nav001 #top_nav001_list .tel_nav001 a {
  display: block;
  position: relative;
  background: #887b5e;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  height: 55px;
  color: #fff;
  font-size: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top_nav001 #top_nav001_list .tel_nav002 a {
  display: block;
  position: relative;
  background: #881104;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  height: 55px;
  color: #fff;
  font-size: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top_nav001 #top_nav001_list .tel_nav003 a {
  display: block;
  position: relative;
  background: #887b5e;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  height: 55px;
  color: #fff;
  font-size: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top_nav001 #top_nav001_list .tel_nav001 a::before {
  display: block;
  content: "";
  background: url(/assets/images/sp-mail.png) no-repeat;
  background-size: 100%;
  width: 20px;
  min-height: 20px;
  margin-bottom: 1px;
}
#top_nav001 #top_nav001_list .tel_nav002 a::before {
  display: block;
  content: "";
  background: url(/assets/images/sp-box.png) no-repeat;
  background-size: 100%;
  width: 20px;
  min-height: 20px;
  margin-bottom: 1px;
}
#top_nav001 #top_nav001_list .tel_nav003 a::before {
  display: block;
  content: "";
  background: url(/assets/images/sp-call.png) no-repeat;
  background-size: 100%;
  width: 20px;
  min-height: 20px;
  margin-bottom: 1px;
}

#top_nav001 #top_nav001_list span {
  margin: 0 7px;
  line-height: 1.3;
}

@media screen and (max-width: 960px) {
  #top_nav001 {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  #top_nav001 #top_nav001_list .tel_nav001 a {
    font-size: 0.8125rem;
  }
  #top_nav001 #top_nav001_list .tel_nav002 a {
    font-size: 0.8125rem;
  }
  #top_nav001 #top_nav001_list .tel_nav003 a {
    font-size: 0.8125rem;
  }
}

@media (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

/* 2023年12月6日追記 /konpou/ */
.section .cnt-pack-flows {
  margin-bottom: 0;
}

.cnt-pack-flows {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cnt-pack-flows .item {
  width: calc((100% / 3) - 20px);
  margin-bottom: 30px;
  position: relative;
}

.cnt-pack-flows .item .item-photo {
  position: relative;
}

.cnt-pack-flows .item .item-photo img {
  width: 100%;
}

.cnt-pack-flows .item .item-photo:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(150%, -50%);
  border-left: 10px solid #bab19b;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.cnt-pack-flows_cardboard .item:nth-of-type(3) .item-photo:after,
.cnt-pack-flows_cardboard .item:nth-of-type(6) .item-photo:after {
  display: none;
}

.cnt-pack-flows_liquid .item:nth-of-type(3) .item-photo:after,
.cnt-pack-flows_liquid .item:nth-of-type(5) .item-photo:after {
  display: none;
}

.cnt-pack-flows .item h4 {
  font-size: 15px;
  color: #887b5e;
  margin: 10px 0 5px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "YuMincho", "游明朝",
    "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
    HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",
    "MS PMincho", serif;
}

.notification-box {
  padding: 30px;
  background-color: #f3e7e6;
}

.notification-box .title {
  color: #8e1c10;
  font-weight: bold;
  margin-bottom: 15px;
}

.notification-box ul li {
  position: relative;
  margin-left: 1em;
  font-size: 14px;
}

.notification-box ul li:before {
  content: "・";
  color: #8e1c10;
  position: absolute;
  left: -1em;
  top: 0;
}

@media screen and (max-width: 767px) {
  .cnt-pack-flows .item {
    width: 100%;
  }

  .cnt-pack-flows .item .item-photo:after {
    display: none;
  }

  .cnt-pack-flows .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 150%);
    border-left: 10px solid transparent;
    border-top: 10px solid #bab19b;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .cnt-pack-flows_cardboard .item:nth-of-type(6):after {
    display: none;
  }

  .cnt-pack-flows_liquid .item:nth-of-type(5):after {
    display: none;
  }
  .cnt-pack-flows_liquid .item:nth-of-type(6) {
    display: none;
  }
}
