@charset "utf-8";
/* CSS Document */
html{overflow:auto;}
body{
	position:relative;
	min-width:960px;
	overflow:hidden;
}


/* 新floating
----------------------------------------*/
.rn-floatingRightNavi__menu {
  bottom: 270px;
  width: 260px;
}
.rn-floatingRightNavi a.rn-floatingRightNavi__menuLink {
  padding-left: 14px;
  color: #05488f!important;
  font-size: 16px;
  background-color: #d0ecf9;
  border: solid 1px #fff;
  border-radius: 8px 0 0 8px;
}
.rn-floatingRightNavi__menuItem.-active a.rn-floatingRightNavi__menuLink {
  background-color: #05488f;
  font-weight: bold;
  color: #fff!important;
}
.rn-floatingRightNavi__menuItem:not(:first-child) {
  margin-top: 8px;
}
.rn-floatingRightNavi__menuItem a:hover{opacity:.8;}

/* floating
----------------------------------------*/
/* #floatingNotification02._custom{
  position:fixed;
  bottom: 270px;
  right:0;
  z-index:8888;
  width:260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#floatingNotification02._custom .list{
  border-right: 0 none;
  overflow: hidden;
}
#floatingNotification02._custom li{
  position: relative;
}
#floatingNotification02._custom li + li {
  margin-top: 8px;
}
#floatingNotification02._custom li .floatAncBtn{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  height:40px;
  padding-left: 14px;
  display:block;
  position:relative;
  line-height:1.1;
  text-decoration:none!important;
  color:#05488f!important;
  letter-spacing:-.5em;
  font-size: 16px;
  background-color: #d0ecf9;
  border:solid 1px #fff;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
#floatingNotification02._custom .floatAncBtn:before{
  content:'';
  vertical-align:middle;
  display:inline-block;
  width:100%;
  height:40px;
  margin-right:-100%;
}
#floatingNotification02._custom .floatAncBtn .buttonInner{
  width:100%;
  letter-spacing:normal;
  vertical-align:middle;
  display:inline-block;
}
#floatingNotification02._custom .floatAncBtn:hover,
#floatingNotification02._custom .floatAncBtn.is-active {
  background-color: #05488f;
  font-weight: bold;
  color: #fff!important;
}
#floatingNotification02._custom .floatingBtn a:hover{opacity:.8;} */
/*
 floating_bnr
----------------------------------------------------- */
.floatingBanner {
	display: none;
	position: fixed;
	width: 960px;
	height: auto;
	bottom: 0;
	left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 101;
}
.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 114px;
  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: 90px;
	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 {
	display: none;
	position: fixed;
	width: 122px;
	height: auto;
	bottom: 100px;
	left: auto;
  right: 16px;
  margin: 0 auto;
  z-index: 101;
}

/*
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: 88px 16px 34px;
  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{
  letter-spacing: -.5em;
  padding: 15px 20px;
}
.conts02 .con_rankingWrap li:first-child dl{padding-top: 12px;}
.conts02 .con_rankingWrap li:last-child dl{padding-bottom: 12px;}
.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;
  letter-spacing: normal;
  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;
  position: relative;
}
.experience_step li:nth-child(4n+1){
  margin: 0;
}
.experience_step li ._main{
  font-weight: bold;
  color:#05488f;
  position: absolute;
  width:100%;
  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;
  position: relative;
}
.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;
}

.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;
}


/*
.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 51px;
  background-color: #fad7fc;
}
.conts09 .conTtl {
  color: #4a417f;
}
.conts09 .con09_subttl{
  text-align: center;
  font-size:32px;
  text-align: center;
  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;
  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;
}
.conts09 .rl-column3._period{
  width: 543px;
  margin: 0 auto 83px;
}
.conts09 .rl-column3._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.rl-column2 > li{
  width: calc((100% - 18px)/2 - 0.01px)!important;
  margin-right: 9px!important;
}
.layout01 .category_wrap > ul.rl-column2 > li:nth-of-type(3n){
  margin-right: 0!important;
}
.layout01 .category_wrap > ul.rl-column2 > 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;
  text-align: center;
  font-weight: bold;
  color:#05488f;
  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 #con07-sub01 .rl-column3{
  justify-content: center;
}
.conts07 #con07-sub01 .rl-column3 > *{
  width: 162px!important;
  height: 162px;
  background-color: #fff;
  border-radius: 81px;
  margin-right: 30px!important;
}
.conts07 #con07-sub01 .rl-column3 > :nth-child(3n){margin-right: 0!important;}
.conts07 #con07-sub01 .rl-column3 > * > a{display: block;}
.conts07 #con07-sub01 .rl-column3 > * > a:hover{opacity:.8;}


.conts07 .rl-columnPC3._series{
  padding: 0;
}

.conts07 .rl-columnPC3._series > div{
  margin: -1px !important;
  width:1px !important;
}

.conts07 .rl-columnPC3._series li{
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.conts07 .rl-columnPC3._series li > a{display: block;}
.conts07 .rl-columnPC3._series li > a:hover{opacity:.8;}
.conts07 .rl-columnPC3._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 .rl-columnPC3._series li p > span{display: block;}
.conts07 .rl-column5._maker > *{background-color: #fff;}
.conts07 .rl-column5._maker a{display: block;}
.conts07 .rl-column5._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;
}
.conts08 .rc-searchForm._custom,
.rn-floatingNavi .rc-searchForm._custom{
  width: 796px;
  margin: 0 auto 48px;
}
.rn-floatingNavi .rc-searchForm._custom{
  margin-bottom: 0;
}

.rc-searchForm._custom {
    margin-bottom: 40px;
}
.rc-searchForm._custom .rc-searchForm__form {
    width: 760px;
    margin: 0 auto;
}
.rc-searchForm._custom .rc-searchForm__textInputContainer{
    height: 56px !important;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    background: #ffffff;
}
.rc-searchForm._custom .rc-searchForm__textInput {
    outline: none;
    flex: 1 1 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    margin: 0;
    padding: 0;
    border: none;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    text-indent: 16px;
    line-height: 56px;
    background: #ffffff;
}
.rc-searchForm._custom .rc-searchForm__inputContainer {
    display: flex;
    background: #05488f;
    font-size: 16px;
    border: 2px solid #05488f;
    border-radius: 28px;
    overflow: hidden;
}
.rc-searchForm._custom .rc-searchForm__button {
    outline: none;
    flex: 0 0 auto;
    width: 72px;
    font-size: 36px;
    padding: 0;
    background: #05488f;
    border: none;
    color: #fff;
}
.con08_keywordlist ul{
  letter-spacing: -.5em;
  margin-bottom: 36px;
  text-align: center;
}
.con08_keywordlist ul li{
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-bottom: 16px;
  margin-right: 10px;
}
.con08_keywordlist ul li:last-child{margin-right: 0;}


.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);
}
*/

