@charset "utf-8";
/*
 common
============================================*/
html{overflow:auto;}
body{
  position:relative;
  min-width:1024px;
  overflow-x:hidden;
  color: #333;
}
.all_contents a:hover{
  text-decoration: none;
}
.all_contents{
  font-size: 14px;
  color: #333;
}

.main_section{
  position: relative;
  padding: 0 0 80px;
}
.period_area::before,
.main_section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -2;
}
.main_section._bg01::before{
  background-color: #ffffff;
}
.main_section._bg02::before{
  background-color: #fff7dd;
}
.period_area::before{
  background-color: #fff7dd;
}

.rule{
  padding: 0 0 80px;
}
.rule_con{
  padding-top: 32px;
}

/*
 kanban
============================================*/
.kanban_wrap{
  position: relative;
}
.loopSwiper{
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 800px;
  margin-left: 50%;
  transform: translate(-50%);
  overflow: hidden;
  box-sizing: border-box;
}
.loopSwiper .loopSwiper_box{
  overflow: hidden;
  pointer-events: none;
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
}
.loopSwiper ul {
  padding: 0;
  /* widthの数値を変更してください。（SPはさらにvwに変換してください）*/
  width: 2080px;
  display: flex;
  flex-shrink: 0;
}
.loopSwiper ul:first-child {
  animation: loopslide1 80s -40s linear infinite;
}
.loopSwiper ul:last-child {
  animation: loopslide2 80s linear infinite;
}
/* loopSlide _slideimg */
.loopSwiper .loopSwiper_box ul li {
  position: relative;
  width: auto;
  padding-top: 40px;
  height: 168px;
  margin-right: 10px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
}
.loopSwiper ul li img {
  display: block;
  width: auto;
  height: 100%;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loopSwiper ul li._new::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 38px;
  margin: 0 auto;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_sp/img/20250718/icon_new.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}

