.last{

  text-align: center;
  padding-top: 50px;
      background-color: #ceb998;

}



.last-item{
      position: relative;
  z-index: 2;
   background: #fdfdfd;
  border-radius: 82% 80% 68% 60% / 60% 75% 75% 60%;
  padding: 50px 20px;
  margin: 0 auto;
}


.line{
  text-align: center;
  margin-bottom: 30px;
}

.line-title{
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 50px auto;
  position: relative;
  gap: 20px;
}
.line-title::before,
.line-title::after{
  content: "";
  display: inline-block;
  border: 1px solid #000;
  aspect-ratio: 1/3;
  width: 20px;
}
.line-title::before{
  border-right: none;
}
.line-title::after{
  border-left: none;
}

.line h4{
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
}

.highlight{
    color: #996011;
    font-weight: bold;
}

.link{
  box-shadow: #727272 0px 4px 6px -1px, #727272 0px 2px 4px -1px;
background-color: #fdfdfd;
	padding-left: 1.5em;
  border-radius: 10px;
    text-decoration: none;
    height: 50px;
}

.link2{
  border-radius: 10px;
  box-shadow: #727272 0px 4px 6px -1px, #727272 0px 2px 4px -1px;
  text-align: center;
}

.link2 a{
    text-decoration: none;
    height: 50px;
}
.tell{
  margin-top: 20px;
}

  .tell a{
      border: 2px solid #33270f;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;

    text-decoration: none;
    color: #31190c;
    padding: 10px 20px;
  }

#trbody h3,
#trspecial h3{
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
  font-size: 22px;
  padding-bottom: 20px;
  text-align: center;
}

#trbody h4,
#trspecial h4{
  font-size: 20px;
  padding: 10px;
text-align: center;
}



#trbody img,
#trspecial img{
  width: 60%;
  height: auto;
  display: block;
}

.noaccordion{
  display: block;
  margin-bottom: 50px;
}

.nomenu-accordion{
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: #31190c 0px 4px 6px -1px, #31190c 0px 2px 4px -1px;
  padding: 20px;
  margin-bottom: 60px;
  padding: 20px;
}

.access{
  margin: 50px auto;
  padding: 10px auto;
      background-color: #ffffff;
        border-radius: 10px;
}

.last-cta {
  background: #f4ede3;
  padding: 60px 20px;
  text-align: center;
}

.last-cta h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.cta-lead {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btn-main {
  background: #f5a623;
  color: #fff;
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
}

.btn-line {
  background: #06c755;
  color: #fff;
  padding: 15px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
}
