@charset "utf-8";
/*
 common
============================================*/
html{overflow:auto;}
body{
  position:relative;
  min-width:1024px;
  overflow-x:hidden;
  color: #333;
}
.width960{
  width: 960px;
  margin: 0 auto;
}
.ru-pc-d-none{
  display: none;
}

a:hover{
  text-decoration: none;
}
.all_contents{
  width: 100%;
  font-size: 14px;
  color: #333;
}
.toTop_btn [data-module-name=ecm-scroll-to-top]{
  width: 60px;
  height: 60px;
  background-color: #05488f;
  color: #fff;
}
.toTop_btn [data-module-name=ecm-scroll-to-top] .toTop_btn_icon{
  font-size: 30px;
  color: #fff!important;
}


/*
 floating_bnr
----------------------------------------------------- */
.floatingBanner .bannerWrap {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.floatingBanner .banner_list {
  display: flex;
  justify-content: space-between;
	width: 100%;
	height: auto;
  padding: 16px 140px;
  background-color: rgba(5,72,143,.3);
  box-sizing: border-box;
}
.floatingBanner .banner_list._col02 .bnrImg_wrap {
	width: calc((100% - 24px)/2 - 0.001px);
}
.floatingBanner .banner_list._col01 .bnrImg_wrap {
	width: 100%;
}
.floatingBanner .banner_list .bnrImg_wrap a{
  display: block;
}
.floatingBanner .banner_list .bnrImg_wrap a:hover{
  opacity: .8;
}
.floatingBanner .banner_list .bnrImg_wrap img {
	width: 100%;
  height: auto;
}
.floatingBanner .closeButton {
	cursor: pointer;
	position: absolute;
	width: 45px;
	height: 45px;
	top: -10px;
	right: 120px;
	background-image: url("https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_cmn/img/20231204/floatingclose_btn.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.floatingBanner .closeButton:hover {
	opacity: .8;
}
.floatingRight {
	width: 122px;
	height: auto;
}
.floatingRight a:hover{
	opacity: .8;
}

#floating_bnr2,
#floating_bnr3{
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 960px;
}

/*
 mainNavi
============================================*/
@media only screen and (max-width: 1500px) {
  .mainNavi_wrap {
    display: none;
  }
}
.mainNavi_anchor{
  color: #05488f;
  font-size: 14px;
  line-height: 20px;
  width: 260px;
  padding: 10px 10px 10px 16px;
  border-radius: 8px 0 0 8px;
  border: 1px solid #fff;
  border-right: none;
  background-color: #d0ecf9;
  box-sizing: border-box;
}
.mainNavi_anchor:visited{
  color: #05488f;
}
.mainNavi_anchor[data-in-viewport=true],
.mainNavi_anchor:hover{
  background-color: #05488f!important;
  color: #fff!important;
  /*border-color: #fff;*/
}

/*
contents
==========================================*/
.conts01{
  padding: 64px 0 88px;
  background: #acdaef;
}
.conTtl{
  text-align: center;
  font-size:38px;
  color:#05488f;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.326;
}
.conTtl:after{
  display: block;
  content:"";
  width:100%;
  padding-top: 9px;
  margin-top: 4px;
}
.conTtl._white:after{
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/conttl_white.png) no-repeat left top;
  width: 960px;
}
.conTtl._blue:after{
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/conttl_blue.png) no-repeat left top;
  width: 960px;
}
.conTtl._pink:after{
  background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20230911/conttl_pink.png) no-repeat left top;
  width: 960px;
}
.con01_subttl{
  text-align: center;
  font-size:36px;
  line-height: 1.333;
  letter-spacing: .05em;
  color:#05488f;
  font-weight: bold;
  margin-bottom: 24px;
}
.con01_subttl:before{
  display: block;
  content:"";
  width:85px;
  padding-top: 44px;
  margin: 0 auto 8px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con01_deco.png) no-repeat top center;
  -moz-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.con01_img{
  letter-spacing: -.5em;
  margin-bottom: 88px;
}
.con01_img li{
  display: inline-block;
  vertical-align: top;
  letter-spacing:normal;
  position: relative;
  color:#333333;
  line-height: 1.25;
}
.con01_img li ._main{
  font-size:22px;
  font-weight: bold;
  position: absolute;
  width:100%;
  text-align: center;
}
.con01_img li ._sub{
  font-size:20px;
  position: absolute;
  width:100%;
  text-align: center;
}
.con01_img li.img01{
  width:304px;
}
.con01_img li.img01 ._main{
  top:220px;
  left:0;
}
.con01_img li.img01 ._sub{
  top:288px;
  left:0;
}
.con01_img li.img02{
  width:304px;
  margin-left:24px;
}
.con01_img li.img02 ._main{
  top:220px;
  left:0;
}
.con01_img li.img02 ._sub{
  top:265px;
  left:0;
}
.con01_img li.img03{
  width:304px;
  margin-left:24px;
}
.con01_img li.img03 ._main{
  top:220px;
  left:0;
}
.con01_img li.img03 ._sub{
  top:288px;
  left:0;
}
.con01_merit{
  letter-spacing: -.5em;
}
.con01_merit li{
  display: inline-block;
  vertical-align: top;
  letter-spacing:normal;
  position: relative;
  color:#333333;
  line-height: 1.181;
}
.con01_merit li ._main{
  font-size:22px;
  font-weight: bold;
  position: absolute;
  width:100%;
  text-align: center;
}
.con01_merit li.img01{
  width:304px;
}
.con01_merit li.img01 ._main{
  top:168px;
  left:0;
}
.con01_merit li.img02{
  width:304px;
  margin-left:24px;
}
.con01_merit li.img02 ._main{
  top:168px;
  left:0;
}
.con01_merit li.img03{
  width:304px;
  margin-left:24px;
}
.con01_merit li.img03 ._main{
  top:168px;
  left:0;
}
.conts02{
  padding: 80px 16px 68px;
  background: #f2e2b7;
}
.conts02 .ranking_ttl{
  text-align: center;
  font-size:36px;
  font-weight: bold;
  color:#05488f;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-bottom: 20px;
}
.conts02 .ranking_ttl span{
  font-size:28px;
  color:#0096dc;
}
.conts02 .con_rankingWrap{
  width: 680px;
  margin: 0 auto 10px;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:3px solid #f1f1f1;
}
.conts02 .con_rankingWrap li:nth-child(odd){
  background-color: #f1f1f1;
}
.conts02 .con_rankingWrap li:nth-child(even){
  background-color: #ffffff;
}
.conts02 .con_rankingWrap li dl,
.conts02 .con_rankingWrap li dt,
.conts02 .con_rankingWrap li dd{
  padding: 0;
  margin: 0;
}
.conts02 .con_rankingWrap li dl{
  letter-spacing: -.5em;
  padding: 18px 20px;
}
.conts02 .con_rankingWrap li:first-child dl{padding-top: 16px;}
.conts02 .con_rankingWrap li:last-child dl{padding-bottom: 16px;}
.conts02 .con_rankingWrap li dl dt{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width:38px;
  margin-right:22px;
}
.conts02 .con_rankingWrap li dl dt img{
  vertical-align: middle;
}
.conts02 .con_rankingWrap li dl dd{
  display: inline-block;
  vertical-align: middle;
  color:#333333;
  font-size:26px;
  letter-spacing: .04em;
}
.conts02 .con_rankingWrap li dl dd span{
  font-weight: bold;
}
.conts02 .con_rankAlt{
  color:#333333;
  text-align: center;
  font-size:14px;
}
.con_rankCaution{
  padding: 20px 0 0;
  background-color: #f2e2b7;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.conts03:after{
  display: block;
  content:"";
  width:100%;
  padding: 42px 0 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con03_btm.png) repeat-x center top;
  margin-top: 14px;
}
.con_rankCaution:after{
  display: block;
  content:"";
  width:100%;
  padding: 42px 0 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con03_btm.png) repeat-x center top;
  margin-top: 20px;
}
.conts04{
  background:#d3eefb;
  padding: 64px 0 0;
}
.conts04:after{
  display: block;
  content:"";
  width:100%;
  padding: 42px 0 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con04_btm.png) repeat-x center top;
  margin-top: 72px;
}
.experience_step{
  letter-spacing: -.5em;
  margin: 0 0 20px 0;
}
.experience_step li{
  display: inline-block;
  vertical-align: top;
  letter-spacing:normal;
  position: relative;
  color:#333333;
  line-height: 1.25;
  width:222px;
  margin: 0 0 0 24px;
}
.experience_step li:nth-child(4n+1){
  margin: 0;
}
.experience_step li ._main{
  font-weight: bold;
  color:#05488f;
  position: absolute;
  text-align: center;
  font-size: 19px;
  width: 202px;
}
.experience_step li.img01 ._main{
  top:82px;
  left:11px;
}
.experience_step li.img02 ._main{
  top:82px;
  left:11px;
}
.experience_step li.img03 ._main{
  top:82px;
  left:11px;
}
.experience_step li.img04 ._main{
  top:82px;
  left:11px;
}
.beginner_step{
  letter-spacing: -.5em;
  margin: 0 0 20px 0;
}
.beginner_step li{
  display: inline-block;
  vertical-align: top;
  letter-spacing:normal;
  position: relative;
  color:#333333;
  line-height: 1.25;
  width:184px;
  margin: 0 0 0 10px;
}
.beginner_step li:nth-child(5n+1){
  margin: 0;
}
.beginner_step li ._main{
  font-weight: bold;
  color:#05488f;
  position: absolute;
  width:100%;
  font-size: 19px;
  text-align: center;
}
.beginner_step li.img01 ._main{
  top:82px;
  left:0;
}
.beginner_step li.img02 ._main{
  top:82px;
  left:0;
}
.beginner_step li.img03 ._main{
  top:82px;
  left:0;
}
.beginner_step li.img04 ._main{
  top:82px;
  left:0;
}
.beginner_step li.img05 ._main{
  top:82px;
  left:0;
}
.con04_btn{
  width:340px;
  height: 64px;
  margin: 0 auto 54px;
  background-color: #fff;
  border-radius:8px;
}
.con04_btn a{display: block;}
.con04_btn a:hover{opacity:.8;}
.con04_btn a span{
  display: block;
  background: #05488f;
  text-align: center;
  color:#ffffff;
  font-size: 22px;
  line-height:64px;
  border-radius:8px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.con04_btn a span:hover{opacity:.9;}

/*.con04_btn a span:after{
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/

.con04_alt{
  width:796px;
  margin: 0 auto 56px;
  box-sizing: border-box;
  padding: 20px 24px;
  background: #ffffff;
  border-radius: 7px;
  color:#05488f;
  font-size:16px;
  line-height: 1.75;
}
.con04_link{}

.con04_link a span{
  display: block;
  width:340px;
  margin: 0 auto;
  padding-right: 24px;
  border:2px solid #0096dc;
  background: #ffffff;
  box-sizing: border-box;
  font-size: 22px;
  text-align: center;
  color:#0096dc;
  line-height: 64px;
  border-radius: 8px;
  position: relative;
}
.con04_link a span:hover{opacity:.8;}
.con04_link a span:after{
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #0096dc;
  border-bottom: 2px solid #0096dc;
  position: absolute;
  right: 31px;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.conts05{
  padding: 72px 0 84px;
  background: #9ce0d7;
}
.conts05 ._about{
  letter-spacing: -.5em;
  line-height: 1.5;
}
.conts05 ._about > *{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.conts05 ._about ._txt span{
  font-weight: bold;
}
.conts05 ._about ._img01{
  width: 98px;
}
.conts05 ._about ._img02{
  width: 86px;
}
.conts05 ._about ._txt{
  margin: 0 16px;
  color:#05488f;
  font-size: 20px;
  width: 744px;
}
.conts07after{
  display: block;
  content: "";
  width: 100%;
  padding: 42px 0 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20230911/con07_bottom.png) repeat-x center top;
}
/*
.conts08:before{
  display: block;
  content:"";
  width:100%;
  padding: 42px 0 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con05_bottom.png) repeat-x center top;
}
*/
.conts08:after{
  display: block;
  content:"";
  width:100%;
  padding: 42px 0 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con06_bottom.png) repeat-x center bottom;
  margin-top: 44px;
}

