@charset "UTF-8";
/* ==================================================
  @extend
================================================== */
.c5-red-strong01 {
	font-size: 1.2em;
	font-weight: bold;
	color: #dd3623;
}
.c5-red-strong02 {
	font-weight: bold;
	color: #dd3623;
	font-size: 1.5em;
}
/* ===== clearfix ===== */
.c5-list > li {
  position: relative;
}
.c5-list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3.5px;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  border-color: white;
  transform: rotate(45deg);
}

.c5-list, .c5-columnTable, .c5-anchor-link {
  list-style-type: none;
}

.c5-anchor-button, .c5-checkPriceButton {
  text-decoration: none !important;
  color: #333;
}
.c5-table-wrap {
}
.c5-table {
    width: 100%;
    font-size: 1em;
}
@media only screen and (max-width: 639px) {
.c5-table {
    font-size: .75em;
}
}
.c5-table * {
  vertical-align: middle !important;
}

.c5-table thead * {
  background: #fbfbfd;
  text-align: center;
}

.c5-table th {
  background: #fbfbfd;
    padding: 14px 10px;
    border: 1px solid #e4e7ec;
}

.c5-table td {
  text-align: center;
    padding: 14px 10px;
    border: 1px solid #e4e7ec;
}

.c5-figure img {
  max-width: 100%;
}

.c5-price {
  font-weight: bold;
  line-height: 1 !important;
}
.c5-price--v1 {
  font-size: 1.1em;
  line-height: 1.2 !important;
}
.c5-price--v2 {
  font-size: 1.3em;
  line-height: 1.2 !important;
}
.c5-price--v3 {
  font-size: 1.5em;
}
.c5-price > small {
  font-size: .9em;
}

.c5-tab {
  display: table;
  width: 100%;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #b8a56d;
  background-color: #fff;
}
.c5-tab[data-active="#tab-01"] {
  border-bottom: 5px solid #b8a56d;
}
.c5-tab[data-active="#tab-02"]{
  border-bottom: 5px solid #b8a56d;
}	
.c5-tab[data-active="#tab-03"] {
  border-bottom: 5px solid #b8a56d;
}
.c5-tab[data-active="#tab-04"] {
  border-bottom: 5px solid #b8a56d;
}

.c5-tab__item{
  display: table-cell;
  width: 25%;
  vertical-align: middle;
  text-align: center;
  background: #b8a56d;
  position: relative;
  padding: 8px;
  color: #333;
  text-decoration: none;
	box-sizing: border-box;
	line-height: 1.5;
}
.c5-tab__item em {
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
}
.c5-tab__item.thick{
  background: #f4c273;
}
.c5-for-sp {
    display: none;
}
@media only screen and (max-width: 639px) {
  .c5-tab__item {
    /*width: 100%;*/
    /*display: block;*/
      font-size: 74%;
      padding: 7px 0;
      line-height: 1.4;
  }
.c5-for-sp {
    display: block;
  }
  .c5-for-pc {
    display: none;
  }
}
.c5-tab__item:not(:first-child) {
  border-left: solid 1px white;
}
.c5-tab__item:not(.is-active) {
  background: #ddd;
}
.c5-tab__item.thick:not(.is-active) {
  background: #fce5c8;
}
.c5-tab__item.ex {
     background-color: #bee6fd !important;   
 }
.c5-tab__item.ex.is-active {
     background-color: #7cd2ed !important;   
 }
.c5-tab__item.ex_thick {
     background-color: #e4e7ec !important;   
 }
.c5-tab__item.ex_thick.is-active {
     background-color: #cecfd3 !important;   
 }
.c5-tab__item span {
}
.c5-tab__item span:before {
  content: "";
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0;

}
.c5-tab__item.line-01 span:before {
	margin-bottom: .7em;
}
.c5-tab__item:hover {
  text-decoration: none;
}
.c5-tab__item:not(.is-active):hover {
    text-decoration: none;
    opacity: .7;
}