/*
 title
============================================*/
/* title01 */
.title01{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
/* 画像 */
.title01 .title_ic01{
  position: relative;
  display: block;
  width: 1920px;
  height: 93px;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: -1;
}
._bg01 .title01 .title_ic01{
  background-color: #fff7dd;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_pc/img/20221019/h2_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
._bg02 .title01 .title_ic01{
  background-color: #fff;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_pc/img/20221019/h2_bg02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
/* 文字 */
.title01 .title_headline ._small{
  font-size: 20px;
}
.title01 .title_headline {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 24px;
  line-height: 1.35;
  color: #454545;
  margin-top: -20px;
  z-index: 1;
}
/* ic */
.title01 .title_headline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 57px;
  height: 13px;
  margin: auto;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_sp/img/20221019/h2_ic01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}
/* h3_subText01 */
.h3_subText01{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fb6868;
  margin-bottom: 25px;
}

.ic_dec01{
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}
.ic_dec01::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 57px;
  height: 13px;
  margin: auto;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_sp/img/20221019/h2_ic01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

/*
button
======================================================= */
/* button01 */
.button01{
  margin: 32px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  background: #fb6868;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
.button01 .buttonLink:hover{
  opacity: .8;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.line_dec01{
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}
.line_dec01::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 57px;
  height: 13px;
  margin: auto;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_sp/img/20221019/h2_ic01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
}

/*
 mainNavi
============================================*/
.mainNavi_container{
  border-bottom: none!important;
}
.mainNavi_navi{
  height: 60px;
  background-color: #ff9b9b;
}
.mainNavi_navi .mainNavi_anchor{
  width: calc(960px/8);
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  border: none;
  line-height: 1.3;
}
.mainNavi_navi .mainNavi_anchor + .mainNavi_anchor::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #fb6868;
  display: block;
  z-index: 1;
}
.mainNavi_navi .mainNavi_anchor:last-of-type::after{
  content: none;
  display: none;
}
.mainNavi_navi .mainNavi_anchor[data-in-viewport=true]{
  background-color: #fb6868;
  border: none;
  font-weight: bold;
}
.mainNavi_navi .mainNavi_anchor:hover{
  background-color: #fb6868;
}
.mainNavi_navi .mainNavi_anchor[data-in-viewport=true]::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: 0 auto;
  width: 24px;
  height: 5px;
  border-radius: 3px;
  background-color: #ffc40f;
  z-index: 1;
}
.mainNavi_navi .mainNavi_anchor[data-in-viewport=true] + .mainNavi_anchor::before,
.mainNavi_anchor:hover + .mainNavi_anchor::before{
  background-color:#ff9b9b;
}

/*
 entry
============================================*/
.period_area{
  position: relative;
  padding-bottom: 52px;
}
.periodWrap01{
  padding-top: 44px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.periodWrap01 .periodTxt ._bold{
  font-weight: bold;
}

/*
campaign_point
======================================================= */
/* entry_box */
.entry_box{
  padding-bottom: 60px;
}
.entry_box ._img_area{
  padding-bottom: 20px;
  width: 430px;
  margin: 0 auto;
}
.entry_box .rcEntryButton-button:hover{
  opacity: .8;
}
/* mamawari_box */
.mamawari_box{
  padding-bottom: 60px;
}
.mamawari_box ._img_area{
  padding-bottom: 20px;
  width: 430px;
  margin: 0 auto;
}
/* mamawari_btn01 */
.mamawari_btn01{
  margin: 0 auto;
}
.mamawari_btn01 + .button01{
  margin: 16px auto 0;
}
.mamawari_btn01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 72px;
  margin: 0 auto 15px;
  border-radius: 40px;
  background: #fd48bd;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0px 1.25px 6px rgba(0, 0, 0, 0.2);
}
.mamawari_btn01 .buttonLink:hover{
  opacity: .8;
}
.mamawari_btn01.line_btn01 .buttonLink{
  background: #00b900;
}
.mamawari_btn01 a.buttonLink .right_icon{
  display: inline-block;
  position: absolute;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.link_text{
  text-align: center;
  font-size: 14px;
}
.link_text a{
  position: relative;
  color: #39b2ce!important;
  padding-right: 10px;
}
.link_text a::after{
  position: absolute;
  content: "";
  top: 30%;
  right: -12px;
  border: 6px solid;
  border-color: #39b2ce transparent transparent transparent;
}
.link_text a:hover{
  text-decoration: underline!important;
}
/* point_box */
.point_box{
}
.point_box ._img_area._01{
  padding-bottom: 20px;
  width: 430px;
  margin: 0 auto;
}
.point_box ._img_area._02{
  width: 480px;
  margin: 0 auto;
}

/* pointcampaign_nav */
.pointcampaign_nav {
  margin-top: 40px;
  font-size: 16px;
}
.pointcampaign_nav ul{
  display: flex;
  justify-content: center;
}
.pointcampaign_nav ul li{
  padding: 0 37px;
  line-height: 1;
}
.pointcampaign_nav ul li + li{
  border-left:1px solid #333;
}
.pointcampaign_nav ul li a{
  color:#333;
}
.pointcampaign_nav ul li a:hover{
  text-decoration: underline;
}

.couponNote_Info{
  width: 655px;
  margin: 36px auto 0;
  font-size: 12px;
  color: #666;
}
.couponNote_Info li{
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}

/*
 deal
======================================================= */
.deal_alcor_note {
  margin-top: 32px;
  padding: 24px 40px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 1.35;
}

/*
 pick_up
======================================================= */
.sokuhai_box{
  width: 468px;
  margin: 0 auto 40px;
  padding-bottom: 32px;
  border-radius: 10px;
  background-color: #fff;
}
.sokuhai_box_logo{
  width: 331px;
  margin: 0 auto 28px;
  padding-top: 30px;
}
.sokuhai_box_logo a:hover{
  opacity: .8;
}
.sokuhai_txt{
  margin-bottom: 20px;
  text-align:center;
  font-size: 18px;
  line-height: 1.3;
}
.sokuhai_txt > span{
  color: #be0100;
}
.pickup_shop_item ul li a{
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 12px;
  color: #444;
  background-color: #fff;
  box-sizing: border-box;
}
.pickup_shop_item ul li a > p{
  padding-top: 12px;
}
.pickup_shop_item ul li a i{
  display: inline-block;
  margin-right: 4px;
  color: #666;
}
.pickup_shop_item ul li a:hover{
  opacity: .8;
}

/*
 ranking
======================================================= */
.ranking_more_btn{
  margin: 24px auto 0;
  font-weight: bold;
}

.tab01 .tab_container{
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.tab01 .tab_menuItem{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
  width: calc((100% - 80.5px) / 5);
  height: 70px;
  margin-right: 20px;
  margin-bottom: 16px;
  padding: 36px 0 0;
  border: 2px solid #fb6868;
  border-radius: 4px;
  background-color: #fb6868;
  color: #fff;
  line-height: 1.01;
}
.tab01 .tab_menuItem span{
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1.01;
}
.tab01 .tab_menuItem::after{
  clip-path: none;
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  bottom: auto;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.tab01 .tab_menuItem:nth-of-type(1)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon01.png);
}
.tab01 .tab_menuItem:nth-of-type(2)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon02.png);
}
.tab01 .tab_menuItem:nth-of-type(3)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon03.png);
}
.tab01 .tab_menuItem:nth-of-type(4)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon04.png);
}
.tab01 .tab_menuItem:nth-of-type(5)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon05.png);
}
.tab01 .tab_menuItem:nth-of-type(6)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon06.png);
}
.tab01 .tab_menuItem:nth-of-type(7)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon07.png);
}
.tab01 .tab_menuItem:nth-of-type(8)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon08.png);
}
.tab01 .tab_menuItem:nth-of-type(9)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_white_icon09.png);
}
.tab01 .tab_menuItem:nth-of-type(5n){
  margin-right: 0;
}
.tab01 .tab_menuItem:hover{
  opacity: .8;
}
.tab01 .tab_menuItem[aria-selected=true]{
  background-color: #fff;
  color: #fb6868;
  opacity: 1!important;
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(1)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon01.png);
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(2)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon02.png);
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(3)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon03.png);
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(4)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon04.png);
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(5)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon05.png);
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(6)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon06.png);
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(7)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon07.png);
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(8)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon08.png);
}
.tab01 .tab_menuItem[aria-selected=true]:nth-of-type(9)::after{
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_cmn/img/20250718/rainking_icon/ranking_icon09.png);
}

