@charset "utf-8";
/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}

main{
  color: #333;
}
.main{
  width: 960px;
  margin: 0 auto;
}
/*
kanban
======================================================= */
.kanban{
  position: relative;
}
/* slider */
.slide_area{
  position: absolute;
  bottom: 36px;
  width: 900px;
  transform: translateX(-50%);
  margin-left: 50%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 8px;
}
.slide_box{
  position: relative;
  overflow: hidden;
  margin: 0;
}
.loopSlide {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.loopSlide ul {
  padding: 0;
  width: 768px;
  display: flex;
  flex-shrink: 0;
}
.loopSlide ul:first-child {
  animation: slide1 75s -37.5s linear infinite;
}
.loopSlide ul:last-child {
  animation: slide2 75s linear infinite;
}
.loopSlide ul li img {
  display: block;
  height: 100%;
  width: 80px;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%); /* 調整 */
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-300%); /* 調整 */
  }
}
/* loopSlide _slideimg */
.loopSlide ul li {
  width: auto;
  margin-right: 16px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
}
/*
title
======================================================= */
/* title01 */
.title01 .head_text{
  position: relative;
  padding: 0px 0 19px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  color: #2a57b7;
  margin-bottom: 32px;
}
.title01 .head_text::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 3px;
  margin: auto;
  background-image: url("https://r.r10s.jp/evt/event/computer/pc/_pc/img/20250507/dec_ttl01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
/* title02 */
.title02 .head_text{
  position: relative;
  padding: 0px 0 17px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
  color: #2a57b7;
  margin-bottom: 35px;
}
.title02 .head_text::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 3px;
  margin: auto;
  background-image: url("https://r.r10s.jp/evt/event/computer/pc/_pc/img/20250507/dec_ttl01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
/*
info
======================================================= */
.info{
  padding-top: 48px;
  padding-bottom: 73px;
}
.info_box{
  gap: 24px;
}
.info_list{
  background: #e9f3ff;
  padding: 28px 14px 31px;
  display: flex;
  flex-flow: column;
}
.info_ttl{
  font-size: 22px;
  font-weight: bold;
  color: #2a57b7;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 11px;
}
.info_text{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
  text-align: center;
  height: 51px;
}
.info_link{
  font-size: 15px;
  position: relative;
}
.info_link span{
  line-height: 1.2;
}
.info_link::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #0783c2;
  border-top: 1px solid #0783c2;
  transform: rotate(45deg);
}
.info_link_box{
  text-align: center;
  margin-top: auto;
}
.info_list .button01{
  margin-top: 0;
}
.info_list .button01 .buttonLink{
  width: 334px;
}
.info_box .button01 .buttonLink::after{
  content: "";
  width: 19px;
  height: 16px;
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/ic_win.png);
  background-size: 100%;
  position: absolute;
  right: 21px;
}
.info_list .button01 .buttonLink:hover{
  opacity: .8;
}

/* modal_area */
.info_box .ecm-modal-content-wrapper{
  height: 100%;
  width: 960px;
  max-width: 960px;
}
.info_box .ecm-modal-content{
  padding: 46px 32px 50px;
  border-radius: 0;
  height: auto;
}
.modal_ttl_box{
  margin: 0 0 34px;
}
.logo_win11{
  width: 268px;
  margin-bottom: 34px;
}
.modal_kanban_note{
  font-size: 18px;
  margin: 21px 0 41px;
  line-height: 1.6;
}
.modal_ttl02{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  background-color: #e9f3ff;
  font-weight: bold;
  color: #001969;
  height: 81px;
  margin-bottom: 32px;
}
.modal_ttl{
  width: 778px;
}

