.presentContent .box .ttl2 {
  background-color: #f5953d;
}
.presentContent .box .ttl2 h3 {
  line-height: 2.5rem;
}
@media screen and (max-width: 750px) {
  .presentContent .box .ttl2 h3 {
    line-height: 4dvw;
    font-size: 3.4dvw;
  }
}
.presentContent .box .ttl2 small {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  .presentContent .box .ttl2 small {
    font-size: 2.6dvw;
  }
}
.presentContent .box .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
@media screen and (max-width: 750px) {
  .presentContent .box .img-container {
    width: calc(100% + 3rem);
    margin: 0 0 2rem -1.5rem;
  }
}
.presentContent .box .img-wrapper {
  width: 100%;
}
.presentContent .box .img-slide {
  width: 27.5rem;
  margin: 0;
  padding: 0 1rem;
  text-indent: 0;
}
@media screen and (max-width: 750px) {
  .presentContent .box .img-slide {
    width: 100%;
    padding: 0;
  }
}
.presentContent .box .img-slide img {
  border: 0.1rem solid #808080;
}
.presentContent .box .img-control button {
  display: none;
}
.presentContent .box .img-pagination {
  display: flex;
  justify-content: center;
  column-gap: 2.4rem;
}
@media screen and (max-width: 750px) {
  .presentContent .box .img-pagination {
    column-gap: 2rem;
  }
}
.presentContent .box .img-pagination .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 0.2rem solid #f2972c;
}
.presentContent .box .img-pagination .swiper-pagination-bullet-active {
  background-color: #f2972c;
}
.presentContent .box .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
@media screen and (max-width: 750px) {
  .presentContent .box .btn-wrapper {
    row-gap: 1rem;
  }
}
.presentContent .box .btn-wrapper a {
  position: relative;
  width: 28rem;
  padding: 0.5rem;
  border-radius: 1rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .presentContent .box .btn-wrapper a {
    width: 24.4rem;
    line-height: 1.6rem;
    font-size: 1.4rem;
  }
}
.presentContent .box .btn-wrapper a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.2rem;
}
@media screen and (max-width: 750px) {
  .presentContent .box .btn-wrapper a::after {
    width: 0.3rem;
    height: 0.5rem;
  }
}
.presentContent .box .btn-wrapper a:hover, .presentContent .box .btn-wrapper a:active {
  opacity: 0.7;
}
.presentContent .box .btn-orange {
  border: 0.2rem solid #f2972c;
  color: #f2972c;
}
.presentContent .box .btn-orange::after {
  background: transparent url("/info/present/img/caret_orange.png") center/contain no-repeat;
}
.presentContent .box .btn-green {
  border: 0.2rem solid #00a75b;
  color: #00a75b;
}
.presentContent .box .btn-green::after {
  background: transparent url("/info/present/img/caret_green.png") center/contain no-repeat;
}