.rankingNote{
  margin-top: 32px;
  padding: 24px 40px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 1.35;
}
.rankingNote li{
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 2px;
}
.rankingNote li:last-of-type{
  padding-bottom: 0;
}

/*
 search
============================================*/
.search_wrap{
  width: 790px;
  margin: 0 auto;
}
.searchBox_wrap {
  margin-bottom: 28px;
}
.search01 .search_box {
  border: 2px solid #fb6868;
  height: 54px;
  border-radius: 4px;
}
.search01 .search_box_submit {
  width: 56px;
  padding: 0;
  background-color: #fb6868;
  /* 角丸用↓ */
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; 
}
.search01 .search_input {
  padding-left: 20px;
  font-size: 15px;
}
.search01 .search_input::placeholder {
  color: #999999;
}
.search01 .search_box_ic {
  font-size: 28px;
  color: #fff;
}
.keyword01 .keyword_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-size: 15px;
  color: #444;
  text-align: center;
  background-color: #fff;
  line-height: 1.2;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .15);
}
.keyword01 .keyword_list a:hover{
  opacity: .8;
  text-decoration: none;
}

.keyword_link{
  margin: 20px 0 0;
  text-align: right;
  font-size: 15px;
}
.keyword_link a{
  color: #05488f;
}
.keyword_link span{
  display: inline-block;
  margin-right: 12px;
}

/*
 category
======================================================= */
.category .sub_section + .sub_section{
  margin-top: 92px;
}

