* {
  box-sizing: border-box;
}

.contents {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 5em;
  overflow: hidden;
  max-width: 120rem;
  margin: 0 auto;
  width: 90%;
}

.tdy-main-title{
  padding-top: 12rem;
}


.main-title{
  max-width: 60rem;
  margin: 0 auto 2rem;
}

.tdy-subttl{
  font-family: "Hiragino Kaku Gothic ProN";
  margin-top: 3rem;
  font-size: 3.4rem;
  text-align: center;
  color: #005823;
  font-weight: bold;
}


.tdy-txt{
  text-align: center;
  font-size: 2rem;
  margin-top: 3rem;
  font-weight: bold;
}

.popup-gallery{
  max-width: 44.8rem;
  margin: 5rem auto 0;
}

.link-button a {
  position: relative;
  margin: 0;
  padding: 0.8em 1em;
  width: 90%;
  max-width: 38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 0.1rem #b1883a;
  background: url(/smileup/reform/common/img/icon_arrow.svg) right 1rem center no-repeat;
  background-size: 1.6rem auto;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.faqlist, .faq-button {
  margin-top: 3rem;
}

.dawnload a{
  background: url(/smileup/reform/common/img/icon_download.svg) right 1rem center no-repeat;
  background-size: 2.4rem auto;
}

@media (hover: hover) {
.dawnload a:hover {
  background: url(/smileup/reform/img/tdy/icon_download_white.svg) right 1rem center no-repeat; color: #fff; opacity: 1;
  background-size: 2.4rem auto;
}

}/* End hover */


.link-button {
  width: 100%;
  display: flex;
}


@media screen and (max-width: 768px) {
.link-button a {
  font-size: 1.6rem;
}

h2{
  font-size: 3rem;
}


}