/*
 tab -[common]-
----------------------------------------*/
.tabs {
  width: 100%;
}

/*タブのスタイル*/
.tab_item {
  width: 446px;
  height: 90px;
  margin: 0 0 0 24px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  line-height: 1.272;
  color:#05488f;
  float: left;
  opacity: .7;
  transition: all 0.2s ease;
  position: relative;
  border:2px solid #05488f;
  border-bottom:2px solid transparent;
  box-sizing: border-box;
  margin-bottom: -2px;
}
.tab_item span{
  font-weight: bold;
}

.tab_item::before {}
.tabs input:checked + .tab_item { opacity: 1.0;}
.tab_item:hover {
/*  opacity:0.75;*/
}

label.tab_item:nth-child(4){
  padding-left:40px;
  background: url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/beginner_icon.png) no-repeat 108px center ;
  margin-left: 24px;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display:none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display:block;
  /*height:0px;*/
  padding:2px 0px 0;
  margin-top: -2px;
  clear:both;
  overflow:hidden;
  /* border-top:2px solid #05488f; */
}


/*選択されているタブのコンテンツのみを表示*/
/*
#experience:checked ~ #experience_content,
#beginner:checked ~ #beginner_content{
display:block;
height:auto;
}
*/

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-bottom-color:#d3eefb;
}

.tab_content .itemName {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*
 coupon
----------------------------------------*/
.couponConts{
  padding: 51px 0 0;
  width: 856px;
  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{
  display:block;
  padding-left: 1em;
  text-indent: -1em;
}
.couponArea ul{
  margin-bottom: 48px;
  margin-top: 24px;
  justify-content: center;
}
.couponArea ul li{
  display:block;
}

.couponConts.new .couponArea .rl-column2{justify-content: center;}
.couponConts.new .couponArea .rl-column2 > li{margin-right:0!important;}

.moving{
  	animation: furu 3s infinite;
}

@keyframes furu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  2% {
    transform: translate(2px, 2px) rotateZ(2deg)
  }
  4% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }
  6% {
    transform: translate(2px, 0px) rotateZ(-2deg)
  }
  8% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  10% {
    transform: translate(2px, 2px) rotateZ(2deg)
  }
  12% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  14% {
    transform: translate(2px, 0px) rotateZ(-2deg)
  }
  16% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }
  18% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}

