/*------------------------------------
  common
------------------------------------*/
body {
  min-width: 1080px;
  overflow-x: hidden;
}

.content-wrap {
  width: 1000px;
  margin: 0 auto;
}

.event-content-wrap {
  width: 1030px;
  margin: 10px auto 10px;
  padding: 5px 30px 2px;
  padding-top: 5px;
  padding-bottom: 2px;
  border: solid #def2ff;
  background: #f2faff;
}

@media screen and (min-wdth: 1024px) {
  .content-wrap {
    width: 1000px;
  }
}

.guide-text {
  color: #6c6c6c;
  text-align: center;
  font-size: 0.9rem;
}

.guide-text .-smaller {
  font-size: 0.9em;
}

.yellow-underline {
  background: linear-gradient(transparent 70%, #fae800 70%);
}

.english {
  --subject-color: #d8c11a;
}

.math {
  --subject-color: #3e71cd;
}

.japanese {
  --subject-color: #ff64bc;
}

.science {
  --subject-color: #a362e0;
}

.society {
  --subject-color: #56ae3d;
}

.splide__arrow--prev {
  left: -1em;
}

.splide__arrow--next {
  right: -1em;
}

.spacer-m {
  height: 6rem;
}

.spacer-s {
  height: 2rem;
}

/*------------------------------------
  apply
------------------------------------*/
.apply-wrap {
  margin: 50px auto;
}

.apply-title {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0.3rem;
}

.apply-button-wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.apply-button {
  flex-basis: 45%;
  color: #fff;
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  border-radius: 8px;
  text-align: center;
}

/* .invitation-button::before,.apply-button::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(42deg) translate(7px, calc(-50% - 8px)) skew(-5deg);
  top: 50%;
  left: 0;
} */

.apply-button.-request {
  background-color: #009380;
  box-shadow: 0 6px 0 #00453c;
}

.apply-button.-experience {
  background-color: #ff6464;
  box-shadow: 0 6px 0 #7a0000;
}

/*------------------------------------
  mv
------------------------------------*/
.mv-wrap {
  width: 1000px;
  margin: 0 auto;
}
.ts-mv-icon {
  position: absolute;
    top: 74%;
    width: 270px;
    right: 65%; 
}

.mv-img-box {
  position: relative;
}

/*------------------------------------
  jisseki
------------------------------------*/
.jisseki-text {
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  margin: 1rem auto;
  width: fit-content;
  padding: 0 3rem;
}

.jisseki-text-image {
  display: inline-block;
  width: 5rem;
  transform: translateY(-0.25rem);
}

.jisseki-text .-attention {
  color: #f00;
  font-size: 1.1em;
}

.jisseki-text .-big {
  font-size: 1.1em;
}

.jisseki-text::before {
  content: "";
  background-image: url(../img/laurel_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jisseki-text::after {
  content: "";
  background-image: url(../img/laurel_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.jisseki-text-sup {
  font-size: 0.5em;
  transform: translateY(-0.8em);
  display: inline-block;
}

/*------------------------------------
  reason
------------------------------------*/
.reason-intro {
  font-size: 2rem;
  color: #fff;
  background-color: #4668bf;
  text-align: center;
  padding: 0rem 0;
  line-height: 1.8;
  position: relative;
  height: 0rem;
  width: 1000px;
  margin: 1rem auto 50px;
}

.reason-intro .-invert {
  background-color: #fff;
  color: #4668bf;
  font-size: 1.25em;
  display: inline-block;
  padding: 0.1rem 0.2rem 0;
  line-height: 1;
  margin-right: 0.1rem;
}

.reason-intro .-invert ruby[data-ruby] {
  position: relative;
}

.reason-intro .-invert ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -0.7em;
  right: -2em;
  text-align: center;
  font-size: 0.4em;
  line-height: 1;
  margin: 0;
}

.reason-intro .-invert ruby[data-ruby] rt {
  display: none;
}

.reason-intro::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 158px 400px 0 400px;
  border-color: #4668bf transparent transparent transparent;
  z-index: -1;
}

.reason-container {
  margin: 0 auto;
  background-color: #f0fffd;
  padding: 1rem;
  position: relative;
  height: auto;
  width: 1000px;
}

.intro-container {
  margin-bottom: 10rem;
}

.reason-title {
  font-size: 1.5rem;
  color: #009380;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}

.reason-title::after {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 2px;
  border-radius: 8px;
  background-color: #009380;
  display: block;
}

.reason-description {
  font-size: 1rem;
  width: 800px;
  margin: 0.5rem auto;
}

.reason-intro-container {
  background-color: #f0fffd;
  width: 1000px;
  margin: 0 auto;
}

.reason-punchline {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin-top: 0.5rem;
}

.reason-punchline .yellow-underline {
  font-size: 1.6em;
}

/*------------------------------------
  nav
------------------------------------*/
.nav {
  padding-bottom: 5rem;
  position: relative;
}

.nav-background {
  position: absolute;
  z-index: -1;
  top: 7.5rem;
  left: 0;
  width: 100vw;
}

.nav-title {
  color: #009380;
  font-size: 2rem;
  text-align: center;
}

.nav-title-attention {
  background-color: #009380;
  color: #fff;
  padding: 0 0.2rem;
}

.nav-title-secondary {
  color: #009380;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-title-secondary::before,
.nav-title-secondary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 35%;
  height: 2px;
  display: block;
  background-color: #009380;
}

.nav-title-secondary::before {
  left: 0;
}

.nav-title-secondary::after {
  right: 0;
}

.nav-list {
  display: flex;
  justify-content: space-between;
}

.nav-list:nth-of-type(1) {
  margin-bottom: 1rem;
}

.nav-list-item {
  flex-basis: 24%;
}

.nav-list-title {
  font-size: 1.5rem;
  text-align: center;
  background-color: #009380;
  color: #fff;
  margin: 0.3rem 0;
  padding: 0.1rem 0;
  font-weight: bold;
}

.nav-list-title .-invert {
  color: #ffe400;
}

.separation {
  content: "";
  display: block;
  position: relative;
  height: 100px;
  margin-top: -100px;
}

.separation:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 50vw;
  border-color: transparent transparent transparent #c5e9e4;
  z-index: 2;
}

.separation:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 50vw;
  border-color: transparent transparent #c5e9e4 transparent;
  z-index: 2;
}

/*------------------------------------
  feature
------------------------------------*/
.feature {
  background-color: #c5e9e4;
  padding-top: 0.5rem;
  margin-top: -1px;
  counter-reset: number 0;
  overflow-x: hidden;
  padding-bottom: 1rem;
}

.feature-unit {
  position: relative;
  background-color: #fff;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2), -2px 0 2px rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5rem;
  z-index: 2;
}

.feature-unit:not(:last-child) {
  margin-bottom: 2.5rem;
}

/* .feature-unit::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  top: -5rem;
  color: #c5e9e4;
  font-size: 15rem;
  font-weight: bold;
  z-index: -1;
} */

.feature-unit:nth-child(odd)::before {
  right: 0.5rem;
}

.feature-unit:nth-child(even)::before {
  left: 0.5rem;
}

.feature-unit-title-wrap {
  position: relative;
  padding: 0.5rem 0;
}

.feature-unit-title-capture {
  position: relative;
  width: fit-content;
  padding: 0.3rem;
  border: 1px solid;
  font-weight: bold;
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
  background: #fff;
  left: 1.5rem;
}

/* .feature-unit:nth-child(even) .feature-unit-title-capture {
  margin-left: auto;
  left: auto;
  right: -1.5rem;
} */

.feature-unit-title-capture::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 1rem;
  background-color: #fff;
  width: 1.5rem;
  height: 0.7rem;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: 3;
}

.feature-unit-title-capture::after {
  content: "";
  position: absolute;
  top: calc(99% + 1px);
  left: 1rem;
  background-color: #000;
  width: calc(1.5rem + 1px);
  height: calc(0.7rem + 1px);
  width: 1.5rem;
  height: 0.7rem;
  transform: scale(1.1);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  z-index: 2;
}

.feature-unit-title-capture .-attention {
  color: #f00;
}

.feature-unit-title {
  width: fit-content;
  background: #009380;
  color: #fff;
  text-align: center;
  padding: 0.3rem 1.5rem;
  font-size: 1.5rem;
  min-width: 20rem;
}

.feature-unit-title.-exam {
  min-width: 24rem;
}

/* .feature-unit:nth-child(odd) .feature-unit-title {
  transform: translateX(-3vw);
} */

/* .feature-unit:nth-child(even) .feature-unit-title {
  margin-left: auto;
  transform: translateX(3vw);
} */

.feature-unit-description-wrap {
  padding: 0.5rem 2rem;
}

.feature-unit-description-title {
  color: #009380;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.feature-unit-description {
  font-size: 0.95rem;
}

.feature-unit-addition-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}