/* conts09 */
.conts09after:after{
  display: block;
  content:"";
  width:100%;
  box-sizing: border-box;
  padding: 42px 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20230911/con09_bottom.png) no-repeat left top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.conts09{
  padding: 62px 0 100px;
  background-color: #fad7fc;
}
.conts09 .conTtl {
  color: #4a417f;
}
.conts09 .con09_subttl{
  text-align: center;
  font-size:32px;
  font-weight: bold;
  color:#4a417f;
  line-height: 1.3;
  margin-bottom: 28px;
}
.conts09 .con09_subttl:after{
  display: block;
  content:"";
  width:0;
  height: 0;
  border-top:10px solid #4a417f;
  border-right:10px solid transparent;
  border-left:10px solid transparent;
  margin:8px auto;
}
.conts09 .color_list{
  width: 720px;
  margin: 0 auto 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.conts09 .color_list a:hover{
  opacity: .8;
}
.conts09 .color_list li{
  width: calc((100% - 130px)/6)!important;
  margin-right: 26px!important;
  margin-bottom: 23px;
}
.conts09 .color_list li:nth-of-type(6n){
  margin-right: 0!important;
}
.conts09 .color_list li a img{
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.2);
  border-radius: 50%;
}
.conts09 .color_name{
  padding-top: 3px;
  font-size: 16px;
  color: #666;
  display: block;
  text-align: center;
}
.contents[layout=ranking] {
  padding-top: 63px;
}
.col_period{
  width: 543px;
  margin: 0 auto 83px;
}
.col_period a{
  display: block;
}
.col_period a:hover{
  opacity: .8;
}
/* layout01 */
.layout01 .category_wrap{
  text-align: center;
  padding: 0;
}
.layout01 .category_item{
  border-radius: 4px;
  overflow: hidden;
}
.layout01 .category_item a:hover{
  opacity: .8;
}
.layout01 .category_ttl{
  margin: 32px 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: #6b552a;
  text-align: center;
}
.layout01 .category_wrap > ul > li > a{
  display: block;
  color: #333;
}
.layout01 .category_img{
  display: flex;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
  margin: 0 auto;
}
.layout01 .category_txt{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  background-color: #d350db;
  color: #fff;
  height: 60px;
}
.con06_itemList{
  margin-bottom: 76px;
}
.con06_itemList ul{
  letter-spacing: -.5em;
  margin-top: -32px;
}
.con06_itemList ul li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width:228px;
  margin-top: 32px;
  margin-left: 16px;
}
.con06_itemList ul li:first-child,
.con06_itemList ul li:nth-child(4n+1){margin-left: 0;}
.con06_itemList ul li ._name{
  text-align:left;
  color:#333333;
  font-size:18px;
  line-height: 1.332;
  font-weight: bold;
  margin-bottom: 6px;
}
.con06_itemList ul li ._img{
  margin-bottom: 8px;
}
.con06_itemList ul li ._img img{
  width:100%;
}
.con06_itemList ul li .price_default{
  text-align: right;
  color:#333333;
  font-size:14px;
}
.con06_itemList ul li .price_default span{
  font-size:24px;
}
.con06_itemList ul li .price_default:after{
  display: block;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #acdaef transparent transparent transparent;
  margin-right:43px ;
  margin-left: auto;
}
.con06_itemList ul li .price_coupon{
  text-align: right;
  color:#bf0000;
  font-size:15px;
  letter-spacing: -.06em;
}
.con06_itemList ul li .price_coupon span{
  font-size:28px;
  font-weight: bold;
}
.con06_itemList ul li .price_perone{
  text-align: right;
  color:#333333;
  font-size:18px;
  margin-bottom: 12px;
}
.con06_itemList ul li .price_perone span{
  margin-left: 16px;
  font-weight: bold;
}
.con06_itemList ul li ._icon{
  text-align: right;
  font-size:14px;
}
.con06_itemList ul li ._icon span{
  display: inline-block;
  vertical-align: top;
  border-radius: 7px;
  line-height: 24px;
  color:#ffffff;
  text-align: center;
  width:100%;
  box-sizing: border-box;
}
.con06_itemList ul li ._icon span + span{
  margin-left: 0.2em;
}
.con06_itemList ul li ._icon span._red{
  background: #bf0000;
}
.con06_itemList ul li ._icon span._blue{
  background: #05488f;
}
.conts07{
  padding: 68px 0 16px;
  background: #acdaef;
}
.conts07 .con07_subttl,
.ranking_subttl{
  text-align: center;
  font-size:32px;
  font-weight: bold;
  color:#05488f;
  line-height: 1.3;
  margin-bottom: 32px;
  letter-spacing: .05em;
}
.conts07 .con07_subttl:after,
.ranking_subttl:after{
  display: block;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #0095ff transparent transparent transparent;
  margin:4px auto 0;
}
.conts07 .con07_subttl._border:after{
  border-top:none!important;
  border-right:none!important;
  border-left:none!important;
  width: 200px;
  height: 6px;
  margin-top:4px;
  background-color: #0598dd;
}
.conts07 ul._series > div{
  margin: -1px !important;
  width:1px !important;
}
.conts07 ul._series li{
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.conts07 ul._series li > a{display: block;}
.conts07 ul._series li > a:hover{opacity:.8;}
.conts07 ul._series li p{
  width: 100%;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #0096dc;
  text-align: center;
  font-size:18px;
  color:#ffffff;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
}
.conts07 ul._series li p > span{display: block;}
.conts07 ul._maker > *{background-color: #fff;}
.conts07 ul._maker a{display: block;}
.conts07 ul._maker a:hover{opacity:.8;}

.conts08{}

.conts05after{
  display: block;
  content: "";
  width: 100%;
  padding: 42px 0 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con05_bottom.png) repeat-x center top;
}

.searchBox_wrap{
  width: 796px;
  margin: 0 auto 48px;
}
.search01 .search_box{
  border-radius: 0;
  border: 2px solid #05488f;
  height: 60px;
  /* 角丸用↓ */
  border-radius: 30px;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .20);
}
.search01 .search_box_submit{
  width: 70px;
  padding: 0;
  background-color: #05488f;
  /* 角丸用↓ */
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px; 
}
.search01 .search_input{
  padding-left: 20px;
  font-size: 16px;
}
.search01 .search_input::placeholder{
  color: #b7b3af;
}
.search01 .search_box_ic{
  font-size: 32px;
  color: #fff;
}
.con08_keywordlist ul{
  margin-bottom: 36px;
  text-align: center;
}
.con08_keywordlist ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #0096dc;
  color:#fff!important;
  border-radius: 25px;
  font-size: 20px;
  line-height: 1.1;
}
.con08_keywordlist ul li a:hover{opacity:.8;}
.con08_keywordlist ul li a > span{display: block;}

