﻿@charset "utf-8";
.mt16 {
  margin-top: 16px;
}

.indexContainer {
    h3{
    font-size: 2rem;
        font-weight: 900;
        margin-bottom: 8px;
    }
    a {
        text-decoration: none;
        font-size: 1.5rem;
    }
    .disc a{
        color: #000;
        font-weight: normal;
    }
    a {
        &:hover {
            text-decoration: underline;
        }
    }
    ul {
      line-height: 2rem;
    }
}

#anc01-2 {
  .columnBox2 {
    .textCol{ order: 1;}
    .figureCol{ order: 2;}
  }
}

.columnContainer {
    & h3 {
        & span.text {
          margin-top: 0 !important;
    }
  }
}

.figureImg {
  text-align: center;
}

.bg_yellow {
    background-color: #FFFEF1 !important;
    margin-top: 40px !important;
}

.line-text {
  position: relative;
  padding-left: 15px;
}

.line-text::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 23px;
    background-color: #F9E547;
}