.js-tab__cont:not(.is-active) {
  display: none;
}

.c5-heading > * {
  margin: 50px 0 20px 0;
  height: auto;
  border-left: 8px #b8a56d solid;
  border-bottom: 1px dotted #b8a56d;
  padding: 0 0 0 5px;
  position: relative;
  font-size: 125%;
  color: #b8a56d;
}

.c5-heading-b > * {
  margin: 40px 0 20px 0;
  height: auto;
  position: relative;
  font-size: 1.4em;
  color: #b8a56d;
  font-weight: bold;
}

.c5-heading-c {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 40px;
}
.c5-section{
		padding-top: 1px;
}
@media only screen and (max-width: 639px) {
.c5-heading-c {
    color: #000;
    font-size: .9em;
    line-height: 1.2;
}
}
.c5-heading-d {
    font-size: 1.1em;
    margin: 0 0 5px 0;
}
.s5-button,
.s5-storeButton,
.s5-button.s5-listItem4__button {
    font-size: 1em;
}
.s5-p3 {
    font-size: .8em;
}
p > strong {
  font-size: 1.25em;
  font-weight: 700;
}

.c5-dlist {
  line-height: 1.7;
}
.c5-dlist dt {
  font-weight: bold;
}
.c5-dlist dd {
  margin-left: inherit;
}
.c5-dlist dd + dt {
  margin-top: 1em;
}

