@charset "UTF-8";

/* cmn */

a:hover {
  text-decoration: none;
}

.beginner_cmn{
  position: relative;
}

.rc-breadcrumb ul li a{
  color: #333;
}

.beginner_under_cmn .rc-kanban{
  position: relative;
  z-index: 1;
  margin-top: -12px;
}

.beginner_under_cmn .rc-kanban img{
  width: 100%;
}

.beginner_under_cmn h1{
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}

.beginner_under_cmn .rl-width960 .page_cover_img{
  position: relative;
  z-index: 10;
  margin-top: calc(-40 / 1024 * 100vw);
  margin-bottom: calc(25 / 1024 * 100vw);
}

.beginner_under_cmn .riColWrap .page_cover_img img{
  max-width: 960px;
}

.rc-kanban__image {
  display: block;
  margin: 0 auto;
  width: 100%;
  transform: translateX(0);
}

.page_cover_img_wrapper {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.page_cover_img_content {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.page_cover_img_text {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 14px;
}

.beginner_under_cmn .page_cover_img .cover_text{
  text-align: center;
  font-size: 12px;
  margin-top: -55px;
  margin-bottom: 55px;
}

.beginner_under_cmn .section_wrap{
  display: flex;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}

.beginner_under_cmn .section_wrap::before{
  content: '';
  background-image: url(https://r.r10s.jp/evt/event/beginner/_cmn/img/202009/pc_section_flag.png?v=202009291356);
  background-repeat: no-repeat;
  background-size: contain;
  width: 89px;
  height: 34px;
  position: absolute;
  top: -12px;
  left: -40px;
}

.beginner_under_cmn .section_img_area{
  margin-right: 20px;
  flex-shrink: 0;
}

.beginner_under_cmn .section_text{
  margin: 15px 0;
}

.beginner_under_cmn .section_title{
  padding-top: 5px;
}

.beginner_under_cmn .section_link{
  margin-bottom: 15px;
}

.beginner_under_cmn .section_link_flex{
  display: flex;
}

.beginner_under_cmn .flex_w{
  flex-wrap: wrap;
}

.beginner_under_cmn .section_link .section_link_list{
  margin-bottom: 10px;
}

.beginner_under_cmn .section_link .section_link_list:last-child{
  margin-bottom: 0;
}

.beginner_under_cmn .section_link_flex .section_link_list{
    margin-bottom: 10px;
}

.beginner_under_cmn .section_link_flex .section_link_list:last-child{
    margin-bottom: 0;
}

.beginner_under_cmn .section_link_list::before{
  content: '';
  display: inline-block;
  background-image: url(https://r.r10s.jp/evt/event/beginner/_cmn/img/202009/pc_right_pointer.png?v=202009291356);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.beginner_under_cmn .section_link_list_rm{
  margin-right: 60px;
}

.beginner_under_cmn .section_link_list_text{
  margin-bottom: 15px;
}

.beginner_under_cmn .section_link_list a{
  vertical-align: middle;
  color: #333;
}

.beginner_under_cmn .section_link_list a:hover{
  color: #fa6940;
}

.beginner_under_cmn .section_colory{
  background: #fdfcea;
}

.beginner_under_cmn .section_colorb{
  background: #eaf6ff;
}

.beginner_under_cmn .section_title_bold{
  font-weight: bold;
  margin-bottom: 10px;
}

.beginner_under_cmn .section_title_line::before{
  content: '';
  display: inline-block;
  background-image: url(https://r.r10s.jp/evt/event/beginner/event/_pc/img/202009/event_section_line.png?v=202009291356);
  background-repeat: no-repeat;
  background-size: contain;
  width: 671px;
  height: 2px;
  padding-bottom: 15px;
}

.beginner_under_cmn .under_page_anchor{
  margin-bottom: 50px;
}

.beginner_under_cmn .under_page_anchor .anchor_link{
  display: flex;
  justify-content: space-between;
}

.beginner_under_cmn .under_page_anchor .anchor_link .anchor_link_list{
  width: 230px;
  background-image: url(https://r.r10s.jp/evt/event/beginner/search/_pc/img/202009/pc_anchor_line.png?v=202009291356);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 10px;
}

.beginner_under_cmn .under_page_anchor .anchor_link .anchor_link_list a{
  color: #333;
  display:block;
  cursor: pointer;
}

.beginner_under_cmn .under_page_anchor .anchor_link .anchor_link_list a:hover .anchor_link_list_block .anchor_text {
  color: #fa6940;
}

.beginner_under_cmn .under_page_anchor .anchor_link .anchor_link_list img{
  margin-right: 15px;
  width: 50px;
}
.beginner_under_cmn .under_page_anchor .anchor_link .anchor_link_list .anchor_link_list_block{
  display: flex;
}

.beginner_under_cmn .under_page_anchor .anchor_link .anchor_link_list .anchor_text{
  display: flex;
  align-items: center;
  position: relative;
}

.beginner_under_cmn .under_page_anchor .anchor_link .anchor_link_list .anchor_text::after{
  content: "";
  background: url(https://r.r10s.jp/evt/event/beginner/search/_pc/img/202009/pc_anchor_arrow.png?v=202009291356) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  left: 155px;
}

.beginner_under_cmn .section_img_area{
  margin-right: 20px;
  flex-shrink: 0;
}

.beginner_under_cmn .section_text{
  margin: 15px 0;
}

.beginner_under_cmn .section_title{
  padding-top: 5px;
}

.beginner_under_cmn .section_link{
  margin-bottom: 15px;
}

.beginner_under_cmn .section_link_flex{
  display: flex;
}

.beginner_under_cmn .flex_w{
  flex-wrap: wrap;
}

.beginner_under_cmn .section_link_list{
  margin-bottom: 10px;
}

.beginner_under_cmn .section_link .section_link_list:last-child{
  margin-bottom: 0;
}

.beginner_under_cmn .section_link_flex .section_link_list{
    margin-bottom: 10px;
}

.beginner_under_cmn .section_link_flex .section_link_list:last-child{
    margin-bottom: 0;
}

.beginner_under_cmn .section_link_list::before{
  content: '';
  display: inline-block;
  background-image: url(https://r.r10s.jp/evt/event/beginner/_cmn/img/202009/pc_right_pointer.png?v=202009291356);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.beginner_under_cmn .section_link_list_rm{
  margin-right: 60px;
}

.beginner_under_cmn .section_link_list_text{
  margin-bottom: 15px;
}

.beginner_under_cmn .section_link_list a{
  vertical-align: middle;
  color: #333;
}

.beginner_under_cmn .section_link_list a:hover{
  color: #fa6940;
}

.beginner_under_cmn .section_colory{
  background: #fdfcea;
}

.beginner_under_cmn .section_colorb{
  background: #eaf6ff;
}

.beginner_under_cmn .section_title_bold{
  font-weight: bold;
  margin-bottom: 10px;
}

/* findproduct */
.beginner_findproduct_area {
  position: relative;
  z-index: 1;
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.beginner_findproduct_bg {
  margin-left: 50%;
  transform: translateX(-50%);
}

.beginner_findproduct {
  position: relative;
  margin-top: -58px;
  margin-bottom: 50px;
  text-align: center;
}

.beginner_cmn .rc-searchForm {
  margin: 0 auto;
  width: 343px;
}

.beginner_backtotop_border {
  margin: 0 auto;
  margin-bottom: 50px;
  display: block;
}

.beginner_backtotop {
  text-align: center;
  margin-bottom: 12px;
}

.beginner_shoppingisentertainment {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1057px;
}

a.beginner_illust_anchor_link_btn {
  line-height: 1.5;
}

/* FAQ */

.flex {
  display: flex;
  justify-content:space-between;
}

.beginner_faq_area {
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_help_background_01.jpg?v=202009291356) no-repeat;
  background-position: center;
  position: relative;
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.beginner_faq_area_wrapper {
  width: 795px;
}

.beginner_faq_area_content {
  position: relative;
  display: block;
  width: 384px;
  height: 83px;
  margin: 30px 0 30px;
  background-color: #fff;
  text-align: center;
}

.beginner_faq_area_btn {
  display: block;
  width: 384px;
  height: 83px;
}

.beginner_faq_area_btn:hover .beginner_faq_area_content-textlink {
  color: #fa6940;
}

.beginner_faq_area_content_img {
  margin-top: 22px;
  line-height: 83px;
}

.beginner_faq_area_content-text {
  position: absolute;
  top: 50px;
  left: 128px;
}

.beginner_faq_area_content-textlink {
  font-size: 14px;
  color: #333;
}

.beginner_faq_area_content-textlink::before {
  margin-left: -6px;
  margin-right: 3px;
  content: "";
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_help_arrow.png?v=202009291356) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  display: inline-block;
}

/* SITEMAP */

.beginner_sitemap_area {
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_help_background_02.jpg?v=202009291356) no-repeat;
  background-position: center;
  position: relative;
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.beginner_sitemap_area_wrapper {
  margin: 0 auto;
  width: 795px;
}

.beginner_sitemap-content {
  margin: 0 auto;
  background-color: #fff;
  height: 255px;
  margin-top: 30px;
  margin-bottom: 31px;
}

.beginner_sitemap-content > h3 {
  padding-top: 31px;
}

.beginner_sitemap-content-text-wrapper {
  width: 641px;
  margin-top: 30px;
  margin-left: 80px;
  margin-bottom: 32px;
}

.begenner_sitemap-content-text > li > a {
  color: #333;
}

.begenner_sitemap-content-text > li > a:hover {
  color: #fa6940;
}

.beginner_sitemap-content-subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.beginner_sitemap-content-textlink {
  font-size: 12px;
  line-height: 1.8;
}

.beginner_sitemap-content-textlink::before {
  margin-left: -6px;
  margin-right: 3px;
  content: "";
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_help_arrow.png?v=202009291356) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  display: inline-block;
}

.back-to-top-button {
  text-align: center;
  margin-bottom: 40px;
}

.back-to-top-button__text {
  font-size: 16px;
  color: #333;
}

.back-to-top-button__text:hover {
  color: #fa6940;
}

.back-to-top-button__text::before {
  margin-top: -2px;
  margin-right: 7px;
  content: "";
  background: url(https://r.r10s.jp/evt/event/beginner/_cmn/img/202009/back_top_btn.png?v=202009291356) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  display: inline-block;
}

.content-guide-link {
  display: block;
  margin: 0 auto;
  width: 207px;
}

/* navi */

.beginner_top .top_nav {
  display: none;
}

.beginner_top .is-block {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
}

.beginner_cmn .is-fixed {
  position: fixed;
  z-index: 100;
  top: 0;
}

.top_nav {
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  height: 57px;
  overflow: hidden;
}

.top_nav::before {
  display: inline-block;
  content: '';
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_navigation_topline.png?v=202009291356) no-repeat;
  background-position: center;
  width: 100%;
  min-width: 1024px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 11;
}

.beginner_top .top_nav::after {
  display: inline-block;
  content: '';
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_navigation_underline01.png?v=202009291356) no-repeat;
  background-position: center;
  width: 100%;
  min-width: 1024px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 11;
}

.beginner_search .top_nav::after {
  display: inline-block;
  content: '';
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_navigation_underline02.png?v=202009291356) no-repeat;
  background-position: center;
  width: 100%;
  min-width: 1024px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 11;
}

.beginner_event .top_nav::after {
  display: inline-block;
  content: '';
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_navigation_underline03.png?v=202009291356) no-repeat;
  background-position: center;
  width: 100%;
  min-width: 1024px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 11;
}

.beginner_point .top_nav::after {
  display: inline-block;
  content: '';
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_navigation_underline04.png?v=202009291356) no-repeat;
  background-position: center;
  width: 100%;
  min-width: 1024px;
  height: 14px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 11;
}

.navigation {
  position: relative;
  margin: 0 auto;
  height: 45px;
  background-color: #fff;
}

.anchorButton {
  display: flex;
  width: 960px;
  margin: 0 auto;
}

.anchorButton_item {
  position: relative;
  text-align: center;
  line-height: 45px;
}

.anchorButton_item::after {
  display: inline-block;
  content: '';
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_navigation_line.png?v=202009291356) no-repeat;
  width: 2px;
  height: 35px;
  position: absolute;
  top: 4px;
  right: 0;
}

.anchorButton_item.top {
  width: 244px;
}

.anchorButton_item.top::before {
  display: inline-block;
  content: '';
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_navigation_line.png?v=202009291356) no-repeat;
  width: 2px;
  height: 35px;
  position: absolute;
  top: 4px;
  left: 0;
}

.anchorButton_item.search {
  width: 239px;
}

.anchorButton_item.event {
  width: 241px;
}

.anchorButton_item.point {
  width: 236px;
}

.anchorButton_itemInner {
  position: relative;
}

.anchorButton_icon {
  width: 20px;
  height: 23px;
  margin-right: 6px;
  position: absolute;
  top: 50%;
  left: 66px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.anchorButton_itemLink_text {
  color: #333;
}

.anchorButton_itemLink_text:hover {
  color: #fa6940;
}

.beginner_top .anchorButton_itemLink_text_nothover_top:hover,
.beginner_search .anchorButton_itemLink_text_nothover_search:hover,
.beginner_event .anchorButton_itemLink_text_nothover_event:hover,
.beginner_point .anchorButton_itemLink_text_nothover_point:hover {
  color: #333;
}

.anchorButton_item.top .anchorButton_itemLink_text {
  margin-left: 26px;
}

.beginner_top .anchorButton_item.top .anchorButton_itemLink_text {
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_underlayer_anchor_list_link_img.png?v=202009291356) no-repeat center bottom;
}

.beginner_event .anchorButton_item.event .anchorButton_itemLink_text {
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_underlayer_anchor_list_link_img.png?v=202009291356) no-repeat center bottom;
}

