@charset "utf-8";
.feature_base {
		clear: both;
		padding: 30px 0;
}
.feature_base .feature_col {
		display: flex;
		height: auto;
		margin: 0;
}
.feature_col_right {
		width: 240px;
		margin-left: 35px;
}
.feature_col_right.wide {
		width: 500px;
		margin-left: 35px;
		display: flex;
		justify-content: space-between;
}
.wide .feature_photo {
		width: 160px;
}
.feature_photo {
		margin: 0 0 25px;
}
.feature_photo img {
		width: 100%;
		height: auto
}
.feature_photo_thumb {
		margin: 0 0 5px;
}
.feature_photo p {
		font-size: 12px;
}
.feature_col_left {
		flex: 1
}
.feature_caption {
		margin: 0 0 20px;
}
.feature_caption h4 {
		font-size: 18px;
		font-weight: 700;
		color: #345ca8;
		margin: 0 0 5px;
		line-height: 1.6;
}
.feature_caption p {
		line-height: 1.8;
}
.feature_col li {
		font-size: 13px;
}
.product_spec td {
		padding-left: 0;
		padding-right: 0;
}
.product_spec td p {
		padding-left: 6px;
		padding-right: 6px;
}
.product_spec td li {
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 4px;
		padding-bottom: 4px;
		border-bottom: 1px dashed#aaa;
}
.product_spec td ul li:first-child {
		padding-top: 0;
}
.product_spec td ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
}
td ul {
		list-style: none
}
.product_spec h3 {
		font-size: 22px;
		font-weight: 700 !important;
		line-height: 1.5;
		color: #345ca8;
}
@media(max-width: 767px) {
		.feature_base .feature_col {
				display: block;
		}
		.feature_col_right {
				width: auto;
				margin: 30px 0;
				display: flex;
				justify-content: space-between;
		}
		.feature_photo {
				width: calc(50% - 10px);
				margin: 0
		}
		.feature_col_right.wide {
				width: auto;
				margin: 30px 0;
		}
		.wide .feature_photo {
				width: calc(calc(100% - 20px) / 3);
		}
		.product_spec h3 {
				font-size: 18px;
		}
}