body{
    background: #ffe6f6;
}
.wrapper {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    max-width: 640px;
    margin: 0 auto;
}
img {
    width: 100%;
    vertical-align: bottom;
}

/* カートボタン */
.order__item {
    position: relative;
}
.order__2set__btn {
    bottom: 9.854%;
    width: 56.9%;
}
.order__4set__btn {
    width: 70.6%;
    bottom: 12.09%;
}
.order__trial__btn {
    bottom: 31.62%;
    width: 25.78%;
}
.order__btn {
    position: absolute;
    right: 6.2%;
}
.order__btn a img {
    transition: opacity .2s linear 0s;
}
.order__btn a:hover img {
	opacity: .8;
}

/* faqボタン */
.faq__body {
	background: url(https://c.ho-br.com/gold/viage/smp/viage_201606/faq_bg.png) repeat-y center top / contain;
}
.faq__list {
	list-style: none;
	margin: 0;
	padding: 0 7.812%;
}
.faq__item {
	background: #fff;
	border: 1px solid #ffd3df;
	margin: 0;
	padding: 0;
}
.faq__item + .faq__item {
	margin: 1em 0 0;
}
.faq__item__q {
	background: #fff2f2;
	border-bottom: 1px solid #ffd3df;
	color: #ec4261;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.25;
	padding: .5em 1rem .5rem 34px;
	position: relative;
}
.faq__item__a {
	color: 000;
	line-height: 1.75;
	position: relative;
	padding: .75em 1rem .75em 34px;
}
.faq__item__q::before,
.faq__item__a::before {
	content: "";
	display: block;
	height: 24px;
	left: 4px;
	position: absolute;
	top: 0;
	width: 24px;
}
.faq__item__q::before {
	background: url(https://c.ho-br.com/gold/viage/smp/viage_201606/faq_icon_q.png) no-repeat left top / contain;
	margin-top: -12px;
	top: 50%;
}
.faq__item__a::before {
	background: url(https://c.ho-br.com/gold/viage/smp/viage_201606/faq_icon_a.png) no-repeat left top / contain;
	top: .75em;
}


/* animation */
@-webkit-keyframes hvr-pop {
  60% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}

@keyframes hvr-pop {
  60% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}

.hvr-pop {
  /* display: inline-block; */
  vertical-align: middle;
  /* -webkit-transform: translateZ(0); */
  /* transform: translateZ(0); */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /* -webkit-backface-visibility: hidden; */
  en; */
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* ここからスペック */
table.specbox {
    width: 60%;
    margin: 30px auto 50px;
    border-collapse: separate;
    font-size: 11px;
  border-color: transparent !important;
}

table.specbox th {
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    width: 16%;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 15px;
  background: rgb(141,144,215); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(141,144,215,1) 1%, rgba(126,129,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(141,144,215,1)), color-stop(100%,rgba(126,129,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(141,144,215,1) 1%,rgba(126,129,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(141,144,215,1) 1%,rgba(126,129,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(141,144,215,1) 1%,rgba(126,129,193,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(141,144,215,1) 1%,rgba(126,129,193,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8D90D7', endColorstr='#7E81C1',GradientType=0 ); /* IE6-9 */
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

table.specbox td {
  padding: 8px;
  border-right: none !important;
  border-bottom: none !important;
  line-height: 1.4;
  color: #555555;
}