.beginner_point .anchorButton_item.point .anchorButton_itemLink_text {
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_underlayer_anchor_list_link_img.png?v=202009291356) no-repeat center bottom;
}

.beginner_search .anchorButton_item.search .anchorButton_itemLink_text {
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_underlayer_anchor_list_link_img.png?v=202009291356) no-repeat center bottom;
}

.beginner_top .anchorButton_item.top .anchorButton_itemLink::after {
  display: inline-block;
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_anchor_arrow.png?v=202009291356) no-repeat;
  content: '';
  width: 16px;
  height: 13px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}

.beginner_event .anchorButton_item.event .anchorButton_itemLink::after {
  display: inline-block;
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_anchor_arrow.png?v=202009291356) no-repeat;
  content: '';
  width: 16px;
  height: 13px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}

.beginner_point .anchorButton_item.point .anchorButton_itemLink::after {
  display: inline-block;
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_anchor_arrow.png?v=202009291356) no-repeat;
  content: '';
  width: 16px;
  height: 13px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
}

/* floating bnr */

.floatingBanner__buttonBox {
  position: fixed;
  right: 0px;
  bottom: 196px;
  z-index: 200;
  width: 100%;
  text-align: center;
  display: none;
}

.floatingBanner__buttonBox:hover {
  cursor: pointer;
  opacity: 0.8;
}

