@charset "UTF-8";
#seijin {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
}
#seijin .message {
  background: url("../img/seijin/bg.png") no-repeat right 40px bottom 50px #fdfbf2;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #seijin .message {
    background: url("../img/seijin/bg.png") no-repeat right 15px bottom 15px #fdfbf2;
    background-size: 23%;
    padding: 20px 20px 80px;
  }
}
#seijin .message .title .en {
  color: #b68a25;
}
#seijin .message .title h2 {
  color: #402800;
}
#seijin .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #c7aa0b;
}
#seijin .about .index, #seijin .about .title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#seijin .about .content {
  display: flex;
  align-items: center;
  width: 89%;
  margin: 0 auto 50px;
}
@media print, screen and (max-width: 767px) {
  #seijin .about .content {
    display: inline;
    width: 100%;
  }
}
#seijin .about .content .detail {
  width: 48.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #seijin .about .content .detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#seijin .about .content .detail .index {
  font-size: 21px;
  color: #402800;
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  #seijin .about .content .detail .index {
    font-size: 19px;
  }
}
#seijin .about .content .detail p {
  margin: 0;
}
#seijin .about .content .detail span.f_bold {
  font-weight: bold;
}
#seijin .about .content .image {
  width: 48%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #seijin .about .content .image {
    width: 100%;
    margin-bottom: 1em;
  }
}
#seijin .about .content.flex-row-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #seijin .about .content.flex-row-reverse {
    display: inline;
  }
}
#seijin .about .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#seijin .about .content.flex-row-reverse .detail {
  margin-right: 0;
}
#seijin .about .content:last-child {
  margin-bottom: 0;
}
#seijin .text-title_area .text-title {
  color: #402800;
}
#seijin .text-title_area .text-title .f_red {
  color: #c9171e;
}
#seijin .text-title_area .text-title:before {
  border-top: 1px solid #402800;
}
#seijin .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #d00026;
}
#seijin .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #seijin .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#seijin .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #seijin .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#seijin .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #seijin .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#seijin .delivery span.nextday {
  padding-right: 5px;
}
#seijin .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=seijin.css.map */