@charset "utf-8";

.about_area {
}

.beginner_title {
  text-align: center;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15.5px;
  margin-bottom: 40px;
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_cmn/img/20260901/h2_line.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 298px auto;
}
.beginner_title:before {
  display: inline-block;
  content: "";
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_cmn/img/20260901/mark.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 28.5px;
  height: 35px;
  margin-right: 8px;
}

.about_image {
  margin: 0 32px 40px;
}

.about_area h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

.slash {
  font-family: Arial, sans-serif;
  font-size: 28px;
}

.about_area .about_button {
  margin-bottom: 80px;
}
.about_area .about_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  height: 60px;
  border-radius: 4px;
  background-color: #bf0000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.about_area .about_button a i {
  margin-left: 1.5em;
}
.about_area .about_button a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* tabs */

.example_icon {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  height: 72px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.example_icon img {
  width: 152px;
}
.example_icon p {
  font-size: 18px;
  margin-left: 1em;
}

.tab_buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 960px;
  margin: 0 auto -2px;
}

.tab_buttons div {
  width: 320px;
  height: 60px;
  font-size: 0;
  cursor: pointer;
}
.tab_buttons div + div {
  margin-left: -2px;
}

.tab_button01 {
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_pc/img/20260901/tab1_nonact.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_button02 {
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_pc/img/20260901/tab2_nonact.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_button03 {
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_pc/img/20260901/tab3_nonact.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_button01[aria-selected="true"] {
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_pc/img/20260901/tab1_act.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_button02[aria-selected="true"] {
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_pc/img/20260901/tab2_act.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.tab_button03[aria-selected="true"] {
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_pc/img/20260901/tab3_act.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.tabs_wrap {
  width: 1100px;
  margin: 0 -70px;
  border: 4px solid rgba(255, 139, 0, 1);
  border-radius: 8px;
  overflow: hidden;
  padding: 40px 32px 60px;
  background-image: url(https://r.r10s.jp/evt/event/superdeal/campaign/newpurchaser/_pc/img/20260901/slider_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom 8px center;
}

.con-flex-images {
  gap: 24px;
  justify-content: center;
}

.con-flex-images img {
  width: auto;
}

#tabUnstyledPanel1 .con-flex-images img:nth-child(2) {
  margin-left: -11px;
}
#tabUnstyledPanel1 .con-flex-images img:nth-child(3) {
  margin-left: -12px;
}

.deal_guide_anchor {
  margin-top: 20px;
  text-align: center;
  color: #4395fa;
}
.deal_guide_anchor a {
  color: #4395fa;
}