/*
 brand_list
======================================================= */
.brand_list li a{
  display: block;
  padding: 8px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
.brand_list li a:hover{
  opacity: .8;
}
.brand_list li a img{
  width: 100%;
  height: auto;
}

/*
 shop_list
======================================================= */
.shop_list li a{
  display: block;
}
.shop_list li a:hover{
  opacity: .8;
}
.shop_list li a img{
  width: 100%;
  height: auto;
}

/*
 shop_list
======================================================= */
.shop_list li a{
  display: block;
}
.shop_list li a:hover{
  opacity: .8;
}
.shop_list li a img{
  width: 100%;
  height: auto;
}
/*
 bnr_list
======================================================= */
.bnr_list{
  width: 576px;
  margin: 0 auto;
}
.bnr_list li a{
  display: block;
}
.bnr_list li a:hover{
  opacity: .8;
}
.bnr_list li a img{
  width: 100%;
  height: auto;
}

/*
 other_list
======================================================= */
.other_list01 li a{
  display: block;
}
.other_list01 li a:hover{
  opacity: .8;
}
.other_list01 li a img{
  width: 100%;
  height: auto;
}

.other_list_panda{
  width: 567px;
  margin: 0 auto 32px;
}
.other_list_panda a:hover{
  opacity: .8;
}

/* 
 floating
============================================*/
.floating_contents_wrap{
  position: relative;
  width: 100%;
  padding: 12px 0;
  background-color: #ff9b9b;
  box-sizing: border-box;
  box-shadow: 0 -1.25px 6px rgba(0, 0, 0, .2);
}
.floating_contents_inner{
  width: 780px;
  max-width: 780px;
  margin: 0 auto;
}
.floating_bnr_list li a{
  display: block;
  position: relative;
}
.floating_anchor a{
  display: block;
  width: 90px;
  height: 90px;
  padding-top: 12px;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  background-color: #fb6868;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}
.floating_anchor p{
  font-size: 20px;
}

#floating_bnr1[aria-hidden="false"] + .floating_anchor_wrap #floating_anchor1{
  bottom: 160px!important;
}
#floating_bnr1[aria-hidden="false"] + .floating_anchor_wrap .toTop_btn{
  bottom: 120px!important;
}
.floating_contents_wrap .closeButton{
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: calc(50% + 390px - 14px);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color:#bbbbbb;
  line-height: 1.1;
  z-index: 1;
}

.floating_bnr_list li a:hover,
.floating_anchor a:hover,
.floating_contents_wrap .closeButton:hover{
  text-decoration: none;
  opacity: .8;
}


/*.tabWrap_opacity
========================*/
.tab01 .tabWrap_opacity {
  display: block!important;
  width: 960px;
  height: 0;
  overflow: hidden;
}
.tab01 .tabWrap_opacity[aria-hidden=false] {
  height: auto;
  overflow: visible;
}

/*
 ad ・ alcor
======================================================= */
.alcor_item{
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  background-color: #fff;
}
.ad_wrap + .ad_wrap{
  margin-top: 48px;
}
.ad_item{
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  background-color: #fff;
}

.ad_wrap .ad-image-block-100163_col4{
  width: 167px;
  margin: 0 auto;
}


/*
 close
======================================================= */
.period_close{
  position: relative;
  padding-top: 64px;
  line-height: 1.5!important;
}
.campaign_close_lead p{
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.campaign_close_lead p + p{
  margin-top: 10px;
}

/*nextTime
----------------------------------------*/
.nextTime_inner{
  width: 578px;
  margin: 32px auto 0;
  padding: 40px 0 52px;
  border-radius: 8px;
  background-color: #fff;
}
.nextTime_inner p._title{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.nextTime_inner .buttonLink{
  width: 480px;
  height: 72px;
  margin-bottom: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.nextTime_inner .right_link{
  font-size: 14px;
  margin: 8px 40px 32px;
  text-align: right;
}
.nextTime_inner .right_link a:hover{
  text-decoration: underline;
}