.feature-unit-addition-title .-attention {
  color: #009380;
}

.feature-unit-addition-image {
  width: 95%;
  margin: 0 auto 1rem;
  display: block;
}

.ambition-slide,
.teacher-slide {
  width: 80%;
  margin: 0.5rem auto;
}

.feature-unit-description-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.feature-unit-description-container .-image-col {
  width: 250px;
}

.feature-unit-description-container
  .-image-col
  .feature-unit-description-image {
  width: 100%;
}

.feature-unit-description-container .-text-col {
  width: 700px;
}

.feature-unit-description-image {
  width: 350px;
}

.teacher-slide .splide__pagination {
  display: none;
}

.teacher-slide-icon {
  border-radius: 9999px;
  border: 2px solid var(--subject-color);
}

.teacher-slide-subject {
  color: #fff;
  font-size: 0.8rem;
  background-color: var(--subject-color);
  width: fit-content;
  padding: 0.1rem;
  text-align: center;
}

.teacher-slide-name {
  font-size: 0.8rem;
}

.feature-unit-description-image-skew {
  transform: scale(1.1) translate(0, 0);
  object-fit: cover;
  overflow: hidden;
  height: 8rem;
  width: 48rem;
  margin-left: 10px;
}

.feature-unit-description-image-skew .-image {
  transform: scale(1.4) translateY(-10px);
}
.feature-subtitle-img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.class-slide {
  border: 1px solid;
}

