@charset "utf-8";


/*-------------------------------
----------------------section-rule*/
.table-responsive {
    padding-left: 8px;
    margin-top: 10px;
}

.table {
    border: 1px solid #B9B9B9;
}
.table th{
    background-color: #BBE2EF;
    border: 1px solid #B9B9B9;
}
.table td{
    background-color: transparent;
    border: 1px solid #B9B9B9;
}

.section-rule {
    margin-bottom: var(--sectionpd);
    position: relative;
}

.list-rule {
    margin-bottom: var(--titlepd);
    padding-left: 1rem;
    padding-top: clamp(8px,2vw,16px);
}

.list-rule li {
    margin-bottom: 0.5rem;
    font-size: clamp(18px, 2vw, 20px);
    color: #333333;
    position: relative;
    font-weight: 400;

}

.list-rule.list-dot li {
    padding-left: 30px;
}

.list-rule.list-dot li:before {
    content: "";
    display: inline-block;
    background-image: url(../img/page/dot-way.svg);
    width: 30px;
    height: 30px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: left 10px;
    position: absolute;
    left: 0;
}

.boxicon {
    position: absolute;
    z-index: 1;
}

.box-wayT {
    color: #00846A;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: bold;

}

.waylist {
    padding-left: 0 !important;
}

.waylist li {
    padding: 1.5rem;
}

.boxicon img {
    width: 90%;
}

.box-way__des {
    font-size: clamp(18px, 2vw, 20px);
    /* font-weight: bold; */
    margin-top: 0.5rem;
    line-height: normal;
    letter-spacing: 0.2em;
}