@charset "utf-8";

/* ------------------------------------------------------*/
/* content */
/* ------------------------------------------------------*/
img {
	max-width: 100% !important;
	height: auto;
}

div.container {
  margin: auto;
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  text-align: left;
	max-width: 750px;
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
  padding: 0;
}

.mainvisual {
	line-height: 0;
}

.product_column {
	padding-bottom: 60px;
	background-color: #fff0f0;
}

.pb0 {
	padding-bottom: 0;
}

.product_column_header {
    padding: 10px 0 20px;
    margin-bottom: 30px;
    background-color: #f3550b;
}

.product_column_header.-green {
	background-color: #00b5d2;
}

.product_column_label {
	font-size: 26px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 2;
	font-style: italic;
}

.product_column_text {
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	margin-top: 5px;
}

h2.product_column_title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 28px;
	font-weight: bold;
	line-height: 1.5;
	height: auto;
}

.product_column_glasses {
	max-width: 690px;
	width: 92%;
	margin: 0 auto;
}

.product_column_glasses + .product_column_glasses {
	margin-top: 50px;
}

.-border-bottom {
	max-width: 690px;
	width: 92%;
	height: 1px;
	background-color: #cccccc;
	margin: 45px auto;
}

.product_column_glasses a {
	display: block;
	max-width: 233px;
	width: 59.46%;
	margin: 28px auto 0;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 11px 0;
	position: relative;
	border: 2px solid #000000;
	border-bottom: 2px solid #000000 !important;
}

.product_column_glasses a::after {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	transform: rotate(-45deg);
	vertical-align: middle;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
}
