﻿@charset "UTF-8";

.cation {
  border: 1px solid #FF5152;
  color: #FF5152;
  padding: 1em;
  font-size: 11px;
}
.cation dt {
  text-align: center;
  font-size: 13px;
  margin-bottom: 0.5em;
}
.ico_new.new_icon2 {
  display: inline-block;
  background: #922A40;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 1em;
}
.product-info .item_name {
  font-size: 20px;
  margin: 0.2em 0 0.5em 0;
  font-weight: normal;
}
.price {
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin-top: 1em;
  font-size: 1.3rem;
}
.price dt {
  margin-right: 3em;
}
.price dd span:first-child {
  font-weight: bold;
  font-size: 1.2em;
}

.product_info_table {
	margin: 0;
	line-height: 1.3;
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto;
	font-size: 1.3rem;
}
.product_info_table dt:nth-child(n+3), 
.product_info_table dd:nth-child(n+3){
	border-top:1px solid #ccc;
}
.product_info_table .name {
	width: 45%;
	padding: 10px;
	color: #333;
	box-sizing: border-box;
}
.product_info_table .text {
	width: 55%;
	padding: 10px;
	color: #333;
	margin: 0;
	box-sizing: border-box;
	word-wrap: break-word;
}
.product-info .attention {
  font-size: 1em;
}
.product-info a {
  color: #922a40;
  text-decoration: underline;
}
.ac_box h3 {
  font-size: 1.6rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.5em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
.ac_box h3 span {
  font-size: 0.8em;
}
.nutritionFacts .table dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
  padding: 0.5em 1em;
}
.allergie_table_text_b {
  color: #3c3c3c;
  background: #3c3c3c;
  padding: 0 0.5em;
}.allergie_table_data {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #3C3C3C;
  border-left: 1px solid #3C3C3C;
  margin: 1.5em 0 1em;
}
.allergie_table_data li {
  width: 33.33%;
  border-right: 1px solid #3C3C3C;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #3C3C3C;
  padding: 0.2em 0;
}
#allergie_table_in a {
  color: #922a40;
  text-decoration: underline;
}
#allergie_table_in .allergie_table_tips {
  line-height: 1.6;
  padding-bottom: 1em;
  margin-bottom: 2.5em;
  font-size: 0.9em;
}
.allergie_table_data li.on {
background: #3C3C3C;
  color: #fff;
  font-weight: bold;
  border-color: #E8E8E8;
}

.product-info {
  padding: 1rem 0;
  margin-top: 1rem;
}
#allergie_table_in {
  font-size: 1.3rem;
}

.nutritionFacts .table ul ul dl dt {
  padding-left: 1.5rem;
}
.nutritionFacts .table ul ul dl dt:before {
  content: "―";
}
.product-info .thumb .icn-new{
  display: none;
}