﻿@charset "utf-8";
.indexContainer {
    h3{
    font-size: 2rem;
        font-weight: 900;
        margin-bottom: 8px;
    }
    a {
        text-decoration: none;
    }
    .listCircle01 a{
        color: #000;
        font-weight: normal;
    }
    a {
        &:hover {
            text-decoration: underline;
        }
    }
}

.columnBox3 {
    display: flex;
}
.figureImg {
    width: 420px;
}

.bg_yellow {
    background-color: #FFFEF1 !important;
}

.line-text {
  position: relative;
  padding-left: 15px;
}

.line-text::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 23px;
    background-color: #F9E547;
}