.con08_btn{
  text-align: right;
}

/*
.con08_btn a span{
  display: block;
  width:340px;
  height: 64px;
  margin: 0 auto;
  background: #05488f;
  text-align: center;
  color:#ffffff;
  line-height: 64px;
  border-radius: 8px;
  font-size: 22px;
  padding-right: 18px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
.con08_btn a{
  font-size: 16px;
  color:#05488f!important;
}
.con08_btn a span:hover{text-decoration: underline !important;}
/*
.con08_btn a span:after{
  display: inline-block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
*/

.conts01before{
  display: block;
  content:"";
  width:100%;
  padding: 42px 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con06_bottom.png) repeat-x center top;
}

/*
 rule
============================================= */
#rule{
  padding: 48px 0 40px;
  background-color: #f7f7f7;
}
#rule02{
  padding:50px 0 20px;
}

/*
 cntsRanking_section
============================================ */
.cntsRanking_section{
  padding-bottom: 70px;
}
.ranking_subttl{
  margin-bottom: 0;
}

/*
new_area
============================================ */
.new_area .new_page_none{
  display:none;
}
.new_area .con_rankCaution:after{
  content:none;
}

/*
 coupon
----------------------------------------*/
.couponConts{
  padding: 51px 0 0;
  margin: 0 auto 60px;
}
.couponConts .couponTtl{
  width: 740px;
  margin: 0 auto 29px;
  text-align: center;
}
.couponConts .couponTtl02{
  width: 523px;
  margin: 0 auto 21px;
  text-align: center;
}
.couponConts .couponTtl03{
  width: 624px;
  margin: 0 auto 40px;
  text-align: center;
}
.entry_area{
  margin-bottom: 36px;
}
.couponConts .coupon_txt{
  font-size:16px;
  text-align: center;
  line-height: 1.875;
}
.couponConts .coupon_txt ._period{
  color:#05488f;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 18px;
}
.couponConts .coupon_txt ._period span{
  font-weight: bold;
}
.couponConts .coupon_txt ._alt{
  color:#0096dc;
  font-size: 12px;
}
.couponConts .coupon_link ul{
  letter-spacing: -.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  margin: 23px auto 0;
}
.couponConts .coupon_link ul li{
  display: flex;
  justify-content: center;
  vertical-align: top;
  letter-spacing: normal;
  width:48.6%;
  font-size:14px;
  margin-left: -19px;
}
.couponArea .coupon_link ul li:first-of-type{
  border-right: 1px solid #333;
  box-sizing: border-box;
}
.couponConts .coupon_link ul li a{
  display: block;
  color:#333;
  line-height: 1;
  text-align: center;
  padding-right: 1em;
  position: relative;
  box-sizing: border-box;
}
.couponConts .coupon_link ul li a span:after{
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  right: -0.8125vw;
  top: 50%;
  margin-top: -0.5em;
  transform: rotate(45deg);
}
.couponConts .coupon_link ul li:hover{opacity:.8;}

