@charset "UTF-8";

/* ==========================================================================
  kurasen.css
========================================================================== */
#page-kurasen main {
  padding: 0;
}

.kurasen__mv {
  background: linear-gradient(
    90deg,
    rgba(96, 192, 189, 1) 0%,
    rgba(158, 216, 245, 1) 80%,
    rgba(162, 179, 219, 1) 100%
  );
  padding: 145px 0 380px;
}

.kurasen__mv h2 {
  border: none;
  padding: 0;
}

.kurasen {
  margin-top: -305px;
}

.kurasen .text__box {
  background: #f4faff;
  border-radius: 15px;
  display: flex;
  gap: 5.8%;
  max-width: 1200px;
  margin: 0 auto 85px;
  padding: 75px;
}

.text__box-title {
  font-size: 3rem;
  letter-spacing: 1px;
  line-height: 1.4;
  width: 300px;
}

.text__box-title span {
  font-size: 2rem;
}

.text__box-title span span {
  border-top: 1px solid var(--color-navy);
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  width: 37px;
}

.text__box-text {
  flex: 1;
  line-height: 2.2;
  letter-spacing: 1px;
}

.text__box-text span {
  border-top: 1px solid var(--color-navy);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 30px;
}

.kurasen .anchor__list {
  gap: 15px 4.4%;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.kurasen .anchor__list li {
  max-width: 280px;
  width: calc((100% - 8.8%) / 3);
}

.kurasen .block__body-title {
  align-items: center;
  display: flex;
  font-size: 3rem;
  gap: 5%;
  justify-content: center;
  margin-bottom: 75px;
}

.kurasen .block__body-title img {
  margin: 0;
}

.kurasen .block__body-text {
  color: #333;
  line-height: 2;
}

.kurasen #box01 {
  background: var(--color-white) url(../images/kurasen/kurasen_bg01_pc.png)
    no-repeat center;
  background-size: cover;
}

.kurasen #box01 .block__item {
  display: flex;
  gap: 10.5%;
  position: relative;
}

.kurasen #box01 .block__body {
  flex: 1;
  padding: 100px 0;
}

.kurasen #box01 .box01__slider {
  max-width: 335px;
  width: 33%;
}

.kurasen #box01 .js-box01-swiper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33%;
  max-width: 335px;
  height: 100% !important;
  overflow: hidden;
}

.kurasen #box01 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.kurasen #box01 .box01__slider .swiper-slide.is-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.kurasen #box01 .box01__slider .swiper-slide.is-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.kurasen #box01 .box01__slider .swiper-slide img {
  margin: 0;
  max-height: 100%;
  max-width: 90%;
}

.kurasen .mini__box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.5%;
}

.kurasen .mini__item {
  background: var(--color-white);
  border-radius: 10px;
}

.kurasen .mini__item-title {
  border-bottom: 1px solid var(--color-navy);
  font-size: 1.9rem;
  padding: 16px 25px;
}

.kurasen .mini__item-title span {
  font-size: 1.4rem;
  padding-left: 20px;
}

.kurasen .mini__item-title span.show-pc {
  display: inline-block;
}

.kurasen .mini__item-text {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  padding: 20px 25px 25px;
  position: relative;
}

.kurasen .mini__item-text .number {
  font-size: 7rem;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  padding-right: 10px;
}

.kurasen .mini__item-text .mini__item-memo {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
}

.kurasen .mini__item-text img {
  position: absolute;
  margin: 0;
}

.kurasen #box02 {
  padding: 100px 0 50px;
}

.kurasen #box02 .mini__item:nth-of-type(1) {
  max-width: 396px;
  width: 36%;
}

.kurasen #box02 .mini__item:nth-of-type(1) img {
  right: 8.5%;
  bottom: 40px;
}

.kurasen #box02 .mini__item:nth-of-type(2) {
  max-width: 292px;
  width: 27%;
}

.kurasen #box02 .mini__item:nth-of-type(3) {
  max-width: 350px;
  width: 32%;
}

.kurasen #box02 .mini__item:nth-of-type(3) img {
  right: 11%;
  bottom: 20px;
}

.kurasen #box02 .mini__item:nth-of-type(4) {
  max-width: 254px;
  width: 23%;
}

.kurasen #box02 .mini__item:nth-of-type(5) {
  max-width: 815px;
  width: 74%;
}

.kurasen #box02 .mini__item:nth-of-type(5) .mini__item-text {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.kurasen #box02 .mini__item:nth-of-type(5) .mini__item-text p .small {
  font-size: 2rem;
  display: inline-block;
  line-height: 1.4;
  padding-right: 10px;
}