.info_box .info_box .accordion_area .ecm-accordion-trigger{
  font-size: 14px;
}
.info_box .ecm-modal-close{
  top: 56px;
  right: 14px;
  background-color: #f4782d;
  border-radius: 2px;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 28px;
  z-index: 1;
}
.info_box .ecm-modal-close:hover{
  opacity: .8;
}
/* .info_box .ecm-modal-scroller{
  height: 100%;
} */
.modal_subttl{
  font-size: 36px;
  color: #001969;
  text-align: center;
  font-weight: bold;
  padding-top: 50px;
  margin-bottom: -11px;
}
.modal_sistem_dt{
  justify-content: center;
  background-color: #e9f3ff;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  border-top: 2px solid #001969;
  padding-left: 10px;
  width: 238px;
}
.modal_sistem_dd{
  margin: 0;
  font-size: 18px;
  padding: 16px 16px 16px;
  line-height: 1.5;
  border-top: 2px solid #001969;
  width: 658px;
}
.modal_sistem_dd:last-of-type{
  padding-bottom: 10px;
}
.modal_sistem_dl{
  border-bottom: 2px solid #001969;
  display: flex;
  flex-wrap: wrap;
}
.sistem_note{
  font-size: 18px;
  line-height: 1.5;
}
/*
index
======================================================= */
.index{
  padding-bottom: 79px;
}
/* .index01 */
.index01 .index_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center ;
  gap: 10px;
}
.index01 .anchorNav__menuList{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.index01 .anchorNav__menuItem{
  width: calc((100% - 40px) / 5);
}
.index01 .anchorNav__menuItem:nth-of-type(5n){
  margin-right: 0;
}
.index01 .anchorNav__menuItem:nth-last-of-type(-n+5){
  margin-bottom: 0;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 72px;
  border-radius: 10px;
  padding: 22px 0 23px;
  background: #f4782d;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 9px;
  right: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(136deg);
}
.index01 ._imgBox a.anchorNav__menuLink{
  height: 48.438vw;
  padding: 0 0 7.813vw;
}
.index01 a.anchorNav__menuLink .rex-icon{
  display: inline-block;
  position: absolute;
  height: 12px;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 12px;
  color: #fff;
}
/* .index01 .anchorNav__menuItem a:hover{
  opacity: .8;
} */
/*
floating_area
======================================================= */
@media screen and (max-width:1450px){
  .floating_area{
    display: none;
  }
}
.floating_area .ecm-floating-nav-pill{
  font-size: 15px;
  width: 250px;
  height: 50px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 25px 0 0 25px;
  background-color: #fff;
  border: 1px solid #f4782d;
  border-right: none;
  color: #f4782d;
  font-weight: bold;
}
.floating_area .ecm-floating-nav-pill:hover {
  background-color: #f4782d;
  color: #fff;
}
.floating_area .ecm-floating-nav-pill[data-in-viewport=true] {
  background-color: #f4782d;
  color: #fff;
}
/* .floating_area .ecm-floating-navi{
  height: 52px;
}
.floating_area .ecm-floating-navi-item{
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  position: relative;
}
.floating_area .ecm-floating-navi-item::before{
  content: "";
  width: 1px;
  height: 34px;
  background-color: #f4782d;
  position: absolute;
  right: -1px;
}
.floating_area .ecm-floating-navi-item:last-of-type::before{
  content: none;
}
.floating_area .ecm-floating-navi-item:last-of-type{
  border-right: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  background-color: #f4782d;
  border: none;
  color: #fff;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]::before{
  background-color: #fff;
} */
/*
main_section
======================================================= */
.main_section{
  position: relative;
  padding-top: 72px;
  padding-bottom: 78px;
}
.main_section._bg01::before{
  content: "";
  background-color: #e9f3ff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
ai
======================================================= */
.pc_img{
  width: 328px;
  margin: 0 auto 32px;
}
.pc_explanation{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}
.features_list_box{
  width: 457px;
  margin: 0 auto 50px;
}
.ic_check{
  display: block;
  width: 17px;
  height: 13px;
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/ic_check.png);
  background-size: 100%;
  margin-right: 10px;
}
.features_list{
  display: flex;
  align-items: baseline;
}
.features_list + .features_list{
  margin-top: 15px;
}
.features_list span{
  font-size: 18px;
  color: #2a57b7;
  line-height: 1.5;
}
.alcor_area .ecm-alcor{
  background-color: transparent;
}
/* button01 */
.button01{
  margin: 43px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 354px;
  height: 57px;
  margin: 0 auto;
  border-radius: 29px;
  background: #f4782d;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
  border: none;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}
/*
student
======================================================= */
/*
home
======================================================= */
/*
2in1
======================================================= */
/*
search_area
======================================================= */
.ttl_note{
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 44px;
  margin-top: -8px;
}

.formWrap {
  width: 780px;
  margin: 0 auto;
  background: #fff;
  padding: 35px 0 39px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.formWrap .contents_subTitle {
  padding: 0 16px;
}
.formWrap .rc-searchForm__form{
  padding: 0;
}
.search_h3{
  font-size: 30px;
  font-weight: bold;
  color: #22396b;
  text-align: center;
  margin-bottom: 31px;
}
.search_con + .search_con {
  margin-top: 35px;
}
.search_flexBox_wrap {
  margin-top: 25px;
}
.input_con4 {
  margin-top: 25px;
}
.formWrap input[type="radio"],
.formWrap input[type="checkbox"] {
  display: none;
}
.formWrap .contents_subTitle {
  margin-bottom: 21px;
  font-size: 20px;
  text-align: center;
}
.formWrap .inputWrap li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}
.formWrap .inputWrap input[type="radio"] + label,
.formWrap .inputWrap input[type="checkbox"] + label {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 25vw;
  height: 46px;
  border-radius: 24px;
  color: #282828;
  background-color: #e9f3ff;
  text-align: center;
  line-height: 1.3;
}
.formWrap .inputWrap.input_con03 input[type="radio"] + label,
.formWrap .inputWrap.input_con05 input[type="checkbox"] + label {
  width: 134px!important;
}
.formWrap .inputWrap.input_con01 input[type="checkbox"] + label{
  width: 191px!important;
}
.formWrap .inputWrap.input_con03 input[type="checkbox"] + label {
  width: 134px!important;
}
.search_inner {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.formWrap .inputWrap {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0 0 8px 40px;
}
.formWrap .inputWrap::after {
  content: "";
  display: block;
  padding-right: 8px;
}
.formWrap .inputWrap > li {
  margin-right: 13px;
  font-size: 15px;
}
.formWrap .inputWrap input:hover + label ,
.formWrap .inputWrap input:checked + label {
  color: #fff;
  font-weight: bold;
  border: none;
  background-color: #f4782d;
  cursor: pointer;
}
.formWrap .inputWrap li.checked_disNone {
  display: none;
}

.formWrap .input_con02 {
  padding: 8px 3.125vw;
}
.formWrap .input_con02::after {
  padding-right: 3.125vw;
}
.formWrap .input_con02 > li{
  margin: 0;
  padding: 0 1.25vw 8px;
  background-color: #f3f3f3;
  text-align: center;
}
.formWrap .input_con02 > li + li{
  border-left: 1px solid #fff;
}
.formWrap .input_con02 > li > p{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vw;
  font-size: 3.75vw;
  line-height: 1.1;
}
.formWrap .input_con02 li .input_con02_inList {
  display: flex;
  flex-wrap: nowrap;
}
.formWrap .input_con02 li .input_con02_inList > li{
  margin: 0;
  padding: 0;
}
.formWrap .input_con02 li .input_con02_inList > li + li{
  margin-left: 8px;
}

.rc-searchForm__priceFilterContainer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 490px!important;
  margin: 0 auto 10px;
}
.rc-searchForm__priceFilterContainer > .maxPriceInput,
.rc-searchForm__priceFilterContainer > .minPriceInput{
  width: calc(50% - 23px);
  margin-bottom: 0!important;
  position: relative;
}
.input_con06 .rc-searchForm__select,
.input_con06 .rc-searchForm__textInput{
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-align: left;
  text-align: -webkit-left;
  cursor: pointer;
  border-radius: 3px;
  font-size: 18px;
  text-indent: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #2f2a26;
  -webkit-appearance: none;
　-moz-appearance: none;
　appearance: none;
}
.input_con06 .formWrap .inputWrap > li.checked_disNone {
  display: none;
}
.input_con06 .rc-searchForm__selectContainer::before,
.input_con06 .searchMoney_select::before{
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 19px;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #f4782d transparent transparent transparent;
}

.text_con > div{
  width: 490px;
  margin: 0 auto;
}
.text_con input{
  width: 100%;
  height: 55px;
  padding-left: 10px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #333;
  border-radius: 3px;
  font-size: 18px;
  box-sizing: border-box;
}

/* submit */
.formWrap .defaultBtn_wrap{
  margin-top: 48px;
}
#searchSubmit01 {
  position: relative;
  box-sizing: border-box;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 233px;
  margin: auto;
  padding: 19px 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 28px;
  background-color: #f4782d;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#searchSubmit01:hover span{
  text-decoration: underline;
}

