@charset "utf-8";

/*------------------------------------------------------*/
/*content*/
/*------------------------------------------------------*/
img, img.image {
	max-width: 100%;
}

a:hover {
	opacity: 0.7;
}

div.container {
	margin: auto;
	padding: 0;
	font-family: 'HelveticaNeue', 'Helvetica', 'HiraginoKakuGothicProN', YuGothic, 'YuGothicMedium', Meiryo, sans-serif;
	text-align: left;
	max-width: 1024px;
	font-size: 14px;
	color: #000000;
	line-height: 1.8;
}

.image {
	width: 100%;
	height: auto;
}

.mainvisual {
	text-align: center;
	line-height: 0;
	margin: 0 auto;
}

.product_area {
	background: url(/ec/images/category/240828_2024acuvue_sale/bg.jpg);
	background-size: cover;
	background-repeat: repeat-y;
	padding: 50px 0 30px;
}

.product_column {
	padding-bottom: 20px;
}

.product_column_header.-padding {
	padding-bottom: 34px;
}

.product_column_photo {
	text-align: center;
	width: 86%;
	margin: 0 auto;
}

.product_column_label {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.product_column_text {
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 2px;
}

.product_column_text.-big-text {
	font-size: 25px;
}

h2.product_column_title {
	color: #063385;
	height: auto;
	font-size: 32px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.5;
}

h2.product_column_title:not(:first-child) {
	margin-top: 20px;
}

.product_list_button {
	margin-top: 0px;
}

.product_list_anchor {
	width: 85%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #063385;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 2px solid #063385;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}

.product_list_anchor:link,
.product_list_anchor:visited {
	color: #fff;
	text-decoration: none;
	border: 2px solid #063385 !important;
}

.product_list_anchor::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 7px);
	right: 30px;
	transition: all 0.3s;
}

.product_list_anchor:hover {
	opacity: 0.7;
}

.other_button {
	width: 85%;
	margin: 12% auto;
}

.other_button_anchor {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 550px;
	margin: 0 auto;
	border-radius: 45px;
	background-color: #3d62ac;
	position: relative;
	padding: 15px;
}

.other_button_anchor:link,
.other_button_anchor:visited {
	color: #ffffff;
	text-decoration: none;
}

.other_button_anchor::after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 7px);
	right: 28px;
	transition: all 0.3s;
}
.other_button_anchor:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	h2.product_column_title {
		font-size: 24px;
	}

	.product_list_anchor,
	.other_button_anchor {
		font-size: 14px;
	}

	.other_button_anchor {
		padding: 10px;
	}

	.product_list_anchor::after,
	.other_button_anchor::after {
		width: 8px;
		height: 8px;
		top: calc(50% - 4px);
		right: 15px;
}
}