/*
 guide
=================================== */
.guide-color-737373 {
  color: #737373;
}

.guide-navi {
  height: 46px;
}
.guide-navi__item {
  font-size: 16px;
  flex: 1;
  justify-content: space-between;
  padding: 0;
}
.guide-navi__item:not(:first-child) {
  border-left: 2px solid #f2f2f2;
}
@media (hover: hover) {
  .guide-navi__item:hover {
    font-weight: normal;
    color: #bf0000;
  }
}
.guide-navi__item .guide-navi__icon {
  font-size: 14px;
  font-weight: bold;
  position: static;
}

.guide-title {
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
  color: #bf0000;
}
.guide-title__icon {
  font-size: 64px;
}

.guide-section {
  line-height: 1.6;
  width: -moz-fit-content;
  width: fit-content;
  padding: 48px 0;
  color: #4c4c4c;
  margin-inline: auto;
}
.guide-section__title {
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.guide-section__title::before,
.guide-section__title::after {
  width: 64px;
  height: 2px;
  content: '';
  background-color: #4c4c4c;
}
.guide-section__title::before {
  margin-right: 16px;
}
.guide-section__title::after {
  margin-left: 16px;
}

.guide-note {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}

.guide-dec-list {
  list-style-type: decimal;
  padding-left: 20px;
}

.guide-disc-list {
  padding-left: 20px;
  list-style-type: disc;
}

.guide-box {
  padding: 24px 56px;
  background-color: #f2f2f2;
}
.guide-box__image {
  width: 100%;
  height: 170px;
  -o-object-fit: none;
  object-fit: none;
}

.guide-bg {
  -o-border-image: conic-gradient(#f2f2f2 0 0) 0/0/0 100vw;
  border-image: conic-gradient(#f2f2f2 0 0) fill 0/0/0 100vw;
}

.guide-shadow {
  box-shadow: 0 0 3px 1px #ccc;
}

.guide-point {
  width: 950px;
  margin: 48px auto 0;
  padding: 95px 30px 30px;
  background: #bf0000 url(https://r.r10s.jp/evt/event/superdeal/guide/_pc/img/bg_point_pc.png) no-repeat 50% 0;
}
.guide-point__content {
  display: grid;
  grid-template-columns: 274px 1fr;
  -moz-column-gap: 36px;
  column-gap: 36px;
}
.guide-point__box {
  display: grid;
  padding: 28px 24px;
  border-radius: 8px;
  background-color: #fff;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.guide-point__box--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.guide-point__item {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}
.guide-point__item + .guide-point__item {
  padding-left: 24px;
  border-left: 1px solid #bf0000;
}
.guide-point__subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 24px;
  text-align: center;
  color: #bf0000;
}
.guide-point__sup {
  font-size: 10px;
  top: 0;
  vertical-align: super;
}

.guide-faq__question,
.guide-faq__answer {
  position: relative;
  padding: 15px 40px 15px 60px;
}
.guide-faq__question::before,
.guide-faq__answer::before {
  position: absolute;
  top: 11px;
  left: 15px;
  width: 32px;
  height: 32px;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
}
.guide-faq__question {
  font-weight: bold;
  margin-top: 25px;
  background-color: #f2f2f2;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.guide-faq__question::before {
  background-image: url(https://r.r10s.jp/evt/event/superdeal/guide/_pc/img/icon_question_pc.png);
}
.guide-faq__answer {
  margin: 0;
  border: 2px solid #f2f2f2;
}
.guide-faq__answer::before {
  background-image: url(https://r.r10s.jp/evt/event/superdeal/guide/_pc/img/icon_answer_pc.png);
}

.guide-contact {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 28px;
  column-gap: 28px;
}
.guide-contact__item {
  display: flex;
  flex-direction: column;
}
.guide-contact__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #000;
  border-bottom: 2px dashed #000;
}
.guide-contact__box {
  font-size: 14px;
  display: inherit;
  flex-direction: inherit;
  height: 100%;
  padding: 8px 24px 20px;
  background-color: #efefef;
}
.guide-contact__button {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  width: 240px;
  margin: auto auto 0;
  padding: 12px;
  text-align: center;
  background-color: #666;
}
.guide-contact__button,
.guide-contact__button:active,
.guide-contact__button:visited {
  color: #fff;
}
@media (hover: hover) {
  .guide-contact__button:hover {
    color: #fff;
    text-decoration: none;
  }
}
.guide-contact__button::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