.class-title {
  text-align: center;
  color: #009380;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.2rem 0;
}

.class-description {
  padding: 0 0.5rem;
  font-size: 0.9rem;
}

.class-guide-text {
  position: absolute;
  color: #6c6c6c;
  text-align: right;
  font-size: 0.9rem;
  padding-right: 0.5rem;
  right: 0;
  bottom: 0;
}

.ai-slide {
  margin-bottom: 30px;
}

.ai-slide .splide__pagination {
  bottom: -1em;
}

.ai-slide .splide__pagination__page.is-active {
  background-color: #808080;
}

.exam-addition-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  width: fit-content;
  padding: 0 4rem;
  margin: 0 auto;
}

.exam-addition-title .-attention {
  font-size: 1.2em;
  color: #f00;
}

.exam-addition-title::before {
  left: 2px;
  transform: rotate(60deg);
}

.exam-addition-title::after {
  right: 2px;
  transform: rotate(-60deg);
}

.exam-image-box {
  width: 100%;
  overflow: hidden;
}

.exam-image {
  width: 1670px;
  height: 200px;
  background-image: url(https://www.toshin-moshi.com/univ/img/loop.jpg);
  background-size: contain;
  animation: loop 20s linear infinite;
  background-repeat: repeat-x;
}

@keyframes loop {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: calc(200 / 268 * -1670px);
  }
}

.to-exam-button {
  color: #009380;
  font-weight: bold;
  display: block;
  width: 50%;
  font-size: 1.5rem;
  padding: 0.3rem;
  border: 2px solid #009380;
  border-radius: 8px;
  text-align: center;
  margin: 1rem auto;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}

.to-exam-button::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #009380;
  border-right: 2px solid #009380;
  transform: rotate(42deg) translate(5px, calc(-50% - 8px)) skew(-5deg);
  top: 50%;
  right: 2rem;
}

.feature-unit-title.-master {
  padding: 0.2rem 1rem;
  font-size: 1.5rem;
}

/*厳格*/
#tayobiko {
  margin: 30px auto;
}

.tayobiko-content {
  position: relative;
  margin-bottom: 100px;
}

