@charset "utf-8";
/*2018/6 コンタクトレンズ添付文書一覧*/
.txt{
	max-width:755px;
}
#leaflet{
	color:#515151;
	font-family:"Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	max-width:755px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#leaflet a{
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*ヘッダー*/
#leaflet .header_box{
}
#leaflet .header_box img{
	display:block;
	width:100%;
	max-width:755px;
	margin:0 auto;
}
/*説明*/
#leaflet .explain_box{
	padding:10px;
}
#leaflet .explain_box .txt{
	font-size:14px;
	line-height:2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/*カテゴリーリンク*/
#leaflet .link_box{
	text-align:center;
	padding-left:1%;
	padding-right:1%;
	margin-top:10px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}
#leaflet .link_box .txt{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	width: 100%;
}
#leaflet .link_box a{
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	width:30%;
	padding:18px 5px;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#leaflet .link_box a::before{
	content:'';
	position:absolute;
	width:0px;
	border-style:solid;
	border-width:6px;
	border-left-color:transparent;
	border-top-color:transparent;
	border-right-color:transparent;
	-moz-transform:rotate(180deg);/* FireFox */
	-o-transform:rotate(180deg);/* Opera */
	-webkit-transform:rotate(180deg);/* webkit */
	-ms-transform:rotate(180deg);/* IE9 */
	transform:rotate(180deg);
	left:0;
	right:0;
	bottom:4px;
	margin:auto;
}
#leaflet .link_box a.btn_1day{
	color:#ffffff;
	background-color:#e4bf5e;
	border:1px solid #e4bf5e;
}
#leaflet .link_box a.btn_2week{
	color:#ffffff;
	background-color:#f3a7c2;
	border:1px solid #f3a7c2;
	margin: 0 3% 3%;
}

#leaflet .link_box a.btn_color{
	color:#ffffff;
	background-color:#a78cb7;
	border:1px solid #a78cb7;
}

#leaflet .link_box a.btn_toric{
	color:#ffffff;
	background-color:#4593d1;
	border:1px solid #4593d1;
	margin-right: 3%;
}
#leaflet .link_box a.btn_multifocal{
	color:#ffffff;
	background-color:#3ed311;
	border:1px solid #3ed311;
}
/*商品一覧共通*/
#leaflet .product_box{
	display:inline-block;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#leaflet .product_box .ttl_box{
	text-align:center;
	margin:50px auto 30px;
}
#leaflet .product_box .ttl_box .main_ttl{
	font-size:26px;
	font-weight:bold;
	letter-spacing:2px;
	margin:auto;
}
#leaflet .product_box .ttl_box .sub_ttl{
	color:#c5c5c5;
	display:block;
	font-size:12px;
	margin:auto;
}
#leaflet .product_box .product_lineup{
	display:inline-block;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#leaflet .product_box .product_lineup ul{
}
#leaflet .product_box .product_lineup ul li{
}
#leaflet .product_box .product_lineup ul li .product_link_box{
	background-color:#ffffff;
	padding:10px;
	margin-bottom:20px;
}
#leaflet .product_box .product_lineup ul li a.product_link{
	color:#515151;
}
#leaflet .product_box .product_lineup .product_link .img_logo{
	display:block;
	width:100%;
	max-width:100px;
	height:auto;
	margin-bottom:10px;
}
#leaflet .product_box .product_lineup .product_link .name{
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#leaflet .product_box .product_lineup .product_link .img_pkg{
	display:block;
	width:100%;
	max-width:220px;
	height:auto;
	margin:auto;
}
#leaflet .product_box .product_lineup .product_link .txt{
	font-size:14px;
	line-height:2;
	padding:0px 0px 10px;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#leaflet .product_box .product_lineup ul li a.dl_btn{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:15px 10px;
}
/*1DAY*/
#leaflet .product_1day .main_ttl{
	color:#e4bf5e;
}
#leaflet .product_box.product_1day .product_lineup ul li a.dl_btn{
	color:#ffffff;
	background-color:#e4bf5e;
	border:1px solid #e4bf5e;
}
/*2WEEK*/
#leaflet .product_2week .main_ttl{
	color:#f3a7c2;
}
#leaflet .product_box.product_2week .product_lineup ul li a.dl_btn{
	color:#ffffff;
	background-color:#f3a7c2;
	border:1px solid #f3a7c2;
}
/*color*/
#leaflet .product_color .main_ttl{
	color:#a78cb7;
}
#leaflet .product_box.product_color .product_lineup ul li a.dl_btn{
	color:#ffffff;
	background-color:#a78cb7;
	border:1px solid #a78cb7;
}
/*乱視用*/
#leaflet .product_toric .main_ttl{
	color:#4593d1;
}
#leaflet .product_box.product_toric .product_lineup ul li a.dl_btn{
	color:#ffffff;
	background-color:#4593d1;
	border:1px solid #4593d1;
}
/*遠近両用*/
#leaflet .product_multifocal .main_ttl{
	color:#3ed311;
}
#leaflet .product_box.product_multifocal .product_lineup ul li a.dl_btn{
	color:#ffffff;
	background-color:#3ed311;
	border:1px solid #3ed311;
}
/*メッセージ*/
#leaflet .message_box{
	padding:10px 10px 10px;
	margin-bottom:40px;
}
#leaflet .message_box .ttl_box .main_ttl{
}
#leaflet .message_box .txt{
	font-size:14px;
}
#leaflet .message_box .txt a{
	color:#515151;
}
#leaflet .message_box ul{
	margin-top:10px;
	margin-left:30px;
}
#leaflet .message_box ul li{
	list-style-type:disc;
}
