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