@charset "UTF-8";
/*　*/
/**************************************************
		common
**************************************************/
.m-listDot > li::before,
.m-listDisc > li::before,
.m-listCircle > li::before {
    color: inherit;
}

/**************************************************
		index
**************************************************/
.index_sec02:last-child {
    margin-bottom: 0;
}
.index_ttl01 .m-ttl01_en::before {
    background-image: url(../img/common/icon_informative_circle.svg);
}
.index_txt01:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_txt01:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.index_list01:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_list01:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.index_list01 > li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.index_list01 a {
    word-break: break-all;
    word-wrap: break-word;
}
.index_list02:not(:last-child) {
    margin-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02:not(:last-child) {
        margin-bottom: 5rem;
    }
}
.index_list02 > li {
    display: flex;
}
.index_list02 > li:not(:last-child) {
    margin-bottom: 3.5rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02 > li:not(:last-child) {
        margin-bottom: 5rem;
    }
}
.index_list02 > li::before {
    font-weight: bold;
}
.index_list02 > li .m-listNormal {
    flex: 1;
}
.index_list02 a {
    word-break: break-all;
    word-wrap: break-word;
}
.index_list04:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_list04:not(:last-child) {
        margin-bottom: 3.5rem;
    }
}
.index_list04 > dt {
    margin-bottom: 0;
}
.index_list04 > dt::before {
    content: "＜";
}
.index_list04 > dt::after {
    content: "＞";
}
.index_list04 > dd:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_list04 > dd:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .index_tbl01 {
        font-size: 1.2rem;
    }
}
.index_tbl01:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_tbl01:not(:last-child) {
        margin-bottom: 3.5rem;
    }
}
.index_tbl01 thead th:nth-child(1) {
    width: 37%;
}
@media print, screen and (min-width: 768px) {
    .index_tbl01 thead th:nth-child(1) {
        width: 30%;
    }
}