@charset "utf-8";
/* CSS Document */
#nuka p {
	color: #000000;
	line-height: 1.5em;
}
#nuka dd, #nuka .font_12 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7em;
}
#nuka dt {
	color: #B38916;
	font-size: 20px;
	line-height: 1.5em;
	background-color: #FFF8DF;
	margin-bottom: 10px;
}
#nuka dt span {
	color: #B38916;
	font-size: 20px;
	line-height: 1.5em;
	padding-right: 20px;
}
#kucha dd {
	color: #0A3C80;
	font-size: 16px;
	line-height: 1.5em;
}
#kucha dt {
	color: #0A3C80;
	font-size: 20px;
	line-height: 1.5em;
	background-color: #DCF9FF;
	margin-bottom: 10px;
}
#trinita .line ul li {
	margin-bottom: 5px;
}
#trinita .line ul li:last-child {
	margin-bottom: 0px;
}
#trinita .line {
	padding-top: 30px;
	border-top: 2px solid #0A3C80;
}
#present p {
	color: #0A3C80;
	font-size: 14px;
	line-height: 1.8em;
}
#present {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #0E3B7F;
	border-bottom: 2px solid #0E3B7F;
}
#otameshi ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#otameshi ul li {
	width: 33%;
}