.kurasen #box02 .mini__item:nth-of-type(5) .mini__item-text p:first-of-type {
  width: 41%;
}

.kurasen #box02 .mini__item:nth-of-type(5) .mini__item-text p:last-of-type {
  flex: 1;
}

.kurasen #box02 .mini__item:nth-of-type(5) .mini__item-memo {
  width: 100%;
}

.kurasen #box02 .mini__item:nth-of-type(6) {
  max-width: 546px;
  width: 50%;
}

.kurasen #box02 .mini__item:nth-of-type(6) img {
  right: 14%;
  bottom: 0;
}

.kurasen #box02 .mini__item:nth-of-type(7) {
  max-width: 523px;
  width: 47.5%;
}

.kurasen #box03 {
  padding: 100px 0;
}

.kurasen #box03 .mini__item:nth-of-type(1) {
  max-width: 295px;
  width: 27%;
}

.kurasen #box03 .mini__item:nth-of-type(2) {
  max-width: 300px;
  width: 27.4%;
}

.kurasen #box03 .mini__item:nth-of-type(3) {
  max-width: 445px;
  width: 40.5%;
}

.kurasen #box03 .mini__item:nth-of-type(3) img {
  right: 6%;
  bottom: 20px;
}

.kurasen #box03 .mini__item:nth-of-type(4) {
  max-width: 790px;
  width: 72%;
}

.kurasen #box03 .mini__item:nth-of-type(4) img {
  right: 2.5%;
  bottom: 20px;
}

.kurasen #box03 .mini__item:nth-of-type(4) .mini__item-text {
  display: flex;
  align-items: flex-end;
  gap: 3%;
}

.kurasen #box03 .mini__item:nth-of-type(4) .mini__item-text p .small {
  font-size: 2rem;
  display: inline-block;
  line-height: 1.4;
  padding-right: 5px;
}

.kurasen #box03 .mini__item:nth-of-type(5) {
  max-width: 280px;
  width: 25.5%;
}

.kurasen #box04 {
  background: #d0eaf1 url(../images/kurasen/kurasen_bg02_pc.png) no-repeat
    center;
  padding: 100px 0 0;
}

.kurasen #box04 .box04__slider {
  position: relative;
}

.kurasen #box04 .swiper-wrapper {
  margin-bottom: 50px;
}

.kurasen #box04 .voice__title {
  background: var(--color-navy);
  border-radius: 15px;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
  padding: 12px;
}

.kurasen #box04 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.kurasen #box04 ul li {
  background: var(--color-white);
  border-radius: 15px;
  color: var(--color-navy);
  display: list-item;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 12px 25px 12px 55px;
  position: relative;
}

.kurasen #box04 ul li::before {
  content: "●";
  color: var(--color-navy);
  margin-right: 10px;
  font-size: 1rem;
  top: 22px;
  left: 25px;
  position: absolute;
}

.kurasen #box04 .swiper-button-next,
.kurasen #box04 .swiper-button-prev {
  width: 16px;
  height: 30px;
  margin-top: 0;
}

.kurasen #box04 .swiper-button-prev,
.kurasen #box04 .swiper-rtl .swiper-button-next {
  left: -36px;
  top: 15px;
}

.kurasen #box04 .swiper-button-next,
.kurasen #box04 .swiper-rtl .swiper-button-prev {
  top: 15px;
  right: -36px;
}

.kurasen #box04 .swiper-button-prev::before,
.kurasen #box04 .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 20px;
  height: 4px;
  background-color: var(--color-navy);
  transform-origin: 2px 50%;
}

.kurasen #box04 .swiper-button-next::before,
.kurasen #box04 .swiper-button-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 20px;
  height: 4px;
  background-color: var(--color-navy);
  transform-origin: calc(100% - 2px) 50%;
}

.kurasen #box04 .swiper-button-prev::before,
.kurasen #box04 .swiper-button-next::before {
  transform: rotate(45deg);
}

.kurasen #box04 .swiper-button-prev::after,
.kurasen #box04 .swiper-button-next::after {
  transform: rotate(-45deg);
}

.kurasen #box04 .swiper-pagination {
  bottom: 0;
}

.kurasen #box04 .swiper-pagination-bullet {
  background: var(--color-white);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.kurasen #box04 .swiper-pagination-bullet-active {
  background: #6e90db;
}

.kurasen #box04 .kurasen_img11 {
  margin: 0 70px 0 auto;
}

.kurasen #box05 {
  background: url(../images/kurasen/kurasen_bg03_pc.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.kurasen #box05 ul {
  display: flex;
  justify-content: space-between;
  gap: 2.3%;
}