.tayobiko-click {
  position: absolute;
  width: 300px;
  padding: 3px 0;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  color: #009380;
  border: solid 1.5px #009380;
  top: 70%;
  right: 36%;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 3px 3px #0001;
}

.tayobiko-click:hover {
  transition: 0.5s;
  background: #009380;
  color: #fff;
}

.tayobiko-detail-content {
  padding: 20px 60px;
  background-image: url(..img/tayobiko-backimg.jpg);
}

.ttl-green:before {
  content: "";
  height: 10px;
  width: 5px;
  background-color: #009380;
}

.js-modal-green {
  color: #009380;
}

#tayobiko {
  width: 1000px;
}

.recent-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #009380;
}

.recent-title span {
  font-size: 2rem;
}

/*イベント*/
.event-container {
  background: #fff;
}

.event-wrap {
  margin: 15px auto 15px;
}

.event-content {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.event-text-wrap {
  margin-left: 0px;
  width: 70%;
}

.event-img-wrap {
  width: 250px;
  height: auto;
}

.event-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #009380;
  width: 900px;
  margin: 10px auto;
  border-radius: 25px;
}

.event-name {
  font-size: 50px;
  margin: 10px auto 20px;
  display: block;
  font-weight: bold;
  text-align: center;
}

.event-info {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}

.event-small {
  font-size: 18px;
}

.event-button {
  margin-top: 15px;
  color: #4183c4;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}

/* .event-button::after {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #009380;
    border-right: 2px solid #009380;
    transform: rotate(42deg) translate(5px, calc(-50% - 8px)) skew(-5deg);
    top: 50%;
    right: 2rem;
} */

.event-attention {
  font-weight: bold;
  color: #f00;
}

.event-three-flex {
  display: flex;
  justify-content: space-around;
}

.event-three-icon {
  width: 32%;
}

.event-sub-ttl {
  font-size: 50px;
  /* color: #009380; */
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.be-small {
  font-size: 40px;
}

.be-big {
  font-size: 60px;
}

.feature-wrap {
  background-color: var(--light-color);
  position: relative;
  margin-bottom: 130px;
}

.feature-wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50vw 0 50vw;
  border-color: var(--light-color) transparent transparent transparent;
}

.feature-content {
  width: 1000px;
  margin: 0 auto;
}

.feature-title {
  font-size: 54px;
  text-align: center;
  margin-bottom: 20px;
}

.feature-title-small {
  font-size: 45px;
}

.feature-title-green {
  color: var(--main-color);
}

.feature-upper {
  position: relative;
  /* height: 100px; */
}

.feature-subtitle-bcc-left {
  position: absolute;
  left: 0;
  top: 0;
}

.feature-subtitle {
  font-size: 45px;
  color: #fff;
  background: #009380;
  text-align: center;
  transform: skewX(-20deg);
  width: 95%;
  margin: 0 auto;
}

.feature-subtitle-small1 {
  font-size: 40px;
}

.feature-subtitle-small2 {
  font-size: 35px;
}

.feature-subtitle-small3 {
  font-size: 38px;
}

.feature-lower {
  position: relative;
  background-image: url(../img/feature-square.png);
  background-repeat: no-repeat;
  margin: 10px auto 0;
  width: 90%;
}

.feature-lower-big {
  position: relative;
  background-image: url(../img/feature-square-big.png);
  /* height: 530px; */
  background-repeat: no-repeat;
  margin: 10px auto 0;
  width: 90%;
}

/* .feature-textbox{
    position: absolute;
    top: 10%;
    left: 7%;
} */

.feature-text-title {
  font-size: 29px;
  color: #26507A;
}

.feture-text-under {
  margin-top: 20px;
}

.feture-text-under2 {
  margin-top: 65px;
}

.feture-text-under3 {
  margin-top: 45px;
}

.feature-text {
  margin-top: 7px;
  font-size: 20px;
}

.feature-lower-image1 {
  position: absolute;
  width: 300px;
  left: 62%;
  top: 0%;
}

.feature-lower-image2 {
  position: absolute;
  width: 450px;
  left: 47%;
  top: 10%;
}

.feature-lower-image3 {
  position: absolute;
  width: 360px;
  left: 54%;
  top: 3.5%;
}

/* .subtitle-right{
    right: 1%;
    letter-spacing: -3px;
    top: 19%;
}

.subtitle-left{
    top: 5%;
    left: 1%;
} */

.shotai-feature-slide .splide__pagination__page.is-active {
  background-color: #009380;
}

.shotai-feature-slide {
  padding-bottom: 40px;
}

.shotai-feature-slide .splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 4em;
    height: 4em;
}

