@import url('[https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap](https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap)');
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

#unei h1 span {
	font-size:18px;
}
#unei.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}
#unei .section-title {
    @apply text-xl font-bold mt-6 mb-2 text-gray-800;
}
#unei .subsection-title {
    @apply text-lg font-semibold mt-4 mb-1 text-gray-700;
}

#unei .content {
    @apply text-gray-600 mb-4;
}
.page section#content .inner #unei.container h3 {
    font-size: 1.125rem;
    text-align: left;
}
#unei .section-title {
    @apply text-xl font-bold mt-6 mb-2 text-gray-800;
}
#unei .article-number {
    @apply font-bold text-gray-700;
}

#unei .list-indent {
    margin-left: 2rem;
    list-style: none;
    padding-left: 0;
}
#unei .list-indent li {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
}
#unei .list-indent li:before {
    content: '・';
}
#unei .term-list {
    list-style-type: none;
    margin-top: 0.5rem;
}
#unei .term-list li {
    margin-bottom: 0.5rem;
}

#unei table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}
#unei th, td {
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
    text-align: left;
}
#unei th {
    background-color: #f3f4f6;
    font-weight: bold;
}
#unei .list-disc-inside {
    list-style-type: disc;
    list-style-position: inside;
}

@media screen and (max-width: 620px) {

	#unei h1 span {
		display:block;
		font-size: 16px;
	}
	
}/* END-max-width:620px */