.shm_flex {
  display: flex;
}

.shm_flex.shm_direction__row {
  flex-direction: row;
}

@media all and (max-width: 767px) {
  .shm_flex.shm_direction__row__max {
    flex-direction: row;
  }
}

@media all and (min-width: 768px) {
  .shm_flex.shm_direction__row__min {
    flex-direction: row;
  }
}

.shm_flex.shm_direction__column {
  flex-direction: column;
}

@media all and (max-width: 767px) {
  .shm_flex.shm_direction__column__max {
    flex-direction: column;
  }
}

@media all and (min-width: 768px) {
  .shm_flex.shm_direction__column__min {
    flex-direction: column;
  }
}

.shm_flex.shm_wrap__wrap {
  flex-wrap: wrap;
}

.shm_flex .shm_shrink-0 {
  flex-shrink: 0;
}

.shm_flex.shm_justify__baseline {
  justify-content: baseline;
}

.shm_flex.shm_justify__center {
  justify-content: center;
}

.shm_flex.shm_justify__end {
  justify-content: flex-end;
}

.shm_flex.shm_justify__start {
  justify-content: flex-start;
}

.shm_flex.shm_justify__between {
  justify-content: space-between;
}

.shm_flex.shm_align__baseline {
  align-items: baseline;
}

.shm_flex.shm_align__center {
  align-items: center;
}

.shm_flex.shm_align__end {
  align-items: flex-end;
}

.shm_flex.shm_align__start {
  align-items: flex-start;
}

.shm_flex.shm_align__stretch {
  align-items: stretch;
}

.shm_inline-flex {
  display: inline-flex;
}

.shm_inline-flex.shm_direction__row {
  flex-direction: row;
}

@media all and (max-width: 767px) {
  .shm_inline-flex.shm_direction__row__max {
    flex-direction: row;
  }
}

@media all and (min-width: 768px) {
  .shm_inline-flex.shm_direction__row__min {
    flex-direction: row;
  }
}

.shm_inline-flex.shm_direction__column {
  flex-direction: column;
}

@media all and (max-width: 767px) {
  .shm_inline-flex.shm_direction__column__max {
    flex-direction: column;
  }
}

@media all and (min-width: 768px) {
  .shm_inline-flex.shm_direction__column__min {
    flex-direction: column;
  }
}

.shm_inline-flex .shm_shrink-0 {
  flex-shrink: 0;
}

.shm_inline-flex.shm_wrap__wrap {
  flex-wrap: wrap;
}

.shm_inline-flex.shm_justify__baseline {
  justify-content: baseline;
}

.shm_inline-flex.shm_justify__center {
  justify-content: center;
}

.shm_inline-flex.shm_justify__end {
  justify-content: flex-end;
}

.shm_inline-flex.shm_justify__start {
  justify-content: flex-start;
}

.shm_inline-flex.shm_justify__between {
  justify-content: space-between;
}

.shm_inline-flex.shm_align__baseline {
  align-items: baseline;
}

.shm_inline-flex.shm_align__center {
  align-items: center;
}

.shm_inline-flex.shm_align__end {
  align-items: flex-end;
}

.shm_inline-flex.shm_align__start {
  align-items: flex-start;
}

.shm_inline-flex.shm_align__stretch {
  align-items: stretch;
}

.shm_margin-0 {
  margin: 0px !important;
  margin: 0rem !important;
}

.shm_margin-1 {
  margin: 4px !important;
  margin: 0.25rem !important;
}

.shm_margin-2 {
  margin: 8px !important;
  margin: 0.5rem !important;
}

.shm_margin-3 {
  margin: 12px !important;
  margin: 0.75rem !important;
}

.shm_margin-4 {
  margin: 16px !important;
  margin: 1rem !important;
}

.shm_margin-5 {
  margin: 20px !important;
  margin: 1.25rem !important;
}

.shm_margin-6 {
  margin: 24px !important;
  margin: 1.5rem !important;
}

.shm_margin-7 {
  margin: 28px !important;
  margin: 1.75rem !important;
}

.shm_margin-8 {
  margin: 32px !important;
  margin: 2rem !important;
}

.shm_margin-9 {
  margin: 36px !important;
  margin: 2.25rem !important;
}

.shm_margin-10 {
  margin: 40px !important;
  margin: 2.5rem !important;
}

.shm_margin__top-0 {
  margin-top: 0px !important;
  margin-top: 0rem !important;
}

.shm_margin__top-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important;
}