.couponNote_Info{
  width: 580px;
  margin: 0 auto;
  justify-content: center;
  text-align: left;
  font-size: 12px;
}
.couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.couponNote_Info li a:hover{
  text-decoration: underline;
}
.couponArea ul{
  margin-bottom: 48px;
  margin-top: 24px;
  justify-content: center;
}

/*
 entry_con
============================================ */
.entry_con::before{
display: block;
content: "";
width:100%;
height: 42px;
background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20221209/entry_bg_top.png) repeat-x bottom center;
background-size: auto 100%;
}
.entry_con::after{
display: block;
content: "";
width:100%;
height: 42px;
background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20221209/entry_bg_bottom.png) repeat-x top center;
background-size: auto 100%;

background-color: #fff4d8;
}
.rcEntryButton-button:hover{
  opacity: .8;
}
.entry_con ._inner{
background-color: #ffe5e5;
padding: 60px 0 100px;
}

.entry_con ._inner .entry_ttl{
  text-align: center;
  margin-bottom: 52px;
}
.entry_con .entry_txt{
  width:760px;
  margin:36px auto 61px;
  padding:16px 0;
  font-size:16px;
  text-align: center;
  line-height: 1.875;
  background-color: #f7f7f7;
}
.entry_con .entry_txt ._period{
  color:#333333;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.entry_con .entry_txt ._alt{
  font-size: 12px;
  line-height: 1.6;
}
.entry_subttl .bold{
  font-size: 42px;
  color: #e41919;
}
.entry_link{
  padding-top: 10px;
}
.entry_link ul li:first-of-type{
  border-right: 1px solid #333;
  box-sizing: border-box;
  padding-right: 2.8%;
}
.entry_link ul li a{
  color: #333;
}
.entry_link ul li a span{
  position: relative;
}
.entry_link ul li a span::after{
  display: block;
  content:"";
  width:0.4em;
  height:0.4em;
  border-right:1px solid #333;
  border-bottom:1px solid #333;
  position: absolute;
  right:-3.8125vw;
  top:50%;
  margin-top:-0.4em;
  transform: rotate(45deg);
}
.entry_con .entry_link ul li:hover{opacity:.8;}

