@charset "UTF-8";
.rl-width960 {
  margin-bottom: 42px;
}

.under-container {
  background-color: #FFE8DF;
}

.spu-header--wrap {
  width: 100%;
  min-width: 960px;
  background: #bf0000;
}

.spu-header__kanban_under {
  width: 960px;
  height: 300px;
  margin: 0 auto;
  background: url(https://r.r10s.jp/evt/event/campaign/point-up/everyday/point/start/_pc/img/kanban_ud2_20210916_2.png) no-repeat 0 0;
  position: relative;
}

.spu-header__kanban_under h1 {
  text-indent: -9999em;
}

.under-title {
  font-size: 40px;
  font-weight: bold;
  padding: 6px 12px;
  text-align: left;
  border-left: solid 12px #bf0000;
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -0.1rem;
}
.under-title__icon {

  color: #bf0000;
}
.under-inner {
  background: #fff;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 38px 50px;
  box-sizing: border-box;
  margin-bottom: 8px;
}

.under-inner__title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.under-inner__title span {
  background: linear-gradient(transparent 60%, #fff32d 60%);
}

.under-inner__subtitle {
  font-size: 14px;
  font-weight: 400;
}

.under-inner__list {
  padding: 32px 12px;
  border-bottom: solid 1px #ccc;
}

.under-inner__list:first-of-type {
  padding-top: 0;
}

.under-inner__list:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.under-inner__link:hover {
  color: #bf0000;
}

.under-inner__wrap {
  display: flex;
  align-items: center;
  position: relative;
}

a.under-inner__wrap:hover {
  opacity: 0.6;
  text-decoration: none;
}

.under-inner__wrap:nth-of-type(2) {
  margin-top: 8px;
}

.under-inner__wrap.ecm-icon-chevron-right:before {
  position: absolute;
  right: 0;
  color: #bf0000;
}

.under-inner__rankIcon, .under-inner__serviceIcon {
  width: 112px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}

.under-inner__rankTitle {
  font-size: 28px;
}

.under-inner__serviceWrap {
  line-height: 1.3;
}

.under-inner__serviceTitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.under-inner__serviceText {
  font-size: 18px;
}

.under-inner__text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 22px;
}

.under-notice  {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

.under-notice__icon {
  color:#bf0000;
}

.under-inner__columnWrap {
  display: flex;
  flex-direction: column;
}

.under-inner__columnList {
  position: relative;
  font-size: 20px;
  color: #333;
  padding: 24px 14px;
  border-radius: 5px;
  margin-bottom: 24px;
  display: flex;
  flex: 0 0 auto;
  background: #d9f4f1;
  letter-spacing: -0.1rem;
}

.under-inner__columnList:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #d9f4f1 transparent;
  border-width: 12px 12px 0 12px;
  bottom: -8px;
  left: 40px;
  transform: rotate(135deg);
}

.under-inner__columnList:nth-child(2) {
  background-color: #ffebe1;
}

.under-inner__columnList:nth-child(3) {
  background-color: #faf0c8;
}

.under-inner__columnList:nth-child(2):before {
  left: 798px;
  transform: rotate(225deg);
  border-color: #ffebe1 transparent;
}
.under-inner__columnList:nth-child(3):before {
  border-color: #faf0c8 transparent;
}

.under-inner__columnList:nth-child(5) {
  background-color: #ffebe1;
}

.under-inner__columnList:nth-child(6) {
  background-color: #faf0c8;
}

.under-inner__columnList:nth-child(5):before {
  left: 798px;
  transform: rotate(225deg);
  border-color: #ffebe1 transparent;
}
.under-inner__columnList:nth-child(6):before {
  border-color: #faf0c8 transparent;
}

.under-inner__serviceIcon:hover {
  opacity: 0.6;
}

.under-container ~ .ecm-container .sitemap .sitemap-list__link:hover{
  text-decoration: none;
  
}