.kurasen #box05 ul li a {
  border-radius: 15px;
  display: block;
  overflow: hidden;
  position: relative;
}

.kurasen #box05 ul li a .figcaption {
  background: rgba(0, 0, 74, 0.75);
  color: var(--color-white);
  display: block;
  height: 100%;
  opacity: 0;
  transition: var(--transition-base);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (hover: hover) {
  .kurasen #box05 ul li a:hover .figcaption {
    opacity: 1;
  }
}

.kurasen #box05 ul li a .figcaption p {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  writing-mode: vertical-rl;
}

@media (hover: hover) {
  .kurasen #box05 ul li a:hover {
    background: rgba(0, 0, 74, 0.75);
  }
}

.kurasen #box05 + .bg-gradient {
  padding: 0 0 200px;
}

.kurasen #box06 {
  padding: 100px 0 75px;
}

.kurasen #box06 .block__item {
  background: var(--color-white);
  border-radius: 15px;
  padding-bottom: 25px;
}

.kurasen #box06 .block__body-title {
  border-bottom: 1px solid var(--color-navy);
  padding: 32px 0;
  margin-bottom: 25px;
}

.kurasen #box06 ul {
  padding: 0 50px;
}

.kurasen #box06 ul li {
  background: url(../images/kurasen/icon_check.png) no-repeat left center;
  border-bottom: 2px dotted var(--color-navy);
  font-size: 2rem;
  padding: 28px 0 28px 80px;
}

.kurasen #box06 ul li:last-of-type {
  border-bottom: none;
}

.kurasen .button__box {
  border-bottom: 1px solid var(--color-navy);
  border-top: 1px solid var(--color-navy);
  padding: 100px 0;
}

.kurasen .button__box .button__detail {
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 26px;
  width: 48%;
  max-width: 700px;
}