.entry_con .entry_link ul li:nth-child(1) a span:after {
  transform: rotate(-45deg);
  margin-top: -3px;
}
.entry_con .entry_link ul{
  letter-spacing: -.5em;
}
.entry_con .entry_link ul li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width:48.6%;
  font-size: 14px;
  line-height: 1;
  margin-left: -21px;
}
.entry_link{
  padding-top: 23px;
  width: 426px;
  margin: 0 auto;
}
.entry_link ul li:first-of-type{
  border-right: 1px solid #333;
  box-sizing: border-box;
  padding-right: 2.8%;
}
.entry_link ul li a{
  color: #333;
}
.entry_link ul li a span{
  position: relative;
}
.entry_link ul li a span::after{
  display: block;
  content:"";
  width: 0.5em;
  height: 0.5em;
  border-right:1px solid #333;
  border-bottom:1px solid #333;
  position: absolute;
  right: -20px;
  top:50%;
  margin-top:-0.4em;
  transform: rotate(45deg);
}
.entry_con .entry_subttl{
  text-align: center;
  font-size:32px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.entry_con .p5item_btn{
  margin-top:24px;
  text-align: center;
}
.entry_con .p5item_btn a{
  width:400px;
  border-color: #e41919;
  background-color: #e41919;
  color:#ffffff;
  font-size:22px;
  border-radius: 8px;
  padding:20px 0;
}
.entry_con .p5item_btn a:hover{
  opacity: .8;
}

/*
 conts_choice
============================================ */
.conts_choice{
  margin-bottom: 60px;
}
.conts_choice ._inner{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff4d8;
}
.conts_choice::after{
  display: block;
  content: "";
  width:100%;
  height: 42px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20250131/choice_bg_bottom.png) no-repeat top center;
  background-size: auto 100%;
}
.conts_choice .conTtl{
  font-size:38px;
}
.conversation{
  width: 960px;
  position: relative;
  margin:0 auto 64px;
}
.conversation .talk{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  width: 600px;
  padding: 0 0.4em;
  height: 55px;
  top:0;
  font-size:18px;
}
.conversation .talk._01 {
  top:0px;
  left: 192px;
}
.conversation .talk._01  span{
  font-weight: bold;
  color:#044688;
}
.conversation .talk._02 {
  top:70px;
  right:167px;
}
.conversation .talk._02  span{
  font-weight: bold;
  color:#e41919;
}