.c5-row {
  letter-spacing: -.5em;
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 639px) {
  .c5-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.c5-row__col2 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px;
}
@media only screen and (max-width: 639px) {
  .c5-row__col2 {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .c5-row__col2:first-child {
    margin-top: 0;
  }
}
.c5-row--gap10 {
  margin-left: -10px;
  margin-right: -10px;
}
.c5-row--gap10 .c5-row__col2 {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
@media only screen and (max-width: 639px) {
  .c5-row--gap10 .c5-row__col2 {
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .c5-sp-border {
    border-top: 1px solid #e4e7ec;
    padding-top: 20px;
    margin-top: 0;
  }
}

.c5-list {
  line-height: 1.4;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.c5-list > li {
  margin: .5em 0;
  padding-left: 25px;
}
.c5-list > li:before {
  border-color: rgba(35, 128, 254, 0.8);
  top: 0;
  left: 0;
  transform: scale(0.95, 1) rotate(132deg);
  border-right-width: 3px;
  border-top-width: 2px;
  width: 15px;
  height: 8px;
  margin-top: 0.1em;
}

.s5-promotionA2 img {
  max-width: 100%;
  height: auto;
}

.c5-align-center {
  text-align: center;
}

.c5-align-right {
  text-align: right;
}

.c5-columnTable {
  display: table;
  width: 100%;
  margin: 20px 0;
  table-layout: fixed;
}
.c5-columnTable__item {
  display: table-cell;
}

.c5-anchor-link {
  letter-spacing: -.5em;
  margin: 40px -20px;
  padding: 0;
}
.c5-anchor-link__item {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  padding: 0 20px;
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 639px) {
  .c5-anchor-link__item {
    width: 100%;
    margin-top: 10px;
  }
  .c5-anchor-link__item:first-child {
    margin-top: 0;
  }
}
.c5-anchor-link__item:first-child {
  text-align: right;
}
@media only screen and (max-width: 639px) {
  .c5-anchor-link__item:first-child {
    text-align: center;
  }
}
.c5-anchor-link__item:last-child {
  text-align: left;
}
@media only screen and (max-width: 639px) {
  .c5-anchor-link__item:last-child {
    text-align: center;
  }
}

.c5-anchor-button {
  background: #389aff;
  text-align: center;
  color: white !important;
  width: 410px;
  min-width: 200px;
  display: inline-block;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 19px;
  transition: opacity .3s;
  margin: 0 auto;
  font-weight: bold;
  transition: all .3s;
}
@media only screen and (max-width: 899px) {
  .c5-anchor-button {
    font-size: 16px;
    width: 100%;
  }
}
.c5-anchor-button--02 {
  background: #f77373;
}
.c5-anchor-button--02:hover {
  background: rgba(247, 115, 115, 0.6) !important;
}
@media only screen and (max-width: 639px) {
  .c5-anchor-button {
    width: 100%;
    font-size: 16px;
    padding: 10px 5px;
  }
}
.c5-anchor-button span {
  position: relative;
  display: inline-block;
  padding-left: 18px;
}
.c5-anchor-button span:before {
  content: "";
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  position: absolute;
  left: 0;
  top: .75em;
}
.c5-anchor-button:hover {
  background: rgba(56, 154, 255, 0.6);
}

@media only screen and (min-width: 640px) {
  .c5-sp {
    display: none !important;
  }
}

.c5-pc {
  display: block !important;
}
@media only screen and (max-width: 639px) {
  .c5-pc {
    display: none !important;
  }
}

/* ==========================================================================
   .c5-mscTableTitleLeft
   ========================================================================== */
.c5-mscTableTitleLeft {
  margin: 20px 0 20px;
}

.c5-mscTableTitleLeft table {
  /*font-size: 16px;
  font-size: 1rem;*/
  width: 100%;
}

.c5-mscTableTitleLeft tr th {
  /*font-size: 1.2rem;*/
  padding: 15px 10px;
  border: 1px solid #e4e7ec;
  background: #fbfbfd;
}

.c5-mscTableTitleLeft tr th .s5--colorRed {
  float: right;
}

.c5-mscTableTitleLeft tr th {
  font-weight: bold;
}

.c5-mscTableTitleLeft th, .c5-mscTableTitleLeft td {
  padding: 15px 15px;
  border: 1px solid #e4e7ec;
}

.c5-mscTableTitleLeft th {
  text-align: left;
  width: 18%;
}

.c5-mscTableTitleLeft td {
  background: #ffffff;
}

@media screen and (max-width: 639px) {
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) {
    padding: 0 10px;
    border-right: 1px solid #e4e7ec;
    border-left: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
    background-color: #fff;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) table {
    *zoom: 1;
    font-size: 1rem;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) table:before, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) table:after {
    content: "";
    display: table;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) table:after {
    clear: both;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) colgroup, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) col {
    width: auto;
    display: none;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tbody, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tr, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) th, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) td {
    box-sizing: border-box;
    float: left;
    clear: both;
    display: block;
    width: 100%;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tr th {
    box-sizing: content-box;
    font-size: 1rem;
    padding: 5px 10px;
    border-left: none;
    border-right: none;
    margin: 0 -10px;
    background: #fbfbfd;
    border-bottom: 1px solid #e4e7ec;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tr th {
    font-weight: bold;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tr th + td {
    padding-top: 15px;
    margin-top: 0;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) th, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) td {
    padding: 15px 0;
    border: none;
    margin: 0;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) th {
    border-top: 1px solid #e4e7ec;
    margin-top: -1px;
  }

  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) th + td, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) td + td {
    padding-top: 0;
    margin-top: -5px;
  }
}
.c5-button-image {
  transition: opacity .3s;
}
.c5-button-image:hover {
  opacity: .6;
}
.c5-button-image img {
  max-width: 100%;
}

.c5-large {
  font-size: 1.25em;
}

.c5-box {
  margin-bottom: 10px;
  transition: height .3s;
}
@media only screen and (max-width: 639px) {
  .c5-box {
    height: auto !important;
  }
}