.shm_margin__top-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important;
}

.shm_margin__top-3 {
  margin-top: 12px !important;
  margin-top: 0.75rem !important;
}

.shm_margin__top-4 {
  margin-top: 16px !important;
  margin-top: 1rem !important;
}

.shm_margin__top-5 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.shm_margin__top-6 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important;
}

.shm_margin__top-7 {
  margin-top: 28px !important;
  margin-top: 1.75rem !important;
}

.shm_margin__top-8 {
  margin-top: 32px !important;
  margin-top: 2rem !important;
}

.shm_margin__top-9 {
  margin-top: 36px !important;
  margin-top: 2.25rem !important;
}

.shm_margin__top-10 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.shm_margin__auto {
  margin: 0px auto;
  margin: 0rem auto;
}

.shm_margin__right-0 {
  margin-right: 0px !important;
  margin-right: 0rem !important;
}

.shm_margin__right-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important;
}

.shm_margin__right-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
}

.shm_margin__right-3 {
  margin-right: 12px !important;
  margin-right: 0.75rem !important;
}

.shm_margin__right-4 {
  margin-right: 16px !important;
  margin-right: 1rem !important;
}

.shm_margin__right-5 {
  margin-right: 20px !important;
  margin-right: 1.25rem !important;
}

.shm_margin__right-6 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important;
}

.shm_margin__right-7 {
  margin-right: 28px !important;
  margin-right: 1.75rem !important;
}

.shm_margin__right-8 {
  margin-right: 32px !important;
  margin-right: 2rem !important;
}

.shm_margin__right-9 {
  margin-right: 36px !important;
  margin-right: 2.25rem !important;
}

.shm_margin__right-10 {
  margin-right: 40px !important;
  margin-right: 2.5rem !important;
}

.shm_margin__auto {
  margin: 0px auto;
  margin: 0rem auto;
}

.shm_margin__left-0 {
  margin-left: 0px !important;
  margin-left: 0rem !important;
}

.shm_margin__left-1 {
  margin-left: 4px !important;
  margin-left: 0.25rem !important;
}

.shm_margin__left-2 {
  margin-left: 8px !important;
  margin-left: 0.5rem !important;
}

.shm_margin__left-3 {
  margin-left: 12px !important;
  margin-left: 0.75rem !important;
}

.shm_margin__left-4 {
  margin-left: 16px !important;
  margin-left: 1rem !important;
}

.shm_margin__left-5 {
  margin-left: 20px !important;
  margin-left: 1.25rem !important;
}

.shm_margin__left-6 {
  margin-left: 24px !important;
  margin-left: 1.5rem !important;
}

.shm_margin__left-7 {
  margin-left: 28px !important;
  margin-left: 1.75rem !important;
}

.shm_margin__left-8 {
  margin-left: 32px !important;
  margin-left: 2rem !important;
}

.shm_margin__left-9 {
  margin-left: 36px !important;
  margin-left: 2.25rem !important;
}

.shm_margin__left-10 {
  margin-left: 40px !important;
  margin-left: 2.5rem !important;
}

.shm_margin__auto {
  margin: 0px auto;
  margin: 0rem auto;
}

.shm_margin__bottom-0 {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}

.shm_margin__bottom-1 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important;
}

.shm_margin__bottom-2 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important;
}

.shm_margin__bottom-3 {
  margin-bottom: 12px !important;
  margin-bottom: 0.75rem !important;
}

.shm_margin__bottom-4 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important;
}

.shm_margin__bottom-5 {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}

.shm_margin__bottom-6 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

.shm_margin__bottom-7 {
  margin-bottom: 28px !important;
  margin-bottom: 1.75rem !important;
}

.shm_margin__bottom-8 {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important;
}

.shm_margin__bottom-9 {
  margin-bottom: 36px !important;
  margin-bottom: 2.25rem !important;
}

.shm_margin__bottom-10 {
  margin-bottom: 40px !important;
  margin-bottom: 2.5rem !important;
}

.shm_margin__auto {
  margin: 0px auto;
  margin: 0rem auto;
}

.shm_padding-0 {
  padding: 0px !important;
  padding: 0rem !important;
}

.shm_padding-1 {
  padding: 4px !important;
  padding: 0.25rem !important;
}

.shm_padding-2 {
  padding: 8px !important;
  padding: 0.5rem !important;
}

.shm_padding-3 {
  padding: 12px !important;
  padding: 0.75rem !important;
}

