@charset "UTF-8";
.caption {
	line-height: 2;
	font-size: .5em;
	color: #fff;
}

.caption-toggle {
	margin-top: 1em;
	margin-bottom: .5em;
	padding: .5em 1em;
	color: #1ab71e;
	background: #fff;
	text-align: center;
	font-size: 1.5em;
	cursor: pointer;
}

#product-info,#product-info p {
	margin-bottom: .75em;
	font-size: 13px;
	line-height: 1.5;
}

#product-info h3 {
  margin-bottom: .5em;
  font-size: 1.5em;
  text-align: center;
}

#product-info table {
  margin-bottom: 5%;
  width: 100%;
}

#product-info table th, #product-info table td {
  padding: 1em;
  font-weight: normal;
  border: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}

#product-info table th {
  background: #ccc;
  width: 30%;
}

#product-info table td {
  width: 70%;
}

#product-info table td ul.product-info-content-list {
  padding-left: 1.2em;
}

#product-info table td ul.product-info-content-list li {
  line-height: 2;
  list-style-type: decimal;
}

.product-info-inner {
	padding: 0% 2% 0%;
}

.product-info-list {
	display: flex;
	justify-content: space-between;
}

.product-info-list > li {
	width: 32.5%;
}

.product-info-list.col-1 > li {
	width: 100%;
}

.product-info-list.col-2 > li {
	width: 49%;
}

@media screen and (max-width: 767px) {
	.product-info-list {
		display: block;
	}
	.product-info-list > li,.product-info-list.col-1 > li,.product-info-list.col-2 > li {
		width: 100%;
	}
}