.floatingBanner__buttonText {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
}

.floatingBanner__container {
  position: fixed;
  bottom: 196px;
  right: 0;
  z-index: 300;
  box-sizing: border-box;
}

.floatingBanner a.floatingBanner__link {
  display: flex;
  flex-wrap: nowrap;
  color: #333333;
  text-decoration: none;
}

.floatingBanner__closeButton {
  position: absolute;
  top: -35px;
  right: 4px;
  width: 36px;
  height: 36px;
  background-color: #333333;
}

.floatingBanner__closeButton::before {
  content: "\f124";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  font-size: 16px;
  font-weight: bold !important;
  color: #ffffff;
}

.floatingBanner__closeButton:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* ep area */

.ep_area_clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.section_ep {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.section_ep::before {
  content: '';
  background-image: url(https://r.r10s.jp/evt/event/beginner/_cmn/img/202009/pc_section_flag.png?v=202009291356);
  background-repeat: no-repeat;
  background-size: contain;
  width: 89px;
  height: 34px;
  position: absolute;
  top: 18px;
  left: 146px;
}

.section_ep_area {
  display: inline-block;
  margin-top: 40px;
}

.section_ep_img {
  float: left;
}

.section_ep_txt_area {
  float: left;
  text-align: left;
  margin-left: 20px;
}

.section_ep_text {
  width: 360px;
  margin-top: 20px;
}

.section_ep_link_box {
  width: 904px;
  padding: 0 28px;
  padding-top: 32px;
  padding-bottom: 40px;
}

.section_ep_link_box li {
  float: left;
  margin-right: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  line-height: 1.5;
  background-repeat: no-repeat;
  text-align: left;
}

.section_ep_link_box li:nth-child(3n) {
  margin-right: 0px;
}

.section_ep_link_box li::before {
  margin-left: -13px;
  margin-right: 6px;
  content: "";
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_help_arrow.png?v=202009291356) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.section_ep_anchor_list01 {
  width: 260px;
  background-image: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border04.png?v=202009291356);
  background-position: top;
  background-position-x: left;
}

.section_ep_anchor_list02 {
  width: 260px;
  background-image: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border04.png?v=202009291356) , url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border04.png?v=202009291356);
  background-position: bottom,top;
  background-position-x: left, left;
}