.shm_padding-4 {
  padding: 16px !important;
  padding: 1rem !important;
}

.shm_padding-5 {
  padding: 20px !important;
  padding: 1.25rem !important;
}

.shm_padding-6 {
  padding: 24px !important;
  padding: 1.5rem !important;
}

.shm_padding-7 {
  padding: 28px !important;
  padding: 1.75rem !important;
}

.shm_padding-8 {
  padding: 32px !important;
  padding: 2rem !important;
}

.shm_padding-9 {
  padding: 36px !important;
  padding: 2.25rem !important;
}

.shm_padding-10 {
  padding: 40px !important;
  padding: 2.5rem !important;
}

.shm_padding__top-0 {
  padding-top: 0px !important;
  padding-top: 0rem !important;
}

.shm_padding__top-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important;
}

.shm_padding__top-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important;
}

.shm_padding__top-3 {
  padding-top: 12px !important;
  padding-top: 0.75rem !important;
}

.shm_padding__top-4 {
  padding-top: 16px !important;
  padding-top: 1rem !important;
}

.shm_padding__top-5 {
  padding-top: 20px !important;
  padding-top: 1.25rem !important;
}

.shm_padding__top-6 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important;
}

.shm_padding__top-7 {
  padding-top: 28px !important;
  padding-top: 1.75rem !important;
}

.shm_padding__top-8 {
  padding-top: 32px !important;
  padding-top: 2rem !important;
}

.shm_padding__top-9 {
  padding-top: 36px !important;
  padding-top: 2.25rem !important;
}

.shm_padding__top-10 {
  padding-top: 40px !important;
  padding-top: 2.5rem !important;
}

.shm_padding__right-0 {
  padding-right: 0px !important;
  padding-right: 0rem !important;
}

.shm_padding__right-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important;
}

.shm_padding__right-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important;
}

.shm_padding__right-3 {
  padding-right: 12px !important;
  padding-right: 0.75rem !important;
}

.shm_padding__right-4 {
  padding-right: 16px !important;
  padding-right: 1rem !important;
}

.shm_padding__right-5 {
  padding-right: 20px !important;
  padding-right: 1.25rem !important;
}

.shm_padding__right-6 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important;
}

.shm_padding__right-7 {
  padding-right: 28px !important;
  padding-right: 1.75rem !important;
}

.shm_padding__right-8 {
  padding-right: 32px !important;
  padding-right: 2rem !important;
}

.shm_padding__right-9 {
  padding-right: 36px !important;
  padding-right: 2.25rem !important;
}

.shm_padding__right-10 {
  padding-right: 40px !important;
  padding-right: 2.5rem !important;
}

.shm_padding__left-0 {
  padding-left: 0px !important;
  padding-left: 0rem !important;
}

.shm_padding__left-1 {
  padding-left: 4px !important;
  padding-left: 0.25rem !important;
}

.shm_padding__left-2 {
  padding-left: 8px !important;
  padding-left: 0.5rem !important;
}

.shm_padding__left-3 {
  padding-left: 12px !important;
  padding-left: 0.75rem !important;
}

.shm_padding__left-4 {
  padding-left: 16px !important;
  padding-left: 1rem !important;
}

.shm_padding__left-5 {
  padding-left: 20px !important;
  padding-left: 1.25rem !important;
}

.shm_padding__left-6 {
  padding-left: 24px !important;
  padding-left: 1.5rem !important;
}

.shm_padding__left-7 {
  padding-left: 28px !important;
  padding-left: 1.75rem !important;
}

.shm_padding__left-8 {
  padding-left: 32px !important;
  padding-left: 2rem !important;
}

.shm_padding__left-9 {
  padding-left: 36px !important;
  padding-left: 2.25rem !important;
}

.shm_padding__left-10 {
  padding-left: 40px !important;
  padding-left: 2.5rem !important;
}

.shm_padding__bottom-0 {
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}

.shm_padding__bottom-1 {
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important;
}

.shm_padding__bottom-2 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important;
}

.shm_padding__bottom-3 {
  padding-bottom: 12px !important;
  padding-bottom: 0.75rem !important;
}

.shm_padding__bottom-4 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important;
}

.shm_padding__bottom-5 {
  padding-bottom: 20px !important;
  padding-bottom: 1.25rem !important;
}

.shm_padding__bottom-6 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important;
}

.shm_padding__bottom-7 {
  padding-bottom: 28px !important;
  padding-bottom: 1.75rem !important;
}