.conversation .talk._03 {
  top:140px;
    left: 192px;
}
.choice_subttl{
  display: flex;
  align-items: end;
  justify-content: center;
  font-size:32px;
  color:#05488f;
  text-align: center;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: 40px;
}
.choice_subttl span{
  padding:0 16px;
}
.choice_subttl:before{
  display: block;
  content: "";
  width: 39px;
  height: 50px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20250131/choice_subttl_before.png) no-repeat center center;
  background-size: 100% auto;
}
.choice_subttl:after{
  display: block;
  content: "";
  width: 39px;
  height: 50px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20250131/choice_subttl_after.png) no-repeat center center;
  background-size: 100% auto;
}
.check_box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px 48px;
  margin-bottom: 72px;
}
.check_box li{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: calc((100% - 2 * 48px)/ 3);
  padding-left:32px ;
  background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20250131/checkbox_icon.png) no-repeat left center;
  background-size: 28px auto;
  color:#333333;
  font-size: 18px;
}
.choice_lead{
  text-align: center;
  font-size: 18px;
  color:#333333;
  margin-bottom: 24px;
}
.choice_function{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
    margin-bottom: 72px;
}
.white_box{
  width: 288px;
  background-color: #ffffff;
  padding:16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}
.white_box + .white_box{
  margin-left: 16px;
}
.white_box ._name{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color:#05488f;
  font-weight: bold;
  font-size: 20px;
}
.white_box ._name ._icon{
  display: flex;
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
}
.white_box ._text{
  width: 100%;
  color:#05488f;
  font-size: 16px;
  text-align: center;
}