/*
kyeword
======================================================= */
.keyword01{
  margin: 0 16px;
}
/* keyword01 */
.keyword01 .keyword_list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
  justify-content: center;
}
.keyword01 .keyword_list > a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding: 0 33px;
  height: 48px;
  min-width: 60px;
  border: none;
  background: #e9f3ff;
  margin-left: 0;
}
.keyword01 .keyword_list > a:hover{
  text-decoration: underline;
}
/*
brand_search
======================================================= */
/* tab01 */
.tab01 + .tab01{
  margin-top: 80px;
}
.tab01 .tab_menuList{
  padding: 0 197px;
  border-bottom: 2px solid #2a57b7;
  gap: 8px;
}
.tab01 .tab_menuItem{
  border-radius: 20px 20px 0 0;
  font-size: 15px;
  padding: 0;
  min-height: 80px;
  font-weight: bold;
  border-bottom: none;
  position: relative;
  background-color: #2a57b7;
  color: #111;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #2a57b7;
  margin-bottom: -2px;
  line-height: 1.4;
}
.tab01 .tab_menuItem[aria-selected=true] {
  background: #fff;
  border-bottom: 2px solid #fff;
  color: #111;
  margin-top: 0;
}

.brand_col{
  background: #fff;
  border: 1px solid #2a57b7;
  border-top: none;
  padding: 31px 0 47px;
}
.brand_note{
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 31px;
}
.brand_alcor{
  padding: 0 39px;
}