.c5-checkPriceButton {
  display: inline-block;
  padding: 5px 10px;
  border: solid 3px #ff0000;
  min-width: 500px;
  box-sizing: border-box;
  font-weight: bold;
  color: #ff0000;
  transition: opacity .5s;
  line-height: 1;
}
@media only screen and (max-width: 639px) {
  .c5-checkPriceButton {
    min-width: 100%;
  }
}
.c5-checkPriceButton > * {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.c5-checkPriceButton__mainText {
  line-height: 1.4;
  font-size: 16px;
}
@media only screen and (max-width: 639px) {
  .c5-checkPriceButton__mainText {
    font-size: 14px;
  }
}
.c5-checkPriceButton__mainText b {
  font-size: 18px;
}
@media only screen and (max-width: 639px) {
  .c5-checkPriceButton__mainText b {
    font-size: 16px;
  }
}
.c5-checkPriceButton__mainText:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(./images/icon-arrow-button-01.gif);
  margin-right: 12px;
}
.c5-checkPriceButton__subText {
  line-height: 1.2;
  margin-top: 2px;
  font-size: 12px;
}
@media only screen and (max-width: 379px) {
  .c5-checkPriceButton__subText {
    font-size: 10px;
  }
}
.c5-checkPriceButton:hover {
  text-decoration: none;
  color: #ff0000;
  opacity: .5;
}

.c5-reg {
  vertical-align: sub;
}

.js-sticky.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 639px) {
  .js-sticky.is-fixed {
    width: calc(100% - 40px);
  }
}

.c5-figure + .c5-num {
  margin-top: 4em;
}

.c5-shop-icon {
  display: inline-block;
  vertical-align: text-bottom;
}

.c5-num {
  padding-left: 2em;
}
.c5-num > span:first-child {
  width: 2em;
  display: inline-block;
  margin-left: -2em;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  transition: opacity .2s;
}

ol.c5-list-num {
  padding: 0 0 0 2em;
  margin: 0;
}

ol.c5-list-num li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ol.c5-list-num li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.c5-mscTableTitleLeft {
  margin: 20px 0 20px;
}
.c5-mscTableTitleLeft table {
  /*font-size: 16px;
  font-size: 1rem;*/
  width: 100%;
}
.c5-mscTableTitleLeft tr th {
  /*font-size: 1.2rem;*/
  padding: 15px 10px;
  border: 1px solid #e4e7ec;
  background: #fbfbfd;
  font-weight: bold;
}
.c5-mscTableTitleLeft tr th .s5--colorRed {
  float: right;
}
.c5-mscTableTitleLeft th, .c5-mscTableTitleLeft td {
  padding: 15px 15px;
  border: 1px solid #e4e7ec;
}
.c5-mscTableTitleLeft th {
  text-align: left;
  width: 18%;
}
.c5-mscTableTitleLeft td {
  background: #ffffff;
}

@media screen and (max-width: 639px) {
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) {
    padding: 0 10px;
    border-right: 1px solid #e4e7ec;
    border-left: 1px solid #e4e7ec;
    border-bottom: 1px solid #e4e7ec;
    background-color: #fff;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) table {
    *zoom: 1;
    font-size: 1rem;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) table:before {
    content: "";
    display: table;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) table:after {
    content: "";
    display: table;
    clear: both;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) colgroup, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) col {
    width: auto;
    display: none;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tbody, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tr, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) th, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) td {
    box-sizing: border-box;
    float: left;
    clear: both;
    display: block;
    width: 100%;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tr th {
    box-sizing: content-box;
    font-size: 1rem;
    padding: 5px 10px;
    border-left: none;
    border-right: none;
    margin: 0 -10px;
    background: #fbfbfd;
    border-bottom: 1px solid #e4e7ec;
    font-weight: bold;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) tr th + td {
    padding-top: 15px;
    margin-top: 0;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) th, .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) td {
    padding: 15px 0;
    border: none;
    margin: 0;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) th {
    border-top: 1px solid #e4e7ec;
    margin-top: -1px;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) th + td {
    padding-top: 0;
    margin-top: -5px;
  }
  .c5-mscTableTitleLeft:not(.c5-mscTableTitleLeft--notBreak) td + td {
    padding-top: 0;
    margin-top: -5px;
  }
}

