@charset "UTF-8";

/* CSS Document */
html,
body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, "メイリオ", Osaka, Meiryo, "Helvetica Neue", YuGothicM, YuGothic, sans-serif !important;
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}


.mainTitle {
  display: flex;
  justify-content: center;
}

.contentsWrap {
  width: 986px;
  margin: 0 auto;
  background: #060a0c;
  padding-top: 0;
}

/* CPコース */
#courseNow {
  margin-bottom: 24px;
}

#courseNow .courseWrap {
  background: url(/shopping/img/genre/gourmet-distribution/gourmet_210429/bgi-paper.jpg);
  border-radius: 10px;
  margin: 0px 40px;
  padding: 32px;
}

#courseNow .notes2 {
  font-size: 12px;
  line-height: 130%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  color: #333;
}

#courseNow .link {
  display: block;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  width: 95%;
  text-align: center;
}

/* グルメ定期便とは */
#gourmetInfo {
  margin-bottom: 40px;
}

#gourmetInfo .main {
  margin-right: 80px;
  margin-left: 80px;
}

#gourmetInfo .movieTitle {
  margin-top: 32px;
  margin-bottom: 16px;
}

#gourmetInfo .movieWrap {
  text-align: center;
}

/* お客様の声 */
#voice-wrap {
  background: #fff;
  padding-bottom: 40px;
}

#voice-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto 0;
  justify-content: space-evenly;
  width: 895px;
}

#voice-wrap ul li {
  border: 1px solid #fcae16;
  box-sizing: border-box;
  box-shadow: 3px 3px 0 #fcae16;
  margin: 0 0 15px;
  padding: 10px;
  width: 42%;
}

#voice-wrap .voice-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#voice-wrap .voice-title p {
  width: 20%;
}

/* 及川様の画像だけサイズ調整 */
#voice-wrap li:nth-of-type(1) p {
  width: 32%;
}

#voice-wrap .voice-title h3 {
  width: 80%;
  font-size: 22px;
  font-weight: bold;
  padding-left: 16px;
  text-align: left;
}

#voice-wrap dl dt {
  font-size: 15px;
  text-align: left;
}

#voice-wrap dl dd {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

#voice-wrap .voice-notice {
  color: #333;
  font-size: 14px;
  margin: 0 0 0 100px;
  padding: 0 0 10px;
  text-align: left;
}

/* 右追従 */
#right_page_top li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #1B1B1B;
  text-decoration: none;
  width: 137px;
  height: 68px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #f2f2f2;
  background: linear-gradient(#ffffff, #e5e5e5);
  border-radius: 5px;
  box-sizing: border-box;
}

/* jカード訴求 */
.Jcard_point.okawari {
  position: absolute;
  bottom: -60px;
  right: 0;
}