.brand_logo{
  width: 120px;
  height: 70px;
}
.brand_logo._01{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo01.png);
  background-size: 100%;
}
.brand_logo._02{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo02.png);
  background-size: 100%;
}
.brand_logo._03{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo03.png);
  background-size: 100%;
}
.brand_logo._04{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo04.png);
  background-size: 100%;
}
.brand_logo._05{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo05.png);
  background-size: 100%;
}
.brand_logo._06{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo06.png);
  background-size: 100%;
}
.brand_logo._07{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo07.png);
  background-size: 100%;
}
.brand_logo._08{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo08.png);
  background-size: 100%;
}
.brand_logo._09{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo09.png);
  background-size: 100%;
}
.brand_logo._10{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo10.png);
  background-size: 100%;
}
.brand_logo._11{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo11.png);
  background-size: 100%;
}
.brand_logo._12{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo12.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._01{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo01_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._02{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo02_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._03{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo03_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._04{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo04_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._05{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo05_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._06{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo06_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._07{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo07_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._08{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo08_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._09{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo09_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._10{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo10_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._11{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo11_active.png);
  background-size: 100%;
}
.tab01 .tab_menuItem[aria-selected=true] .brand_logo._12{
  background: url(https://r.r10s.jp/evt/event/computer/pc/_cmn/img/20250507/brand/brand_logo12_active.png);
  background-size: 100%;
}
  
/*
ranking
======================================================= */
.ranking_col + .ranking_col{
  margin-top: 75px;
}

/* rankingNote01 */
.rankingNote01{
  margin: 35px 16px 0;
  font-size: 12px;
  line-height: 1.35;
  color: #717171;
}
.rankingNote01 li{
  padding-left: 1em;
  text-indent: -1em;
}
/*
question
======================================================= */
.accordion_area .ecm-accordion-item{
  box-shadow: 0px 0 8px 0px rgba(0,0,0,.14);
  border-radius: 8px;
  overflow: hidden;
}
.accordion_area .ecm-accordion-item + .ecm-accordion-item{
  margin-top: 39px;
}
.accordion_area ecm-accordion-trigger{
  font-size: 14px;
  color: #191c6d;
}
.accordion_area .ecm-accordion-panel-item{
  border-bottom: none;
  background-color: #fff;
  padding: 25px 60px 31px 33px;
  font-size: 18px;
}
.accordion_area .ecm-accordion-panel-item:hover{
  text-decoration: none;
}
.accordion_area .ecm-accordion-trigger{
  position: relative;
  padding: 32px 56px 34px 35px;
  line-height: 1.3;
  color: #111;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 18px;
  background-color: #fff;
}
.accordion_area .ecm-accordion-trigger:hover{
  opacity: .8;
}
.accordion_area .ecm-accordion-trigger::after,
.accordion_area .ecm-accordion-trigger::before {
  content: "";
  position: absolute;
  right: 43px;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 23px;
  margin: auto 0;
  background-color: #2a57b7;
  transition: all 0.5s;
}
.accordion_area .ecm-accordion-trigger::after{
  transform: rotate(90deg);
}
.accordion_area .ecm-accordion-trigger[aria-expanded=true].ecm-accordion-trigger::before {
  transform: rotate(90deg);
}
.accordion_area .ecm-accordion-panel{
  position: relative;
  background-color: #fff;
}
.accordion_area .ecm-accordion-panel::before{
  content: "";
  width: 900px;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  transform: translateX(-50%);
  margin-left: 50%;
}
.question_ttl{
  position: relative;
  padding-left: 56px;
}
.question_ttl._answer{
  color: #2a57b7;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 34px;
}
.list_mark{
  width: 37px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.answer_text{
  font-size: 18px;
  line-height: 1.65;
  width: 804px;
  margin-left: auto;
}

.qa_sub_box{
  margin-top: 35px;
  background-color: #f3f7ff;
  padding: 25px 10px 40px;
  width: 807px;
  margin-left: auto;
}
.qa_sub_ttl{
  color: #2a57b7;
  text-align: center;
  margin-bottom: 23px;
  font-size: 18px;
}
.qa_sub_bold{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.5;
}
.qa_sub_text{
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.qa_sub_box ._col + ._col{
  margin-top: 23px;
}