.layout2clm {
  /*============================
  #main
  ============================*/
}
.layout2clm #main {
  padding-bottom: 8.4722222222vw;
}
@media screen and (max-width: 767px) {
  .layout2clm #main {
    padding-bottom: 60px;
  }
}
.layout2clm #main section h2 {
  padding-bottom: 4.8em;
}
.layout2clm #main section dl dt {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.1111111111vw;
  letter-spacing: 0.03em;
  line-height: 1.875;
  margin-bottom: 2.6em;
}
@media screen and (max-width: 767px) {
  .layout2clm #main section dl dt {
    font-size: 14px;
  }
}
.layout2clm #main section dl dd {
  font-family: "Lato", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.3888888889vw;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 3.2em;
}
@media screen and (max-width: 767px) {
  .layout2clm #main section dl dd {
    font-size: 18px;
  }
}
.layout2clm #main section dl dd a {
  color: #333;
  text-decoration: underline;
}
.layout2clm #main section dl dd a:hover {
  text-decoration: none;
}