.couponArea .rc-noTransitionCoupon__container{
  height: 160px!important;
}
.couponArea .rc-noTransitionCoupon.couponType02__05488f .rc-noTransitionCoupon__container::before {
    background-image: radial-gradient(circle at center left, transparent 0px, transparent 17px, #05488f 18px), radial-gradient(circle at center right, transparent 0px, transparent 17px, #05488f 18px);
}
.couponArea .rc-noTransitionCoupon.couponType02__05488f .rc-noTransitionCoupon__link {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-image: radial-gradient(circle at center left, transparent 0px, transparent 18px, #f4fdff 19px), radial-gradient(circle at center right, transparent 0px, transparent 18px, #f4fdff 19px);
    background-size: 55% 100%, 55% 100%;
    background-repeat: no-repeat;
    background-position: 0px 50%, 100% 50%;
}
.couponArea .rc-noTransitionCoupon.couponType02__05488f .rc-noTransitionCoupon__link::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:inherit!important;
    background-size: 55% 100%, 55% 100%;
    background-repeat: no-repeat;
    background-position: -1px 50%,calc(100% + 1px) 50%;
    border-radius: 4px;
    opacity: 0.08;
}
.couponArea .rc-noTransitionCoupon__discount {
    position: relative;
    z-index: 20;
    margin-bottom: 4px;
    line-height: 1;
    color: #05488f;
    font-size: 27px;
    font-weight: 700;
}
/*
.couponConts.new .couponArea .rc-noTransitionCoupon__discount{
    font-size: 34px;
}
*/
.couponArea .rc-noTransitionCoupon__discount > em{
    font-size: 63px;
}
/*
.couponConts.new .couponArea .rc-noTransitionCoupon__discount > em{
    font-size: 80px;
    letter-spacing: -0.1em;
}
*/
.couponArea .rc-noTransitionCoupon__title {
    position: relative;
    z-index: 20;
    min-height: 16px;
    line-height: 1.3;
    color: #333;
    font-size: 16px;
}
.couponArea .rc-noTransitionCoupon__text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    font-weight: normal!important;
    border-top: 1px solid #ebebeb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #05488f;
    height: 54px;
    font-size: 16px;
}
.couponArea .rc-noTransitionCoupon__text .rex-icon {
    margin-right: 4px;
    color: #fff;
}
.couponArea .rc-noTransitionCoupon__annotation{
    margin-top: 4px;
    margin-bottom:0;
    font-size: 16px;
}
.couponArea .rc-noTransitionCoupon__cover:before{
    background-image: radial-gradient(circle at center left,transparent 0,transparent 17px,#000 18px),radial-gradient(circle at center right,transparent 0,transparent 17px,#000 18px)!important;
}


/*
 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;
}

/*
 rule
============================================= */
#rule{
  padding: 48px 0 40px;
  background-color: #f7f7f7;
}
#rule02{
  padding:50px 0 20px;
}

/*
 rb-floatingBottomBanner
============================================= */
.rb-floatingBottomBanner.-floating .rb-floatingBottomBanner__container{
    height: 100px;
    padding: 0 !important;
    border-radius: 0 !important;
    background: none!important;
}
.rb-floatingBottomBanner.-floating .rb-floatingBottomBanner__container:before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 500%;
    margin: 0 -500%;
    background-color: #f2f2f2;
    box-shadow: 0 -2px 4px 4px rgba(0,0,0,.12);
    z-index:-1;
}
.rb-floatingBottomBanner.-floating .rc-searchForm._custom{padding: 20px 0;}
.rb-floatingBottomBanner.-floating .rc-searchForm._custom .rc-searchForm__inputContainer {
    box-shadow: none;
}
.rb-floatingBottomBanner.-floating .rc-searchForm__textInputContainer {
    height: 56px!important;
}
.rb-floatingBottomBanner.-floating .rc-searchForm._custom{margin-bottom: 0!important;}
.rb-floatingBottomBanner__closeButton{display: none;}

/*
 cntsOther
===========================================- */
.cntsOther .rl-column2 :hover {
  opacity: .9;
}

.ru-ta-center {
  text-align: center !important;
}

.ru-mb-72 {
  margin-bottom: 72px !important;
}

.ru-pc-pl-60 {
  padding-left: 60px !important;
}

.ru-pc-pr-60 {
  padding-right: 60px !important;
}


/*
 rc-top
===========================================- */
.rc-toTop{
  width: 64px!important;
  height: 64px!important;
}
.rc-toTop:after{
  width: 64px!important;
  height: 64px!important;
  background:url(https://r.r10s.jp/evt/event/medicine/contactday/_pc/img/20210130/pagetop_btn.png) no-repeat!important;
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
}
.rb-floatingBottomBanner.-floating~.rc-toTop {
    bottom: 105px!important;
}

/*
 Survey
============================================= */
.rexSurveyNamespace .sc-pNWdM {
    inset: auto 18% 132px auto !important;
}

/* 20221209 add entry */

.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;
}
/*
 cntsRanking_section
============================================ */
.cntsRanking_section{
  padding-bottom: 70px;
}
.ranking_subttl{
  margin-bottom: -15px;
}

/*
new_area
============================================ */
.new_area .new_page_none{
  display:none;
}
.new_area .con_rankCaution:after{
  content:none;
}


/*
 20250131 add new_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: 256px;
  background-color: #ffffff;
  padding:16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.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;
}