/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2025 | 04:59:06 */
#firstView .inner > header figure {
	display: none;
}
@media screen and (max-width: 960px) {
    #firstView .inner > header figure {
        display: block;
		margin-bottom: 32px;
    }
}


body#categories .sectionBox.term {}
body#categories .sectionBox.term .block {
	padding: 24px 32px;
	border:  1px solid #ccc;
	margin-bottom: 32px;
	width: fit-content;
}
body#categories .sectionBox.term .block strong {
	font-weight: 700;
	font-size: 20px;
}
body#categories .sectionBox.term h2 {
	font-size: 32px;
	font-family: 'Noto Serif JP';
	margin-bottom: 16px;
}
body#categories .sectionBox.term .greet {
	background: #f6f6f6;
	padding: 32px;
	margin-bottom: 64px;
}
body#categories .sectionBox.term h3 {
	padding: 12px 24px;
	background: #000;
	color: #fff;
	font-size: 24px;
	font-family: 'Noto Serif JP';
	letter-spacing: 0.19em;
	margin: 32px 0 16px 0;
}
body#categories .sectionBox.term p {
	margin-bottom: 32px;
	line-height: 1.8;
}
body#categories .sectionBox.term ul,
body#categories .sectionBox.term ol {
	margin-left: 32px;
}
body#categories .sectionBox.term ul li {
	list-style: disc;
}
body#categories .sectionBox.term ul li ul li {
	list-style: circle;
}
body#categories .sectionBox.term li {
	padding: 6px;
	line-height: 1.6;
}
body#categories .sectionBox.term ul.caution {
	margin-left: 12px;
}
body#categories .sectionBox.term ul.caution > li {
	list-style-type: none;
}
body#categories .sectionBox.term h4 {
	font-size: 20px;
	font-family: 'Noto Serif JP';
	margin-bottom: 12px;
	
}

@media screen and (max-width:900px) {
	
	body#categories .sectionBox.term h3 {
		font-size: 20px;
		font-family: 'Noto Serif JP';
	}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	