@charset "UTF-8";
/*--新規スタイルシート--*/
/*--基本設定--*/
.dis_pc {display:block;}
.dis_sp {display:none;}
.mt120 {margin-top:120px;}
.mt700 {margin-top:700px;}
.mt702 {margin-top:702px;}
/*--並列表記用--*/
.productDetail.hongkong h4 {
  text-align:center;
  margin-bottom:30px;
}
.productDetail.hongkong h4 img {
  display:inline;
}
.productDetail.hongkong .fl,
.productDetail.hongkong .fr {
  width:465px;
}
/*--中国語表記装飾--*/
.productDetail.hongkong .fl dt,.productDetail.hongkong.tcsc div dl dt  {
	margin-bottom: 18px;
	padding-bottom: 5px;
	line-height: 120%;
	font-size: 18px;
	color: #003ca6;
	border-bottom: 1px solid #003ca6;
}


.productDetail.hongkong .fl dd {
	margin-bottom: 20px;
	line-height: 130%;
}

.productDetail.hongkong .fl dd .data {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url("../img/ten.png") repeat-x 0 7px;
	overflow: hidden;
}

.productDetail.hongkong .fl dd .data.w100p {
	width: 100%;
}

.productDetail.hongkong .fl dd .data dt {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	line-height: 130%;
	font-size: 14px;
	color: #000000;
	background: #f2f2f2;
	border-bottom: none;
	float: left;
}

.productDetail.hongkong .fl dd .data dd {
	margin-bottom: 0px;
	padding-left: 5px;
	line-height: 130%;
	background: #f2f2f2;
	float: right;
}
.productDetail .fr dd .data {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url("../img/ten.png") repeat-x 0 7px;
	overflow: hidden;
}

/*---------------*/

.sns {
    display: flex;
    justify-content: flex-end;
    max-width: 990px;
    margin: 0 auto;
    align-items: center;
    font-size: 1.4rem;
    color: #3678ea;
}
.sns img {
    margin-left: 0.5rem;
    width:40px;
}

.link_sc a{
	background-color: #14995a;
	display: block;
	max-width: max-content;
	margin: 0 auto;
	padding: 1rem 2rem;
	color :#fff;
	text-decoration: none !important;
}

.shop_list div {
    width: 33.333%;
}

#products.cn dt,#products.en dt,#products.sc dt{
	margin-top:1.5rem;
}