.section_ep_anchor_list03 {
  width: 293px;
  background-image: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border05.png?v=202009291356);
  background-position: top;
  background-position-x: left;
}

.section_ep_anchor_list04 {
  width: 293px;
  background-image: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border05.png?v=202009291356) , url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border05.png?v=202009291356);
  background-position: bottom,top;
  background-position-x: left, left;
}

.section_ep_anchor_2col {
  margin-left: 150px;
}

.section_ep_link_box > li > a {
  color: #333;
  vertical-align: middle;
  font-size: 14px;
}

.section_ep_link_box > li > a:hover {
  color: #fa6940;
}

.section_ep_sp_link_box {
  width: 904px;
  padding: 0 28px;
  padding-top: 32px;
  padding-bottom: 40px;
}

.section_ep_sp_anchor {
  width: 282px;
  float: left;
  margin-right: 28px;
  text-align: left;
}

.section_ep_sp_anchor_last {
  margin-right: 0;
}

.section_ep_sp_anchor_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section_ep_sp_anchor_btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  line-height: 1.5;
  background-repeat: no-repeat;
  text-align: left;
}

.section_ep_sp_anchor_btn::before {
  margin-left: -13px;
  margin-right: 6px;
  content: "";
  background: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_help_arrow.png?v=202009291356) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  display: inline-block;
}

.section_ep_sp_anchor_btn_top {
  background-image: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border04.png?v=202009291356) , url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border04.png?v=202009291356);
  background-position: bottom,top;
  background-position-x: left, left;
}

.section_ep_sp_anchor_btn_other {
  background-image: url(https://r.r10s.jp/evt/event/beginner/_pc/img/202009/pc_section_btn_border04.png?v=202009291356);
  background-position: bottom;
  background-position-x: left;
}

.section_ep_sp_anchor_txt {
  font-size: 13px;
  margin-top: 10px;
}

.section_ep_sp_anchor_btn a {
  color: #333;
  vertical-align: middle;
}

.section_ep_sp_anchor_btn a:hover {
  color: #fa6940;
}