.kurasen .button__box .button .blank {
  border-left: none;
  margin: 2px 0 2px 20px;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .kurasen__mv {
    padding: 110px 0 90px;
  }

  .kurasen__mv img {
    max-width: var(--inner-width);
  }

  .kurasen {
    margin: -60px auto 0;
  }

  .kurasen .text__box {
    flex-direction: column;
    gap: 25px;
    margin: 0 auto 40px;
    padding: 30px 15px;
    max-width: var(--inner-width);
  }

  .text__box-title {
    font-size: 2.6rem;
    line-height: 1.2;
    width: 100%;
  }

  .text__box-title span {
    font-size: 1.8rem;
  }

  .text__box-text {
    line-height: 1.8;
    letter-spacing: 0;
  }

  .kurasen .anchor__list {
    gap: 15px;
    margin-bottom: 50px;
  }

  .kurasen .anchor__list li {
    max-width: 100%;
    width: 100%;
  }

  .kurasen #box01 {
    background: var(--color-white) url(../images/kurasen/kurasen_bg01_sp.png)
      no-repeat center;
    background-size: cover;
    border-radius: 15px;
    padding: 30px 0 50px;
  }

  .kurasen #box01 .block__item {
    flex-direction: column;
    gap: 25px;
  }

  .kurasen #box01 .block__body {
    padding: 0;
  }

  .kurasen .block__body-title {
    flex-direction: column;
    font-size: 1.9rem;
    gap: 10px;
    margin-bottom: 20px;
  }

  .kurasen .block__body-title img {
    width: 32px;
  }

  .kurasen .block__body-text {
    line-height: 1.8;
  }

  .kurasen #box01 .box01__slider {
    max-width: 100vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .kurasen #box01 .js-box01-swiper {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
  }

  .kurasen #box01 .box01__slider .swiper-slide.is-left {
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .kurasen #box01 .box01__slider .swiper-slide.is-right {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 10px;
  }

  .kurasen #box01 .box01__slider .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
  }

  .kurasen #box02 {
    padding: 50px 0;
  }

  .kurasen .mini__box {
    gap: 15px 4.1%;
  }

  .kurasen #box02 .mini__item:nth-of-type(1),
  .kurasen #box02 .mini__item:nth-of-type(4),
  .kurasen #box02 .mini__item:nth-of-type(7) {
    max-width: 100%;
    width: 51.4%;
  }

  .kurasen #box02 .mini__item:nth-of-type(2),
  .kurasen #box02 .mini__item:nth-of-type(3),
  .kurasen #box02 .mini__item:nth-of-type(6) {
    max-width: 100%;
    width: 44.5%;
  }

  .kurasen #box02 .mini__item:nth-of-type(5) {
    max-width: 100%;
    width: 100%;
  }

  .kurasen #box02 .mini__item:nth-of-type(1) {
    order: 1;
  }

  .kurasen #box02 .mini__item:nth-of-type(1) img {
    bottom: 15px;
    width: 39px;
  }

  .kurasen #box02 .mini__item:nth-of-type(2) {
    order: 2;
  }

  .kurasen #box02 .mini__item:nth-of-type(3) {
    order: 4;
  }

  .kurasen #box02 .mini__item:nth-of-type(3) img {
    right: 7%;
    bottom: 65px;
    width: 44px;
  }

  .kurasen #box02 .mini__item:nth-of-type(4) {
    order: 3;
  }

  .kurasen #box02 .mini__item:nth-of-type(5) {
    order: 5;
  }

  .kurasen #box02 .mini__item:nth-of-type(5) .mini__item-text p .small {
    font-size: 1.6rem;
    display: block;
    line-height: 1.6;
    padding: 0 0 10px 0;
  }

  .kurasen #box02 .mini__item:nth-of-type(5) .mini__item-memo {
    width: auto;
    position: absolute;
    right: 15px;
    bottom: 15px;
  }

  .kurasen #box02 .mini__item:nth-of-type(5) .mini__item-memo span.show-sp {
    display: inline-block;
  }

  .kurasen #box02 .mini__item:nth-of-type(6) {
    order: 6;
  }

  .kurasen #box02 .mini__item:nth-of-type(6) img {
    right: 5%;
    bottom: 8px;
  }

  .kurasen #box02 .mini__item:nth-of-type(7) {
    order: 7;
  }

  .kurasen .mini__item-title {
    font-size: 1.5rem;
    padding: 6px 15px;
  }

  .kurasen .mini__item-title span.show-pc {
    display: none;
  }

  .kurasen .mini__item-text {
    font-size: 1.6rem;
    padding: 10px 15px 15px;
  }

  .kurasen .mini__item-text .mini__item-memo {
    padding-top: 10px;
    display: block;
  }

  .kurasen .mini__item-text .mini__item-memo + .mini__item-memo {
    padding-top: 3px;
  }

  .kurasen .mini__item-text .number {
    font-size: 3.6rem;
    padding-right: 5px;
  }

  .kurasen #box03 {
    padding: 0 0 50px;
  }

  .kurasen #box03 .mini__item:nth-of-type(1) {
    max-width: 100%;
    width: 55.8%;
  }

  .kurasen #box03 .mini__item:nth-of-type(2) {
    max-width: 100%;
    width: 40.1%;
  }

  .kurasen #box03 .mini__item:nth-of-type(3),
  .kurasen #box03 .mini__item:nth-of-type(4),
  .kurasen #box03 .mini__item:nth-of-type(5) {
    max-width: 100%;
    width: 100%;
  }

  .kurasen #box03 .mini__item:nth-of-type(3) img {
    bottom: 0;
    width: 78px;
  }

  .kurasen #box03 .mini__item:nth-of-type(3) p {
    display: flex;
    align-items: flex-end;
  }

  .kurasen #box03 .mini__item:nth-of-type(3) .mini__item-memo {
    padding-left: 15px;
  }

  .kurasen #box03 .mini__item:nth-of-type(4) .mini__item-text {
    justify-content: flex-end;
    gap: 2%;
  }

  .kurasen #box03 .mini__item:nth-of-type(4) .mini__item-text p .small {
    font-size: 1.6rem;
    line-height: 0.3;
    padding-top: 10px;
  }

  .kurasen #box03 .mini__item:nth-of-type(4) p:nth-of-type(1) {
    width: 30%;
  }

  .kurasen #box03 .mini__item:nth-of-type(4) p:nth-of-type(2) {
    width: 25%;
  }

  .kurasen #box03 .mini__item:nth-of-type(4) .mini__item-memo span.show-sp {
    display: inline-block;
  }

  .kurasen #box03 .mini__item:nth-of-type(4) img {
    right: auto;
    left: 3.5%;
    bottom: 0;
    width: 51px;
  }

  .kurasen #box03 .mini__item:nth-of-type(5) p {
    display: flex;
    align-items: flex-end;
  }

  .kurasen #box03 .mini__item:nth-of-type(5) .mini__item-memo {
    padding-left: 15px;
  }

  .kurasen #box04 {
    background: #d0eaf1 url(../images/kurasen/kurasen_bg02_sp.png) no-repeat top
      center;
    background-size: cover;
    padding: 50px 0 0;
  }

  .kurasen #box04 .box04__slider {
    max-width: var(--inner-width);
    margin: 0 auto;
  }

  .kurasen #box04 .voice__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1.8;
    height: 80px;
    margin-bottom: 15px;
    padding: 13px;
  }

  .kurasen #box04 ul {
    gap: 15px;
  }

  .kurasen #box04 ul li {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 13px 15px;
    width: 100%;
  }

  .kurasen #box04 ul li::before {
    content: none;
  }

  .kurasen #box04 .swiper-button-next,
  .kurasen #box04 .swiper-button-prev {
    width: 10px;
    height: 18px;
  }

  .kurasen #box04 .swiper-button-prev::before,
  .kurasen #box04 .swiper-button-prev::after {
    top: calc(50% - 1.5px);
    width: 12px;
    height: 2px;
    transform-origin: 1px 50%;
  }

  .kurasen #box04 .swiper-button-next::before,
  .kurasen #box04 .swiper-button-next::after {
    top: calc(50% - 1.5px);
    width: 12px;
    height: 2px;
    transform-origin: calc(100% - 1px) 50%;
  }

  .kurasen #box04 .swiper-button-prev,
  .kurasen #box04 .swiper-rtl .swiper-button-next {
    left: -20px;
    top: 30px;
  }

  .kurasen #box04 .swiper-button-next,
  .kurasen #box04 .swiper-rtl .swiper-button-prev {
    top: 30px;
    right: -20px;
  }

  .kurasen #box04 .kurasen_img11 {
    margin: 15px auto 0;
    max-width: 283px;
  }

  .kurasen #box05 {
    background: url(../images/kurasen/kurasen_bg03_sp.png) no-repeat center;
    background-size: cover;
    padding: 50px 0;
  }

  .kurasen #box05 ul {
    flex-direction: column;
    gap: 15px;
  }

  .kurasen #box05 ul img {
    width: 100%;
  }

  .kurasen #box05 ul li a .figcaption {
    background: rgba(0, 0, 74, 0.6);
    opacity: 1;
  }

  .kurasen #box05 ul li a .figcaption p {
    font-size: 1.9rem;
    letter-spacing: 2px;
    writing-mode: horizontal-tb;
  }

  .kurasen #box05 + .bg-gradient {
    padding: 0 0 75px;
  }

  .kurasen #box06 {
    padding: 50px 0;
  }

  .kurasen #box06 .block__item {
    padding-bottom: 10px;
  }

  .kurasen #box06 .block__body-title {
    padding: 25px 0;
    margin-bottom: 10px;
  }

  .kurasen #box06 ul {
    padding: 0 20px;
  }

  .kurasen #box06 ul li {
    background: url(../images/kurasen/icon_check.png) no-repeat left top 20px;
    background-size: 17px;
    font-size: 1.5rem;
    padding: 13px 0 13px 30px;
  }

  .kurasen .button__box {
    padding: 30px 0;
  }

  .kurasen .button__box .button__detail {
    font-size: 1.6rem;
    padding: 22px 26px;
    width: 85%;
    max-width: 340px;
  }

  .kurasen .button__box .button .blank {
    margin: 2px 0 2px 10px;
    right: 25px;
  }
}

