@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');

.product-head> .product-head-btn> .btn-contact {
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

.product-head> .product-head-btn> .btn-contact:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .35);
	opacity: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.product-head> .product-head-btn> .btn-contact:hover a {
	opacity: 1;
}

.product-head,
.product-body {
	zoom: 1;
}

.product-head:before,
.product-body:before,
.product-head:after,
.product-body:after {
	content: '';
	display: table;
}

.product-head:after,
.product-body:after {
	clear: both;
}

/* reset
---------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
}

/* border-box */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Reset input */

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	outline: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* cmn
---------------------------------------- */

.sp-hide {
	display: inline-block !important;
}

.pc-hide {
	display: none !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.weight-bold {
	font-weight: bold;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.inner {
	position: relative;
	margin: 0 auto;
	zoom: 1;
}

.inner:before,
.inner:after {
	content: '';
	display: table;
}

.inner:after {
	clear: both;
}

/* main-title
---------------------------------------- */

.main-title {
	height: auto;
	background: none;
}

.main-title> .inner {
	display: none;
}

/* content-area
---------------------------------------- */

.content-area {
	padding: 80px 0;
}

/* product-head
---------------------------------------- */

.product-head {
	padding: 20px;
	background: #e7f0f9;
}

.product-head> .product-head-info {
	float: left;
}

.product-head> .product-head-info> .item-name {
	font-weight: 500;
	font-size: 26px;
}

.product-head> .product-head-info> div> .item-name {
	font-weight: 500;
	font-size: 26px;
}

.product-head> .product-head-info> .item-category-list {
	margin-top: .25em;
}

.product-head> .product-head-info> .item-category-list> .item-category-item {
	display: inline-block;
	margin-right: .7em;
	padding-right: 1em;
	font-size: 14px;
	background: url('../images/cmn/arw_horizontal.png') right center no-repeat;
	background-size: auto .7em;
}

.product-head> .product-head-info> .item-category-list> .item-category-item:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

.product-head> .product-head-info> .item-tag-list {
	margin-top: .25em;
}

.product-head> .product-head-info> .item-tag-list> .item-tag-item {
	display: inline-block;
}

.product-head> .product-head-info> .item-tag-list> .item-tag-item> a {
	display: block;
	width: 100%;
	height: 100%;
	padding: .15em .5em;
	color: #fff;
	font-size: 14px;
	background: #aaaab4;
}

.product-head> .product-head-btn {
	float: right;
	width: 310px;
}

.product-head> .product-head-btn> .btn-contact {
	display: block;
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 2.5;
	text-align: center;
	background: #5e97d9;
}

.product-head> .product-head-btn> .btn-border-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	width: 100%;
	margin-top: 8px;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.product-head> .product-head-btn> .btn-border-list> .btn-border {
	width: 100px;
	height: 40px;
	text-align: center;
	background: #fff;
	border: #5e97d9 2px solid;
	border-radius: 4px;
}

.product-head> .product-head-btn> .btn-border-list> .btn-border:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

.product-head> .product-head-btn> .btn-border-list> .btn-border> .text {
	display: block;
	width: 100%;
	height: 36px;
	color: #5e97d9;
	font-size: 12px;
	line-height: 3;
}

.product-head> .product-head-btn> .btn-border-list> .btn-fav> .text {
	padding-left: 26px;
	background: url('../images/cmn/icn_fav.png') 10px center no-repeat;
	background-size: auto 1.25em;
}

.product-head> .product-head-btn> .btn-border-list> .btn-share> .text {
	padding-left: 35px;
	background: url('../images/cmn/icn_share.png') 12px center no-repeat;
	background-size: auto 1.25em;
}

.product-head> .product-head-btn> .btn-border-list> .btn-list> .text {
	padding: .5em 0 0 25px;
	line-height: 1.2;
	text-align: left;
	background: url('../images/cmn/icn_list.png') 8px center no-repeat;
	background-size: auto 1.25em;
}

.product-head> .product-head-btn> .btn-border-list> .btn-list> .text> span {
	display: block;
}

/* product-body
---------------------------------------- */

.product-body {
	margin: 40px auto 80px auto;
}

.product-body .product-slide-area {
	float: left;
	width: 600px;
}

.product-body .product-slide-area> .product-slide .slick-arrow {
	top: 153px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 100;
}

.product-body .product-slide-area> .product-slide .slick-prev {
	left: 10px;
}

.product-body .product-slide-area> .product-slide .slick-next {
	right: 10px;
}

.product-body .product-slide-area> .product-slide .product-slide-item {
	padding: 10px;
	background: #f5f5f5;
}

.product-body .product-slide-area> .product-slide .product-slide-item .caption {
	margin-top: .5em;
	font-size: 14px;
}

.product-body .product-slide-area> .thumbs-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-body .product-slide-area> .thumbs-slide .thumbs-slide-item {
	width: 112px;
	margin: 10px 10px 0 0;
}

.product-body .product-slide-area> .thumbs-slide .thumbs-slide-item:nth-of-type(5n) {
	margin-right: 0;
}

.product-body .product-slide-area> .thumbs-slide .thumbs-slide-item.is-current {
	opacity: .6;
}

.product-body .product-slide-area> .thumbs-slide .thumbs-slide-item> img {
	border: #aaaab4 1px solid;
}

.product-body .product-info-area {
	float: right;
	width: 560px;
}

.product-body .product-info-area> .text {
	font-size: 14px;
}

.product-body .product-info-area> .info-table {
	width: 100%;
	margin-top: 20px;
}

.product-body .product-info-area> .info-table tr {
	border: #aaaab4 1px solid;
}

.product-body .product-info-area> .info-table th,
.product-body .product-info-area> .info-table td {
	padding: .75em .5em;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

.product-body .product-info-area> .info-table th {
	width: 160px;
	background: #f5f5f5;
}

.product-body .product-info-area> .info-table .link-external,
.product-body .product-info-area> .info-table .link-document {
	margin-right: 1em;
	padding-right: 1.6em;
}

.product-body .product-info-area> .info-table .link-external:last-child,
.product-body .product-info-area> .info-table .link-document:last-child {
	margin-right: 0;
}

.product-body .product-info-area> .info-table .link-external {
	background: url('../images/cmn/icn_external.png') right center no-repeat;
	background-size: auto 100%;
}

.product-body .product-info-area> .info-table .link-document {
	background: url('../images/cmn/icn_document.png') right center no-repeat;
	background-size: auto 100%;
}

.product-body .product-info-area> .info-campaign {
	margin-top: 20px;
	padding: 0 10px 10px 10px;
	background: #f5f5f5;
}

.product-body .product-info-area> .info-campaign> .info-campaign-head {
	height: 50px;
	padding-left: 40px;
	font-weight: 500;
	line-height: 3.125;
	background: url('../images/cmn/icn_campaign.png') left center no-repeat;
	background-size: auto 32px;
}

.product-body .product-info-area> .info-campaign> .info-campaign-body {
	padding: 10px;
	font-size: 14px;
	background: #fff;
}

.product-body .product-info-area> .info-campaign> .info-campaign-body> .link-more {
	padding-right: 1em;
	color: #5e97d9;
	font-weight: 500;
	background: url('../images/cmn/arw_horizontal_blue.png') right center no-repeat;
	background-size: auto .8em;
}

.product-overview-table .btn-successor {
	display: inline-block;
	width: 160px;
	height: 40px;
	color: #fff;
	line-height: 2.8;
	text-align: center;
	background: #e692bd;
	margin: 2px 0 2px 10px;
	position: relative;
}

.product-overview-table .btn-predecessor {
	display: inline-block;
	width: 160px;
	height: 40px;
	color: #fff;
	line-height: 2.8;
	text-align: center;
	background: #5e97d9;
	margin: 2px 0 2px 10px;
	position: relative;
}

/* ホバー時のツールチップ設定 */
.product-overview-table .btn-predecessor::after,
.product-overview-table .btn-successor::after {
	content: attr(data-product-name); /* HTMLの属性値を読み込む */

	/* 位置合わせ */
	position: absolute;
	bottom: 100%; /* ボタンの上に配置 */
	left: 50%;    /* 左右中央 */
	transform: translateX(-50%); /* 真ん中に補正 */
	margin-bottom: 10px; /* ボタンとの隙間 */

	/* 見た目の装飾 */
	background: rgba(0, 0, 0, 0.8); /* 黒背景（透過あり） */
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	white-space: nowrap; /* 改行させない */
	pointer-events: none; /* ツールチップがマウスの邪魔をしないように */
	z-index: 10; /* 他の要素より手前に表示 */

	/* アニメーション（ふわっと表示） */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s;
}

/* ホバー時に表示 */
.product-overview-table .btn-predecessor:hover::after,
.product-overview-table .btn-successor:hover::after {
	opacity: 1;
	visibility: visible;
}

/* product-details
---------------------------------------- */

.product-details {
	margin-top: 40px;
}

.product-details> .product-details-title {
	margin-bottom: 20px;
	padding: .5em 20px;
	font-weight: 500;
	font-size: 24px;
	background: #e7f0f9;
	border-bottom: #5e97d9 2px solid;
}

.product-details> .product-feature-list {
	counter-reset: number;
}

.product-details> .product-feature-list> .product-feature-list-item {
	position: relative;
	margin-top: 20px;
	padding-left: 30px;
	font-weight: normal;
	font-size: 16px;
}

.product-details> .product-feature-list> .product-feature-list-item:before {
	content: counter(number) '.';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	font-weight: bold;
	font-size: 18px;
	counter-increment: number;
}

.product-details> .product-feature-list> .product-feature-list-text {
	margin-left: 2.15em;
	font-size: 14px;
}

.product-details> .product-details-info> .product-details-info-title {
	margin-top: .5em;
	font-size: 16px;
}

.product-details> .product-details-info> .product-details-info-title:nth-of-type {
	margin-top: 0;
}

.product-details> .product-details-info> .product-details-info-text {
	font-size: 14px;
}

.product-details> .product-details-info> .product-details-info-sub-title {
	margin-top: .5em;
	font-weight: bold;
	font-size: 14px;
}

.product-details> .product-details-info> .product-details-info-sub-title:nth-of-type {
	margin-top: 0;
}

.product-details> .product-details-info> .product-details-info-list {
	margin: .5em auto;
}

.product-details> .product-details-info> .product-details-info-list> .product-details-info-list-item {
	font-size: 14px;
	list-style: disc inside;
}

.product-details> .product-details-info> .product-details-info-list-text {
	font-size: 14px;
}

.product-details> .product-details-info> .product-details-info-list-text> .text-link {
	color: #5e97d9;
	font-weight: bold;
}

.product-details> .product-details-text {
	font-size: 14px;
}

.product-details .product-overview-table {
	width: 100%;
	border-collapse: collapse;
}

.product-details .product-overview-table thead {
	background: #e7f0f9;
}

.product-details .product-overview-table th,
.product-details .product-overview-table td {
	padding: .75em .5em;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	border: #aaaab4 1px solid;
}

.product-details .product-overview-table th {
	width: 240px;
	background: #f5f5f5;
}

/* relative-area
---------------------------------------- */

.relative-area {
	margin-top: 40px;
}

.relative-area.product-relative {
	margin-top: 80px;
}

.relative-area> .relative-title {
	font-weight: 500;
	font-size: 24px;
}

.relative-area> .relative-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: stretch;
	width: 100%;
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	background: #f5f5f5;
	align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-box-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.relative-area> .relative-service .relative-service-item {
	display: table;
	width: calc( ( 100% - 20px ) / 3);
	margin: 10px 5px 0 5px;
	padding: 10px;
	background: #fff;
}

.relative-area> .relative-service .relative-service-item> .text-area {
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
}

.relative-area> .relative-service .relative-service-item> .text-area> .relative-service-item-name {
	font-size: 18px;
}

.relative-area> .relative-service .relative-service-item> .text-area> .relative-service-item-maker {
	color: #6e7177;
	font-weight: 500;
	font-size: 14px;
}

.relative-area> .relative-service .relative-service-item> .text-area> .relative-service-item-price {
	font-size: 14px;
}

.relative-area> .relative-service .relative-service-item> .text-area> .relative-service-item-price> .num {
	font-weight: bold;
	font-size: 22px;
}

.relative-area> .relative-service .relative-service-item> .relative-service-item-img {
	display: table-cell;
	width: 110px;
	vertical-align: top;
}

.relative-area> .relative-service .relative-service-item> .relative-service-item-img> img {
	border: #aaaab4 1px solid;
}

.relative-area> .relative-service .slick-arrow {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
}

.relative-area> .relative-service .slick-prev {
	left: 10px;
}

.relative-area> .relative-service .slick-next {
	right: 10px;
}

.relative-area> .relative-slide {
	margin-top: 10px;
	padding: 10px 5px;
	background: #f5f5f5;
}

.relative-area> .relative-slide .relative-slide-item {
	padding: 0 5px;
	text-align: center;
}

.relative-area> .relative-slide .relative-slide-item> .relative-slide-item-name {
	margin-top: .25em;
	font-size: 18px;
}

.relative-area> .relative-slide .relative-slide-item> .relative-slide-item-maker {
	color: #6e7177;
	font-weight: 500;
	font-size: 14px;
}

.relative-area> .relative-slide .relative-slide-item> .relative-slide-item-price {
	font-size: 14px;
}

.relative-area> .relative-slide .relative-slide-item> .relative-slide-item-price> .num {
	font-weight: bold;
	font-size: 22px;
}

.relative-area> .relative-slide .slick-arrow {
	top: 72px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 100;
}

.relative-area> .relative-slide .slick-prev {
	left: 10px;
}

.relative-area> .relative-slide .slick-next {
	right: 10px;
}

/* note-area
---------------------------------------- */

.note-area {
	margin-top: 40px;
	padding-top: 20px;
	border-top: #aaaab4 2px dotted;
}

.note-area> .note-title {
	font-weight: 500;
	font-size: 14px;
}

.note-area> .note-list> .note-item {
	margin-left: 1em;
	font-size: 12px;
	text-indent: -1em;
}

.note-area> .note-list> .note-item:before {
	content: '※';
}

.product-info-description {
	font-size: 12px;
}

@media screen and (max-width: 768px) {

.sp-hide {
	display: none !important;
}

.pc-hide {
	display: inline-block !important;
}

.main-title {
	height: auto;
	background: none;
}

.content-area {
	padding: 10.66667vw 0;
}

.product-head {
	padding: 2.66667vw;
}

.product-head> .product-head-info {
	float: none;
	width: 100%;
}

.product-head> .product-head-info> .item-name {
	font-size: 4vw;
}

.product-head> .product-head-info> .item-category-list> .item-category-item> a {
	font-size: 2.66667vw;
}

.product-head> .product-head-info .item-tag-list> .item-tag-item> a {
	font-size: 2.66667vw;
}

.product-head> .product-head-btn {
	float: none;
	width: 100%;
	margin-top: 2.66667vw;
}

.product-head> .product-head-btn> .btn-contact {
	height: 13.33333vw;
	font-size: 3.73333vw;
	line-height: 3.571428571;
	border-radius: .8vw;
	-webkit-box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
	box-shadow: 0 .4vw .66667vw rgba(0, 0, 0, .25);
}

.product-head> .product-head-btn> .btn-border-list {
	margin-top: 2.66667vw;
}

.product-head> .product-head-btn> .btn-border-list> .btn-border {
	width: 27.46667vw;
	height: 10.66667vw;
	border: #5e97d9 .26667vw solid;
	border-radius: .8vw;
}

.product-head> .product-head-btn> .btn-border-list> .btn-border> .text {
	font-size: 3.2vw;
	line-height: 3.333333333;
}

.product-head> .product-head-btn> .btn-border-list> .btn-fav> .text {
	padding-left: 8.26667vw;
	background-position: 4vw center !important;
}

.product-head> .product-head-btn> .btn-border-list> .btn-share> .text {
	padding-left: 9.86667vw;
	background-position: 4.66667vw center !important;
}

.product-head> .product-head-btn> .btn-border-list> .btn-list> .text {
	padding-left: 8vw;
	line-height: 1.2;
	background-position: 3.46667vw center !important;
}

.product-body {
	margin: 5.33333vw auto 10.66667vw auto;
}

.product-body .product-slide-area {
	float: none;
	width: 100%;
}

.product-body .product-slide-area> .product-slide .slick-arrow {
	top: 21.33333vw;
}

.product-body .product-slide-area> .product-slide .slick-prev {
	left: 1.33333vw;
}

.product-body .product-slide-area> .product-slide .slick-next {
	right: 1.33333vw;
}

.product-body .product-slide-area> .product-slide .product-slide-item {
	padding: 1.33333vw;
}

.product-body .product-slide-area> .product-slide .product-slide-item .caption {
	font-size: 2.66667vw;
}

.product-body .product-slide-area> .thumbs-slide .thumbs-slide-item {
	width: 17.33333vw;
	margin: 1.33333vw 1.33333vw 0 0;
}

.product-body .product-slide-area> .thumbs-slide .thumbs-slide-item> img {
	border: #aaaab4 .26667vw solid;
}

.product-body .product-info-area {
	float: none;
	width: 100%;
	margin-top: 5.33333vw;
}

.product-body .product-info-area> .text {
	font-size: 2.66667vw;
}

.product-body .product-info-area> .info-table {
	margin-top: 2.66667vw;
}

.product-body .product-info-area> .info-table tr {
	border: #aaaab4 .26667vw solid;
}

.product-body .product-info-area> .info-table th,
.product-body .product-info-area> .info-table td {
	font-size: 2.66667vw;
}

.product-body .product-info-area> .info-table th {
	width: 32vw;
}

.product-body .product-info-area> .info-table .link-external,
.product-body .product-info-area> .info-table .link-document {
	margin-right: .75em;
}

.product-body .product-info-area> .info-campaign {
	margin-top: 2.66667vw;
	padding: 0 1.33333vw 1.33333vw 1.33333vw;
}

.product-body .product-info-area> .info-campaign> .info-campaign-head {
	height: 6.66667vw;
	padding-left: 5.33333vw;
	font-size: 3.2vw;
	line-height: 2.083333333;
	background: url('../images/cmn/icn_campaign.png') left center no-repeat;
	background-size: auto 4.26667vw;
}

.product-body .product-info-area> .info-campaign> .info-campaign-body {
	padding: 1.33333vw;
	font-size: 2.66667vw;
}

.product-details {
	margin-top: 5.33333vw;
}

.product-details> .product-details-title {
	margin-bottom: 2.66667vw;
	padding: .5em 2.66667vw;
	font-size: 4.8vw;
	border-bottom: #5e97d9 .26667vw solid;
}

.product-details> .product-feature-list> .product-feature-list-item {
	margin-top: 2.66667vw;
	padding-left: 4vw;
	font-size: 2.93333vw;
}

.product-details> .product-feature-list> .product-feature-list-item:before {
	width: 4vw;
	font-size: 3.46667vw;
}

.product-details> .product-feature-list> .product-feature-list-text {
	margin-left: 1.5em;
	font-size: 2.66667vw;
}

.product-details> .product-details-info> .product-details-info-title {
	font-size: 3.2vw;
}

.product-details> .product-details-info> .product-details-info-text {
	font-size: 2.66667vw;
}

.product-details> .product-details-info> .product-details-info-sub-title {
	font-size: 2.66667vw;
}

.product-details> .product-details-info> .product-details-info-list> .product-details-info-list-item {
	margin-left: 1em;
	font-size: 2.66667vw;
	text-indent: -1.5em;
}

.product-details> .product-details-info> .product-details-info-list-text {
	font-size: 2.66667vw;
}

.product-details> .product-details-text {
	font-size: 2.66667vw;
}

.product-details> .sp-overflow-area {
	overflow-x: scroll;
}

.product-details .product-overview-table {
	width: 116vw;
}

.product-details .product-overview-table th,
.product-details .product-overview-table td {
	width: 24vw;
	font-size: 2.66667vw;
	border: #aaaab4 .26667vw solid;
}

.product-details .product-overview-table th {
	width: 24vw;
}

.relative-area {
	margin-top: 5.33333vw;
}

.relative-area.product-relative {
	margin-top: 10.66667vw;
}

.relative-area> .relative-title {
	font-size: 4.8vw;
}

.relative-area> .relative-service {
	padding: 0 1.33333vw 1.33333vw 1.33333vw;
}

.relative-area> .relative-service .relative-service-item {
	display: table;
	width: 100%;
	margin: 1.33333vw auto 0 auto;
	padding: 1.33333vw;
}

.relative-area> .relative-service .relative-service-item> .text-area {
	padding-right: 2.66667vw;
}

.relative-area> .relative-service .relative-service-item> .text-area> .relative-service-item-name {
	font-size: 3.46667vw;
}

.relative-area> .relative-service .relative-service-item> .text-area> .relative-service-item-maker {
	font-size: 2.66667vw;
}

.relative-area> .relative-service .relative-service-item> .text-area> .relative-service-item-price {
	font-size: 2.66667vw;
}

.relative-area> .relative-service .relative-service-item> .text-area> .relative-service-item-price> .num {
	font-size: 4.26667vw;
}

.relative-area> .relative-service .relative-service-item> .relative-service-item-img {
	width: 30.66667vw;
}

.relative-area> .relative-service .relative-service-item> .relative-service-item-img> img {
	border: #aaaab4 .26667vw solid;
}

.relative-area> .relative-service .slick-prev {
	left: 1.33333vw;
}

.relative-area> .relative-service .slick-next {
	right: 1.33333vw;
}

.relative-area> .relative-slide {
	margin-top: 1.33333vw;
	padding: 1.33333vw .66667vw;
}

.relative-area> .relative-slide .relative-slide-item {
	padding: 0 .66667vw;
}

.relative-area> .relative-slide .relative-slide-item> .relative-slide-item-name {
	font-size: 3.46667vw;
}

.relative-area> .relative-slide .relative-slide-item> .relative-slide-item-maker {
	font-size: 2.66667vw;
}

.relative-area> .relative-slide .relative-slide-item> .relative-slide-item-price {
	font-size: 2.66667vw;
}

.relative-area> .relative-slide .relative-slide-item> .relative-slide-item-price> .num {
	font-size: 4.26667vw;
}

.relative-area> .relative-slide .slick-arrow {
	top: 8.26667vw;
}

.relative-area> .relative-slide .slick-prev {
	left: 1.33333vw;
}

.relative-area> .relative-slide .slick-next {
	right: 1.33333vw;
}

.note-area {
	margin-top: 5.33333vw;
	padding-top: 2.66667vw;
	border-top: #aaaab4 .26667vw dotted;
}

.note-area> .note-title {
	font-size: 2.93333vw;
}

.note-area> .note-list> .note-item {
	font-size: 2.66667vw;
}

.product-info-description {
	font-size: 2.66667vw;
}

}

.product-details-info ol,
.product-feature-list ol{
	list-style: decimal;
	list-style-position: inside;
}

.productName {
    font-size: 14px;
}
.skuName {
    font-size: 12px;
}

/* additation recommendation box style */
.product-zai-box {
	background: url(/static/images/bg-product-zai-box.png);
	width: 100%;
	max-width: 1012px;
	height: 265px;
	display: flex;
	justify-content: center;
	margin: 30px auto;
  }
  .product-zai-box .wrap-content { margin: auto; margin-right: 200px; }
  .product-zai-box .wrap-content .text { margin: 20px 0; max-width: 285px; font-size: 16px; font-weight: 600;}
  .product-zai-box .wrap-content a.btn.btn-zai {
	background: #5e97d9;
	color: #fff;
	border-radius: 8px;
	padding: 15px 20px;
	cursor: pointer;
	display: flex;
	max-width: 192px;
  }
  .text-normal { font-size: 14px; font-weight: 400;}
  .justify-content-end { justify-content: flex-end;}
  .justify-content-start { justify-content: flex-start;}
  .group-btn.group-btn-jump {
	margin: 20px 0;
	display: flex;
  }
  .group-btn.group-btn-jump .btn.btn-link {
	background: #5e97d9;
	color: #fff;
	border-radius: 8px;
	padding: 10px 15px;
	cursor: pointer;
	max-width: 218px;
	width: 50%;
	text-align: center;
  }
  .group-btn.group-btn-jump .btn.btn-link:not(:first-child) {
	margin-left: auto;
  }

  #productRecommendation .slick-track {
	display: flex !important;
  }
  #productRecommendation .slick-slide {
    height: inherit !important;
  }
  #productRecommendation li.relative-slide-item {
	  background: #fff;
	  padding: 20px;
	  margin: 5px;
  }
  #productRecommendation li.relative-slide-item .relative-slide-item-name{
	font-weight: 600;
	margin-top: auto;
  }
  #productRecommendation li.relative-slide-item .relative-slide-item-maker{
	margin-bottom: auto;
  }
  #productRecommendation .wrap-content {
	  height: 100%;
	  display: flex;
	  flex-direction: column;
  }
  #productRecommendation .relative-item--img { padding: 2px; min-height: 60px;  }

  #productRecommendation .relative-slide .slick-arrow {
	top: 50px;
	-webkit-transform: translate(50%, 50px);
	-ms-transform: translate(50%, 50px);
	transform: translate(50%, 50px);
	z-index: 100;
  }

  #productRecommendation .relative-slide .slick-prev {
	left: -10px;
  }

  #productRecommendation li.relative-slide-item > a {
	display: flex;
	flex-direction: column;
  }
  #productRecommendation li.relative-slide-item > a .relative-item-img {
	max-height: 70px;
  }
  #productRecommendation li.relative-slide-item > a .relative-item-img {
	margin: auto auto 20px auto;
  }
