@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;
}
@media only screen and (max-width: 767px) {
    .index_ttl01 .m-ttl01_en {
        font-size: 3.3rem;
    }
}
.index_ttl01 .m-ttl01_en::before {
    background-image: url(../img/common/icon_terms_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_txt02 {
    text-align: right;
}
.index_txt02:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_txt02: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_list02:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02:not(:last-child) {
        margin-bottom: 3.5rem;
    }
}
.index_list02 > li:not(:last-child) {
    margin-bottom: 2rem;
}
@media print, screen and (min-width: 768px) {
    .index_list02 > li:not(:last-child) {
        margin-bottom: 3.5rem;
    }
}
.index_list03 > li:not(:last-child) {
    margin-bottom: 0.5rem;
}