@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.kikan_text {
	font-size: 110%;
	font-weight: bold;
}
.kikan_text_2 {
	padding-left: 7em;
	color: red;
	font-size: 110%;
	font-weight: bold;
}

/* --------------- abstract --------------- */
.list_1 {
	padding: 0 0 0 1.5em;
}

.list_1 li {
	list-style-type: decimal;
	margin-bottom: 5px;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {

}
@media screen and (max-width: 767px) {
.kikan_text {
	font-size: 104%;
}
}
