@media screen and (min-width: 768px) {
.glossary .container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 767px) {
.glossary .container {
    width: 94%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}	
}
.ib-none li {
    width: 100%!important;
    font-weight: normal!important;
}

.glossary p {
    padding-left: 1em;
    font-family: 'Noto Sans JP', sans-serif;
	color:#333!important;
}

.pos {
    margin-left: -1em;
}
.glossary ul {
    list-style-type: disc;
}
@media screen and (min-width: 768px) {
.glossary ul li {
    width: 32%;
    display: inline-block;
    margin-bottom: 2%;
    font-family: 'Noto Sans JP', sans-serif;
	color:#333!important;
}
}
@media screen and (max-width: 767px) {
.glossary ul li {
    width: 47%;
    display: inline-block;
    margin-bottom: 2%;
    font-family: 'Noto Sans JP', sans-serif;
	color:#333!important;
}
}
.glossary ul li a {
    text-decoration: underline;
}

.glossary ul li a:hover {
    text-decoration: none;
}

.index_title {
    color: #fff;
    font-size: 24px;
    background: #3C9FD0;
    padding: 5px 15px;
    margin-top: 6%;
}

.index_title.mt {
    margin-top: 20px;
}

#sec1 ul {
    padding-left: 30px;
}

.pos {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: -20px;
}

.g_title {
    margin-top: 50px;
    font-size: 20px;
    border-bottom: 1px solid #000;
}

.ft-b {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .index_title {
        font-size: 20px;
    }
    .index_title.mt {
        margin-top: 15px;
    }
    #sec1 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-left: 20px;
    }
    #sec1 ul li {
        flex: 0 0 50%;
    }
    .pos {
        margin-top: 15px;
    }
    .g_title {
        margin-top: 30px;
        font-size: 16px;
    }
}

.glossaryLink {
    color: #288FDD;
    text-decoration: none;
}
.glossaryLink:hover {
    text-decoration: underline;
}