@media screen and (max-width: 374px) {
  .kurasen .mini__item-title {
    font-size: 1.5rem;
    padding: 6px 10px;
  }

  .kurasen .mini__item-text .number {
    font-size: 3rem;
  }

  .kurasen .mini__item-text {
    font-size: 1.4rem;
    padding: 10px 10px 15px;
  }

  .kurasen .mini__item-text .mini__item-memo {
    font-size: 1rem;
  }

  .kurasen #box02 .mini__item:nth-of-type(1) img {
    bottom: 40px;
  }

  .kurasen #box02 .mini__item:nth-of-type(5) .mini__item-text p .small {
    font-size: 1.4rem;
  }

  .kurasen #box02 .mini__item:nth-of-type(6) img {
    width: 55px;
  }

  .kurasen #box03 .mini__item:nth-of-type(1) .mini__item-title {
    font-size: 1.4rem;
  }

  .kurasen #box03 .mini__item:nth-of-type(3) img {
    width: 65px;
  }

  .kurasen #box03 .mini__item:nth-of-type(4) .mini__item-text p .small {
    font-size: 1.4rem;
  }

  .kurasen #box03 .mini__item:nth-of-type(4) img {
    width: 45px;
  }

  .kurasen .button__box .button__detail {
    font-size: 1.4rem;
    text-indent: -1em;
  }

  .kurasen .button__box .button .blank {
    right: 20px;
  }
}