/*
 shoplist
========================================== */
.shoplist{padding-top: 52px;}
.shoplistTtl{
  margin-bottom:12px;
  font-size:36px;
  font-weight:bold;
  text-align:center;
}
.shoplistWrap{
  letter-spacing:-.5em;
  display:-webkit-flex;
  display:flex;
  align-items:flex-start;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}
.shoplistWrap li{
  width:33.3%;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-bottom:solid 1px #cbcbcb;
  border-right:solid 1px #cbcbcb;
  letter-spacing:normal;
}
.shoplistWrap li:first-child,
.shoplistWrap li:nth-child(2),
.shoplistWrap li:nth-child(3){border-top:solid 1px #cbcbcb;}
.shoplistWrap li:nth-child(3n+1){border-left:solid 1px #cbcbcb;}

.shoplistWrap li a{
  display:-webkit-flex;
  display:flex;
  width:100%;
  height:38px;
  padding:0 12px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  justify-content:flex-start;
  align-items:center;
  font-size:16px;
  line-height:1.3;
  color:#000000!important;
}
.shoplistWrap li a:hover{
  text-decoration: underline;
}
.conts07after{
  display: block;
  content: "";
  width: 100%;
  padding: 42px 0 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactlens/coupon/_pc/img/20230911/con07_bottom.png) repeat-x center top;
}
.contents[layout=ranking] {
  padding-top: 63px;
}
.conts01before{
  display: block;
  content:"";
  width:100%;
  padding: 42px 0 0;
  height: 0px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/con06_bottom.png) repeat-x center top;
}

.cntsOther ul li a:hover{
  opacity: .8;
}
.shoplist_subttl{
  text-align: center;
  font-size:30px;
  font-weight: bold;
  color:#05488f;
  line-height: 1.3;
  margin-bottom: 32px;
  letter-spacing: .05em;
}