@charset "UTF-8";
/* おすすめコンタクトが大幅値下げ！
------------------------------------------------ */
#staffsrecommendation {
	width: 756px;
	width: auto;
	margin: 0 auto;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#staffsrecommendation div,
#staffsrecommendation p,
#staffsrecommendation span,
#staffsrecommendation h1,
#staffsrecommendation h2,
#staffsrecommendation h3,
#staffsrecommendation ul,
#staffsrecommendation li,
#staffsrecommendation a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
	text-decoration: none;
}
/*** product_area ***/
#staffsrecommendation {

}

#staffsrecommendation .header {
	display: block;
	width: 756px;
	width: auto;
	height: auto;
	margin: 0 auto 0;
}

/* クーポン */
#staffsrecommendation .coupon_sec {
	margin-top: 50px;
	text-align: center;
}

#staffsrecommendation .coupon_title {
	display: inline-block;
	margin-bottom: 25px;
	padding: 0 5px 4px;
	border-bottom: 2px solid #2450bf;
	color: #2450bf;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	text-align: center;
}

#staffsrecommendation .coupon_text {
	color: #050505;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.9;
	letter-spacing: 0.2em;
	text-align: center;
}

#staffsrecommendation .coupon_price {
	margin-top: 50px;
}

#staffsrecommendation .coupon {
	margin-top: 28px;
}

#staffsrecommendation .coupon_save_button {
	display: inline-block;
	width: 310px;
	margin: 30px auto 0;
	padding: 15px 0 18px;
	border: 2px solid #2450bf;
	border-radius: 10px;
	background-color: #ffffff;
	color: #2450bf;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.075em;
	text-align: center;
	transition: background-color 0.2s ease-in-out,
				color 0.2s ease-in-out;
}

#staffsrecommendation .coupon_save_button:hover {
	background-color: #2450bf;
	color: #ffffff;
}

#staffsrecommendation .anchor {
	width: 440px;
	margin: 90px auto 90px;
}

#staffsrecommendation .anchor_title {
	margin-bottom: 25px;
	color: #2c52b3;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.18em;
	text-align: center;
}

#staffsrecommendation .anchor_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#staffsrecommendation .anchor_list li {
	position: relative;
	width: 210px;
	margin-bottom: 20px;
	padding: 26px 0 34px;
	border: 2px solid #2c52b3;
	transition: all .3s;
}

#staffsrecommendation .anchor_list li:nth-child(n+3) {
	margin-bottom: 0;
}

#staffsrecommendation .anchor_list li:hover {
	opacity: .7;
}

#staffsrecommendation .anchor_list li:hover::after {
	-webkit-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
}

#staffsrecommendation .anchor_list li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -8px;
	border-bottom: 2px solid #2c52b3;
	border-right: 2px solid #2c52b3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .3s;
}

#staffsrecommendation .anchor_link {
	display: block;
}

#staffsrecommendation .anchor_name {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	min-height: 55px;
	letter-spacing: 1.3px;
}

#staffsrecommendation .anchor_img {
	display: block;
	text-align: center;
}

#staffsrecommendation .anchor_price {
	display: block;
}

#staffsrecommendation .product_area {
	background: #2c52b3;
	padding: 16px;
}

#staffsrecommendation .product {
	position: relative;
	width: 722px;
	margin: 0 auto;
	padding: 50px 0 0;
	margin-bottom: 16px;
	background: #fff;
}

#staffsrecommendation .product:last-child {
	margin-bottom: 0;
}

#staffsrecommendation .product_name {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}

#staffsrecommendation .product_name span {
	display: inline-block;
	border-bottom: solid 2px #000;
	padding: 0 0 11px;
	letter-spacing: 2px;
}

#staffsrecommendation .product_off {
	position: absolute;
	right: 36px;
	top: 24px;
}

#staffsrecommendation .product_inner {
	width: 650px;
	margin: 0 auto;
	padding: 0 0 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#staffsrecommendation .product_leftside {
	width: 290px;
	margin: 8px 0 0;
}
#staffsrecommendation .product_icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 5%;
}

#staffsrecommendation .product_icons li {
	width: 53px;
}

#staffsrecommendation .product_icons.center {
	justify-content: center;
}

#staffsrecommendation .product_icons.center li {
	margin-left: 6px;
}

#staffsrecommendation .product_icons.center li:first-child {
	margin-left: 0;
}

#staffsrecommendation .product_review{
text-align: center;
}

#staffsrecommendation .product_rightside {
	width: 320px;
	margin: 0;
}

#staffsrecommendation .product_text {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.8;
	letter-spacing: 1px;
}

#staffsrecommendation .product_text .line {
	font-weight: bold;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 78%, #FEFC0D 0%) repeat scroll 0 0;
}

#staffsrecommendation .product_price {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: baseline;
	width: 201px;
	margin: 0 0 16px 74px;
}

#staffsrecommendation .product_price::after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 108px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8.9px;
	border-color: transparent transparent transparent #1b1b1b;
}

#staffsrecommendation .product_ori_pri {
	font-size: 20px;
	font-weight: 500;
	color: #1b1b1b;
}

#staffsrecommendation .product_off_pri {
	font-size: 28px;
	font-weight: 500;
	color: #e00000;
}

#staffsrecommendation .product_off_pri span {
	color: #e00000;
}

#staffsrecommendation .product_price2{
	margin-bottom: 22px;
	font-weight: 500;
	color: #1b1b1b;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

#staffsrecommendation .product_price2 .price {
	margin-left: 18px;
}

#staffsrecommendation .product_price2 .price,
#staffsrecommendation .product_price2 .price > span {
	font-size: 28px;
	font-weight: 700;
	color: #e00000;
}

#staffsrecommendation .product_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}

#staffsrecommendation .product_btn li {
	width: 154px;
	margin-bottom: 12px;
}

#staffsrecommendation .product_btn li a {
	display: block;
	background: #e04141;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
	transition: all .3s;
}

#staffsrecommendation .product_btn li a span {
	color: #fff;
}

#staffsrecommendation .product_btn li a:hover {
	opacity: .7;
}

#staffsrecommendation .roboto {
	font-family: Roboto;
}