/*------------------------------------
  shoatai-apply
------------------------------------*/
.shotai-apply-wrap .button-wrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 20px auto;
}

.shotai-apply-wrap .button-container {
  /* width: 380px; */
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.shotai-apply-wrap .button-upper-text {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}

.shotai-apply-wrap .invitation-button {
  background-color: #06b9a3;
  box-shadow: 0 5px 0 0 #035c51;
}

.shotai-apply-wrap .invitation-button,
.apply-button {
  padding: 15px 55px 15px 55px;
  color: #fff;
  border-radius: 5px;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  display: block;
}

.shotai-apply-wrap .apply-button {
  background-color: #f41d27;
  box-shadow: 0 5px 0 0 #7a0e13;
}

.shotai-apply-wrap .apply-button::before {
  display: none;
}

.button-appeal-text {
  margin: 0 auto;
  color: black;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}

.button-upper-txt-green {
  color: #06b9a3;
}

.button-upper-txt-red {
  color: #f41d27;
}

.button-bottom-txt-countdown {
    text-align: left;
    margin: 7px 25px 0 25px;
        width: 850px;
        margin: 0 auto;
}

/* 新課程コンテンツ（本サイトから移植）2024 */
.event-sub-ttl {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.feature-upper {
  position: relative;
}

.feature-subtitle-img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.feature-lower-big {
  position: relative;
  background-image: url(../img/feature-square-big.png);
  background-repeat: no-repeat;
  margin: 10px auto 0;
  width: 80%;
}

.feature-lower-image3 {
  position: absolute;
  width: 360px;
  left: 54%;
  top: 3.5%;
}

.feature-subtitle-img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.feature-lower {
  position: relative;
  background-image: url(../img/feature-square.png);
  background-repeat: no-repeat;
  width: 80%;
}

.feature-lower-image1 {
  position: absolute;
  width: 300px;
  left: 62%;
  top: 0%;
}

.feature-text {
  margin-top: 7px;
  font-size: 20px;
}

.feature-text-title {
  font-size: 29px;
}

.feature-lower-2 {
  position: relative;
  background-image: url(../img/feature-square.png);
  background-repeat: no-repeat;
  top: 28%;
  left: 50%;
  height: 440px;
  background-repeat: no-repeat;
  margin-top: 20px;
  background-color: white;
  width: 900px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

.shotai-feature-slide .splide__pagination__page.is-active {
  background-color: #009380;
}

.annouce-from-toshin {
    width: 1000px;
    margin: 0 auto;
}

.announce-slides-ttl {
    text-align: center;
    font-size: 35px;
    margin: 15px 0;
}

.announce-first-box {
    display: flex;
}

.announce-point-ex-box {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}
.announce-slide {
    width: 316px !important;
    margin: 0 auto;
}

.announce-under-point-img {
    width: 220px;
}

.announce-slide img {
    border-radius: 10px;
    box-shadow: 5px 6px 6px #dfdcdc;
}

.announce-underimg-txt {
    font-size: 18px;
    margin: 0 auto;
}

.announce-underimg-txt > span {
    font-size: 25px;
}

.announce-underimg-url {
  text-align: right;
  display: block;
  color: #0013ff;
  font-weight: bold;
  text-decoration: underline !important;
  text-decoration-color: #0013ff;
}

.announce-hr {
  width: 800px;
  margin: 40px auto 20px;
}

.apply-yellow-underline {
  text-decoration: underline;
  text-decoration-color: #fae800;
  background: linear-gradient(transparent 70%, #fae800 70%);
}

.announce-graph-box {
  margin-bottom: 35px;
}

.feature-text-url {
  text-decoration: underline !important;
  position: absolute;
  bottom: -44px;
  right: 0;
  text-align: right;
  color: #0013ff;
  font-weight: bold;
  text-decoration-color: #0013ff;
}

#announce-slides1-box{
  margin-top: 30px;
}