.shm_padding__bottom-8 {
  padding-bottom: 32px !important;
  padding-bottom: 2rem !important;
}

.shm_padding__bottom-9 {
  padding-bottom: 36px !important;
  padding-bottom: 2.25rem !important;
}

.shm_padding__bottom-10 {
  padding-bottom: 40px !important;
  padding-bottom: 2.5rem !important;
}

.shm_indent {
  text-indent: 1rem !important;
}

.shm_no-indent {
  text-indent: 0 !important;
}

.shm_font__xsmall {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.shm_font__small {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.shm_font__medium {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.shm_font__large {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.shm_font__xlarge {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.shm_text__center {
  text-align: center !important;
}

.shm_text__left {
  text-align: left !important;
}

.shm_text__right {
  text-align: right !important;
}

.shm_text__top {
  vertical-align: top !important;
}

.shm_text__middle {
  vertical-align: middle !important;
}

.shm_text__bottom {
  vertical-align: bottom !important;
}

.shm_text__underline {
  text-decoration: underline;
}

.shm_display__block {
  display: block !important;
}

@media all and (max-width: 767px) {
  .shm_display__block__max {
    display: block !important;
  }
}

@media all and (min-width: 768px) {
  .shm_display__block__min {
    display: block !important;
  }
}

.shm_display__inline {
  display: inline !important;
}

@media all and (max-width: 767px) {
  .shm_display__inline__max {
    display: inline !important;
  }
}

@media all and (min-width: 768px) {
  .shm_display__inline__min {
    display: inline !important;
  }
}

.shm_display__inline-block {
  display: inline-block !important;
}

@media all and (max-width: 767px) {
  .shm_display__inline-block__max {
    display: inline-block !important;
  }
}

@media all and (min-width: 768px) {
  .shm_display__inline-block__min {
    display: inline-block !important;
  }
}

.shm_display__none {
  display: none !important;
}

@media all and (max-width: 767px) {
  .shm_display__none__max {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .shm_display__none__min {
    display: none !important;
  }
}

.shm_bold {
  font-weight: bold !important;
}

.shm_overflow__auto {
  overflow: auto;
}

.shm_writing-mode__vertical {
  writing-mode: vertical-rl;
}

.shm_article-title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border-left: 10px solid #25a0c1;
  padding: 5px 0px 3px 10px;
  padding: 0.3125rem 0rem 0.1875rem 0.625rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.2;
}

.shm_article-title > span:not(:nth-last-child(1)) {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.shm_article-title > span:not(.shm_squire-icon), .shm_article-title > span:not(.shm_circle-icon) {
  font-size: 30px;
  font-size: 1.875rem;
}

.shm_article-title > span.shm_squire-icon, .shm_article-title > span.shm_circle-icon {
  font-size: 24px;
  font-size: 1.5rem;
}

.shm_section-title {
  margin-bottom: 10px !important;
  margin-bottom: 0.625rem !important;
  display: flex;
  align-items: baseline;
}

.shm_section-title > span {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.shm_section-title > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shm_section-title > div > span {
  font-size: 26px;
  font-size: 1.625rem;
}

.shm_section-title > div > span:not(:nth-last-child(1)) {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.shm_section-title > div > span.shm_squire-icon, .shm_section-title > div > span.shm_circle-icon {
  font-size: 22px;
  font-size: 1.375rem;
}

.shm_inner-title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
}

.shm_inner-title > span {
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.shm_inner-title > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shm_inner-title > div > span {
  font-size: 20px;
  font-size: 1.25rem;
}

.shm_inner-title > div > span:not(:nth-last-child(1)) {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.shm_inner-title > div > span.shm_squire-icon, .shm_inner-title > div > span.shm_circle-icon {
  font-size: 16px;
  font-size: 1rem;
}

.shm_groupe-title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.shm_groupe-title .shm_article-title, .shm_groupe-title .shm_section-title, .shm_groupe-title .shm_inner-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.shm_section:not(:nth-last-child(1)) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.shm_section p {
  text-indent: 1rem;
}

.shm_section p:nth-last-child(1) {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}

.shm_section .shm_paragraph-box {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.shm_section .shm_paragraph-box p {
  margin-bottom: 0px !important;
  margin-bottom: 0rem !important;
}

.shm_inner-section:not(:nth-last-child(1)) {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.shm_squire-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.0;
  font-weight: normal;
  padding: 4px 3px 2px;
  padding: 0.25rem 0.1875rem 0.125rem;
  border: 1px solid #25a0c1;
}

.shm_squire-icon.shm_icon__sky-white {
  color: #25a0c1;
  background-color: #fff;
}

.shm_squire-icon.shm_icon__white-sky {
  color: #fff;
  background-color: #25a0c1;
}

.shm_circle-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.0;
  font-weight: normal;
  border-radius: 100%;
  padding: 5px 4px 2px;
  padding: 0.3125rem 0.25rem 0.125rem;
}

.shm_circle-icon.shm_icon__white-sky {
  color: #fff;
  background-color: #25a0c1;
  border: 1px solid #25a0c1;
}

.shm_color-box {
  padding: 20px;
  padding: 1.25rem;
}

.shm_color-box:not(:nth-last-child(1)) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.shm_color-box.shm_box__gray-heavy {
  background-color: #818181;
}

.shm_color-box.shm_box__gray-base {
  background-color: #aaa;
}

.shm_color-box.shm_box__gray-light {
  background-color: #ccc;
}

.shm_color-box.shm_box__gray-high {
  background-color: #eee;
}

.shm_color-box.shm_box__sky-base {
  background-color: #25a0c1;
}

.shm_color-box.shm_box__sky-light {
  background-color: #ace3ff;
}

.shm_color-box.shm_box__sky-high {
  background-color: #e1f5fa;
}

.shm_color-box.shm_box__red-base {
  background-color: #f00;
}

.shm_color-box.shm_box__black {
  background-color: #000;
}

.shm_color-box.shm_box__white {
  background-color: #fff;
}

.shm_color-box.shm_box__pink {
  background-color: #ffe5e5;
}

.shm_color-box.shm_box__yellow-light {
  background-color: #FFFAE7;
}
.shm_color-box p {
  text-indent: 0;
}

.shm_point__change {
  color: #25a0c1;
}

.shm_point__red-base {
  color: #f00;
}

.shm_point__white {
  color: #fff;
}

.shm_bg__gray-heavy {
  background-color: #818181;
}

.shm_bg__gray-base {
  background-color: #aaa;
}

.shm_bg__gray-light {
  background-color: #ccc;
}

.shm_bg__gray-high {
  background-color: #eee;
}

.shm_bg__sky-base {
  background-color: #25a0c1;
}

.shm_bg__sky-light {
  background-color: #ace3ff;
}

.shm_bg__sky-high {
  background-color: #e1f5fa;
}

.shm_bg__red-base {
  background-color: #f00;
}

.shm_bg__black {
  background-color: #000;
}

.shm_bg__white {
  background-color: #fff;
}

.shm_bg__yellow-light {
  background-color: #FFFAE7;
}

.shm_border {
  border: 1px solid;
}

.shm_border__none {
  border: none !important;
}

.shm_border__top {
  border-top: 1px solid;
}

.shm_border__top__none {
  border-top: none !important;
}

.shm_border__top.shm_style__solid {
  border-top-style: solid;
}

.shm_border__top.shm_style__dashed {
  border-top-style: dashed;
}

.shm_border__top.shm_style__dotted {
  border-top-style: dotted;
}

.shm_border__top.shm_style__double {
  border-top-style: double;
}

.shm_border__top.shm_width-2 {
  border-top-width: 2px;
}

.shm_border__top.shm_width-3 {
  border-top-width: 3px;
}

.shm_border__top.shm_width-4 {
  border-top-width: 4px;
}

.shm_border__top.shm_width-5 {
  border-top-width: 5px;
}

.shm_border__top.shm_width-6 {
  border-top-width: 6px;
}

.shm_border__top.shm_width-7 {
  border-top-width: 7px;
}

.shm_border__top.shm_width-8 {
  border-top-width: 8px;
}

.shm_border__top.shm_width-9 {
  border-top-width: 9px;
}

.shm_border__top.shm_width-10 {
  border-top-width: 10px;
}

.shm_border__top.shm_linecolor__gray-heavy {
  border-top-color: #818181;
}

.shm_border__top.shm_linecolor__gray-base {
  border-top-color: #aaa;
}

.shm_border__top.shm_linecolor__gray-light {
  border-top-color: #ccc;
}

.shm_border__top.shm_linecolor__gray-high {
  border-top-color: #eee;
}

.shm_border__top.shm_linecolor__sky-base {
  border-top-color: #25a0c1;
}

.shm_border__top.shm_linecolor__sky-light {
  border-top-color: #ace3ff;
}

.shm_border__top.shm_linecolor__sky-high {
  border-top-color: #e1f5fa;
}

.shm_border__top.shm_linecolor__red-base {
  border-top-color: #f00;
}

.shm_border__top.shm_linecolor__black {
  border-top-color: #000;
}

.shm_border__top.shm_linecolor__white {
  border-top-color: #fff;
}

.shm_border__top.shm_linecolor__yellow-light {
  border-top-color: #FFFAE7;
}
.shm_border__right {
  border-right: 1px solid;
}

.shm_border__right__none {
  border-right: none !important;
}

.shm_border__right.shm_style__solid {
  border-right-style: solid;
}

.shm_border__right.shm_style__dashed {
  border-right-style: dashed;
}

.shm_border__right.shm_style__dotted {
  border-right-style: dotted;
}

.shm_border__right.shm_style__double {
  border-right-style: double;
}

.shm_border__right.shm_width-2 {
  border-right-width: 2px;
}

.shm_border__right.shm_width-3 {
  border-right-width: 3px;
}

.shm_border__right.shm_width-4 {
  border-right-width: 4px;
}

.shm_border__right.shm_width-5 {
  border-right-width: 5px;
}

.shm_border__right.shm_width-6 {
  border-right-width: 6px;
}

.shm_border__right.shm_width-7 {
  border-right-width: 7px;
}

.shm_border__right.shm_width-8 {
  border-right-width: 8px;
}

.shm_border__right.shm_width-9 {
  border-right-width: 9px;
}

.shm_border__right.shm_width-10 {
  border-right-width: 10px;
}

.shm_border__right.shm_linecolor__gray-heavy {
  border-right-color: #818181;
}

.shm_border__right.shm_linecolor__gray-base {
  border-right-color: #aaa;
}

.shm_border__right.shm_linecolor__gray-light {
  border-right-color: #ccc;
}

.shm_border__right.shm_linecolor__gray-high {
  border-right-color: #eee;
}

.shm_border__right.shm_linecolor__sky-base {
  border-right-color: #25a0c1;
}

.shm_border__right.shm_linecolor__sky-light {
  border-right-color: #ace3ff;
}

.shm_border__right.shm_linecolor__sky-high {
  border-right-color: #e1f5fa;
}

.shm_border__right.shm_linecolor__red-base {
  border-right-color: #f00;
}

.shm_border__right.shm_linecolor__black {
  border-right-color: #000;
}

.shm_border__right.shm_linecolor__white {
  border-right-color: #fff;
}

.shm_border__right.shm_linecolor__yellow-light {
  border-right-color: #FFFAE7;
}
.shm_border__left {
  border-left: 1px solid;
}

.shm_border__left__none {
  border-left: none !important;
}

.shm_border__left.shm_style__solid {
  border-left-style: solid;
}

.shm_border__left.shm_style__dashed {
  border-left-style: dashed;
}

.shm_border__left.shm_style__dotted {
  border-left-style: dotted;
}

.shm_border__left.shm_style__double {
  border-left-style: double;
}

.shm_border__left.shm_width-2 {
  border-left-width: 2px;
}

.shm_border__left.shm_width-3 {
  border-left-width: 3px;
}

.shm_border__left.shm_width-4 {
  border-left-width: 4px;
}

.shm_border__left.shm_width-5 {
  border-left-width: 5px;
}

.shm_border__left.shm_width-6 {
  border-left-width: 6px;
}

.shm_border__left.shm_width-7 {
  border-left-width: 7px;
}

.shm_border__left.shm_width-8 {
  border-left-width: 8px;
}

.shm_border__left.shm_width-9 {
  border-left-width: 9px;
}

.shm_border__left.shm_width-10 {
  border-left-width: 10px;
}

.shm_border__left.shm_linecolor__gray-heavy {
  border-left-color: #818181;
}

.shm_border__left.shm_linecolor__gray-base {
  border-left-color: #aaa;
}

.shm_border__left.shm_linecolor__gray-light {
  border-left-color: #ccc;
}

.shm_border__left.shm_linecolor__gray-high {
  border-left-color: #eee;
}

.shm_border__left.shm_linecolor__sky-base {
  border-left-color: #25a0c1;
}

.shm_border__left.shm_linecolor__sky-light {
  border-left-color: #ace3ff;
}

.shm_border__left.shm_linecolor__sky-high {
  border-left-color: #e1f5fa;
}

.shm_border__left.shm_linecolor__red-base {
  border-left-color: #f00;
}

.shm_border__left.shm_linecolor__black {
  border-left-color: #000;
}

.shm_border__left.shm_linecolor__white {
  border-left-color: #fff;
}

.shm_border__left.shm_linecolor__yellow-light {
  border-left-color: #FFFAE7;
}
.shm_border__bottom {
  border-bottom: 1px solid;
}

.shm_border__bottom__none {
  border-bottom: none !important;
}

.shm_border__bottom.shm_style__solid {
  border-bottom-style: solid;
}

.shm_border__bottom.shm_style__dashed {
  border-bottom-style: dashed;
}

.shm_border__bottom.shm_style__dotted {
  border-bottom-style: dotted;
}

.shm_border__bottom.shm_style__double {
  border-bottom-style: double;
}

.shm_border__bottom.shm_width-2 {
  border-bottom-width: 2px;
}

.shm_border__bottom.shm_width-3 {
  border-bottom-width: 3px;
}

.shm_border__bottom.shm_width-4 {
  border-bottom-width: 4px;
}

.shm_border__bottom.shm_width-5 {
  border-bottom-width: 5px;
}

.shm_border__bottom.shm_width-6 {
  border-bottom-width: 6px;
}

.shm_border__bottom.shm_width-7 {
  border-bottom-width: 7px;
}

.shm_border__bottom.shm_width-8 {
  border-bottom-width: 8px;
}

.shm_border__bottom.shm_width-9 {
  border-bottom-width: 9px;
}

.shm_border__bottom.shm_width-10 {
  border-bottom-width: 10px;
}

.shm_border__bottom.shm_linecolor__gray-heavy {
  border-bottom-color: #818181;
}

.shm_border__bottom.shm_linecolor__gray-base {
  border-bottom-color: #aaa;
}

.shm_border__bottom.shm_linecolor__gray-light {
  border-bottom-color: #ccc;
}

.shm_border__bottom.shm_linecolor__gray-high {
  border-bottom-color: #eee;
}

.shm_border__bottom.shm_linecolor__sky-base {
  border-bottom-color: #25a0c1;
}

.shm_border__bottom.shm_linecolor__sky-light {
  border-bottom-color: #ace3ff;
}

.shm_border__bottom.shm_linecolor__sky-high {
  border-bottom-color: #e1f5fa;
}

.shm_border__bottom.shm_linecolor__red-base {
  border-bottom-color: #f00;
}

.shm_border__bottom.shm_linecolor__black {
  border-bottom-color: #000;
}

.shm_border__bottom.shm_linecolor__white {
  border-bottom-color: #fff;
}

.shm_border__bottom.shm_linecolor__yellow-light {
  border-bottom-color: #FFFAE7;
}
.shm_border.shm_style__solid {
  border-style: solid;
}

.shm_border.shm_style__dashed {
  border-style: dashed;
}

.shm_border.shm_style__dotted {
  border-style: dotted;
}

.shm_border.shm_style__double {
  border-style: double;
}

.shm_border.shm_width-2 {
  border-width: 2px;
}

.shm_border.shm_width-3 {
  border-width: 3px;
}

.shm_border.shm_width-4 {
  border-width: 4px;
}

.shm_border.shm_width-5 {
  border-width: 5px;
}

.shm_border.shm_width-6 {
  border-width: 6px;
}

.shm_border.shm_width-7 {
  border-width: 7px;
}

.shm_border.shm_width-8 {
  border-width: 8px;
}

.shm_border.shm_width-9 {
  border-width: 9px;
}

.shm_border.shm_width-10 {
  border-width: 10px;
}

.shm_border.shm_linecolor__gray-heavy {
  border-color: #818181;
}

.shm_border.shm_linecolor__gray-base {
  border-color: #aaa;
}

.shm_border.shm_linecolor__gray-light {
  border-color: #ccc;
}

.shm_border.shm_linecolor__gray-high {
  border-color: #eee;
}

.shm_border.shm_linecolor__sky-base {
  border-color: #25a0c1;
}

.shm_border.shm_linecolor__sky-light {
  border-color: #ace3ff;
}

.shm_border.shm_linecolor__sky-high {
  border-color: #e1f5fa;
}

.shm_border.shm_linecolor__red-base {
  border-color: #f00;
}

.shm_border.shm_linecolor__black {
  border-color: #000;
}

.shm_border.shm_linecolor__white {
  border-color: #fff;
}

.shm_border.shm_linecolor__yellow-light {
  border-color: #FFFAE7;
}

.shm_lists:not(:nth-last-child(1)) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.shm_lists .shm_lists {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.shm_lists:not(:nth-last-child(1)) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.shm_lists.shm_icons__dot .shm_icon-dot {
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.shm_lists.shm_icons__check .shm_icon-check {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.shm_lists.shm_icons__double-circle > li > div:nth-child(1) {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.shm_lists.shm_icons__others-string > li > div:nth-child(1) {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.shm_lists.shm_icons__num {
  padding-left: 26px;
  padding-left: 1.625rem;
}

.shm_lists.shm_icons__num > li {
  list-style-type: decimal;
}

.shm_lists.shm_icons__circle-num > li > div:nth-child(1) {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.shm_lists.shm_icons__d-kana {
  padding-left: 33px;
  padding-left: 2.0625rem;
}

.shm_lists.shm_icons__d-kana > li {
  list-style-type: katakana;
}

.shm_lists.shm_icons__d-iroha {
  padding-left: 32px;
  padding-left: 2rem;
}

.shm_lists.shm_icons__d-iroha > li {
  list-style-type: katakana-iroha;
}

.shm_lists.shm_origin > li {
  display: flex;
  align-items: baseline;
}

.shm_lists li {
  line-height: 1.5;
}

.shm_lists li:not(:nth-last-child(1)) {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.shm_scroll-table--caption__text {
  font-weight: bold;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.shm_scroll-table--caption__band {
  font-weight: bold;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  color: #fff;
  background-color: #818181;
}

.shm_scroll-table--body {
  overflow: auto;
}

.shm_scroll-table--body:not(:nth-last-child(1)) {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.shm_scroll-table--body table, .shm_scroll-table--body th, .shm_scroll-table--body td {
  border: 1px solid #000;
}

.shm_scroll-table--body th, .shm_scroll-table--body td {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  background-color: #fff;
  font-weight: normal;
}

.shm_scroll-table--body td:empty {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogIzMzMzMzMztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+");
}

.shm_zoom__wrap {
  position: relative;
  display: inline-block;
}

.shm_zoom__wrap:hover .shm_zoom__icon {
  opacity: 0.2;
}

.shm_zoom__wrap img {
  cursor: pointer;
}

.shm_zoom__icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #25a0c1;
  padding: 8px;
  padding: 0.5rem;
  transition: opacity 0.2s ease;
  opacity: 0.6;
  pointer-events: none;
}

@media all and (max-width: 767px) {
  .shm_zoom__icon {
    display: none;
  }
}

.shm_modal__wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.shm_modal__back {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.shm_modal__outer {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0px auto;
  margin: 0rem auto;
  position: relative;
  max-height: calc(100vh - 40px);
}

.shm_modal__inner {
  padding: 30px;
  padding: 1.875rem;
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
}

.shm_modal__close {
  position: absolute;
  right: -20px;
  top: -20px;
  padding: 0px;
  padding: 0rem;
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  border: none;
  height: 30px;
}

.shm_modal__close span {
  font-size: 40px;
  font-size: 2.5rem;
  color: #25a0c1;
}
/*- PDFリンクボタン ---------------------------------------*/
/*index*/
@media screen and (max-width: 767px) {
	.shm_flex .link-btn {
			text-align: left;
	}
	.shm_flex .link-btn a {
			width: auto;
			margin: 0 0 8px 0;
			text-align: left;
	}
	#main .shm_pdf_btn p {
    margin-left: auto;
 }
}
/* news */
.shm_news {
    background: #FFFAE7;
    padding: 16px 24px;
}
.shm_news .link-btn {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 16px;
}
#main .shm_news .link-btn a {
    box-sizing: border-box;
    width: 100%;
}
@media screen and (max-width: 767px) {
  .shm_news {
    padding: 8px 16px;
  }
  .shm_news .link-btn {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
  }
  .shm_news .link-btn a {
    padding: 8px 0;
  }
}
@media screen and (max-width: 320px) {
.shm_news {
    padding: 8px;
}
}
/*article*/
article .link-btn {
    text-align: left;
}
article .link-btn img {
    width: auto;
    margin-left: 4px;
}
article .link-btn a {
    padding: 4px 24px;
}
@media screen and (max-width: 767px) {
  article .link-btn a {
      border-radius: 24px;
      width: 100%;
      padding: 8px 16px;
  }
}
/* ios prefix */
table {
  -webkit-text-size-adjust: 100%;
}

.shm_text__underline {
  -webkit-text-decoration-skip: none;
}