#tab-01,
#tab-02,
#tab-03,
#tab-04{
    font-size: 130%;
}
@media screen and (max-width: 639px) {
#tab-01,
#tab-02,
#tab-03,
#tab-04{
    font-size: 110%;
}
}
.c5-img-flt-l {
    float: left;
    margin-right: 20px;
    width: 300px;
}
.c5-img-flt-l img {
    max-width: 100%;
    height: auto;
}
.s5-inStoreProductInfo__modelName {
    font-size: 1em;
}
.s5-heading2 {
    font-size: 1.3em;
}
.s5-listItem4__productName {
    font-size: .9em;
}
span.s5-label {
    font-size: .5em;
}
span.s5-label.s5-label--5 {
    font-size: .65em;
}
.s5-table table {
    font-size: 1em;
}
.c5-mv {
    margin: 20px 0;
}
.c5-mv img {
    max-width: 100%;
    height: auto;
}
.c5-top-box {
    border: 2px solid #b8a56d;
    padding: 15px;
    background-color: #F7F6F4;
    margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
.c5-top-box {
		font-size: 85%;
}
}
.c5-top-box p {
    margin: 0;
}
.c5-top-box-ttl {
    font-size: 140%;
    font-weight: bold;
}
.c5-top-box-ttl span {
    font-size: 120%;
}
.c5-top-box-txt {
    font-size: 120%;
}
@media screen and (max-width: 639px) {
.c5-img-flt-l {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
}
.c5-tab__item{
	display: block;
	width: 50%;
	border-top: 1px solid #fff;
}
	.c5-tab__item:nth-child(3n) {
		border-left: none;
	}
	.c5-tab__item.line-01 {
		line-height: 45px;
	}
.c5-tab__item.ex_thick{
		padding: 22px 0 20px;
}
.c5-tab[data-active="#tab-01"],
.c5-tab[data-active="#tab-02"],
.c5-tab[data-active="#tab-03"],
.c5-tab[data-active="#tab-04"]{
		border-bottom: none;
}
.c5-tab{
		border-bottom: none;
	display: flex;
	flex-wrap: wrap;
}
.c5-heading > *{
		margin: 30px 0 20px 0;
}
}
.c5-linkStyle01 {
    text-decoration: underline;
    color: #5787f4;
}
/*qa style*/
.anchor_wrap{
		margin-top: 50px;
}
.anchor_txt{
		border-bottom: 1px dotted #b8a56d;
		padding-left: 20px;
}
.anchor_txt a{
		text-decoration: none;
}
.triangle, .question, .answer{
		position: relative;
		padding-left: 10px;
}
.triangle::before{
		content: "";
		position: absolute;
		display: inline-block;
		margin-top: 6px;
		border: 8px solid transparent;
  	border-left-color: #b8a56d;
}
.question::before{
		content: url(../images/icn_q.gif);
		position: absolute;
		display: inline-block;
}
.answer::before{
		content: url(../images/icn_a.gif);
		position: absolute;
		display: inline-block;
}
.qa_title{
		margin: 50px 0 30px;
		padding-left: 10px;
		font-size: 87%;
		background-color: #b8a56d;
		color: #ffffff;
		line-height: 1.8;
}
.qa_contents p{
		padding: 3px 0 0 50px;
}
.qa_border_bottom{
		border-bottom: 1px dotted #666666;
}
.txt_under{
		text-decoration: underline;
}
.prl{
		padding: 0 10px;
}
@media screen and (max-width: 639px) {
.triangle, .question, .answer{
		padding-left: 0;
}
.prl{
		padding: 0;
}
}

.c5-shopcat {
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	background-color: #b8a56d;
	padding: 0 10px;
	margin-bottom: 5px;
	min-width: 200px;
}

.c5-case_price dt {
	float: left;
	clear: left;
	padding-top: .5em;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
.c5-case_price dd {
	padding-left: 17em;
	margin: 0 0 10px 0;
	line-height: 1.4;
}
.c5-em {
	font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 639px) {
	.c5-case_price dt {
		float: none;
	}
	.c5-case_price dd {
		padding-left: 0;
	}
}
