@charset "UTF-8";
/* ------------------------------------------------------
 * Section
------------------------------------------------------ */
.section_guideline {
  position: relative;
}
.section_guideline .section_inner {
  position: relative;
  z-index: 1;
}
.section_guideline .ticker {
  position: absolute;
  top: 90px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section_guideline .ticker {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section_guideline {
    padding: 45px 0 120px;
  }
}

/* ------------------------------------------------------
 * 本文
------------------------------------------------------ */
.section_guideline .trong_txt {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .section_guideline .trong_txt {
    font-size: 20px;
    margin-bottom: 25px;
  }
}